Changeset 14842 for main/waeup.ikoba/trunk/layout/static/bootstrap/css
- Timestamp:
- 8 Sep 2017, 11:43:29 (7 years ago)
- Location:
- main/waeup.ikoba/trunk/layout/static/bootstrap/css
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/layout/static/bootstrap/css/bootstrap-theme.css
r11254 r14842 1 1 /*! 2 * Bootstrap v3. 0.3(http://getbootstrap.com)3 * Copyright 201 4Twitter, Inc.4 * Licensed under http://www.apache.org/licenses/LICENSE-2.02 * Bootstrap v3.3.7 (http://getbootstrap.com) 3 * Copyright 2011-2016 Twitter, Inc. 4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 5 5 */ 6 7 6 .btn-default, 8 7 .btn-primary, … … 11 10 .btn-warning, 12 11 .btn-danger { 13 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); 14 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); 15 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); 16 } 17 12 text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); 13 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); 14 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); 15 } 18 16 .btn-default:active, 19 17 .btn-primary:active, … … 28 26 .btn-warning.active, 29 27 .btn-danger.active { 30 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 31 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 32 } 33 28 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); 29 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); 30 } 31 .btn-default.disabled, 32 .btn-primary.disabled, 33 .btn-success.disabled, 34 .btn-info.disabled, 35 .btn-warning.disabled, 36 .btn-danger.disabled, 37 .btn-default[disabled], 38 .btn-primary[disabled], 39 .btn-success[disabled], 40 .btn-info[disabled], 41 .btn-warning[disabled], 42 .btn-danger[disabled], 43 fieldset[disabled] .btn-default, 44 fieldset[disabled] .btn-primary, 45 fieldset[disabled] .btn-success, 46 fieldset[disabled] .btn-info, 47 fieldset[disabled] .btn-warning, 48 fieldset[disabled] .btn-danger { 49 -webkit-box-shadow: none; 50 box-shadow: none; 51 } 52 .btn-default .badge, 53 .btn-primary .badge, 54 .btn-success .badge, 55 .btn-info .badge, 56 .btn-warning .badge, 57 .btn-danger .badge { 58 text-shadow: none; 59 } 34 60 .btn:active, 35 61 .btn.active { 36 62 background-image: none; 37 63 } 38 39 64 .btn-default { 40 65 text-shadow: 0 1px 0 #fff; 41 background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); 42 background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%); 66 background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); 67 background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%); 68 background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); 69 background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%); 70 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); 71 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 43 72 background-repeat: repeat-x; 44 73 border-color: #dbdbdb; 45 74 border-color: #ccc; 46 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); 47 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 48 } 49 75 } 50 76 .btn-default:hover, 51 77 .btn-default:focus { … … 53 79 background-position: 0 -15px; 54 80 } 55 56 81 .btn-default:active, 57 82 .btn-default.active { … … 59 84 border-color: #dbdbdb; 60 85 } 61 86 .btn-default.disabled, 87 .btn-default[disabled], 88 fieldset[disabled] .btn-default, 89 .btn-default.disabled:hover, 90 .btn-default[disabled]:hover, 91 fieldset[disabled] .btn-default:hover, 92 .btn-default.disabled:focus, 93 .btn-default[disabled]:focus, 94 fieldset[disabled] .btn-default:focus, 95 .btn-default.disabled.focus, 96 .btn-default[disabled].focus, 97 fieldset[disabled] .btn-default.focus, 98 .btn-default.disabled:active, 99 .btn-default[disabled]:active, 100 fieldset[disabled] .btn-default:active, 101 .btn-default.disabled.active, 102 .btn-default[disabled].active, 103 fieldset[disabled] .btn-default.active { 104 background-color: #e0e0e0; 105 background-image: none; 106 } 62 107 .btn-primary { 63 background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%); 64 background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%); 65 background-repeat: repeat-x; 66 border-color: #2b669a; 67 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0); 68 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 69 } 70 108 background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%); 109 background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%); 110 background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88)); 111 background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%); 112 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0); 113 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 114 background-repeat: repeat-x; 115 border-color: #245580; 116 } 71 117 .btn-primary:hover, 72 118 .btn-primary:focus { 73 background-color: #2 d6ca2;119 background-color: #265a88; 74 120 background-position: 0 -15px; 75 121 } 76 77 122 .btn-primary:active, 78 123 .btn-primary.active { 79 background-color: #2d6ca2; 80 border-color: #2b669a; 81 } 82 124 background-color: #265a88; 125 border-color: #245580; 126 } 127 .btn-primary.disabled, 128 .btn-primary[disabled], 129 fieldset[disabled] .btn-primary, 130 .btn-primary.disabled:hover, 131 .btn-primary[disabled]:hover, 132 fieldset[disabled] .btn-primary:hover, 133 .btn-primary.disabled:focus, 134 .btn-primary[disabled]:focus, 135 fieldset[disabled] .btn-primary:focus, 136 .btn-primary.disabled.focus, 137 .btn-primary[disabled].focus, 138 fieldset[disabled] .btn-primary.focus, 139 .btn-primary.disabled:active, 140 .btn-primary[disabled]:active, 141 fieldset[disabled] .btn-primary:active, 142 .btn-primary.disabled.active, 143 .btn-primary[disabled].active, 144 fieldset[disabled] .btn-primary.active { 145 background-color: #265a88; 146 background-image: none; 147 } 83 148 .btn-success { 84 149 background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); 85 background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); 150 background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%); 151 background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641)); 152 background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); 153 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); 154 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 86 155 background-repeat: repeat-x; 87 156 border-color: #3e8f3e; 88 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); 89 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 90 } 91 157 } 92 158 .btn-success:hover, 93 159 .btn-success:focus { … … 95 161 background-position: 0 -15px; 96 162 } 97 98 163 .btn-success:active, 99 164 .btn-success.active { … … 101 166 border-color: #3e8f3e; 102 167 } 103 168 .btn-success.disabled, 169 .btn-success[disabled], 170 fieldset[disabled] .btn-success, 171 .btn-success.disabled:hover, 172 .btn-success[disabled]:hover, 173 fieldset[disabled] .btn-success:hover, 174 .btn-success.disabled:focus, 175 .btn-success[disabled]:focus, 176 fieldset[disabled] .btn-success:focus, 177 .btn-success.disabled.focus, 178 .btn-success[disabled].focus, 179 fieldset[disabled] .btn-success.focus, 180 .btn-success.disabled:active, 181 .btn-success[disabled]:active, 182 fieldset[disabled] .btn-success:active, 183 .btn-success.disabled.active, 184 .btn-success[disabled].active, 185 fieldset[disabled] .btn-success.active { 186 background-color: #419641; 187 background-image: none; 188 } 189 .btn-info { 190 background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); 191 background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); 192 background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2)); 193 background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); 194 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); 195 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 196 background-repeat: repeat-x; 197 border-color: #28a4c9; 198 } 199 .btn-info:hover, 200 .btn-info:focus { 201 background-color: #2aabd2; 202 background-position: 0 -15px; 203 } 204 .btn-info:active, 205 .btn-info.active { 206 background-color: #2aabd2; 207 border-color: #28a4c9; 208 } 209 .btn-info.disabled, 210 .btn-info[disabled], 211 fieldset[disabled] .btn-info, 212 .btn-info.disabled:hover, 213 .btn-info[disabled]:hover, 214 fieldset[disabled] .btn-info:hover, 215 .btn-info.disabled:focus, 216 .btn-info[disabled]:focus, 217 fieldset[disabled] .btn-info:focus, 218 .btn-info.disabled.focus, 219 .btn-info[disabled].focus, 220 fieldset[disabled] .btn-info.focus, 221 .btn-info.disabled:active, 222 .btn-info[disabled]:active, 223 fieldset[disabled] .btn-info:active, 224 .btn-info.disabled.active, 225 .btn-info[disabled].active, 226 fieldset[disabled] .btn-info.active { 227 background-color: #2aabd2; 228 background-image: none; 229 } 104 230 .btn-warning { 105 231 background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); 106 background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%); 232 background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); 233 background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316)); 234 background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%); 235 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0); 236 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 107 237 background-repeat: repeat-x; 108 238 border-color: #e38d13; 109 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0); 110 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 111 } 112 239 } 113 240 .btn-warning:hover, 114 241 .btn-warning:focus { … … 116 243 background-position: 0 -15px; 117 244 } 118 119 245 .btn-warning:active, 120 246 .btn-warning.active { … … 122 248 border-color: #e38d13; 123 249 } 124 250 .btn-warning.disabled, 251 .btn-warning[disabled], 252 fieldset[disabled] .btn-warning, 253 .btn-warning.disabled:hover, 254 .btn-warning[disabled]:hover, 255 fieldset[disabled] .btn-warning:hover, 256 .btn-warning.disabled:focus, 257 .btn-warning[disabled]:focus, 258 fieldset[disabled] .btn-warning:focus, 259 .btn-warning.disabled.focus, 260 .btn-warning[disabled].focus, 261 fieldset[disabled] .btn-warning.focus, 262 .btn-warning.disabled:active, 263 .btn-warning[disabled]:active, 264 fieldset[disabled] .btn-warning:active, 265 .btn-warning.disabled.active, 266 .btn-warning[disabled].active, 267 fieldset[disabled] .btn-warning.active { 268 background-color: #eb9316; 269 background-image: none; 270 } 125 271 .btn-danger { 126 272 background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); 127 background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); 273 background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%); 274 background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a)); 275 background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); 276 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); 277 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 128 278 background-repeat: repeat-x; 129 279 border-color: #b92c28; 130 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); 131 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 132 } 133 280 } 134 281 .btn-danger:hover, 135 282 .btn-danger:focus { … … 137 284 background-position: 0 -15px; 138 285 } 139 140 286 .btn-danger:active, 141 287 .btn-danger.active { … … 143 289 border-color: #b92c28; 144 290 } 145 146 .btn-info { 147 background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); 148 background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); 149 background-repeat: repeat-x; 150 border-color: #28a4c9; 151 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); 152 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 153 } 154 155 .btn-info:hover, 156 .btn-info:focus { 157 background-color: #2aabd2; 158 background-position: 0 -15px; 159 } 160 161 .btn-info:active, 162 .btn-info.active { 163 background-color: #2aabd2; 164 border-color: #28a4c9; 165 } 166 291 .btn-danger.disabled, 292 .btn-danger[disabled], 293 fieldset[disabled] .btn-danger, 294 .btn-danger.disabled:hover, 295 .btn-danger[disabled]:hover, 296 fieldset[disabled] .btn-danger:hover, 297 .btn-danger.disabled:focus, 298 .btn-danger[disabled]:focus, 299 fieldset[disabled] .btn-danger:focus, 300 .btn-danger.disabled.focus, 301 .btn-danger[disabled].focus, 302 fieldset[disabled] .btn-danger.focus, 303 .btn-danger.disabled:active, 304 .btn-danger[disabled]:active, 305 fieldset[disabled] .btn-danger:active, 306 .btn-danger.disabled.active, 307 .btn-danger[disabled].active, 308 fieldset[disabled] .btn-danger.active { 309 background-color: #c12e2a; 310 background-image: none; 311 } 167 312 .thumbnail, 168 313 .img-thumbnail { 169 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); 170 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); 171 } 172 314 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 315 box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 316 } 173 317 .dropdown-menu > li > a:hover, 174 318 .dropdown-menu > li > a:focus { 175 319 background-color: #e8e8e8; 176 320 background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); 177 background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); 178 background-repeat: repeat-x; 321 background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); 322 background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); 323 background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); 179 324 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); 180 } 181 325 background-repeat: repeat-x; 326 } 182 327 .dropdown-menu > .active > a, 183 328 .dropdown-menu > .active > a:hover, 184 329 .dropdown-menu > .active > a:focus { 185 background-color: #357ebd; 186 background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); 187 background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); 188 background-repeat: repeat-x; 189 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); 190 } 191 330 background-color: #2e6da4; 331 background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); 332 background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); 333 background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); 334 background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); 335 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); 336 background-repeat: repeat-x; 337 } 192 338 .navbar-default { 193 background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); 194 background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%); 339 background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); 340 background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%); 341 background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8)); 342 background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); 343 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); 344 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 195 345 background-repeat: repeat-x; 196 346 border-radius: 4px; 197 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); 198 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 199 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); 200 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); 201 } 202 347 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); 348 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); 349 } 350 .navbar-default .navbar-nav > .open > a, 203 351 .navbar-default .navbar-nav > .active > a { 204 background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%); 205 background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%); 206 background-repeat: repeat-x; 207 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0); 208 -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); 209 box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); 210 } 211 352 background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); 353 background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); 354 background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2)); 355 background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%); 356 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0); 357 background-repeat: repeat-x; 358 -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); 359 box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); 360 } 212 361 .navbar-brand, 213 362 .navbar-nav > li > a { 214 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); 215 } 216 363 text-shadow: 0 1px 0 rgba(255, 255, 255, .25); 364 } 217 365 .navbar-inverse { 218 background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%); 219 background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%); 220 background-repeat: repeat-x; 366 background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%); 367 background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%); 368 background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222)); 369 background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%); 221 370 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); 222 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 223 } 224 371 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 372 background-repeat: repeat-x; 373 border-radius: 4px; 374 } 375 .navbar-inverse .navbar-nav > .open > a, 225 376 .navbar-inverse .navbar-nav > .active > a { 226 background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%); 227 background-image: linear-gradient(to bottom, #222222 0%, #282828 100%); 228 background-repeat: repeat-x; 229 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0); 230 -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); 231 box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); 232 } 233 377 background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%); 378 background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%); 379 background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f)); 380 background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%); 381 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0); 382 background-repeat: repeat-x; 383 -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); 384 box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); 385 } 234 386 .navbar-inverse .navbar-brand, 235 387 .navbar-inverse .navbar-nav > li > a { 236 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 237 } 238 388 text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); 389 } 239 390 .navbar-static-top, 240 391 .navbar-fixed-top, … … 242 393 border-radius: 0; 243 394 } 244 395 @media (max-width: 767px) { 396 .navbar .navbar-nav .open .dropdown-menu > .active > a, 397 .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, 398 .navbar .navbar-nav .open .dropdown-menu > .active > a:focus { 399 color: #fff; 400 background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); 401 background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); 402 background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); 403 background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); 404 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); 405 background-repeat: repeat-x; 406 } 407 } 245 408 .alert { 246 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); 247 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); 248 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); 249 } 250 409 text-shadow: 0 1px 0 rgba(255, 255, 255, .2); 410 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); 411 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); 412 } 251 413 .alert-success { 252 414 background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); 253 background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); 415 background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); 416 background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc)); 417 background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); 418 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); 254 419 background-repeat: repeat-x; 255 420 border-color: #b2dba1; 256 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); 257 } 258 421 } 259 422 .alert-info { 260 423 background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%); 261 background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); 424 background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%); 425 background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0)); 426 background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); 427 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); 262 428 background-repeat: repeat-x; 263 429 border-color: #9acfea; 264 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); 265 } 266 430 } 267 431 .alert-warning { 268 432 background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); 269 background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); 433 background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); 434 background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0)); 435 background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); 436 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); 270 437 background-repeat: repeat-x; 271 438 border-color: #f5e79e; 272 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); 273 } 274 439 } 275 440 .alert-danger { 276 441 background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); 277 background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); 442 background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); 443 background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3)); 444 background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); 445 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); 278 446 background-repeat: repeat-x; 279 447 border-color: #dca7a7; 280 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); 281 } 282 448 } 283 449 .progress { 284 450 background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); 285 background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); 286 background-repeat: repeat-x; 451 background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); 452 background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5)); 453 background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); 287 454 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); 288 } 289 455 background-repeat: repeat-x; 456 } 290 457 .progress-bar { 291 background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%); 292 background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); 293 background-repeat: repeat-x; 294 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); 295 } 296 458 background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%); 459 background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%); 460 background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090)); 461 background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%); 462 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0); 463 background-repeat: repeat-x; 464 } 297 465 .progress-bar-success { 298 466 background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%); 299 background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); 300 background-repeat: repeat-x; 467 background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%); 468 background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44)); 469 background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); 301 470 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); 302 } 303 471 background-repeat: repeat-x; 472 } 304 473 .progress-bar-info { 305 474 background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); 306 background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); 307 background-repeat: repeat-x; 475 background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); 476 background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5)); 477 background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); 308 478 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); 309 } 310 479 background-repeat: repeat-x; 480 } 311 481 .progress-bar-warning { 312 482 background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); 313 background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); 314 background-repeat: repeat-x; 483 background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); 484 background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f)); 485 background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); 315 486 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); 316 } 317 487 background-repeat: repeat-x; 488 } 318 489 .progress-bar-danger { 319 490 background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); 320 background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); 321 background-repeat: repeat-x; 491 background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%); 492 background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c)); 493 background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); 322 494 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); 323 } 324 495 background-repeat: repeat-x; 496 } 497 .progress-bar-striped { 498 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); 499 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); 500 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); 501 } 325 502 .list-group { 326 503 border-radius: 4px; 327 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); 328 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); 329 } 330 504 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 505 box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 506 } 331 507 .list-group-item.active, 332 508 .list-group-item.active:hover, 333 509 .list-group-item.active:focus { 334 text-shadow: 0 -1px 0 #3071a9; 335 background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%); 336 background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%); 337 background-repeat: repeat-x; 338 border-color: #3278b3; 339 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0); 340 } 341 510 text-shadow: 0 -1px 0 #286090; 511 background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%); 512 background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%); 513 background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a)); 514 background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%); 515 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0); 516 background-repeat: repeat-x; 517 border-color: #2b669a; 518 } 519 .list-group-item.active .badge, 520 .list-group-item.active:hover .badge, 521 .list-group-item.active:focus .badge { 522 text-shadow: none; 523 } 342 524 .panel { 343 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); 344 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); 345 } 346 525 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); 526 box-shadow: 0 1px 2px rgba(0, 0, 0, .05); 527 } 347 528 .panel-default > .panel-heading { 348 529 background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); 349 background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); 350 background-repeat: repeat-x; 530 background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); 531 background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); 532 background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); 351 533 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); 352 } 353 534 background-repeat: repeat-x; 535 } 354 536 .panel-primary > .panel-heading { 355 background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); 356 background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); 357 background-repeat: repeat-x; 358 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); 359 } 360 537 background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); 538 background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); 539 background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); 540 background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); 541 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); 542 background-repeat: repeat-x; 543 } 361 544 .panel-success > .panel-heading { 362 545 background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); 363 background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); 364 background-repeat: repeat-x; 546 background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); 547 background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6)); 548 background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); 365 549 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); 366 } 367 550 background-repeat: repeat-x; 551 } 368 552 .panel-info > .panel-heading { 369 553 background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); 370 background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); 371 background-repeat: repeat-x; 554 background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); 555 background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3)); 556 background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); 372 557 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); 373 } 374 558 background-repeat: repeat-x; 559 } 375 560 .panel-warning > .panel-heading { 376 561 background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); 377 background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); 378 background-repeat: repeat-x; 562 background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); 563 background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc)); 564 background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); 379 565 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); 380 } 381 566 background-repeat: repeat-x; 567 } 382 568 .panel-danger > .panel-heading { 383 569 background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%); 384 background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); 385 background-repeat: repeat-x; 570 background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%); 571 background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc)); 572 background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); 386 573 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); 387 } 388 574 background-repeat: repeat-x; 575 } 389 576 .well { 390 577 background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); 391 background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); 578 background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); 579 background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5)); 580 background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); 581 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); 392 582 background-repeat: repeat-x; 393 583 border-color: #dcdcdc; 394 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);395 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);396 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); 397 } 584 -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); 585 box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); 586 } 587 /*# sourceMappingURL=bootstrap-theme.css.map */ -
main/waeup.ikoba/trunk/layout/static/bootstrap/css/bootstrap-theme.min.css
r11254 r14842 1 1 /*! 2 * Bootstrap v3.0.3 (http://getbootstrap.com) 3 * Copyright 2014 Twitter, Inc. 4 * Licensed under http://www.apache.org/licenses/LICENSE-2.0 5 */ 6 7 .btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);background-repeat:repeat-x;border-color:#2b669a;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff2d6ca2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);background-repeat:repeat-x;border-color:#3e8f3e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);background-repeat:repeat-x;border-color:#e38d13;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);background-repeat:repeat-x;border-color:#b92c28;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);background-repeat:repeat-x;border-color:#28a4c9;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff3f3f3',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:linear-gradient(to bottom,#222 0,#282828 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff282828',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;border-color:#b2dba1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0)}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;border-color:#9acfea;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0)}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;border-color:#f5e79e;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0)}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;border-color:#dca7a7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0)}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}.progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0)}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);background-repeat:repeat-x;border-color:#3278b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3278b3',GradientType=0)}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff357ebd',GradientType=0)}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;border-color:#dcdcdc;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)} 2 * Bootstrap v3.3.7 (http://getbootstrap.com) 3 * Copyright 2011-2016 Twitter, Inc. 4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 5 */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{-webkit-box-shadow:none;box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{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)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)} 6 /*# sourceMappingURL=bootstrap-theme.min.css.map */ -
main/waeup.ikoba/trunk/layout/static/bootstrap/css/bootstrap.css
r11254 r14842 1 1 /*! 2 * Bootstrap v3. 0.3(http://getbootstrap.com)3 * Copyright 201 4Twitter, Inc.4 * Licensed under http://www.apache.org/licenses/LICENSE-2.02 * Bootstrap v3.3.7 (http://getbootstrap.com) 3 * Copyright 2011-2016 Twitter, Inc. 4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 5 5 */ 6 7 /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ 8 6 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ 7 html { 8 font-family: sans-serif; 9 -webkit-text-size-adjust: 100%; 10 -ms-text-size-adjust: 100%; 11 } 12 body { 13 margin: 0; 14 } 9 15 article, 10 16 aside, … … 16 22 hgroup, 17 23 main, 24 menu, 18 25 nav, 19 26 section, … … 21 28 display: block; 22 29 } 23 24 30 audio, 25 31 canvas, 32 progress, 26 33 video { 27 34 display: inline-block; 28 } 29 35 vertical-align: baseline; 36 } 30 37 audio:not([controls]) { 31 38 display: none; 32 39 height: 0; 33 40 } 34 35 41 [hidden], 36 42 template { 37 43 display: none; 38 44 } 39 40 html {41 font-family: sans-serif;42 -webkit-text-size-adjust: 100%;43 -ms-text-size-adjust: 100%;44 }45 46 body {47 margin: 0;48 }49 50 45 a { 51 background: transparent; 52 } 53 54 a:focus { 55 outline: thin dotted; 56 } 57 46 background-color: transparent; 47 } 58 48 a:active, 59 49 a:hover { 60 50 outline: 0; 61 51 } 62 63 h1 {64 margin: 0.67em 0;65 font-size: 2em;66 }67 68 52 abbr[title] { 69 53 border-bottom: 1px dotted; 70 54 } 71 72 55 b, 73 56 strong { 74 57 font-weight: bold; 75 58 } 76 77 59 dfn { 78 60 font-style: italic; 79 61 } 80 81 hr { 82 height: 0; 83 -moz-box-sizing: content-box; 84 box-sizing: content-box; 85 } 86 62 h1 { 63 margin: .67em 0; 64 font-size: 2em; 65 } 87 66 mark { 88 67 color: #000; 89 68 background: #ff0; 90 69 } 91 92 code,93 kbd,94 pre,95 samp {96 font-family: monospace, serif;97 font-size: 1em;98 }99 100 pre {101 white-space: pre-wrap;102 }103 104 q {105 quotes: "\201C" "\201D" "\2018" "\2019";106 }107 108 70 small { 109 71 font-size: 80%; 110 72 } 111 112 73 sub, 113 74 sup { … … 117 78 vertical-align: baseline; 118 79 } 119 120 80 sup { 121 top: -0.5em; 122 } 123 81 top: -.5em; 82 } 124 83 sub { 125 bottom: -0.25em; 126 } 127 84 bottom: -.25em; 85 } 128 86 img { 129 87 border: 0; 130 88 } 131 132 89 svg:not(:root) { 133 90 overflow: hidden; 134 91 } 135 136 92 figure { 137 margin: 0; 138 } 139 140 fieldset { 141 padding: 0.35em 0.625em 0.75em; 142 margin: 0 2px; 143 border: 1px solid #c0c0c0; 144 } 145 146 legend { 147 padding: 0; 148 border: 0; 149 } 150 93 margin: 1em 40px; 94 } 95 hr { 96 height: 0; 97 -webkit-box-sizing: content-box; 98 -moz-box-sizing: content-box; 99 box-sizing: content-box; 100 } 101 pre { 102 overflow: auto; 103 } 104 code, 105 kbd, 106 pre, 107 samp { 108 font-family: monospace, monospace; 109 font-size: 1em; 110 } 151 111 button, 152 112 input, 113 optgroup, 153 114 select, 154 115 textarea { 155 116 margin: 0; 156 font-family: inherit; 157 font-size: 100%; 158 } 159 160 button, 161 input { 162 line-height: normal; 163 } 164 117 font: inherit; 118 color: inherit; 119 } 120 button { 121 overflow: visible; 122 } 165 123 button, 166 124 select { 167 125 text-transform: none; 168 126 } 169 170 127 button, 171 128 html input[type="button"], 172 129 input[type="reset"], 173 130 input[type="submit"] { 131 -webkit-appearance: button; 174 132 cursor: pointer; 175 -webkit-appearance: button; 176 } 177 133 } 178 134 button[disabled], 179 135 html input[disabled] { 180 136 cursor: default; 181 137 } 182 138 button::-moz-focus-inner, 139 input::-moz-focus-inner { 140 padding: 0; 141 border: 0; 142 } 143 input { 144 line-height: normal; 145 } 183 146 input[type="checkbox"], 184 147 input[type="radio"] { 148 -webkit-box-sizing: border-box; 149 -moz-box-sizing: border-box; 150 box-sizing: border-box; 185 151 padding: 0; 186 box-sizing: border-box; 187 } 188 152 } 153 input[type="number"]::-webkit-inner-spin-button, 154 input[type="number"]::-webkit-outer-spin-button { 155 height: auto; 156 } 189 157 input[type="search"] { 190 158 -webkit-box-sizing: content-box; … … 193 161 -webkit-appearance: textfield; 194 162 } 195 196 163 input[type="search"]::-webkit-search-cancel-button, 197 164 input[type="search"]::-webkit-search-decoration { 198 165 -webkit-appearance: none; 199 166 } 200 201 button::-moz-focus-inner, 202 input::-moz-focus-inner { 167 fieldset { 168 padding: .35em .625em .75em; 169 margin: 0 2px; 170 border: 1px solid #c0c0c0; 171 } 172 legend { 203 173 padding: 0; 204 174 border: 0; 205 175 } 206 207 176 textarea { 208 177 overflow: auto; 209 vertical-align: top; 210 } 211 178 } 179 optgroup { 180 font-weight: bold; 181 } 212 182 table { 183 border-spacing: 0; 213 184 border-collapse: collapse; 214 border-spacing: 0; 215 } 216 185 } 186 td, 187 th { 188 padding: 0; 189 } 190 /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ 217 191 @media print { 218 * { 192 *, 193 *:before, 194 *:after { 219 195 color: #000 !important; 220 196 text-shadow: none !important; 221 197 background: transparent !important; 222 box-shadow: none !important; 198 -webkit-box-shadow: none !important; 199 box-shadow: none !important; 223 200 } 224 201 a, … … 232 209 content: " (" attr(title) ")"; 233 210 } 234 a[href^=" javascript:"]:after,235 a[href^=" #"]:after {211 a[href^="#"]:after, 212 a[href^="javascript:"]:after { 236 213 content: ""; 237 214 } … … 239 216 blockquote { 240 217 border: 1px solid #999; 218 241 219 page-break-inside: avoid; 242 220 } … … 250 228 img { 251 229 max-width: 100% !important; 252 }253 @page {254 margin: 2cm .5cm;255 230 } 256 231 p, … … 264 239 page-break-after: avoid; 265 240 } 266 select {267 background: #fff !important;268 }269 241 .navbar { 270 242 display: none; 243 } 244 .btn > .caret, 245 .dropup > .btn > .caret { 246 border-top-color: #000 !important; 247 } 248 .label { 249 border: 1px solid #000; 250 } 251 .table { 252 border-collapse: collapse !important; 271 253 } 272 254 .table td, … … 274 256 background-color: #fff !important; 275 257 } 276 .btn > .caret,277 .dropup > .btn > .caret {278 border-top-color: #000 !important;279 }280 .label {281 border: 1px solid #000;282 }283 .table {284 border-collapse: collapse !important;285 }286 258 .table-bordered th, 287 259 .table-bordered td { … … 289 261 } 290 262 } 263 @font-face { 264 font-family: 'Glyphicons Halflings'; 291 265 292 *, 266 src: url('../fonts/glyphicons-halflings-regular.eot'); 267 src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); 268 } 269 .glyphicon { 270 position: relative; 271 top: 1px; 272 display: inline-block; 273 font-family: 'Glyphicons Halflings'; 274 font-style: normal; 275 font-weight: normal; 276 line-height: 1; 277 278 -webkit-font-smoothing: antialiased; 279 -moz-osx-font-smoothing: grayscale; 280 } 281 .glyphicon-asterisk:before { 282 content: "\002a"; 283 } 284 .glyphicon-plus:before { 285 content: "\002b"; 286 } 287 .glyphicon-euro:before, 288 .glyphicon-eur:before { 289 content: "\20ac"; 290 } 291 .glyphicon-minus:before { 292 content: "\2212"; 293 } 294 .glyphicon-cloud:before { 295 content: "\2601"; 296 } 297 .glyphicon-envelope:before { 298 content: "\2709"; 299 } 300 .glyphicon-pencil:before { 301 content: "\270f"; 302 } 303 .glyphicon-glass:before { 304 content: "\e001"; 305 } 306 .glyphicon-music:before { 307 content: "\e002"; 308 } 309 .glyphicon-search:before { 310 content: "\e003"; 311 } 312 .glyphicon-heart:before { 313 content: "\e005"; 314 } 315 .glyphicon-star:before { 316 content: "\e006"; 317 } 318 .glyphicon-star-empty:before { 319 content: "\e007"; 320 } 321 .glyphicon-user:before { 322 content: "\e008"; 323 } 324 .glyphicon-film:before { 325 content: "\e009"; 326 } 327 .glyphicon-th-large:before { 328 content: "\e010"; 329 } 330 .glyphicon-th:before { 331 content: "\e011"; 332 } 333 .glyphicon-th-list:before { 334 content: "\e012"; 335 } 336 .glyphicon-ok:before { 337 content: "\e013"; 338 } 339 .glyphicon-remove:before { 340 content: "\e014"; 341 } 342 .glyphicon-zoom-in:before { 343 content: "\e015"; 344 } 345 .glyphicon-zoom-out:before { 346 content: "\e016"; 347 } 348 .glyphicon-off:before { 349 content: "\e017"; 350 } 351 .glyphicon-signal:before { 352 content: "\e018"; 353 } 354 .glyphicon-cog:before { 355 content: "\e019"; 356 } 357 .glyphicon-trash:before { 358 content: "\e020"; 359 } 360 .glyphicon-home:before { 361 content: "\e021"; 362 } 363 .glyphicon-file:before { 364 content: "\e022"; 365 } 366 .glyphicon-time:before { 367 content: "\e023"; 368 } 369 .glyphicon-road:before { 370 content: "\e024"; 371 } 372 .glyphicon-download-alt:before { 373 content: "\e025"; 374 } 375 .glyphicon-download:before { 376 content: "\e026"; 377 } 378 .glyphicon-upload:before { 379 content: "\e027"; 380 } 381 .glyphicon-inbox:before { 382 content: "\e028"; 383 } 384 .glyphicon-play-circle:before { 385 content: "\e029"; 386 } 387 .glyphicon-repeat:before { 388 content: "\e030"; 389 } 390 .glyphicon-refresh:before { 391 content: "\e031"; 392 } 393 .glyphicon-list-alt:before { 394 content: "\e032"; 395 } 396 .glyphicon-lock:before { 397 content: "\e033"; 398 } 399 .glyphicon-flag:before { 400 content: "\e034"; 401 } 402 .glyphicon-headphones:before { 403 content: "\e035"; 404 } 405 .glyphicon-volume-off:before { 406 content: "\e036"; 407 } 408 .glyphicon-volume-down:before { 409 content: "\e037"; 410 } 411 .glyphicon-volume-up:before { 412 content: "\e038"; 413 } 414 .glyphicon-qrcode:before { 415 content: "\e039"; 416 } 417 .glyphicon-barcode:before { 418 content: "\e040"; 419 } 420 .glyphicon-tag:before { 421 content: "\e041"; 422 } 423 .glyphicon-tags:before { 424 content: "\e042"; 425 } 426 .glyphicon-book:before { 427 content: "\e043"; 428 } 429 .glyphicon-bookmark:before { 430 content: "\e044"; 431 } 432 .glyphicon-print:before { 433 content: "\e045"; 434 } 435 .glyphicon-camera:before { 436 content: "\e046"; 437 } 438 .glyphicon-font:before { 439 content: "\e047"; 440 } 441 .glyphicon-bold:before { 442 content: "\e048"; 443 } 444 .glyphicon-italic:before { 445 content: "\e049"; 446 } 447 .glyphicon-text-height:before { 448 content: "\e050"; 449 } 450 .glyphicon-text-width:before { 451 content: "\e051"; 452 } 453 .glyphicon-align-left:before { 454 content: "\e052"; 455 } 456 .glyphicon-align-center:before { 457 content: "\e053"; 458 } 459 .glyphicon-align-right:before { 460 content: "\e054"; 461 } 462 .glyphicon-align-justify:before { 463 content: "\e055"; 464 } 465 .glyphicon-list:before { 466 content: "\e056"; 467 } 468 .glyphicon-indent-left:before { 469 content: "\e057"; 470 } 471 .glyphicon-indent-right:before { 472 content: "\e058"; 473 } 474 .glyphicon-facetime-video:before { 475 content: "\e059"; 476 } 477 .glyphicon-picture:before { 478 content: "\e060"; 479 } 480 .glyphicon-map-marker:before { 481 content: "\e062"; 482 } 483 .glyphicon-adjust:before { 484 content: "\e063"; 485 } 486 .glyphicon-tint:before { 487 content: "\e064"; 488 } 489 .glyphicon-edit:before { 490 content: "\e065"; 491 } 492 .glyphicon-share:before { 493 content: "\e066"; 494 } 495 .glyphicon-check:before { 496 content: "\e067"; 497 } 498 .glyphicon-move:before { 499 content: "\e068"; 500 } 501 .glyphicon-step-backward:before { 502 content: "\e069"; 503 } 504 .glyphicon-fast-backward:before { 505 content: "\e070"; 506 } 507 .glyphicon-backward:before { 508 content: "\e071"; 509 } 510 .glyphicon-play:before { 511 content: "\e072"; 512 } 513 .glyphicon-pause:before { 514 content: "\e073"; 515 } 516 .glyphicon-stop:before { 517 content: "\e074"; 518 } 519 .glyphicon-forward:before { 520 content: "\e075"; 521 } 522 .glyphicon-fast-forward:before { 523 content: "\e076"; 524 } 525 .glyphicon-step-forward:before { 526 content: "\e077"; 527 } 528 .glyphicon-eject:before { 529 content: "\e078"; 530 } 531 .glyphicon-chevron-left:before { 532 content: "\e079"; 533 } 534 .glyphicon-chevron-right:before { 535 content: "\e080"; 536 } 537 .glyphicon-plus-sign:before { 538 content: "\e081"; 539 } 540 .glyphicon-minus-sign:before { 541 content: "\e082"; 542 } 543 .glyphicon-remove-sign:before { 544 content: "\e083"; 545 } 546 .glyphicon-ok-sign:before { 547 content: "\e084"; 548 } 549 .glyphicon-question-sign:before { 550 content: "\e085"; 551 } 552 .glyphicon-info-sign:before { 553 content: "\e086"; 554 } 555 .glyphicon-screenshot:before { 556 content: "\e087"; 557 } 558 .glyphicon-remove-circle:before { 559 content: "\e088"; 560 } 561 .glyphicon-ok-circle:before { 562 content: "\e089"; 563 } 564 .glyphicon-ban-circle:before { 565 content: "\e090"; 566 } 567 .glyphicon-arrow-left:before { 568 content: "\e091"; 569 } 570 .glyphicon-arrow-right:before { 571 content: "\e092"; 572 } 573 .glyphicon-arrow-up:before { 574 content: "\e093"; 575 } 576 .glyphicon-arrow-down:before { 577 content: "\e094"; 578 } 579 .glyphicon-share-alt:before { 580 content: "\e095"; 581 } 582 .glyphicon-resize-full:before { 583 content: "\e096"; 584 } 585 .glyphicon-resize-small:before { 586 content: "\e097"; 587 } 588 .glyphicon-exclamation-sign:before { 589 content: "\e101"; 590 } 591 .glyphicon-gift:before { 592 content: "\e102"; 593 } 594 .glyphicon-leaf:before { 595 content: "\e103"; 596 } 597 .glyphicon-fire:before { 598 content: "\e104"; 599 } 600 .glyphicon-eye-open:before { 601 content: "\e105"; 602 } 603 .glyphicon-eye-close:before { 604 content: "\e106"; 605 } 606 .glyphicon-warning-sign:before { 607 content: "\e107"; 608 } 609 .glyphicon-plane:before { 610 content: "\e108"; 611 } 612 .glyphicon-calendar:before { 613 content: "\e109"; 614 } 615 .glyphicon-random:before { 616 content: "\e110"; 617 } 618 .glyphicon-comment:before { 619 content: "\e111"; 620 } 621 .glyphicon-magnet:before { 622 content: "\e112"; 623 } 624 .glyphicon-chevron-up:before { 625 content: "\e113"; 626 } 627 .glyphicon-chevron-down:before { 628 content: "\e114"; 629 } 630 .glyphicon-retweet:before { 631 content: "\e115"; 632 } 633 .glyphicon-shopping-cart:before { 634 content: "\e116"; 635 } 636 .glyphicon-folder-close:before { 637 content: "\e117"; 638 } 639 .glyphicon-folder-open:before { 640 content: "\e118"; 641 } 642 .glyphicon-resize-vertical:before { 643 content: "\e119"; 644 } 645 .glyphicon-resize-horizontal:before { 646 content: "\e120"; 647 } 648 .glyphicon-hdd:before { 649 content: "\e121"; 650 } 651 .glyphicon-bullhorn:before { 652 content: "\e122"; 653 } 654 .glyphicon-bell:before { 655 content: "\e123"; 656 } 657 .glyphicon-certificate:before { 658 content: "\e124"; 659 } 660 .glyphicon-thumbs-up:before { 661 content: "\e125"; 662 } 663 .glyphicon-thumbs-down:before { 664 content: "\e126"; 665 } 666 .glyphicon-hand-right:before { 667 content: "\e127"; 668 } 669 .glyphicon-hand-left:before { 670 content: "\e128"; 671 } 672 .glyphicon-hand-up:before { 673 content: "\e129"; 674 } 675 .glyphicon-hand-down:before { 676 content: "\e130"; 677 } 678 .glyphicon-circle-arrow-right:before { 679 content: "\e131"; 680 } 681 .glyphicon-circle-arrow-left:before { 682 content: "\e132"; 683 } 684 .glyphicon-circle-arrow-up:before { 685 content: "\e133"; 686 } 687 .glyphicon-circle-arrow-down:before { 688 content: "\e134"; 689 } 690 .glyphicon-globe:before { 691 content: "\e135"; 692 } 693 .glyphicon-wrench:before { 694 content: "\e136"; 695 } 696 .glyphicon-tasks:before { 697 content: "\e137"; 698 } 699 .glyphicon-filter:before { 700 content: "\e138"; 701 } 702 .glyphicon-briefcase:before { 703 content: "\e139"; 704 } 705 .glyphicon-fullscreen:before { 706 content: "\e140"; 707 } 708 .glyphicon-dashboard:before { 709 content: "\e141"; 710 } 711 .glyphicon-paperclip:before { 712 content: "\e142"; 713 } 714 .glyphicon-heart-empty:before { 715 content: "\e143"; 716 } 717 .glyphicon-link:before { 718 content: "\e144"; 719 } 720 .glyphicon-phone:before { 721 content: "\e145"; 722 } 723 .glyphicon-pushpin:before { 724 content: "\e146"; 725 } 726 .glyphicon-usd:before { 727 content: "\e148"; 728 } 729 .glyphicon-gbp:before { 730 content: "\e149"; 731 } 732 .glyphicon-sort:before { 733 content: "\e150"; 734 } 735 .glyphicon-sort-by-alphabet:before { 736 content: "\e151"; 737 } 738 .glyphicon-sort-by-alphabet-alt:before { 739 content: "\e152"; 740 } 741 .glyphicon-sort-by-order:before { 742 content: "\e153"; 743 } 744 .glyphicon-sort-by-order-alt:before { 745 content: "\e154"; 746 } 747 .glyphicon-sort-by-attributes:before { 748 content: "\e155"; 749 } 750 .glyphicon-sort-by-attributes-alt:before { 751 content: "\e156"; 752 } 753 .glyphicon-unchecked:before { 754 content: "\e157"; 755 } 756 .glyphicon-expand:before { 757 content: "\e158"; 758 } 759 .glyphicon-collapse-down:before { 760 content: "\e159"; 761 } 762 .glyphicon-collapse-up:before { 763 content: "\e160"; 764 } 765 .glyphicon-log-in:before { 766 content: "\e161"; 767 } 768 .glyphicon-flash:before { 769 content: "\e162"; 770 } 771 .glyphicon-log-out:before { 772 content: "\e163"; 773 } 774 .glyphicon-new-window:before { 775 content: "\e164"; 776 } 777 .glyphicon-record:before { 778 content: "\e165"; 779 } 780 .glyphicon-save:before { 781 content: "\e166"; 782 } 783 .glyphicon-open:before { 784 content: "\e167"; 785 } 786 .glyphicon-saved:before { 787 content: "\e168"; 788 } 789 .glyphicon-import:before { 790 content: "\e169"; 791 } 792 .glyphicon-export:before { 793 content: "\e170"; 794 } 795 .glyphicon-send:before { 796 content: "\e171"; 797 } 798 .glyphicon-floppy-disk:before { 799 content: "\e172"; 800 } 801 .glyphicon-floppy-saved:before { 802 content: "\e173"; 803 } 804 .glyphicon-floppy-remove:before { 805 content: "\e174"; 806 } 807 .glyphicon-floppy-save:before { 808 content: "\e175"; 809 } 810 .glyphicon-floppy-open:before { 811 content: "\e176"; 812 } 813 .glyphicon-credit-card:before { 814 content: "\e177"; 815 } 816 .glyphicon-transfer:before { 817 content: "\e178"; 818 } 819 .glyphicon-cutlery:before { 820 content: "\e179"; 821 } 822 .glyphicon-header:before { 823 content: "\e180"; 824 } 825 .glyphicon-compressed:before { 826 content: "\e181"; 827 } 828 .glyphicon-earphone:before { 829 content: "\e182"; 830 } 831 .glyphicon-phone-alt:before { 832 content: "\e183"; 833 } 834 .glyphicon-tower:before { 835 content: "\e184"; 836 } 837 .glyphicon-stats:before { 838 content: "\e185"; 839 } 840 .glyphicon-sd-video:before { 841 content: "\e186"; 842 } 843 .glyphicon-hd-video:before { 844 content: "\e187"; 845 } 846 .glyphicon-subtitles:before { 847 content: "\e188"; 848 } 849 .glyphicon-sound-stereo:before { 850 content: "\e189"; 851 } 852 .glyphicon-sound-dolby:before { 853 content: "\e190"; 854 } 855 .glyphicon-sound-5-1:before { 856 content: "\e191"; 857 } 858 .glyphicon-sound-6-1:before { 859 content: "\e192"; 860 } 861 .glyphicon-sound-7-1:before { 862 content: "\e193"; 863 } 864 .glyphicon-copyright-mark:before { 865 content: "\e194"; 866 } 867 .glyphicon-registration-mark:before { 868 content: "\e195"; 869 } 870 .glyphicon-cloud-download:before { 871 content: "\e197"; 872 } 873 .glyphicon-cloud-upload:before { 874 content: "\e198"; 875 } 876 .glyphicon-tree-conifer:before { 877 content: "\e199"; 878 } 879 .glyphicon-tree-deciduous:before { 880 content: "\e200"; 881 } 882 .glyphicon-cd:before { 883 content: "\e201"; 884 } 885 .glyphicon-save-file:before { 886 content: "\e202"; 887 } 888 .glyphicon-open-file:before { 889 content: "\e203"; 890 } 891 .glyphicon-level-up:before { 892 content: "\e204"; 893 } 894 .glyphicon-copy:before { 895 content: "\e205"; 896 } 897 .glyphicon-paste:before { 898 content: "\e206"; 899 } 900 .glyphicon-alert:before { 901 content: "\e209"; 902 } 903 .glyphicon-equalizer:before { 904 content: "\e210"; 905 } 906 .glyphicon-king:before { 907 content: "\e211"; 908 } 909 .glyphicon-queen:before { 910 content: "\e212"; 911 } 912 .glyphicon-pawn:before { 913 content: "\e213"; 914 } 915 .glyphicon-bishop:before { 916 content: "\e214"; 917 } 918 .glyphicon-knight:before { 919 content: "\e215"; 920 } 921 .glyphicon-baby-formula:before { 922 content: "\e216"; 923 } 924 .glyphicon-tent:before { 925 content: "\26fa"; 926 } 927 .glyphicon-blackboard:before { 928 content: "\e218"; 929 } 930 .glyphicon-bed:before { 931 content: "\e219"; 932 } 933 .glyphicon-apple:before { 934 content: "\f8ff"; 935 } 936 .glyphicon-erase:before { 937 content: "\e221"; 938 } 939 .glyphicon-hourglass:before { 940 content: "\231b"; 941 } 942 .glyphicon-lamp:before { 943 content: "\e223"; 944 } 945 .glyphicon-duplicate:before { 946 content: "\e224"; 947 } 948 .glyphicon-piggy-bank:before { 949 content: "\e225"; 950 } 951 .glyphicon-scissors:before { 952 content: "\e226"; 953 } 954 .glyphicon-bitcoin:before { 955 content: "\e227"; 956 } 957 .glyphicon-btc:before { 958 content: "\e227"; 959 } 960 .glyphicon-xbt:before { 961 content: "\e227"; 962 } 963 .glyphicon-yen:before { 964 content: "\00a5"; 965 } 966 .glyphicon-jpy:before { 967 content: "\00a5"; 968 } 969 .glyphicon-ruble:before { 970 content: "\20bd"; 971 } 972 .glyphicon-rub:before { 973 content: "\20bd"; 974 } 975 .glyphicon-scale:before { 976 content: "\e230"; 977 } 978 .glyphicon-ice-lolly:before { 979 content: "\e231"; 980 } 981 .glyphicon-ice-lolly-tasted:before { 982 content: "\e232"; 983 } 984 .glyphicon-education:before { 985 content: "\e233"; 986 } 987 .glyphicon-option-horizontal:before { 988 content: "\e234"; 989 } 990 .glyphicon-option-vertical:before { 991 content: "\e235"; 992 } 993 .glyphicon-menu-hamburger:before { 994 content: "\e236"; 995 } 996 .glyphicon-modal-window:before { 997 content: "\e237"; 998 } 999 .glyphicon-oil:before { 1000 content: "\e238"; 1001 } 1002 .glyphicon-grain:before { 1003 content: "\e239"; 1004 } 1005 .glyphicon-sunglasses:before { 1006 content: "\e240"; 1007 } 1008 .glyphicon-text-size:before { 1009 content: "\e241"; 1010 } 1011 .glyphicon-text-color:before { 1012 content: "\e242"; 1013 } 1014 .glyphicon-text-background:before { 1015 content: "\e243"; 1016 } 1017 .glyphicon-object-align-top:before { 1018 content: "\e244"; 1019 } 1020 .glyphicon-object-align-bottom:before { 1021 content: "\e245"; 1022 } 1023 .glyphicon-object-align-horizontal:before { 1024 content: "\e246"; 1025 } 1026 .glyphicon-object-align-left:before { 1027 content: "\e247"; 1028 } 1029 .glyphicon-object-align-vertical:before { 1030 content: "\e248"; 1031 } 1032 .glyphicon-object-align-right:before { 1033 content: "\e249"; 1034 } 1035 .glyphicon-triangle-right:before { 1036 content: "\e250"; 1037 } 1038 .glyphicon-triangle-left:before { 1039 content: "\e251"; 1040 } 1041 .glyphicon-triangle-bottom:before { 1042 content: "\e252"; 1043 } 1044 .glyphicon-triangle-top:before { 1045 content: "\e253"; 1046 } 1047 .glyphicon-console:before { 1048 content: "\e254"; 1049 } 1050 .glyphicon-superscript:before { 1051 content: "\e255"; 1052 } 1053 .glyphicon-subscript:before { 1054 content: "\e256"; 1055 } 1056 .glyphicon-menu-left:before { 1057 content: "\e257"; 1058 } 1059 .glyphicon-menu-right:before { 1060 content: "\e258"; 1061 } 1062 .glyphicon-menu-down:before { 1063 content: "\e259"; 1064 } 1065 .glyphicon-menu-up:before { 1066 content: "\e260"; 1067 } 1068 * { 1069 -webkit-box-sizing: border-box; 1070 -moz-box-sizing: border-box; 1071 box-sizing: border-box; 1072 } 293 1073 *:before, 294 1074 *:after { … … 297 1077 box-sizing: border-box; 298 1078 } 1079 html { 1080 font-size: 10px; 299 1081 300 html {301 font-size: 62.5%;302 1082 -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 303 1083 } 304 305 1084 body { 306 1085 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 307 1086 font-size: 14px; 308 line-height: 1.428571429; 309 color: #333333; 310 background-color: #ffffff; 311 } 312 1087 line-height: 1.42857143; 1088 color: #333; 1089 background-color: #fff; 1090 } 313 1091 input, 314 1092 button, … … 319 1097 line-height: inherit; 320 1098 } 321 322 1099 a { 323 color: # 428bca;1100 color: #337ab7; 324 1101 text-decoration: none; 325 1102 } 326 327 1103 a:hover, 328 1104 a:focus { 329 color: #2 a6496;1105 color: #23527c; 330 1106 text-decoration: underline; 331 1107 } 332 333 1108 a:focus { 334 outline: thin dotted;335 1109 outline: 5px auto -webkit-focus-ring-color; 336 1110 outline-offset: -2px; 337 1111 } 338 1112 figure { 1113 margin: 0; 1114 } 339 1115 img { 340 1116 vertical-align: middle; 341 1117 } 342 343 .img-responsive { 1118 .img-responsive, 1119 .thumbnail > img, 1120 .thumbnail a > img, 1121 .carousel-inner > .item > img, 1122 .carousel-inner > .item > a > img { 344 1123 display: block; 1124 max-width: 100%; 345 1125 height: auto; 346 max-width: 100%; 347 } 348 1126 } 349 1127 .img-rounded { 350 1128 border-radius: 6px; 351 1129 } 352 353 1130 .img-thumbnail { 354 1131 display: inline-block; 1132 max-width: 100%; 355 1133 height: auto; 356 max-width: 100%;357 1134 padding: 4px; 358 line-height: 1.4285714 29;359 background-color: #fff fff;360 border: 1px solid #ddd ddd;1135 line-height: 1.42857143; 1136 background-color: #fff; 1137 border: 1px solid #ddd; 361 1138 border-radius: 4px; 362 -webkit-transition: all 0.2s ease-in-out;363 transition: all 0.2s ease-in-out;364 } 365 1139 -webkit-transition: all .2s ease-in-out; 1140 -o-transition: all .2s ease-in-out; 1141 transition: all .2s ease-in-out; 1142 } 366 1143 .img-circle { 367 1144 border-radius: 50%; 368 1145 } 369 370 1146 hr { 371 1147 margin-top: 20px; 372 1148 margin-bottom: 20px; 373 1149 border: 0; 374 border-top: 1px solid #eeeeee; 375 } 376 1150 border-top: 1px solid #eee; 1151 } 377 1152 .sr-only { 378 1153 position: absolute; … … 385 1160 border: 0; 386 1161 } 387 1162 .sr-only-focusable:active, 1163 .sr-only-focusable:focus { 1164 position: static; 1165 width: auto; 1166 height: auto; 1167 margin: 0; 1168 overflow: visible; 1169 clip: auto; 1170 } 1171 [role="button"] { 1172 cursor: pointer; 1173 } 388 1174 h1, 389 1175 h2, … … 398 1184 .h5, 399 1185 .h6 { 400 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;1186 font-family: inherit; 401 1187 font-weight: 500; 402 1188 line-height: 1.1; 403 1189 color: inherit; 404 1190 } 405 406 1191 h1 small, 407 1192 h2 small, … … 430 1215 font-weight: normal; 431 1216 line-height: 1; 432 color: #999999; 433 } 434 1217 color: #777; 1218 } 435 1219 h1, 1220 .h1, 436 1221 h2, 437 h3 { 1222 .h2, 1223 h3, 1224 .h3 { 438 1225 margin-top: 20px; 439 1226 margin-bottom: 10px; 440 1227 } 441 442 1228 h1 small, 1229 .h1 small, 443 1230 h2 small, 1231 .h2 small, 444 1232 h3 small, 1233 .h3 small, 445 1234 h1 .small, 1235 .h1 .small, 446 1236 h2 .small, 447 h3 .small { 1237 .h2 .small, 1238 h3 .small, 1239 .h3 .small { 448 1240 font-size: 65%; 449 1241 } 450 451 1242 h4, 1243 .h4, 452 1244 h5, 453 h6 { 1245 .h5, 1246 h6, 1247 .h6 { 454 1248 margin-top: 10px; 455 1249 margin-bottom: 10px; 456 1250 } 457 458 1251 h4 small, 1252 .h4 small, 459 1253 h5 small, 1254 .h5 small, 460 1255 h6 small, 1256 .h6 small, 461 1257 h4 .small, 1258 .h4 .small, 462 1259 h5 .small, 463 h6 .small { 1260 .h5 .small, 1261 h6 .small, 1262 .h6 .small { 464 1263 font-size: 75%; 465 1264 } 466 467 1265 h1, 468 1266 .h1 { 469 1267 font-size: 36px; 470 1268 } 471 472 1269 h2, 473 1270 .h2 { 474 1271 font-size: 30px; 475 1272 } 476 477 1273 h3, 478 1274 .h3 { 479 1275 font-size: 24px; 480 1276 } 481 482 1277 h4, 483 1278 .h4 { 484 1279 font-size: 18px; 485 1280 } 486 487 1281 h5, 488 1282 .h5 { 489 1283 font-size: 14px; 490 1284 } 491 492 1285 h6, 493 1286 .h6 { 494 1287 font-size: 12px; 495 1288 } 496 497 1289 p { 498 1290 margin: 0 0 10px; 499 1291 } 500 501 1292 .lead { 502 1293 margin-bottom: 20px; 503 1294 font-size: 16px; 504 font-weight: 200;1295 font-weight: 300; 505 1296 line-height: 1.4; 506 1297 } 507 508 1298 @media (min-width: 768px) { 509 1299 .lead { … … 511 1301 } 512 1302 } 513 514 1303 small, 515 1304 .small { 516 1305 font-size: 85%; 517 1306 } 518 519 cite { 520 font-style: normal; 521 } 522 1307 mark, 1308 .mark { 1309 padding: .2em; 1310 background-color: #fcf8e3; 1311 } 1312 .text-left { 1313 text-align: left; 1314 } 1315 .text-right { 1316 text-align: right; 1317 } 1318 .text-center { 1319 text-align: center; 1320 } 1321 .text-justify { 1322 text-align: justify; 1323 } 1324 .text-nowrap { 1325 white-space: nowrap; 1326 } 1327 .text-lowercase { 1328 text-transform: lowercase; 1329 } 1330 .text-uppercase { 1331 text-transform: uppercase; 1332 } 1333 .text-capitalize { 1334 text-transform: capitalize; 1335 } 523 1336 .text-muted { 524 color: #999999; 525 } 526 1337 color: #777; 1338 } 527 1339 .text-primary { 528 color: #428bca; 529 } 530 531 .text-primary:hover { 532 color: #3071a9; 533 } 534 1340 color: #337ab7; 1341 } 1342 a.text-primary:hover, 1343 a.text-primary:focus { 1344 color: #286090; 1345 } 1346 .text-success { 1347 color: #3c763d; 1348 } 1349 a.text-success:hover, 1350 a.text-success:focus { 1351 color: #2b542c; 1352 } 1353 .text-info { 1354 color: #31708f; 1355 } 1356 a.text-info:hover, 1357 a.text-info:focus { 1358 color: #245269; 1359 } 535 1360 .text-warning { 536 1361 color: #8a6d3b; 537 1362 } 538 539 .text-warning:hover{1363 a.text-warning:hover, 1364 a.text-warning:focus { 540 1365 color: #66512c; 541 1366 } 542 543 1367 .text-danger { 544 1368 color: #a94442; 545 1369 } 546 547 .text-danger:hover{1370 a.text-danger:hover, 1371 a.text-danger:focus { 548 1372 color: #843534; 549 1373 } 550 551 .text-success { 552 color: #3c763d; 553 } 554 555 .text-success:hover { 556 color: #2b542c; 557 } 558 559 .text-info { 560 color: #31708f; 561 } 562 563 .text-info:hover { 564 color: #245269; 565 } 566 567 .text-left { 568 text-align: left; 569 } 570 571 .text-right { 572 text-align: right; 573 } 574 575 .text-center { 576 text-align: center; 577 } 578 1374 .bg-primary { 1375 color: #fff; 1376 background-color: #337ab7; 1377 } 1378 a.bg-primary:hover, 1379 a.bg-primary:focus { 1380 background-color: #286090; 1381 } 1382 .bg-success { 1383 background-color: #dff0d8; 1384 } 1385 a.bg-success:hover, 1386 a.bg-success:focus { 1387 background-color: #c1e2b3; 1388 } 1389 .bg-info { 1390 background-color: #d9edf7; 1391 } 1392 a.bg-info:hover, 1393 a.bg-info:focus { 1394 background-color: #afd9ee; 1395 } 1396 .bg-warning { 1397 background-color: #fcf8e3; 1398 } 1399 a.bg-warning:hover, 1400 a.bg-warning:focus { 1401 background-color: #f7ecb5; 1402 } 1403 .bg-danger { 1404 background-color: #f2dede; 1405 } 1406 a.bg-danger:hover, 1407 a.bg-danger:focus { 1408 background-color: #e4b9b9; 1409 } 579 1410 .page-header { 580 1411 padding-bottom: 9px; 581 1412 margin: 40px 0 20px; 582 border-bottom: 1px solid #eeeeee; 583 } 584 1413 border-bottom: 1px solid #eee; 1414 } 585 1415 ul, 586 1416 ol { … … 588 1418 margin-bottom: 10px; 589 1419 } 590 591 1420 ul ul, 592 1421 ol ul, … … 595 1424 margin-bottom: 0; 596 1425 } 597 598 1426 .list-unstyled { 599 1427 padding-left: 0; 600 1428 list-style: none; 601 1429 } 602 603 1430 .list-inline { 604 1431 padding-left: 0; 1432 margin-left: -5px; 605 1433 list-style: none; 606 1434 } 607 608 1435 .list-inline > li { 609 1436 display: inline-block; … … 611 1438 padding-left: 5px; 612 1439 } 613 614 .list-inline > li:first-child {615 padding-left: 0;616 }617 618 1440 dl { 619 1441 margin-top: 0; 620 1442 margin-bottom: 20px; 621 1443 } 622 623 1444 dt, 624 1445 dd { 625 line-height: 1.428571429; 626 } 627 1446 line-height: 1.42857143; 1447 } 628 1448 dt { 629 1449 font-weight: bold; 630 1450 } 631 632 1451 dd { 633 1452 margin-left: 0; 634 1453 } 635 636 1454 @media (min-width: 768px) { 637 1455 .dl-horizontal dt { … … 647 1465 margin-left: 180px; 648 1466 } 649 .dl-horizontal dd:before, 650 .dl-horizontal dd:after { 651 display: table; 652 content: " "; 653 } 654 .dl-horizontal dd:after { 655 clear: both; 656 } 657 .dl-horizontal dd:before, 658 .dl-horizontal dd:after { 659 display: table; 660 content: " "; 661 } 662 .dl-horizontal dd:after { 663 clear: both; 664 } 665 } 666 1467 } 667 1468 abbr[title], 668 1469 abbr[data-original-title] { 669 1470 cursor: help; 670 border-bottom: 1px dotted #999999; 671 } 672 1471 border-bottom: 1px dotted #777; 1472 } 673 1473 .initialism { 674 1474 font-size: 90%; 675 1475 text-transform: uppercase; 676 1476 } 677 678 1477 blockquote { 679 1478 padding: 10px 20px; 680 1479 margin: 0 0 20px; 681 border-left: 5px solid #eeeeee;682 }683 684 blockquote p {685 1480 font-size: 17.5px; 686 font-weight: 300;687 line-height: 1.25; 688 } 689 690 blockquote p:last-child {1481 border-left: 5px solid #eee; 1482 } 1483 blockquote p:last-child, 1484 blockquote ul:last-child, 1485 blockquote ol:last-child { 691 1486 margin-bottom: 0; 692 1487 } 693 1488 blockquote footer, 694 1489 blockquote small, 695 1490 blockquote .small { 696 1491 display: block; 697 line-height: 1.428571429; 698 color: #999999; 699 } 700 1492 font-size: 80%; 1493 line-height: 1.42857143; 1494 color: #777; 1495 } 1496 blockquote footer:before, 701 1497 blockquote small:before, 702 1498 blockquote .small:before { 703 1499 content: '\2014 \00A0'; 704 1500 } 705 1501 .blockquote-reverse, 706 1502 blockquote.pull-right { 707 1503 padding-right: 15px; 708 1504 padding-left: 0; 709 border-right: 5px solid #eeeeee; 1505 text-align: right; 1506 border-right: 5px solid #eee; 710 1507 border-left: 0; 711 1508 } 712 713 blockquote.pull-right p, 714 blockquote.pull-right small, 715 blockquote.pull-right .small { 716 text-align: right; 717 } 718 1509 .blockquote-reverse footer:before, 1510 blockquote.pull-right footer:before, 1511 .blockquote-reverse small:before, 719 1512 blockquote.pull-right small:before, 1513 .blockquote-reverse .small:before, 720 1514 blockquote.pull-right .small:before { 721 1515 content: ''; 722 1516 } 723 1517 .blockquote-reverse footer:after, 1518 blockquote.pull-right footer:after, 1519 .blockquote-reverse small:after, 724 1520 blockquote.pull-right small:after, 1521 .blockquote-reverse .small:after, 725 1522 blockquote.pull-right .small:after { 726 1523 content: '\00A0 \2014'; 727 1524 } 728 729 blockquote:before,730 blockquote:after {731 content: "";732 }733 734 1525 address { 735 1526 margin-bottom: 20px; 736 1527 font-style: normal; 737 line-height: 1.428571429; 738 } 739 1528 line-height: 1.42857143; 1529 } 740 1530 code, 741 1531 kbd, … … 744 1534 font-family: Menlo, Monaco, Consolas, "Courier New", monospace; 745 1535 } 746 747 1536 code { 748 1537 padding: 2px 4px; 749 1538 font-size: 90%; 750 1539 color: #c7254e; 751 white-space: nowrap;752 1540 background-color: #f9f2f4; 753 1541 border-radius: 4px; 754 1542 } 755 1543 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, .25); 1550 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); 1551 } 1552 kbd kbd { 1553 padding: 0; 1554 font-size: 100%; 1555 font-weight: bold; 1556 -webkit-box-shadow: none; 1557 box-shadow: none; 1558 } 756 1559 pre { 757 1560 display: block; … … 759 1562 margin: 0 0 10px; 760 1563 font-size: 13px; 761 line-height: 1.4285714 29;762 color: #333 333;1564 line-height: 1.42857143; 1565 color: #333; 763 1566 word-break: break-all; 764 1567 word-wrap: break-word; 765 1568 background-color: #f5f5f5; 766 border: 1px solid #ccc ccc;1569 border: 1px solid #ccc; 767 1570 border-radius: 4px; 768 1571 } 769 770 1572 pre code { 771 1573 padding: 0; … … 776 1578 border-radius: 0; 777 1579 } 778 779 1580 .pre-scrollable { 780 1581 max-height: 340px; 781 1582 overflow-y: scroll; 782 1583 } 783 784 1584 .container { 785 1585 padding-right: 15px; … … 788 1588 margin-left: auto; 789 1589 } 790 791 .container:before,792 .container:after {793 display: table;794 content: " ";795 }796 797 .container:after {798 clear: both;799 }800 801 .container:before,802 .container:after {803 display: table;804 content: " ";805 }806 807 .container:after {808 clear: both;809 }810 811 1590 @media (min-width: 768px) { 812 1591 .container { … … 814 1593 } 815 1594 } 816 817 1595 @media (min-width: 992px) { 818 1596 .container { … … 820 1598 } 821 1599 } 822 823 1600 @media (min-width: 1200px) { 824 1601 .container { … … 826 1603 } 827 1604 } 828 1605 .container-fluid { 1606 padding-right: 15px; 1607 padding-left: 15px; 1608 margin-right: auto; 1609 margin-left: auto; 1610 } 829 1611 .row { 830 1612 margin-right: -15px; 831 1613 margin-left: -15px; 832 1614 } 833 834 .row:before, 835 .row:after { 836 display: table; 837 content: " "; 838 } 839 840 .row:after { 841 clear: both; 842 } 843 844 .row:before, 845 .row:after { 846 display: table; 847 content: " "; 848 } 849 850 .row:after { 851 clear: both; 852 } 853 854 .col-xs-1, 855 .col-sm-1, 856 .col-md-1, 857 .col-lg-1, 858 .col-xs-2, 859 .col-sm-2, 860 .col-md-2, 861 .col-lg-2, 862 .col-xs-3, 863 .col-sm-3, 864 .col-md-3, 865 .col-lg-3, 866 .col-xs-4, 867 .col-sm-4, 868 .col-md-4, 869 .col-lg-4, 870 .col-xs-5, 871 .col-sm-5, 872 .col-md-5, 873 .col-lg-5, 874 .col-xs-6, 875 .col-sm-6, 876 .col-md-6, 877 .col-lg-6, 878 .col-xs-7, 879 .col-sm-7, 880 .col-md-7, 881 .col-lg-7, 882 .col-xs-8, 883 .col-sm-8, 884 .col-md-8, 885 .col-lg-8, 886 .col-xs-9, 887 .col-sm-9, 888 .col-md-9, 889 .col-lg-9, 890 .col-xs-10, 891 .col-sm-10, 892 .col-md-10, 893 .col-lg-10, 894 .col-xs-11, 895 .col-sm-11, 896 .col-md-11, 897 .col-lg-11, 898 .col-xs-12, 899 .col-sm-12, 900 .col-md-12, 901 .col-lg-12 { 1615 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { 902 1616 position: relative; 903 1617 min-height: 1px; … … 905 1619 padding-left: 15px; 906 1620 } 907 908 .col-xs-1, 909 .col-xs-2, 910 .col-xs-3, 911 .col-xs-4, 912 .col-xs-5, 913 .col-xs-6, 914 .col-xs-7, 915 .col-xs-8, 916 .col-xs-9, 917 .col-xs-10, 918 .col-xs-11, 919 .col-xs-12 { 1621 .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { 920 1622 float: left; 921 1623 } 922 923 1624 .col-xs-12 { 924 1625 width: 100%; 925 1626 } 926 927 1627 .col-xs-11 { 928 width: 91.66666666666666%; 929 } 930 1628 width: 91.66666667%; 1629 } 931 1630 .col-xs-10 { 932 width: 83.33333333333334%; 933 } 934 1631 width: 83.33333333%; 1632 } 935 1633 .col-xs-9 { 936 1634 width: 75%; 937 1635 } 938 939 1636 .col-xs-8 { 940 width: 66.66666666666666%; 941 } 942 1637 width: 66.66666667%; 1638 } 943 1639 .col-xs-7 { 944 width: 58.333333333333336%; 945 } 946 1640 width: 58.33333333%; 1641 } 947 1642 .col-xs-6 { 948 1643 width: 50%; 949 1644 } 950 951 1645 .col-xs-5 { 952 width: 41.66666666666667%; 953 } 954 1646 width: 41.66666667%; 1647 } 955 1648 .col-xs-4 { 956 width: 33.33333333333333%; 957 } 958 1649 width: 33.33333333%; 1650 } 959 1651 .col-xs-3 { 960 1652 width: 25%; 961 1653 } 962 963 1654 .col-xs-2 { 964 width: 16.666666666666664%; 965 } 966 1655 width: 16.66666667%; 1656 } 967 1657 .col-xs-1 { 968 width: 8.333333333333332%; 969 } 970 1658 width: 8.33333333%; 1659 } 971 1660 .col-xs-pull-12 { 972 1661 right: 100%; 973 1662 } 974 975 1663 .col-xs-pull-11 { 976 right: 91.66666666666666%; 977 } 978 1664 right: 91.66666667%; 1665 } 979 1666 .col-xs-pull-10 { 980 right: 83.33333333333334%; 981 } 982 1667 right: 83.33333333%; 1668 } 983 1669 .col-xs-pull-9 { 984 1670 right: 75%; 985 1671 } 986 987 1672 .col-xs-pull-8 { 988 right: 66.66666666666666%; 989 } 990 1673 right: 66.66666667%; 1674 } 991 1675 .col-xs-pull-7 { 992 right: 58.333333333333336%; 993 } 994 1676 right: 58.33333333%; 1677 } 995 1678 .col-xs-pull-6 { 996 1679 right: 50%; 997 1680 } 998 999 1681 .col-xs-pull-5 { 1000 right: 41.66666666666667%; 1001 } 1002 1682 right: 41.66666667%; 1683 } 1003 1684 .col-xs-pull-4 { 1004 right: 33.33333333333333%; 1005 } 1006 1685 right: 33.33333333%; 1686 } 1007 1687 .col-xs-pull-3 { 1008 1688 right: 25%; 1009 1689 } 1010 1011 1690 .col-xs-pull-2 { 1012 right: 16.666666666666664%; 1013 } 1014 1691 right: 16.66666667%; 1692 } 1015 1693 .col-xs-pull-1 { 1016 right: 8.333333333333332%; 1017 } 1018 1694 right: 8.33333333%; 1695 } 1019 1696 .col-xs-pull-0 { 1020 right: 0; 1021 } 1022 1697 right: auto; 1698 } 1023 1699 .col-xs-push-12 { 1024 1700 left: 100%; 1025 1701 } 1026 1027 1702 .col-xs-push-11 { 1028 left: 91.66666666666666%; 1029 } 1030 1703 left: 91.66666667%; 1704 } 1031 1705 .col-xs-push-10 { 1032 left: 83.33333333333334%; 1033 } 1034 1706 left: 83.33333333%; 1707 } 1035 1708 .col-xs-push-9 { 1036 1709 left: 75%; 1037 1710 } 1038 1039 1711 .col-xs-push-8 { 1040 left: 66.66666666666666%; 1041 } 1042 1712 left: 66.66666667%; 1713 } 1043 1714 .col-xs-push-7 { 1044 left: 58.333333333333336%; 1045 } 1046 1715 left: 58.33333333%; 1716 } 1047 1717 .col-xs-push-6 { 1048 1718 left: 50%; 1049 1719 } 1050 1051 1720 .col-xs-push-5 { 1052 left: 41.66666666666667%; 1053 } 1054 1721 left: 41.66666667%; 1722 } 1055 1723 .col-xs-push-4 { 1056 left: 33.33333333333333%; 1057 } 1058 1724 left: 33.33333333%; 1725 } 1059 1726 .col-xs-push-3 { 1060 1727 left: 25%; 1061 1728 } 1062 1063 1729 .col-xs-push-2 { 1064 left: 16.666666666666664%; 1065 } 1066 1730 left: 16.66666667%; 1731 } 1067 1732 .col-xs-push-1 { 1068 left: 8.333333333333332%; 1069 } 1070 1733 left: 8.33333333%; 1734 } 1071 1735 .col-xs-push-0 { 1072 left: 0; 1073 } 1074 1736 left: auto; 1737 } 1075 1738 .col-xs-offset-12 { 1076 1739 margin-left: 100%; 1077 1740 } 1078 1079 1741 .col-xs-offset-11 { 1080 margin-left: 91.66666666666666%; 1081 } 1082 1742 margin-left: 91.66666667%; 1743 } 1083 1744 .col-xs-offset-10 { 1084 margin-left: 83.33333333333334%; 1085 } 1086 1745 margin-left: 83.33333333%; 1746 } 1087 1747 .col-xs-offset-9 { 1088 1748 margin-left: 75%; 1089 1749 } 1090 1091 1750 .col-xs-offset-8 { 1092 margin-left: 66.66666666666666%; 1093 } 1094 1751 margin-left: 66.66666667%; 1752 } 1095 1753 .col-xs-offset-7 { 1096 margin-left: 58.333333333333336%; 1097 } 1098 1754 margin-left: 58.33333333%; 1755 } 1099 1756 .col-xs-offset-6 { 1100 1757 margin-left: 50%; 1101 1758 } 1102 1103 1759 .col-xs-offset-5 { 1104 margin-left: 41.66666666666667%; 1105 } 1106 1760 margin-left: 41.66666667%; 1761 } 1107 1762 .col-xs-offset-4 { 1108 margin-left: 33.33333333333333%; 1109 } 1110 1763 margin-left: 33.33333333%; 1764 } 1111 1765 .col-xs-offset-3 { 1112 1766 margin-left: 25%; 1113 1767 } 1114 1115 1768 .col-xs-offset-2 { 1116 margin-left: 16.666666666666664%; 1117 } 1118 1769 margin-left: 16.66666667%; 1770 } 1119 1771 .col-xs-offset-1 { 1120 margin-left: 8.333333333333332%; 1121 } 1122 1772 margin-left: 8.33333333%; 1773 } 1123 1774 .col-xs-offset-0 { 1124 1775 margin-left: 0; 1125 1776 } 1126 1127 1777 @media (min-width: 768px) { 1128 .col-sm-1, 1129 .col-sm-2, 1130 .col-sm-3, 1131 .col-sm-4, 1132 .col-sm-5, 1133 .col-sm-6, 1134 .col-sm-7, 1135 .col-sm-8, 1136 .col-sm-9, 1137 .col-sm-10, 1138 .col-sm-11, 1139 .col-sm-12 { 1778 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { 1140 1779 float: left; 1141 1780 } … … 1144 1783 } 1145 1784 .col-sm-11 { 1146 width: 91.6666666 6666666%;1785 width: 91.66666667%; 1147 1786 } 1148 1787 .col-sm-10 { 1149 width: 83.33333333 333334%;1788 width: 83.33333333%; 1150 1789 } 1151 1790 .col-sm-9 { … … 1153 1792 } 1154 1793 .col-sm-8 { 1155 width: 66.6666666 6666666%;1794 width: 66.66666667%; 1156 1795 } 1157 1796 .col-sm-7 { 1158 width: 58.33333333 3333336%;1797 width: 58.33333333%; 1159 1798 } 1160 1799 .col-sm-6 { … … 1162 1801 } 1163 1802 .col-sm-5 { 1164 width: 41.6666666 6666667%;1803 width: 41.66666667%; 1165 1804 } 1166 1805 .col-sm-4 { 1167 width: 33.33333333 333333%;1806 width: 33.33333333%; 1168 1807 } 1169 1808 .col-sm-3 { … … 1171 1810 } 1172 1811 .col-sm-2 { 1173 width: 16.6666666 66666664%;1812 width: 16.66666667%; 1174 1813 } 1175 1814 .col-sm-1 { 1176 width: 8.33333333 3333332%;1815 width: 8.33333333%; 1177 1816 } 1178 1817 .col-sm-pull-12 { … … 1180 1819 } 1181 1820 .col-sm-pull-11 { 1182 right: 91.6666666 6666666%;1821 right: 91.66666667%; 1183 1822 } 1184 1823 .col-sm-pull-10 { 1185 right: 83.33333333 333334%;1824 right: 83.33333333%; 1186 1825 } 1187 1826 .col-sm-pull-9 { … … 1189 1828 } 1190 1829 .col-sm-pull-8 { 1191 right: 66.6666666 6666666%;1830 right: 66.66666667%; 1192 1831 } 1193 1832 .col-sm-pull-7 { 1194 right: 58.33333333 3333336%;1833 right: 58.33333333%; 1195 1834 } 1196 1835 .col-sm-pull-6 { … … 1198 1837 } 1199 1838 .col-sm-pull-5 { 1200 right: 41.6666666 6666667%;1839 right: 41.66666667%; 1201 1840 } 1202 1841 .col-sm-pull-4 { 1203 right: 33.33333333 333333%;1842 right: 33.33333333%; 1204 1843 } 1205 1844 .col-sm-pull-3 { … … 1207 1846 } 1208 1847 .col-sm-pull-2 { 1209 right: 16.6666666 66666664%;1848 right: 16.66666667%; 1210 1849 } 1211 1850 .col-sm-pull-1 { 1212 right: 8.33333333 3333332%;1851 right: 8.33333333%; 1213 1852 } 1214 1853 .col-sm-pull-0 { 1215 right: 0;1854 right: auto; 1216 1855 } 1217 1856 .col-sm-push-12 { … … 1219 1858 } 1220 1859 .col-sm-push-11 { 1221 left: 91.6666666 6666666%;1860 left: 91.66666667%; 1222 1861 } 1223 1862 .col-sm-push-10 { 1224 left: 83.33333333 333334%;1863 left: 83.33333333%; 1225 1864 } 1226 1865 .col-sm-push-9 { … … 1228 1867 } 1229 1868 .col-sm-push-8 { 1230 left: 66.6666666 6666666%;1869 left: 66.66666667%; 1231 1870 } 1232 1871 .col-sm-push-7 { 1233 left: 58.33333333 3333336%;1872 left: 58.33333333%; 1234 1873 } 1235 1874 .col-sm-push-6 { … … 1237 1876 } 1238 1877 .col-sm-push-5 { 1239 left: 41.6666666 6666667%;1878 left: 41.66666667%; 1240 1879 } 1241 1880 .col-sm-push-4 { 1242 left: 33.33333333 333333%;1881 left: 33.33333333%; 1243 1882 } 1244 1883 .col-sm-push-3 { … … 1246 1885 } 1247 1886 .col-sm-push-2 { 1248 left: 16.6666666 66666664%;1887 left: 16.66666667%; 1249 1888 } 1250 1889 .col-sm-push-1 { 1251 left: 8.33333333 3333332%;1890 left: 8.33333333%; 1252 1891 } 1253 1892 .col-sm-push-0 { 1254 left: 0;1893 left: auto; 1255 1894 } 1256 1895 .col-sm-offset-12 { … … 1258 1897 } 1259 1898 .col-sm-offset-11 { 1260 margin-left: 91.6666666 6666666%;1899 margin-left: 91.66666667%; 1261 1900 } 1262 1901 .col-sm-offset-10 { 1263 margin-left: 83.33333333 333334%;1902 margin-left: 83.33333333%; 1264 1903 } 1265 1904 .col-sm-offset-9 { … … 1267 1906 } 1268 1907 .col-sm-offset-8 { 1269 margin-left: 66.6666666 6666666%;1908 margin-left: 66.66666667%; 1270 1909 } 1271 1910 .col-sm-offset-7 { 1272 margin-left: 58.33333333 3333336%;1911 margin-left: 58.33333333%; 1273 1912 } 1274 1913 .col-sm-offset-6 { … … 1276 1915 } 1277 1916 .col-sm-offset-5 { 1278 margin-left: 41.6666666 6666667%;1917 margin-left: 41.66666667%; 1279 1918 } 1280 1919 .col-sm-offset-4 { 1281 margin-left: 33.33333333 333333%;1920 margin-left: 33.33333333%; 1282 1921 } 1283 1922 .col-sm-offset-3 { … … 1285 1924 } 1286 1925 .col-sm-offset-2 { 1287 margin-left: 16.6666666 66666664%;1926 margin-left: 16.66666667%; 1288 1927 } 1289 1928 .col-sm-offset-1 { 1290 margin-left: 8.33333333 3333332%;1929 margin-left: 8.33333333%; 1291 1930 } 1292 1931 .col-sm-offset-0 { … … 1294 1933 } 1295 1934 } 1296 1297 1935 @media (min-width: 992px) { 1298 .col-md-1, 1299 .col-md-2, 1300 .col-md-3, 1301 .col-md-4, 1302 .col-md-5, 1303 .col-md-6, 1304 .col-md-7, 1305 .col-md-8, 1306 .col-md-9, 1307 .col-md-10, 1308 .col-md-11, 1309 .col-md-12 { 1936 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { 1310 1937 float: left; 1311 1938 } … … 1314 1941 } 1315 1942 .col-md-11 { 1316 width: 91.6666666 6666666%;1943 width: 91.66666667%; 1317 1944 } 1318 1945 .col-md-10 { 1319 width: 83.33333333 333334%;1946 width: 83.33333333%; 1320 1947 } 1321 1948 .col-md-9 { … … 1323 1950 } 1324 1951 .col-md-8 { 1325 width: 66.6666666 6666666%;1952 width: 66.66666667%; 1326 1953 } 1327 1954 .col-md-7 { 1328 width: 58.33333333 3333336%;1955 width: 58.33333333%; 1329 1956 } 1330 1957 .col-md-6 { … … 1332 1959 } 1333 1960 .col-md-5 { 1334 width: 41.6666666 6666667%;1961 width: 41.66666667%; 1335 1962 } 1336 1963 .col-md-4 { 1337 width: 33.33333333 333333%;1964 width: 33.33333333%; 1338 1965 } 1339 1966 .col-md-3 { … … 1341 1968 } 1342 1969 .col-md-2 { 1343 width: 16.6666666 66666664%;1970 width: 16.66666667%; 1344 1971 } 1345 1972 .col-md-1 { 1346 width: 8.33333333 3333332%;1973 width: 8.33333333%; 1347 1974 } 1348 1975 .col-md-pull-12 { … … 1350 1977 } 1351 1978 .col-md-pull-11 { 1352 right: 91.6666666 6666666%;1979 right: 91.66666667%; 1353 1980 } 1354 1981 .col-md-pull-10 { 1355 right: 83.33333333 333334%;1982 right: 83.33333333%; 1356 1983 } 1357 1984 .col-md-pull-9 { … … 1359 1986 } 1360 1987 .col-md-pull-8 { 1361 right: 66.6666666 6666666%;1988 right: 66.66666667%; 1362 1989 } 1363 1990 .col-md-pull-7 { 1364 right: 58.33333333 3333336%;1991 right: 58.33333333%; 1365 1992 } 1366 1993 .col-md-pull-6 { … … 1368 1995 } 1369 1996 .col-md-pull-5 { 1370 right: 41.6666666 6666667%;1997 right: 41.66666667%; 1371 1998 } 1372 1999 .col-md-pull-4 { 1373 right: 33.33333333 333333%;2000 right: 33.33333333%; 1374 2001 } 1375 2002 .col-md-pull-3 { … … 1377 2004 } 1378 2005 .col-md-pull-2 { 1379 right: 16.6666666 66666664%;2006 right: 16.66666667%; 1380 2007 } 1381 2008 .col-md-pull-1 { 1382 right: 8.33333333 3333332%;2009 right: 8.33333333%; 1383 2010 } 1384 2011 .col-md-pull-0 { 1385 right: 0;2012 right: auto; 1386 2013 } 1387 2014 .col-md-push-12 { … … 1389 2016 } 1390 2017 .col-md-push-11 { 1391 left: 91.6666666 6666666%;2018 left: 91.66666667%; 1392 2019 } 1393 2020 .col-md-push-10 { 1394 left: 83.33333333 333334%;2021 left: 83.33333333%; 1395 2022 } 1396 2023 .col-md-push-9 { … … 1398 2025 } 1399 2026 .col-md-push-8 { 1400 left: 66.6666666 6666666%;2027 left: 66.66666667%; 1401 2028 } 1402 2029 .col-md-push-7 { 1403 left: 58.33333333 3333336%;2030 left: 58.33333333%; 1404 2031 } 1405 2032 .col-md-push-6 { … … 1407 2034 } 1408 2035 .col-md-push-5 { 1409 left: 41.6666666 6666667%;2036 left: 41.66666667%; 1410 2037 } 1411 2038 .col-md-push-4 { 1412 left: 33.33333333 333333%;2039 left: 33.33333333%; 1413 2040 } 1414 2041 .col-md-push-3 { … … 1416 2043 } 1417 2044 .col-md-push-2 { 1418 left: 16.6666666 66666664%;2045 left: 16.66666667%; 1419 2046 } 1420 2047 .col-md-push-1 { 1421 left: 8.33333333 3333332%;2048 left: 8.33333333%; 1422 2049 } 1423 2050 .col-md-push-0 { 1424 left: 0;2051 left: auto; 1425 2052 } 1426 2053 .col-md-offset-12 { … … 1428 2055 } 1429 2056 .col-md-offset-11 { 1430 margin-left: 91.6666666 6666666%;2057 margin-left: 91.66666667%; 1431 2058 } 1432 2059 .col-md-offset-10 { 1433 margin-left: 83.33333333 333334%;2060 margin-left: 83.33333333%; 1434 2061 } 1435 2062 .col-md-offset-9 { … … 1437 2064 } 1438 2065 .col-md-offset-8 { 1439 margin-left: 66.6666666 6666666%;2066 margin-left: 66.66666667%; 1440 2067 } 1441 2068 .col-md-offset-7 { 1442 margin-left: 58.33333333 3333336%;2069 margin-left: 58.33333333%; 1443 2070 } 1444 2071 .col-md-offset-6 { … … 1446 2073 } 1447 2074 .col-md-offset-5 { 1448 margin-left: 41.6666666 6666667%;2075 margin-left: 41.66666667%; 1449 2076 } 1450 2077 .col-md-offset-4 { 1451 margin-left: 33.33333333 333333%;2078 margin-left: 33.33333333%; 1452 2079 } 1453 2080 .col-md-offset-3 { … … 1455 2082 } 1456 2083 .col-md-offset-2 { 1457 margin-left: 16.6666666 66666664%;2084 margin-left: 16.66666667%; 1458 2085 } 1459 2086 .col-md-offset-1 { 1460 margin-left: 8.33333333 3333332%;2087 margin-left: 8.33333333%; 1461 2088 } 1462 2089 .col-md-offset-0 { … … 1464 2091 } 1465 2092 } 1466 1467 2093 @media (min-width: 1200px) { 1468 .col-lg-1, 1469 .col-lg-2, 1470 .col-lg-3, 1471 .col-lg-4, 1472 .col-lg-5, 1473 .col-lg-6, 1474 .col-lg-7, 1475 .col-lg-8, 1476 .col-lg-9, 1477 .col-lg-10, 1478 .col-lg-11, 1479 .col-lg-12 { 2094 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { 1480 2095 float: left; 1481 2096 } … … 1484 2099 } 1485 2100 .col-lg-11 { 1486 width: 91.6666666 6666666%;2101 width: 91.66666667%; 1487 2102 } 1488 2103 .col-lg-10 { 1489 width: 83.33333333 333334%;2104 width: 83.33333333%; 1490 2105 } 1491 2106 .col-lg-9 { … … 1493 2108 } 1494 2109 .col-lg-8 { 1495 width: 66.6666666 6666666%;2110 width: 66.66666667%; 1496 2111 } 1497 2112 .col-lg-7 { 1498 width: 58.33333333 3333336%;2113 width: 58.33333333%; 1499 2114 } 1500 2115 .col-lg-6 { … … 1502 2117 } 1503 2118 .col-lg-5 { 1504 width: 41.6666666 6666667%;2119 width: 41.66666667%; 1505 2120 } 1506 2121 .col-lg-4 { 1507 width: 33.33333333 333333%;2122 width: 33.33333333%; 1508 2123 } 1509 2124 .col-lg-3 { … … 1511 2126 } 1512 2127 .col-lg-2 { 1513 width: 16.6666666 66666664%;2128 width: 16.66666667%; 1514 2129 } 1515 2130 .col-lg-1 { 1516 width: 8.33333333 3333332%;2131 width: 8.33333333%; 1517 2132 } 1518 2133 .col-lg-pull-12 { … … 1520 2135 } 1521 2136 .col-lg-pull-11 { 1522 right: 91.6666666 6666666%;2137 right: 91.66666667%; 1523 2138 } 1524 2139 .col-lg-pull-10 { 1525 right: 83.33333333 333334%;2140 right: 83.33333333%; 1526 2141 } 1527 2142 .col-lg-pull-9 { … … 1529 2144 } 1530 2145 .col-lg-pull-8 { 1531 right: 66.6666666 6666666%;2146 right: 66.66666667%; 1532 2147 } 1533 2148 .col-lg-pull-7 { 1534 right: 58.33333333 3333336%;2149 right: 58.33333333%; 1535 2150 } 1536 2151 .col-lg-pull-6 { … … 1538 2153 } 1539 2154 .col-lg-pull-5 { 1540 right: 41.6666666 6666667%;2155 right: 41.66666667%; 1541 2156 } 1542 2157 .col-lg-pull-4 { 1543 right: 33.33333333 333333%;2158 right: 33.33333333%; 1544 2159 } 1545 2160 .col-lg-pull-3 { … … 1547 2162 } 1548 2163 .col-lg-pull-2 { 1549 right: 16.6666666 66666664%;2164 right: 16.66666667%; 1550 2165 } 1551 2166 .col-lg-pull-1 { 1552 right: 8.33333333 3333332%;2167 right: 8.33333333%; 1553 2168 } 1554 2169 .col-lg-pull-0 { 1555 right: 0;2170 right: auto; 1556 2171 } 1557 2172 .col-lg-push-12 { … … 1559 2174 } 1560 2175 .col-lg-push-11 { 1561 left: 91.6666666 6666666%;2176 left: 91.66666667%; 1562 2177 } 1563 2178 .col-lg-push-10 { 1564 left: 83.33333333 333334%;2179 left: 83.33333333%; 1565 2180 } 1566 2181 .col-lg-push-9 { … … 1568 2183 } 1569 2184 .col-lg-push-8 { 1570 left: 66.6666666 6666666%;2185 left: 66.66666667%; 1571 2186 } 1572 2187 .col-lg-push-7 { 1573 left: 58.33333333 3333336%;2188 left: 58.33333333%; 1574 2189 } 1575 2190 .col-lg-push-6 { … … 1577 2192 } 1578 2193 .col-lg-push-5 { 1579 left: 41.6666666 6666667%;2194 left: 41.66666667%; 1580 2195 } 1581 2196 .col-lg-push-4 { 1582 left: 33.33333333 333333%;2197 left: 33.33333333%; 1583 2198 } 1584 2199 .col-lg-push-3 { … … 1586 2201 } 1587 2202 .col-lg-push-2 { 1588 left: 16.6666666 66666664%;2203 left: 16.66666667%; 1589 2204 } 1590 2205 .col-lg-push-1 { 1591 left: 8.33333333 3333332%;2206 left: 8.33333333%; 1592 2207 } 1593 2208 .col-lg-push-0 { 1594 left: 0;2209 left: auto; 1595 2210 } 1596 2211 .col-lg-offset-12 { … … 1598 2213 } 1599 2214 .col-lg-offset-11 { 1600 margin-left: 91.6666666 6666666%;2215 margin-left: 91.66666667%; 1601 2216 } 1602 2217 .col-lg-offset-10 { 1603 margin-left: 83.33333333 333334%;2218 margin-left: 83.33333333%; 1604 2219 } 1605 2220 .col-lg-offset-9 { … … 1607 2222 } 1608 2223 .col-lg-offset-8 { 1609 margin-left: 66.6666666 6666666%;2224 margin-left: 66.66666667%; 1610 2225 } 1611 2226 .col-lg-offset-7 { 1612 margin-left: 58.33333333 3333336%;2227 margin-left: 58.33333333%; 1613 2228 } 1614 2229 .col-lg-offset-6 { … … 1616 2231 } 1617 2232 .col-lg-offset-5 { 1618 margin-left: 41.6666666 6666667%;2233 margin-left: 41.66666667%; 1619 2234 } 1620 2235 .col-lg-offset-4 { 1621 margin-left: 33.33333333 333333%;2236 margin-left: 33.33333333%; 1622 2237 } 1623 2238 .col-lg-offset-3 { … … 1625 2240 } 1626 2241 .col-lg-offset-2 { 1627 margin-left: 16.6666666 66666664%;2242 margin-left: 16.66666667%; 1628 2243 } 1629 2244 .col-lg-offset-1 { 1630 margin-left: 8.33333333 3333332%;2245 margin-left: 8.33333333%; 1631 2246 } 1632 2247 .col-lg-offset-0 { … … 1634 2249 } 1635 2250 } 1636 1637 2251 table { 1638 max-width: 100%;1639 2252 background-color: transparent; 1640 2253 } 1641 2254 caption { 2255 padding-top: 8px; 2256 padding-bottom: 8px; 2257 color: #777; 2258 text-align: left; 2259 } 1642 2260 th { 1643 2261 text-align: left; 1644 2262 } 1645 1646 2263 .table { 1647 2264 width: 100%; 2265 max-width: 100%; 1648 2266 margin-bottom: 20px; 1649 2267 } 1650 1651 2268 .table > thead > tr > th, 1652 2269 .table > tbody > tr > th, … … 1656 2273 .table > tfoot > tr > td { 1657 2274 padding: 8px; 1658 line-height: 1.4285714 29;2275 line-height: 1.42857143; 1659 2276 vertical-align: top; 1660 border-top: 1px solid #dddddd; 1661 } 1662 2277 border-top: 1px solid #ddd; 2278 } 1663 2279 .table > thead > tr > th { 1664 2280 vertical-align: bottom; 1665 border-bottom: 2px solid #dddddd; 1666 } 1667 2281 border-bottom: 2px solid #ddd; 2282 } 1668 2283 .table > caption + thead > tr:first-child > th, 1669 2284 .table > colgroup + thead > tr:first-child > th, … … 1674 2289 border-top: 0; 1675 2290 } 1676 1677 2291 .table > tbody + tbody { 1678 border-top: 2px solid #dddddd; 1679 } 1680 2292 border-top: 2px solid #ddd; 2293 } 1681 2294 .table .table { 1682 background-color: #ffffff; 1683 } 1684 2295 background-color: #fff; 2296 } 1685 2297 .table-condensed > thead > tr > th, 1686 2298 .table-condensed > tbody > tr > th, … … 1691 2303 padding: 5px; 1692 2304 } 1693 1694 2305 .table-bordered { 1695 border: 1px solid #dddddd; 1696 } 1697 2306 border: 1px solid #ddd; 2307 } 1698 2308 .table-bordered > thead > tr > th, 1699 2309 .table-bordered > tbody > tr > th, … … 1702 2312 .table-bordered > tbody > tr > td, 1703 2313 .table-bordered > tfoot > tr > td { 1704 border: 1px solid #dddddd; 1705 } 1706 2314 border: 1px solid #ddd; 2315 } 1707 2316 .table-bordered > thead > tr > th, 1708 2317 .table-bordered > thead > tr > td { 1709 2318 border-bottom-width: 2px; 1710 2319 } 1711 1712 .table-striped > tbody > tr:nth-child(odd) > td, 1713 .table-striped > tbody > tr:nth-child(odd) > th { 2320 .table-striped > tbody > tr:nth-of-type(odd) { 1714 2321 background-color: #f9f9f9; 1715 2322 } 1716 1717 .table-hover > tbody > tr:hover > td, 1718 .table-hover > tbody > tr:hover > th { 2323 .table-hover > tbody > tr:hover { 1719 2324 background-color: #f5f5f5; 1720 2325 } 1721 1722 2326 table col[class*="col-"] { 1723 2327 position: static; … … 1725 2329 float: none; 1726 2330 } 1727 1728 2331 table td[class*="col-"], 1729 2332 table th[class*="col-"] { 2333 position: static; 1730 2334 display: table-cell; 1731 2335 float: none; 1732 2336 } 1733 1734 .table > thead > tr > .active, 1735 .table > tbody > tr > .active, 1736 .table > tfoot > tr > .active, 1737 .table > thead > .active > td, 1738 .table > tbody > .active > td, 1739 .table > tfoot > .active > td, 1740 .table > thead > .active > th, 1741 .table > tbody > .active > th, 1742 .table > tfoot > .active > th { 2337 .table > thead > tr > td.active, 2338 .table > tbody > tr > td.active, 2339 .table > tfoot > tr > td.active, 2340 .table > thead > tr > th.active, 2341 .table > tbody > tr > th.active, 2342 .table > tfoot > tr > th.active, 2343 .table > thead > tr.active > td, 2344 .table > tbody > tr.active > td, 2345 .table > tfoot > tr.active > td, 2346 .table > thead > tr.active > th, 2347 .table > tbody > tr.active > th, 2348 .table > tfoot > tr.active > th { 1743 2349 background-color: #f5f5f5; 1744 2350 } 1745 1746 .table-hover > tbody > tr > .active:hover, 1747 .table-hover > tbody > .active:hover > td, 1748 .table-hover > tbody > .active:hover > th { 2351 .table-hover > tbody > tr > td.active:hover, 2352 .table-hover > tbody > tr > th.active:hover, 2353 .table-hover > tbody > tr.active:hover > td, 2354 .table-hover > tbody > tr:hover > .active, 2355 .table-hover > tbody > tr.active:hover > th { 1749 2356 background-color: #e8e8e8; 1750 2357 } 1751 1752 .table > thead > tr > .success, 1753 .table > tbody > tr > .success, 1754 .table > tfoot > tr > .success, 1755 .table > thead > .success > td, 1756 .table > tbody > .success > td, 1757 .table > tfoot > .success > td, 1758 .table > thead > .success > th, 1759 .table > tbody > .success > th, 1760 .table > tfoot > .success > th { 2358 .table > thead > tr > td.success, 2359 .table > tbody > tr > td.success, 2360 .table > tfoot > tr > td.success, 2361 .table > thead > tr > th.success, 2362 .table > tbody > tr > th.success, 2363 .table > tfoot > tr > th.success, 2364 .table > thead > tr.success > td, 2365 .table > tbody > tr.success > td, 2366 .table > tfoot > tr.success > td, 2367 .table > thead > tr.success > th, 2368 .table > tbody > tr.success > th, 2369 .table > tfoot > tr.success > th { 1761 2370 background-color: #dff0d8; 1762 2371 } 1763 1764 .table-hover > tbody > tr > .success:hover, 1765 .table-hover > tbody > .success:hover > td, 1766 .table-hover > tbody > .success:hover > th { 2372 .table-hover > tbody > tr > td.success:hover, 2373 .table-hover > tbody > tr > th.success:hover, 2374 .table-hover > tbody > tr.success:hover > td, 2375 .table-hover > tbody > tr:hover > .success, 2376 .table-hover > tbody > tr.success:hover > th { 1767 2377 background-color: #d0e9c6; 1768 2378 } 1769 1770 .table > thead > tr > .danger, 1771 .table > tbody > tr > .danger, 1772 .table > tfoot > tr > .danger, 1773 .table > thead > .danger > td, 1774 .table > tbody > .danger > td, 1775 .table > tfoot > .danger > td, 1776 .table > thead > .danger > th, 1777 .table > tbody > .danger > th, 1778 .table > tfoot > .danger > th { 2379 .table > thead > tr > td.info, 2380 .table > tbody > tr > td.info, 2381 .table > tfoot > tr > td.info, 2382 .table > thead > tr > th.info, 2383 .table > tbody > tr > th.info, 2384 .table > tfoot > tr > th.info, 2385 .table > thead > tr.info > td, 2386 .table > tbody > tr.info > td, 2387 .table > tfoot > tr.info > td, 2388 .table > thead > tr.info > th, 2389 .table > tbody > tr.info > th, 2390 .table > tfoot > tr.info > th { 2391 background-color: #d9edf7; 2392 } 2393 .table-hover > tbody > tr > td.info:hover, 2394 .table-hover > tbody > tr > th.info:hover, 2395 .table-hover > tbody > tr.info:hover > td, 2396 .table-hover > tbody > tr:hover > .info, 2397 .table-hover > tbody > tr.info:hover > th { 2398 background-color: #c4e3f3; 2399 } 2400 .table > thead > tr > td.warning, 2401 .table > tbody > tr > td.warning, 2402 .table > tfoot > tr > td.warning, 2403 .table > thead > tr > th.warning, 2404 .table > tbody > tr > th.warning, 2405 .table > tfoot > tr > th.warning, 2406 .table > thead > tr.warning > td, 2407 .table > tbody > tr.warning > td, 2408 .table > tfoot > tr.warning > td, 2409 .table > thead > tr.warning > th, 2410 .table > tbody > tr.warning > th, 2411 .table > tfoot > tr.warning > th { 2412 background-color: #fcf8e3; 2413 } 2414 .table-hover > tbody > tr > td.warning:hover, 2415 .table-hover > tbody > tr > th.warning:hover, 2416 .table-hover > tbody > tr.warning:hover > td, 2417 .table-hover > tbody > tr:hover > .warning, 2418 .table-hover > tbody > tr.warning:hover > th { 2419 background-color: #faf2cc; 2420 } 2421 .table > thead > tr > td.danger, 2422 .table > tbody > tr > td.danger, 2423 .table > tfoot > tr > td.danger, 2424 .table > thead > tr > th.danger, 2425 .table > tbody > tr > th.danger, 2426 .table > tfoot > tr > th.danger, 2427 .table > thead > tr.danger > td, 2428 .table > tbody > tr.danger > td, 2429 .table > tfoot > tr.danger > td, 2430 .table > thead > tr.danger > th, 2431 .table > tbody > tr.danger > th, 2432 .table > tfoot > tr.danger > th { 1779 2433 background-color: #f2dede; 1780 2434 } 1781 1782 .table-hover > tbody > tr > .danger:hover, 1783 .table-hover > tbody > .danger:hover > td, 1784 .table-hover > tbody > .danger:hover > th { 2435 .table-hover > tbody > tr > td.danger:hover, 2436 .table-hover > tbody > tr > th.danger:hover, 2437 .table-hover > tbody > tr.danger:hover > td, 2438 .table-hover > tbody > tr:hover > .danger, 2439 .table-hover > tbody > tr.danger:hover > th { 1785 2440 background-color: #ebcccc; 1786 2441 } 1787 1788 .table > thead > tr > .warning, 1789 .table > tbody > tr > .warning, 1790 .table > tfoot > tr > .warning, 1791 .table > thead > .warning > td, 1792 .table > tbody > .warning > td, 1793 .table > tfoot > .warning > td, 1794 .table > thead > .warning > th, 1795 .table > tbody > .warning > th, 1796 .table > tfoot > .warning > th { 1797 background-color: #fcf8e3; 1798 } 1799 1800 .table-hover > tbody > tr > .warning:hover, 1801 .table-hover > tbody > .warning:hover > td, 1802 .table-hover > tbody > .warning:hover > th { 1803 background-color: #faf2cc; 1804 } 1805 1806 @media (max-width: 767px) { 2442 .table-responsive { 2443 min-height: .01%; 2444 overflow-x: auto; 2445 } 2446 @media screen and (max-width: 767px) { 1807 2447 .table-responsive { 1808 2448 width: 100%; 1809 2449 margin-bottom: 15px; 1810 overflow-x: scroll;1811 2450 overflow-y: hidden; 1812 border: 1px solid #dddddd;1813 2451 -ms-overflow-style: -ms-autohiding-scrollbar; 1814 -webkit-overflow-scrolling: touch;2452 border: 1px solid #ddd; 1815 2453 } 1816 2454 .table-responsive > .table { … … 1851 2489 } 1852 2490 } 1853 1854 2491 fieldset { 2492 min-width: 0; 1855 2493 padding: 0; 1856 2494 margin: 0; 1857 2495 border: 0; 1858 2496 } 1859 1860 2497 legend { 1861 2498 display: block; … … 1865 2502 font-size: 21px; 1866 2503 line-height: inherit; 1867 color: #333 333;2504 color: #333; 1868 2505 border: 0; 1869 2506 border-bottom: 1px solid #e5e5e5; 1870 2507 } 1871 1872 2508 label { 1873 2509 display: inline-block; 2510 max-width: 100%; 1874 2511 margin-bottom: 5px; 1875 2512 font-weight: bold; 1876 2513 } 1877 1878 2514 input[type="search"] { 1879 2515 -webkit-box-sizing: border-box; … … 1881 2517 box-sizing: border-box; 1882 2518 } 1883 1884 2519 input[type="radio"], 1885 2520 input[type="checkbox"] { 1886 2521 margin: 4px 0 0; 1887 2522 margin-top: 1px \9; 1888 /* IE8-9 */1889 1890 2523 line-height: normal; 1891 2524 } 1892 1893 2525 input[type="file"] { 1894 2526 display: block; 1895 2527 } 1896 2528 input[type="range"] { 2529 display: block; 2530 width: 100%; 2531 } 1897 2532 select[multiple], 1898 2533 select[size] { 1899 2534 height: auto; 1900 2535 } 1901 1902 select optgroup {1903 font-family: inherit;1904 font-size: inherit;1905 font-style: inherit;1906 }1907 1908 2536 input[type="file"]:focus, 1909 2537 input[type="radio"]:focus, 1910 2538 input[type="checkbox"]:focus { 1911 outline: thin dotted;1912 2539 outline: 5px auto -webkit-focus-ring-color; 1913 2540 outline-offset: -2px; 1914 2541 } 1915 1916 input[type="number"]::-webkit-outer-spin-button,1917 input[type="number"]::-webkit-inner-spin-button {1918 height: auto;1919 }1920 1921 2542 output { 1922 2543 display: block; 1923 2544 padding-top: 7px; 1924 2545 font-size: 14px; 1925 line-height: 1.428571429; 1926 color: #555555; 1927 vertical-align: middle; 1928 } 1929 2546 line-height: 1.42857143; 2547 color: #555; 2548 } 1930 2549 .form-control { 1931 2550 display: block; … … 1934 2553 padding: 6px 12px; 1935 2554 font-size: 14px; 1936 line-height: 1.428571429; 1937 color: #555555; 1938 vertical-align: middle; 1939 background-color: #ffffff; 2555 line-height: 1.42857143; 2556 color: #555; 2557 background-color: #fff; 1940 2558 background-image: none; 1941 border: 1px solid #ccc ccc;2559 border: 1px solid #ccc; 1942 2560 border-radius: 4px; 1943 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);1944 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);1945 -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;1946 transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;1947 } 1948 2561 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 2562 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 2563 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; 2564 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2565 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; 2566 } 1949 2567 .form-control:focus { 1950 2568 border-color: #66afe9; 1951 2569 outline: 0; 1952 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); 1953 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); 1954 } 1955 1956 .form-control:-moz-placeholder { 1957 color: #999999; 1958 } 1959 2570 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); 2571 box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); 2572 } 1960 2573 .form-control::-moz-placeholder { 1961 color: #999 999;2574 color: #999; 1962 2575 opacity: 1; 1963 2576 } 1964 1965 2577 .form-control:-ms-input-placeholder { 1966 color: #999999; 1967 } 1968 2578 color: #999; 2579 } 1969 2580 .form-control::-webkit-input-placeholder { 1970 color: #999999; 1971 } 1972 2581 color: #999; 2582 } 2583 .form-control::-ms-expand { 2584 background-color: transparent; 2585 border: 0; 2586 } 1973 2587 .form-control[disabled], 1974 2588 .form-control[readonly], 1975 2589 fieldset[disabled] .form-control { 2590 background-color: #eee; 2591 opacity: 1; 2592 } 2593 .form-control[disabled], 2594 fieldset[disabled] .form-control { 1976 2595 cursor: not-allowed; 1977 background-color: #eeeeee; 1978 } 1979 2596 } 1980 2597 textarea.form-control { 1981 2598 height: auto; 1982 2599 } 1983 2600 input[type="search"] { 2601 -webkit-appearance: none; 2602 } 2603 @media screen and (-webkit-min-device-pixel-ratio: 0) { 2604 input[type="date"].form-control, 2605 input[type="time"].form-control, 2606 input[type="datetime-local"].form-control, 2607 input[type="month"].form-control { 2608 line-height: 34px; 2609 } 2610 input[type="date"].input-sm, 2611 input[type="time"].input-sm, 2612 input[type="datetime-local"].input-sm, 2613 input[type="month"].input-sm, 2614 .input-group-sm input[type="date"], 2615 .input-group-sm input[type="time"], 2616 .input-group-sm input[type="datetime-local"], 2617 .input-group-sm input[type="month"] { 2618 line-height: 30px; 2619 } 2620 input[type="date"].input-lg, 2621 input[type="time"].input-lg, 2622 input[type="datetime-local"].input-lg, 2623 input[type="month"].input-lg, 2624 .input-group-lg input[type="date"], 2625 .input-group-lg input[type="time"], 2626 .input-group-lg input[type="datetime-local"], 2627 .input-group-lg input[type="month"] { 2628 line-height: 46px; 2629 } 2630 } 1984 2631 .form-group { 1985 2632 margin-bottom: 15px; 1986 2633 } 1987 1988 2634 .radio, 1989 2635 .checkbox { 2636 position: relative; 1990 2637 display: block; 2638 margin-top: 10px; 2639 margin-bottom: 10px; 2640 } 2641 .radio label, 2642 .checkbox label { 1991 2643 min-height: 20px; 1992 2644 padding-left: 20px; 1993 margin-top: 10px;1994 margin-bottom: 10px;1995 vertical-align: middle;1996 }1997 1998 .radio label,1999 .checkbox label {2000 display: inline;2001 2645 margin-bottom: 0; 2002 2646 font-weight: normal; 2003 2647 cursor: pointer; 2004 2648 } 2005 2006 2649 .radio input[type="radio"], 2007 2650 .radio-inline input[type="radio"], 2008 2651 .checkbox input[type="checkbox"], 2009 2652 .checkbox-inline input[type="checkbox"] { 2010 float: left; 2653 position: absolute; 2654 margin-top: 4px \9; 2011 2655 margin-left: -20px; 2012 2656 } 2013 2014 2657 .radio + .radio, 2015 2658 .checkbox + .checkbox { 2016 2659 margin-top: -5px; 2017 2660 } 2018 2019 2661 .radio-inline, 2020 2662 .checkbox-inline { 2663 position: relative; 2021 2664 display: inline-block; 2022 2665 padding-left: 20px; … … 2026 2669 cursor: pointer; 2027 2670 } 2028 2029 2671 .radio-inline + .radio-inline, 2030 2672 .checkbox-inline + .checkbox-inline { … … 2032 2674 margin-left: 10px; 2033 2675 } 2034 2035 2676 input[type="radio"][disabled], 2036 2677 input[type="checkbox"][disabled], 2037 .radio[disabled], 2038 .radio-inline[disabled], 2039 .checkbox[disabled], 2040 .checkbox-inline[disabled], 2678 input[type="radio"].disabled, 2679 input[type="checkbox"].disabled, 2041 2680 fieldset[disabled] input[type="radio"], 2042 fieldset[disabled] input[type="checkbox"], 2043 fieldset[disabled] .radio, 2681 fieldset[disabled] input[type="checkbox"] { 2682 cursor: not-allowed; 2683 } 2684 .radio-inline.disabled, 2685 .checkbox-inline.disabled, 2044 2686 fieldset[disabled] .radio-inline, 2045 fieldset[disabled] .checkbox,2046 2687 fieldset[disabled] .checkbox-inline { 2047 2688 cursor: not-allowed; 2048 2689 } 2049 2690 .radio.disabled label, 2691 .checkbox.disabled label, 2692 fieldset[disabled] .radio label, 2693 fieldset[disabled] .checkbox label { 2694 cursor: not-allowed; 2695 } 2696 .form-control-static { 2697 min-height: 34px; 2698 padding-top: 7px; 2699 padding-bottom: 7px; 2700 margin-bottom: 0; 2701 } 2702 .form-control-static.input-lg, 2703 .form-control-static.input-sm { 2704 padding-right: 0; 2705 padding-left: 0; 2706 } 2050 2707 .input-sm { 2051 2708 height: 30px; … … 2055 2712 border-radius: 3px; 2056 2713 } 2057 2058 2714 select.input-sm { 2059 2715 height: 30px; 2060 2716 line-height: 30px; 2061 2717 } 2062 2063 textarea.input-sm {2718 textarea.input-sm, 2719 select[multiple].input-sm { 2064 2720 height: auto; 2065 2721 } 2066 2722 .form-group-sm .form-control { 2723 height: 30px; 2724 padding: 5px 10px; 2725 font-size: 12px; 2726 line-height: 1.5; 2727 border-radius: 3px; 2728 } 2729 .form-group-sm select.form-control { 2730 height: 30px; 2731 line-height: 30px; 2732 } 2733 .form-group-sm textarea.form-control, 2734 .form-group-sm select[multiple].form-control { 2735 height: auto; 2736 } 2737 .form-group-sm .form-control-static { 2738 height: 30px; 2739 min-height: 32px; 2740 padding: 6px 10px; 2741 font-size: 12px; 2742 line-height: 1.5; 2743 } 2067 2744 .input-lg { 2068 2745 height: 46px; 2069 2746 padding: 10px 16px; 2070 2747 font-size: 18px; 2071 line-height: 1.33 ;2748 line-height: 1.3333333; 2072 2749 border-radius: 6px; 2073 2750 } 2074 2075 2751 select.input-lg { 2076 2752 height: 46px; 2077 2753 line-height: 46px; 2078 2754 } 2079 2080 textarea.input-lg {2755 textarea.input-lg, 2756 select[multiple].input-lg { 2081 2757 height: auto; 2082 2758 } 2083 2759 .form-group-lg .form-control { 2760 height: 46px; 2761 padding: 10px 16px; 2762 font-size: 18px; 2763 line-height: 1.3333333; 2764 border-radius: 6px; 2765 } 2766 .form-group-lg select.form-control { 2767 height: 46px; 2768 line-height: 46px; 2769 } 2770 .form-group-lg textarea.form-control, 2771 .form-group-lg select[multiple].form-control { 2772 height: auto; 2773 } 2774 .form-group-lg .form-control-static { 2775 height: 46px; 2776 min-height: 38px; 2777 padding: 11px 16px; 2778 font-size: 18px; 2779 line-height: 1.3333333; 2780 } 2781 .has-feedback { 2782 position: relative; 2783 } 2784 .has-feedback .form-control { 2785 padding-right: 42.5px; 2786 } 2787 .form-control-feedback { 2788 position: absolute; 2789 top: 0; 2790 right: 0; 2791 z-index: 2; 2792 display: block; 2793 width: 34px; 2794 height: 34px; 2795 line-height: 34px; 2796 text-align: center; 2797 pointer-events: none; 2798 } 2799 .input-lg + .form-control-feedback, 2800 .input-group-lg + .form-control-feedback, 2801 .form-group-lg .form-control + .form-control-feedback { 2802 width: 46px; 2803 height: 46px; 2804 line-height: 46px; 2805 } 2806 .input-sm + .form-control-feedback, 2807 .input-group-sm + .form-control-feedback, 2808 .form-group-sm .form-control + .form-control-feedback { 2809 width: 30px; 2810 height: 30px; 2811 line-height: 30px; 2812 } 2813 .has-success .help-block, 2814 .has-success .control-label, 2815 .has-success .radio, 2816 .has-success .checkbox, 2817 .has-success .radio-inline, 2818 .has-success .checkbox-inline, 2819 .has-success.radio label, 2820 .has-success.checkbox label, 2821 .has-success.radio-inline label, 2822 .has-success.checkbox-inline label { 2823 color: #3c763d; 2824 } 2825 .has-success .form-control { 2826 border-color: #3c763d; 2827 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 2828 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 2829 } 2830 .has-success .form-control:focus { 2831 border-color: #2b542c; 2832 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; 2833 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; 2834 } 2835 .has-success .input-group-addon { 2836 color: #3c763d; 2837 background-color: #dff0d8; 2838 border-color: #3c763d; 2839 } 2840 .has-success .form-control-feedback { 2841 color: #3c763d; 2842 } 2084 2843 .has-warning .help-block, 2085 2844 .has-warning .control-label, … … 2087 2846 .has-warning .checkbox, 2088 2847 .has-warning .radio-inline, 2089 .has-warning .checkbox-inline { 2848 .has-warning .checkbox-inline, 2849 .has-warning.radio label, 2850 .has-warning.checkbox label, 2851 .has-warning.radio-inline label, 2852 .has-warning.checkbox-inline label { 2090 2853 color: #8a6d3b; 2091 2854 } 2092 2093 2855 .has-warning .form-control { 2094 2856 border-color: #8a6d3b; 2095 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2096 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2097 } 2098 2857 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 2858 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 2859 } 2099 2860 .has-warning .form-control:focus { 2100 2861 border-color: #66512c; 2101 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; 2102 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; 2103 } 2104 2862 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; 2863 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; 2864 } 2105 2865 .has-warning .input-group-addon { 2106 2866 color: #8a6d3b; … … 2108 2868 border-color: #8a6d3b; 2109 2869 } 2110 2870 .has-warning .form-control-feedback { 2871 color: #8a6d3b; 2872 } 2111 2873 .has-error .help-block, 2112 2874 .has-error .control-label, … … 2114 2876 .has-error .checkbox, 2115 2877 .has-error .radio-inline, 2116 .has-error .checkbox-inline { 2878 .has-error .checkbox-inline, 2879 .has-error.radio label, 2880 .has-error.checkbox label, 2881 .has-error.radio-inline label, 2882 .has-error.checkbox-inline label { 2117 2883 color: #a94442; 2118 2884 } 2119 2120 2885 .has-error .form-control { 2121 2886 border-color: #a94442; 2122 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2123 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2124 } 2125 2887 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 2888 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 2889 } 2126 2890 .has-error .form-control:focus { 2127 2891 border-color: #843534; 2128 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; 2129 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; 2130 } 2131 2892 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; 2893 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; 2894 } 2132 2895 .has-error .input-group-addon { 2133 2896 color: #a94442; … … 2135 2898 border-color: #a94442; 2136 2899 } 2137 2138 .has-success .help-block, 2139 .has-success .control-label, 2140 .has-success .radio, 2141 .has-success .checkbox, 2142 .has-success .radio-inline, 2143 .has-success .checkbox-inline { 2144 color: #3c763d; 2145 } 2146 2147 .has-success .form-control { 2148 border-color: #3c763d; 2149 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2150 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); 2151 } 2152 2153 .has-success .form-control:focus { 2154 border-color: #2b542c; 2155 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; 2156 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; 2157 } 2158 2159 .has-success .input-group-addon { 2160 color: #3c763d; 2161 background-color: #dff0d8; 2162 border-color: #3c763d; 2163 } 2164 2165 .form-control-static { 2166 margin-bottom: 0; 2167 } 2168 2900 .has-error .form-control-feedback { 2901 color: #a94442; 2902 } 2903 .has-feedback label ~ .form-control-feedback { 2904 top: 25px; 2905 } 2906 .has-feedback label.sr-only ~ .form-control-feedback { 2907 top: 0; 2908 } 2169 2909 .help-block { 2170 2910 display: block; … … 2173 2913 color: #737373; 2174 2914 } 2175 2176 2915 @media (min-width: 768px) { 2177 2916 .form-inline .form-group { … … 2182 2921 .form-inline .form-control { 2183 2922 display: inline-block; 2184 }2185 .form-inline select.form-control {2186 2923 width: auto; 2924 vertical-align: middle; 2925 } 2926 .form-inline .form-control-static { 2927 display: inline-block; 2928 } 2929 .form-inline .input-group { 2930 display: inline-table; 2931 vertical-align: middle; 2932 } 2933 .form-inline .input-group .input-group-addon, 2934 .form-inline .input-group .input-group-btn, 2935 .form-inline .input-group .form-control { 2936 width: auto; 2937 } 2938 .form-inline .input-group > .form-control { 2939 width: 100%; 2940 } 2941 .form-inline .control-label { 2942 margin-bottom: 0; 2943 vertical-align: middle; 2187 2944 } 2188 2945 .form-inline .radio, 2189 2946 .form-inline .checkbox { 2190 2947 display: inline-block; 2191 padding-left: 0;2192 2948 margin-top: 0; 2193 2949 margin-bottom: 0; 2950 vertical-align: middle; 2951 } 2952 .form-inline .radio label, 2953 .form-inline .checkbox label { 2954 padding-left: 0; 2194 2955 } 2195 2956 .form-inline .radio input[type="radio"], 2196 2957 .form-inline .checkbox input[type="checkbox"] { 2197 float: none;2958 position: relative; 2198 2959 margin-left: 0; 2199 2960 } 2200 } 2201 2202 .form-horizontal .control-label, 2961 .form-inline .has-feedback .form-control-feedback { 2962 top: 0; 2963 } 2964 } 2203 2965 .form-horizontal .radio, 2204 2966 .form-horizontal .checkbox, … … 2209 2971 margin-bottom: 0; 2210 2972 } 2211 2212 2973 .form-horizontal .radio, 2213 2974 .form-horizontal .checkbox { 2214 2975 min-height: 27px; 2215 2976 } 2216 2217 2977 .form-horizontal .form-group { 2218 2978 margin-right: -15px; 2219 2979 margin-left: -15px; 2220 2980 } 2221 2222 .form-horizontal .form-group:before,2223 .form-horizontal .form-group:after {2224 display: table;2225 content: " ";2226 }2227 2228 .form-horizontal .form-group:after {2229 clear: both;2230 }2231 2232 .form-horizontal .form-group:before,2233 .form-horizontal .form-group:after {2234 display: table;2235 content: " ";2236 }2237 2238 .form-horizontal .form-group:after {2239 clear: both;2240 }2241 2242 .form-horizontal .form-control-static {2243 padding-top: 7px;2244 }2245 2246 2981 @media (min-width: 768px) { 2247 2982 .form-horizontal .control-label { 2983 padding-top: 7px; 2984 margin-bottom: 0; 2248 2985 text-align: right; 2249 2986 } 2250 2987 } 2251 2988 .form-horizontal .has-feedback .form-control-feedback { 2989 right: 15px; 2990 } 2991 @media (min-width: 768px) { 2992 .form-horizontal .form-group-lg .control-label { 2993 padding-top: 11px; 2994 font-size: 18px; 2995 } 2996 } 2997 @media (min-width: 768px) { 2998 .form-horizontal .form-group-sm .control-label { 2999 padding-top: 6px; 3000 font-size: 12px; 3001 } 3002 } 2252 3003 .btn { 2253 3004 display: inline-block; … … 2256 3007 font-size: 14px; 2257 3008 font-weight: normal; 2258 line-height: 1.4285714 29;3009 line-height: 1.42857143; 2259 3010 text-align: center; 2260 3011 white-space: nowrap; 2261 3012 vertical-align: middle; 3013 -ms-touch-action: manipulation; 3014 touch-action: manipulation; 2262 3015 cursor: pointer; 3016 -webkit-user-select: none; 3017 -moz-user-select: none; 3018 -ms-user-select: none; 3019 user-select: none; 2263 3020 background-image: none; 2264 3021 border: 1px solid transparent; 2265 3022 border-radius: 4px; 2266 -webkit-user-select: none; 2267 -moz-user-select: none; 2268 -ms-user-select: none; 2269 -o-user-select: none; 2270 user-select: none; 2271 } 2272 2273 .btn:focus { 2274 outline: thin dotted; 3023 } 3024 .btn:focus, 3025 .btn:active:focus, 3026 .btn.active:focus, 3027 .btn.focus, 3028 .btn:active.focus, 3029 .btn.active.focus { 2275 3030 outline: 5px auto -webkit-focus-ring-color; 2276 3031 outline-offset: -2px; 2277 3032 } 2278 2279 3033 .btn:hover, 2280 .btn:focus { 2281 color: #333333; 3034 .btn:focus, 3035 .btn.focus { 3036 color: #333; 2282 3037 text-decoration: none; 2283 3038 } 2284 2285 3039 .btn:active, 2286 3040 .btn.active { 2287 3041 background-image: none; 2288 3042 outline: 0; 2289 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 2290 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 2291 } 2292 3043 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); 3044 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); 3045 } 2293 3046 .btn.disabled, 2294 3047 .btn[disabled], 2295 3048 fieldset[disabled] .btn { 2296 pointer-events: none;2297 3049 cursor: not-allowed; 2298 opacity: 0.65;2299 3050 filter: alpha(opacity=65); 2300 3051 -webkit-box-shadow: none; 2301 3052 box-shadow: none; 2302 } 2303 3053 opacity: .65; 3054 } 3055 a.btn.disabled, 3056 fieldset[disabled] a.btn { 3057 pointer-events: none; 3058 } 2304 3059 .btn-default { 2305 color: #333333; 2306 background-color: #ffffff; 2307 border-color: #cccccc; 2308 } 2309 2310 .btn-default:hover, 3060 color: #333; 3061 background-color: #fff; 3062 border-color: #ccc; 3063 } 2311 3064 .btn-default:focus, 3065 .btn-default.focus { 3066 color: #333; 3067 background-color: #e6e6e6; 3068 border-color: #8c8c8c; 3069 } 3070 .btn-default:hover { 3071 color: #333; 3072 background-color: #e6e6e6; 3073 border-color: #adadad; 3074 } 2312 3075 .btn-default:active, 2313 3076 .btn-default.active, 2314 .open .dropdown-toggle.btn-default {2315 color: #333 333;2316 background-color: #e bebeb;3077 .open > .dropdown-toggle.btn-default { 3078 color: #333; 3079 background-color: #e6e6e6; 2317 3080 border-color: #adadad; 2318 3081 } 2319 3082 .btn-default:active:hover, 3083 .btn-default.active:hover, 3084 .open > .dropdown-toggle.btn-default:hover, 3085 .btn-default:active:focus, 3086 .btn-default.active:focus, 3087 .open > .dropdown-toggle.btn-default:focus, 3088 .btn-default:active.focus, 3089 .btn-default.active.focus, 3090 .open > .dropdown-toggle.btn-default.focus { 3091 color: #333; 3092 background-color: #d4d4d4; 3093 border-color: #8c8c8c; 3094 } 2320 3095 .btn-default:active, 2321 3096 .btn-default.active, 2322 .open .dropdown-toggle.btn-default {3097 .open > .dropdown-toggle.btn-default { 2323 3098 background-image: none; 2324 3099 } 2325 2326 .btn-default.disabled,2327 .btn-default[disabled],2328 fieldset[disabled] .btn-default,2329 3100 .btn-default.disabled:hover, 2330 3101 .btn-default[disabled]:hover, … … 2333 3104 .btn-default[disabled]:focus, 2334 3105 fieldset[disabled] .btn-default:focus, 2335 .btn-default.disabled:active, 2336 .btn-default[disabled]:active, 2337 fieldset[disabled] .btn-default:active, 2338 .btn-default.disabled.active, 2339 .btn-default[disabled].active, 2340 fieldset[disabled] .btn-default.active { 2341 background-color: #ffffff; 2342 border-color: #cccccc; 2343 } 2344 3106 .btn-default.disabled.focus, 3107 .btn-default[disabled].focus, 3108 fieldset[disabled] .btn-default.focus { 3109 background-color: #fff; 3110 border-color: #ccc; 3111 } 2345 3112 .btn-default .badge { 2346 color: #ffffff; 2347 background-color: #fff; 2348 } 2349 3113 color: #fff; 3114 background-color: #333; 3115 } 2350 3116 .btn-primary { 2351 color: #ffffff; 2352 background-color: #428bca; 2353 border-color: #357ebd; 2354 } 2355 2356 .btn-primary:hover, 3117 color: #fff; 3118 background-color: #337ab7; 3119 border-color: #2e6da4; 3120 } 2357 3121 .btn-primary:focus, 3122 .btn-primary.focus { 3123 color: #fff; 3124 background-color: #286090; 3125 border-color: #122b40; 3126 } 3127 .btn-primary:hover { 3128 color: #fff; 3129 background-color: #286090; 3130 border-color: #204d74; 3131 } 2358 3132 .btn-primary:active, 2359 3133 .btn-primary.active, 2360 .open .dropdown-toggle.btn-primary { 2361 color: #ffffff; 2362 background-color: #3276b1; 2363 border-color: #285e8e; 2364 } 2365 3134 .open > .dropdown-toggle.btn-primary { 3135 color: #fff; 3136 background-color: #286090; 3137 border-color: #204d74; 3138 } 3139 .btn-primary:active:hover, 3140 .btn-primary.active:hover, 3141 .open > .dropdown-toggle.btn-primary:hover, 3142 .btn-primary:active:focus, 3143 .btn-primary.active:focus, 3144 .open > .dropdown-toggle.btn-primary:focus, 3145 .btn-primary:active.focus, 3146 .btn-primary.active.focus, 3147 .open > .dropdown-toggle.btn-primary.focus { 3148 color: #fff; 3149 background-color: #204d74; 3150 border-color: #122b40; 3151 } 2366 3152 .btn-primary:active, 2367 3153 .btn-primary.active, 2368 .open .dropdown-toggle.btn-primary {3154 .open > .dropdown-toggle.btn-primary { 2369 3155 background-image: none; 2370 3156 } 2371 2372 .btn-primary.disabled,2373 .btn-primary[disabled],2374 fieldset[disabled] .btn-primary,2375 3157 .btn-primary.disabled:hover, 2376 3158 .btn-primary[disabled]:hover, … … 2379 3161 .btn-primary[disabled]:focus, 2380 3162 fieldset[disabled] .btn-primary:focus, 2381 .btn-primary.disabled:active, 2382 .btn-primary[disabled]:active, 2383 fieldset[disabled] .btn-primary:active, 2384 .btn-primary.disabled.active, 2385 .btn-primary[disabled].active, 2386 fieldset[disabled] .btn-primary.active { 2387 background-color: #428bca; 2388 border-color: #357ebd; 2389 } 2390 3163 .btn-primary.disabled.focus, 3164 .btn-primary[disabled].focus, 3165 fieldset[disabled] .btn-primary.focus { 3166 background-color: #337ab7; 3167 border-color: #2e6da4; 3168 } 2391 3169 .btn-primary .badge { 2392 color: # 428bca;3170 color: #337ab7; 2393 3171 background-color: #fff; 2394 3172 } 2395 3173 .btn-success { 3174 color: #fff; 3175 background-color: #5cb85c; 3176 border-color: #4cae4c; 3177 } 3178 .btn-success:focus, 3179 .btn-success.focus { 3180 color: #fff; 3181 background-color: #449d44; 3182 border-color: #255625; 3183 } 3184 .btn-success:hover { 3185 color: #fff; 3186 background-color: #449d44; 3187 border-color: #398439; 3188 } 3189 .btn-success:active, 3190 .btn-success.active, 3191 .open > .dropdown-toggle.btn-success { 3192 color: #fff; 3193 background-color: #449d44; 3194 border-color: #398439; 3195 } 3196 .btn-success:active:hover, 3197 .btn-success.active:hover, 3198 .open > .dropdown-toggle.btn-success:hover, 3199 .btn-success:active:focus, 3200 .btn-success.active:focus, 3201 .open > .dropdown-toggle.btn-success:focus, 3202 .btn-success:active.focus, 3203 .btn-success.active.focus, 3204 .open > .dropdown-toggle.btn-success.focus { 3205 color: #fff; 3206 background-color: #398439; 3207 border-color: #255625; 3208 } 3209 .btn-success:active, 3210 .btn-success.active, 3211 .open > .dropdown-toggle.btn-success { 3212 background-image: none; 3213 } 3214 .btn-success.disabled:hover, 3215 .btn-success[disabled]:hover, 3216 fieldset[disabled] .btn-success:hover, 3217 .btn-success.disabled:focus, 3218 .btn-success[disabled]:focus, 3219 fieldset[disabled] .btn-success:focus, 3220 .btn-success.disabled.focus, 3221 .btn-success[disabled].focus, 3222 fieldset[disabled] .btn-success.focus { 3223 background-color: #5cb85c; 3224 border-color: #4cae4c; 3225 } 3226 .btn-success .badge { 3227 color: #5cb85c; 3228 background-color: #fff; 3229 } 3230 .btn-info { 3231 color: #fff; 3232 background-color: #5bc0de; 3233 border-color: #46b8da; 3234 } 3235 .btn-info:focus, 3236 .btn-info.focus { 3237 color: #fff; 3238 background-color: #31b0d5; 3239 border-color: #1b6d85; 3240 } 3241 .btn-info:hover { 3242 color: #fff; 3243 background-color: #31b0d5; 3244 border-color: #269abc; 3245 } 3246 .btn-info:active, 3247 .btn-info.active, 3248 .open > .dropdown-toggle.btn-info { 3249 color: #fff; 3250 background-color: #31b0d5; 3251 border-color: #269abc; 3252 } 3253 .btn-info:active:hover, 3254 .btn-info.active:hover, 3255 .open > .dropdown-toggle.btn-info:hover, 3256 .btn-info:active:focus, 3257 .btn-info.active:focus, 3258 .open > .dropdown-toggle.btn-info:focus, 3259 .btn-info:active.focus, 3260 .btn-info.active.focus, 3261 .open > .dropdown-toggle.btn-info.focus { 3262 color: #fff; 3263 background-color: #269abc; 3264 border-color: #1b6d85; 3265 } 3266 .btn-info:active, 3267 .btn-info.active, 3268 .open > .dropdown-toggle.btn-info { 3269 background-image: none; 3270 } 3271 .btn-info.disabled:hover, 3272 .btn-info[disabled]:hover, 3273 fieldset[disabled] .btn-info:hover, 3274 .btn-info.disabled:focus, 3275 .btn-info[disabled]:focus, 3276 fieldset[disabled] .btn-info:focus, 3277 .btn-info.disabled.focus, 3278 .btn-info[disabled].focus, 3279 fieldset[disabled] .btn-info.focus { 3280 background-color: #5bc0de; 3281 border-color: #46b8da; 3282 } 3283 .btn-info .badge { 3284 color: #5bc0de; 3285 background-color: #fff; 3286 } 2396 3287 .btn-warning { 2397 color: #fff fff;3288 color: #fff; 2398 3289 background-color: #f0ad4e; 2399 3290 border-color: #eea236; 2400 3291 } 2401 2402 .btn-warning:hover,2403 3292 .btn-warning:focus, 3293 .btn-warning.focus { 3294 color: #fff; 3295 background-color: #ec971f; 3296 border-color: #985f0d; 3297 } 3298 .btn-warning:hover { 3299 color: #fff; 3300 background-color: #ec971f; 3301 border-color: #d58512; 3302 } 2404 3303 .btn-warning:active, 2405 3304 .btn-warning.active, 2406 .open .dropdown-toggle.btn-warning {2407 color: #fff fff;2408 background-color: #e d9c28;3305 .open > .dropdown-toggle.btn-warning { 3306 color: #fff; 3307 background-color: #ec971f; 2409 3308 border-color: #d58512; 2410 3309 } 2411 3310 .btn-warning:active:hover, 3311 .btn-warning.active:hover, 3312 .open > .dropdown-toggle.btn-warning:hover, 3313 .btn-warning:active:focus, 3314 .btn-warning.active:focus, 3315 .open > .dropdown-toggle.btn-warning:focus, 3316 .btn-warning:active.focus, 3317 .btn-warning.active.focus, 3318 .open > .dropdown-toggle.btn-warning.focus { 3319 color: #fff; 3320 background-color: #d58512; 3321 border-color: #985f0d; 3322 } 2412 3323 .btn-warning:active, 2413 3324 .btn-warning.active, 2414 .open .dropdown-toggle.btn-warning {3325 .open > .dropdown-toggle.btn-warning { 2415 3326 background-image: none; 2416 3327 } 2417 2418 .btn-warning.disabled,2419 .btn-warning[disabled],2420 fieldset[disabled] .btn-warning,2421 3328 .btn-warning.disabled:hover, 2422 3329 .btn-warning[disabled]:hover, … … 2425 3332 .btn-warning[disabled]:focus, 2426 3333 fieldset[disabled] .btn-warning:focus, 2427 .btn-warning.disabled:active, 2428 .btn-warning[disabled]:active, 2429 fieldset[disabled] .btn-warning:active, 2430 .btn-warning.disabled.active, 2431 .btn-warning[disabled].active, 2432 fieldset[disabled] .btn-warning.active { 3334 .btn-warning.disabled.focus, 3335 .btn-warning[disabled].focus, 3336 fieldset[disabled] .btn-warning.focus { 2433 3337 background-color: #f0ad4e; 2434 3338 border-color: #eea236; 2435 3339 } 2436 2437 3340 .btn-warning .badge { 2438 3341 color: #f0ad4e; 2439 3342 background-color: #fff; 2440 3343 } 2441 2442 3344 .btn-danger { 2443 color: #fff fff;3345 color: #fff; 2444 3346 background-color: #d9534f; 2445 3347 border-color: #d43f3a; 2446 3348 } 2447 2448 .btn-danger:hover,2449 3349 .btn-danger:focus, 3350 .btn-danger.focus { 3351 color: #fff; 3352 background-color: #c9302c; 3353 border-color: #761c19; 3354 } 3355 .btn-danger:hover { 3356 color: #fff; 3357 background-color: #c9302c; 3358 border-color: #ac2925; 3359 } 2450 3360 .btn-danger:active, 2451 3361 .btn-danger.active, 2452 .open .dropdown-toggle.btn-danger {2453 color: #fff fff;2454 background-color: # d2322d;3362 .open > .dropdown-toggle.btn-danger { 3363 color: #fff; 3364 background-color: #c9302c; 2455 3365 border-color: #ac2925; 2456 3366 } 2457 3367 .btn-danger:active:hover, 3368 .btn-danger.active:hover, 3369 .open > .dropdown-toggle.btn-danger:hover, 3370 .btn-danger:active:focus, 3371 .btn-danger.active:focus, 3372 .open > .dropdown-toggle.btn-danger:focus, 3373 .btn-danger:active.focus, 3374 .btn-danger.active.focus, 3375 .open > .dropdown-toggle.btn-danger.focus { 3376 color: #fff; 3377 background-color: #ac2925; 3378 border-color: #761c19; 3379 } 2458 3380 .btn-danger:active, 2459 3381 .btn-danger.active, 2460 .open .dropdown-toggle.btn-danger {3382 .open > .dropdown-toggle.btn-danger { 2461 3383 background-image: none; 2462 3384 } 2463 2464 .btn-danger.disabled,2465 .btn-danger[disabled],2466 fieldset[disabled] .btn-danger,2467 3385 .btn-danger.disabled:hover, 2468 3386 .btn-danger[disabled]:hover, … … 2471 3389 .btn-danger[disabled]:focus, 2472 3390 fieldset[disabled] .btn-danger:focus, 2473 .btn-danger.disabled:active, 2474 .btn-danger[disabled]:active, 2475 fieldset[disabled] .btn-danger:active, 2476 .btn-danger.disabled.active, 2477 .btn-danger[disabled].active, 2478 fieldset[disabled] .btn-danger.active { 3391 .btn-danger.disabled.focus, 3392 .btn-danger[disabled].focus, 3393 fieldset[disabled] .btn-danger.focus { 2479 3394 background-color: #d9534f; 2480 3395 border-color: #d43f3a; 2481 3396 } 2482 2483 3397 .btn-danger .badge { 2484 3398 color: #d9534f; 2485 3399 background-color: #fff; 2486 3400 } 2487 2488 .btn-success {2489 color: #ffffff;2490 background-color: #5cb85c;2491 border-color: #4cae4c;2492 }2493 2494 .btn-success:hover,2495 .btn-success:focus,2496 .btn-success:active,2497 .btn-success.active,2498 .open .dropdown-toggle.btn-success {2499 color: #ffffff;2500 background-color: #47a447;2501 border-color: #398439;2502 }2503 2504 .btn-success:active,2505 .btn-success.active,2506 .open .dropdown-toggle.btn-success {2507 background-image: none;2508 }2509 2510 .btn-success.disabled,2511 .btn-success[disabled],2512 fieldset[disabled] .btn-success,2513 .btn-success.disabled:hover,2514 .btn-success[disabled]:hover,2515 fieldset[disabled] .btn-success:hover,2516 .btn-success.disabled:focus,2517 .btn-success[disabled]:focus,2518 fieldset[disabled] .btn-success:focus,2519 .btn-success.disabled:active,2520 .btn-success[disabled]:active,2521 fieldset[disabled] .btn-success:active,2522 .btn-success.disabled.active,2523 .btn-success[disabled].active,2524 fieldset[disabled] .btn-success.active {2525 background-color: #5cb85c;2526 border-color: #4cae4c;2527 }2528 2529 .btn-success .badge {2530 color: #5cb85c;2531 background-color: #fff;2532 }2533 2534 .btn-info {2535 color: #ffffff;2536 background-color: #5bc0de;2537 border-color: #46b8da;2538 }2539 2540 .btn-info:hover,2541 .btn-info:focus,2542 .btn-info:active,2543 .btn-info.active,2544 .open .dropdown-toggle.btn-info {2545 color: #ffffff;2546 background-color: #39b3d7;2547 border-color: #269abc;2548 }2549 2550 .btn-info:active,2551 .btn-info.active,2552 .open .dropdown-toggle.btn-info {2553 background-image: none;2554 }2555 2556 .btn-info.disabled,2557 .btn-info[disabled],2558 fieldset[disabled] .btn-info,2559 .btn-info.disabled:hover,2560 .btn-info[disabled]:hover,2561 fieldset[disabled] .btn-info:hover,2562 .btn-info.disabled:focus,2563 .btn-info[disabled]:focus,2564 fieldset[disabled] .btn-info:focus,2565 .btn-info.disabled:active,2566 .btn-info[disabled]:active,2567 fieldset[disabled] .btn-info:active,2568 .btn-info.disabled.active,2569 .btn-info[disabled].active,2570 fieldset[disabled] .btn-info.active {2571 background-color: #5bc0de;2572 border-color: #46b8da;2573 }2574 2575 .btn-info .badge {2576 color: #5bc0de;2577 background-color: #fff;2578 }2579 2580 3401 .btn-link { 2581 3402 font-weight: normal; 2582 color: #428bca; 2583 cursor: pointer; 3403 color: #337ab7; 2584 3404 border-radius: 0; 2585 3405 } 2586 2587 3406 .btn-link, 2588 3407 .btn-link:active, 3408 .btn-link.active, 2589 3409 .btn-link[disabled], 2590 3410 fieldset[disabled] .btn-link { … … 2593 3413 box-shadow: none; 2594 3414 } 2595 2596 3415 .btn-link, 2597 3416 .btn-link:hover, … … 2600 3419 border-color: transparent; 2601 3420 } 2602 2603 3421 .btn-link:hover, 2604 3422 .btn-link:focus { 2605 color: #2 a6496;3423 color: #23527c; 2606 3424 text-decoration: underline; 2607 3425 background-color: transparent; 2608 3426 } 2609 2610 3427 .btn-link[disabled]:hover, 2611 3428 fieldset[disabled] .btn-link:hover, 2612 3429 .btn-link[disabled]:focus, 2613 3430 fieldset[disabled] .btn-link:focus { 2614 color: # 999999;3431 color: #777; 2615 3432 text-decoration: none; 2616 3433 } 2617 2618 .btn- lg{3434 .btn-lg, 3435 .btn-group-lg > .btn { 2619 3436 padding: 10px 16px; 2620 3437 font-size: 18px; 2621 line-height: 1.33 ;3438 line-height: 1.3333333; 2622 3439 border-radius: 6px; 2623 3440 } 2624 2625 .btn- sm{3441 .btn-sm, 3442 .btn-group-sm > .btn { 2626 3443 padding: 5px 10px; 2627 3444 font-size: 12px; … … 2629 3446 border-radius: 3px; 2630 3447 } 2631 2632 .btn- xs{3448 .btn-xs, 3449 .btn-group-xs > .btn { 2633 3450 padding: 1px 5px; 2634 3451 font-size: 12px; … … 2636 3453 border-radius: 3px; 2637 3454 } 2638 2639 3455 .btn-block { 2640 3456 display: block; 2641 3457 width: 100%; 2642 padding-right: 0; 2643 padding-left: 0; 2644 } 2645 3458 } 2646 3459 .btn-block + .btn-block { 2647 3460 margin-top: 5px; 2648 3461 } 2649 2650 3462 input[type="submit"].btn-block, 2651 3463 input[type="reset"].btn-block, … … 2653 3465 width: 100%; 2654 3466 } 2655 2656 3467 .fade { 2657 3468 opacity: 0; 2658 -webkit-transition: opacity 0.15s linear;2659 transition: opacity 0.15s linear;2660 } 2661 3469 -webkit-transition: opacity .15s linear; 3470 -o-transition: opacity .15s linear; 3471 transition: opacity .15s linear; 3472 } 2662 3473 .fade.in { 2663 3474 opacity: 1; 2664 3475 } 2665 2666 3476 .collapse { 2667 3477 display: none; 2668 3478 } 2669 2670 3479 .collapse.in { 2671 3480 display: block; 2672 3481 } 2673 3482 tr.collapse.in { 3483 display: table-row; 3484 } 3485 tbody.collapse.in { 3486 display: table-row-group; 3487 } 2674 3488 .collapsing { 2675 3489 position: relative; 2676 3490 height: 0; 2677 3491 overflow: hidden; 2678 -webkit-transition: height 0.35s ease; 2679 transition: height 0.35s ease; 2680 } 2681 2682 @font-face { 2683 font-family: 'Glyphicons Halflings'; 2684 src: url('../fonts/glyphicons-halflings-regular.eot'); 2685 src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); 2686 } 2687 2688 .glyphicon { 2689 position: relative; 2690 top: 1px; 2691 display: inline-block; 2692 font-family: 'Glyphicons Halflings'; 2693 -webkit-font-smoothing: antialiased; 2694 font-style: normal; 2695 font-weight: normal; 2696 line-height: 1; 2697 -moz-osx-font-smoothing: grayscale; 2698 } 2699 2700 .glyphicon:empty { 2701 width: 1em; 2702 } 2703 2704 .glyphicon-asterisk:before { 2705 content: "\2a"; 2706 } 2707 2708 .glyphicon-plus:before { 2709 content: "\2b"; 2710 } 2711 2712 .glyphicon-euro:before { 2713 content: "\20ac"; 2714 } 2715 2716 .glyphicon-minus:before { 2717 content: "\2212"; 2718 } 2719 2720 .glyphicon-cloud:before { 2721 content: "\2601"; 2722 } 2723 2724 .glyphicon-envelope:before { 2725 content: "\2709"; 2726 } 2727 2728 .glyphicon-pencil:before { 2729 content: "\270f"; 2730 } 2731 2732 .glyphicon-glass:before { 2733 content: "\e001"; 2734 } 2735 2736 .glyphicon-music:before { 2737 content: "\e002"; 2738 } 2739 2740 .glyphicon-search:before { 2741 content: "\e003"; 2742 } 2743 2744 .glyphicon-heart:before { 2745 content: "\e005"; 2746 } 2747 2748 .glyphicon-star:before { 2749 content: "\e006"; 2750 } 2751 2752 .glyphicon-star-empty:before { 2753 content: "\e007"; 2754 } 2755 2756 .glyphicon-user:before { 2757 content: "\e008"; 2758 } 2759 2760 .glyphicon-film:before { 2761 content: "\e009"; 2762 } 2763 2764 .glyphicon-th-large:before { 2765 content: "\e010"; 2766 } 2767 2768 .glyphicon-th:before { 2769 content: "\e011"; 2770 } 2771 2772 .glyphicon-th-list:before { 2773 content: "\e012"; 2774 } 2775 2776 .glyphicon-ok:before { 2777 content: "\e013"; 2778 } 2779 2780 .glyphicon-remove:before { 2781 content: "\e014"; 2782 } 2783 2784 .glyphicon-zoom-in:before { 2785 content: "\e015"; 2786 } 2787 2788 .glyphicon-zoom-out:before { 2789 content: "\e016"; 2790 } 2791 2792 .glyphicon-off:before { 2793 content: "\e017"; 2794 } 2795 2796 .glyphicon-signal:before { 2797 content: "\e018"; 2798 } 2799 2800 .glyphicon-cog:before { 2801 content: "\e019"; 2802 } 2803 2804 .glyphicon-trash:before { 2805 content: "\e020"; 2806 } 2807 2808 .glyphicon-home:before { 2809 content: "\e021"; 2810 } 2811 2812 .glyphicon-file:before { 2813 content: "\e022"; 2814 } 2815 2816 .glyphicon-time:before { 2817 content: "\e023"; 2818 } 2819 2820 .glyphicon-road:before { 2821 content: "\e024"; 2822 } 2823 2824 .glyphicon-download-alt:before { 2825 content: "\e025"; 2826 } 2827 2828 .glyphicon-download:before { 2829 content: "\e026"; 2830 } 2831 2832 .glyphicon-upload:before { 2833 content: "\e027"; 2834 } 2835 2836 .glyphicon-inbox:before { 2837 content: "\e028"; 2838 } 2839 2840 .glyphicon-play-circle:before { 2841 content: "\e029"; 2842 } 2843 2844 .glyphicon-repeat:before { 2845 content: "\e030"; 2846 } 2847 2848 .glyphicon-refresh:before { 2849 content: "\e031"; 2850 } 2851 2852 .glyphicon-list-alt:before { 2853 content: "\e032"; 2854 } 2855 2856 .glyphicon-lock:before { 2857 content: "\e033"; 2858 } 2859 2860 .glyphicon-flag:before { 2861 content: "\e034"; 2862 } 2863 2864 .glyphicon-headphones:before { 2865 content: "\e035"; 2866 } 2867 2868 .glyphicon-volume-off:before { 2869 content: "\e036"; 2870 } 2871 2872 .glyphicon-volume-down:before { 2873 content: "\e037"; 2874 } 2875 2876 .glyphicon-volume-up:before { 2877 content: "\e038"; 2878 } 2879 2880 .glyphicon-qrcode:before { 2881 content: "\e039"; 2882 } 2883 2884 .glyphicon-barcode:before { 2885 content: "\e040"; 2886 } 2887 2888 .glyphicon-tag:before { 2889 content: "\e041"; 2890 } 2891 2892 .glyphicon-tags:before { 2893 content: "\e042"; 2894 } 2895 2896 .glyphicon-book:before { 2897 content: "\e043"; 2898 } 2899 2900 .glyphicon-bookmark:before { 2901 content: "\e044"; 2902 } 2903 2904 .glyphicon-print:before { 2905 content: "\e045"; 2906 } 2907 2908 .glyphicon-camera:before { 2909 content: "\e046"; 2910 } 2911 2912 .glyphicon-font:before { 2913 content: "\e047"; 2914 } 2915 2916 .glyphicon-bold:before { 2917 content: "\e048"; 2918 } 2919 2920 .glyphicon-italic:before { 2921 content: "\e049"; 2922 } 2923 2924 .glyphicon-text-height:before { 2925 content: "\e050"; 2926 } 2927 2928 .glyphicon-text-width:before { 2929 content: "\e051"; 2930 } 2931 2932 .glyphicon-align-left:before { 2933 content: "\e052"; 2934 } 2935 2936 .glyphicon-align-center:before { 2937 content: "\e053"; 2938 } 2939 2940 .glyphicon-align-right:before { 2941 content: "\e054"; 2942 } 2943 2944 .glyphicon-align-justify:before { 2945 content: "\e055"; 2946 } 2947 2948 .glyphicon-list:before { 2949 content: "\e056"; 2950 } 2951 2952 .glyphicon-indent-left:before { 2953 content: "\e057"; 2954 } 2955 2956 .glyphicon-indent-right:before { 2957 content: "\e058"; 2958 } 2959 2960 .glyphicon-facetime-video:before { 2961 content: "\e059"; 2962 } 2963 2964 .glyphicon-picture:before { 2965 content: "\e060"; 2966 } 2967 2968 .glyphicon-map-marker:before { 2969 content: "\e062"; 2970 } 2971 2972 .glyphicon-adjust:before { 2973 content: "\e063"; 2974 } 2975 2976 .glyphicon-tint:before { 2977 content: "\e064"; 2978 } 2979 2980 .glyphicon-edit:before { 2981 content: "\e065"; 2982 } 2983 2984 .glyphicon-share:before { 2985 content: "\e066"; 2986 } 2987 2988 .glyphicon-check:before { 2989 content: "\e067"; 2990 } 2991 2992 .glyphicon-move:before { 2993 content: "\e068"; 2994 } 2995 2996 .glyphicon-step-backward:before { 2997 content: "\e069"; 2998 } 2999 3000 .glyphicon-fast-backward:before { 3001 content: "\e070"; 3002 } 3003 3004 .glyphicon-backward:before { 3005 content: "\e071"; 3006 } 3007 3008 .glyphicon-play:before { 3009 content: "\e072"; 3010 } 3011 3012 .glyphicon-pause:before { 3013 content: "\e073"; 3014 } 3015 3016 .glyphicon-stop:before { 3017 content: "\e074"; 3018 } 3019 3020 .glyphicon-forward:before { 3021 content: "\e075"; 3022 } 3023 3024 .glyphicon-fast-forward:before { 3025 content: "\e076"; 3026 } 3027 3028 .glyphicon-step-forward:before { 3029 content: "\e077"; 3030 } 3031 3032 .glyphicon-eject:before { 3033 content: "\e078"; 3034 } 3035 3036 .glyphicon-chevron-left:before { 3037 content: "\e079"; 3038 } 3039 3040 .glyphicon-chevron-right:before { 3041 content: "\e080"; 3042 } 3043 3044 .glyphicon-plus-sign:before { 3045 content: "\e081"; 3046 } 3047 3048 .glyphicon-minus-sign:before { 3049 content: "\e082"; 3050 } 3051 3052 .glyphicon-remove-sign:before { 3053 content: "\e083"; 3054 } 3055 3056 .glyphicon-ok-sign:before { 3057 content: "\e084"; 3058 } 3059 3060 .glyphicon-question-sign:before { 3061 content: "\e085"; 3062 } 3063 3064 .glyphicon-info-sign:before { 3065 content: "\e086"; 3066 } 3067 3068 .glyphicon-screenshot:before { 3069 content: "\e087"; 3070 } 3071 3072 .glyphicon-remove-circle:before { 3073 content: "\e088"; 3074 } 3075 3076 .glyphicon-ok-circle:before { 3077 content: "\e089"; 3078 } 3079 3080 .glyphicon-ban-circle:before { 3081 content: "\e090"; 3082 } 3083 3084 .glyphicon-arrow-left:before { 3085 content: "\e091"; 3086 } 3087 3088 .glyphicon-arrow-right:before { 3089 content: "\e092"; 3090 } 3091 3092 .glyphicon-arrow-up:before { 3093 content: "\e093"; 3094 } 3095 3096 .glyphicon-arrow-down:before { 3097 content: "\e094"; 3098 } 3099 3100 .glyphicon-share-alt:before { 3101 content: "\e095"; 3102 } 3103 3104 .glyphicon-resize-full:before { 3105 content: "\e096"; 3106 } 3107 3108 .glyphicon-resize-small:before { 3109 content: "\e097"; 3110 } 3111 3112 .glyphicon-exclamation-sign:before { 3113 content: "\e101"; 3114 } 3115 3116 .glyphicon-gift:before { 3117 content: "\e102"; 3118 } 3119 3120 .glyphicon-leaf:before { 3121 content: "\e103"; 3122 } 3123 3124 .glyphicon-fire:before { 3125 content: "\e104"; 3126 } 3127 3128 .glyphicon-eye-open:before { 3129 content: "\e105"; 3130 } 3131 3132 .glyphicon-eye-close:before { 3133 content: "\e106"; 3134 } 3135 3136 .glyphicon-warning-sign:before { 3137 content: "\e107"; 3138 } 3139 3140 .glyphicon-plane:before { 3141 content: "\e108"; 3142 } 3143 3144 .glyphicon-calendar:before { 3145 content: "\e109"; 3146 } 3147 3148 .glyphicon-random:before { 3149 content: "\e110"; 3150 } 3151 3152 .glyphicon-comment:before { 3153 content: "\e111"; 3154 } 3155 3156 .glyphicon-magnet:before { 3157 content: "\e112"; 3158 } 3159 3160 .glyphicon-chevron-up:before { 3161 content: "\e113"; 3162 } 3163 3164 .glyphicon-chevron-down:before { 3165 content: "\e114"; 3166 } 3167 3168 .glyphicon-retweet:before { 3169 content: "\e115"; 3170 } 3171 3172 .glyphicon-shopping-cart:before { 3173 content: "\e116"; 3174 } 3175 3176 .glyphicon-folder-close:before { 3177 content: "\e117"; 3178 } 3179 3180 .glyphicon-folder-open:before { 3181 content: "\e118"; 3182 } 3183 3184 .glyphicon-resize-vertical:before { 3185 content: "\e119"; 3186 } 3187 3188 .glyphicon-resize-horizontal:before { 3189 content: "\e120"; 3190 } 3191 3192 .glyphicon-hdd:before { 3193 content: "\e121"; 3194 } 3195 3196 .glyphicon-bullhorn:before { 3197 content: "\e122"; 3198 } 3199 3200 .glyphicon-bell:before { 3201 content: "\e123"; 3202 } 3203 3204 .glyphicon-certificate:before { 3205 content: "\e124"; 3206 } 3207 3208 .glyphicon-thumbs-up:before { 3209 content: "\e125"; 3210 } 3211 3212 .glyphicon-thumbs-down:before { 3213 content: "\e126"; 3214 } 3215 3216 .glyphicon-hand-right:before { 3217 content: "\e127"; 3218 } 3219 3220 .glyphicon-hand-left:before { 3221 content: "\e128"; 3222 } 3223 3224 .glyphicon-hand-up:before { 3225 content: "\e129"; 3226 } 3227 3228 .glyphicon-hand-down:before { 3229 content: "\e130"; 3230 } 3231 3232 .glyphicon-circle-arrow-right:before { 3233 content: "\e131"; 3234 } 3235 3236 .glyphicon-circle-arrow-left:before { 3237 content: "\e132"; 3238 } 3239 3240 .glyphicon-circle-arrow-up:before { 3241 content: "\e133"; 3242 } 3243 3244 .glyphicon-circle-arrow-down:before { 3245 content: "\e134"; 3246 } 3247 3248 .glyphicon-globe:before { 3249 content: "\e135"; 3250 } 3251 3252 .glyphicon-wrench:before { 3253 content: "\e136"; 3254 } 3255 3256 .glyphicon-tasks:before { 3257 content: "\e137"; 3258 } 3259 3260 .glyphicon-filter:before { 3261 content: "\e138"; 3262 } 3263 3264 .glyphicon-briefcase:before { 3265 content: "\e139"; 3266 } 3267 3268 .glyphicon-fullscreen:before { 3269 content: "\e140"; 3270 } 3271 3272 .glyphicon-dashboard:before { 3273 content: "\e141"; 3274 } 3275 3276 .glyphicon-paperclip:before { 3277 content: "\e142"; 3278 } 3279 3280 .glyphicon-heart-empty:before { 3281 content: "\e143"; 3282 } 3283 3284 .glyphicon-link:before { 3285 content: "\e144"; 3286 } 3287 3288 .glyphicon-phone:before { 3289 content: "\e145"; 3290 } 3291 3292 .glyphicon-pushpin:before { 3293 content: "\e146"; 3294 } 3295 3296 .glyphicon-usd:before { 3297 content: "\e148"; 3298 } 3299 3300 .glyphicon-gbp:before { 3301 content: "\e149"; 3302 } 3303 3304 .glyphicon-sort:before { 3305 content: "\e150"; 3306 } 3307 3308 .glyphicon-sort-by-alphabet:before { 3309 content: "\e151"; 3310 } 3311 3312 .glyphicon-sort-by-alphabet-alt:before { 3313 content: "\e152"; 3314 } 3315 3316 .glyphicon-sort-by-order:before { 3317 content: "\e153"; 3318 } 3319 3320 .glyphicon-sort-by-order-alt:before { 3321 content: "\e154"; 3322 } 3323 3324 .glyphicon-sort-by-attributes:before { 3325 content: "\e155"; 3326 } 3327 3328 .glyphicon-sort-by-attributes-alt:before { 3329 content: "\e156"; 3330 } 3331 3332 .glyphicon-unchecked:before { 3333 content: "\e157"; 3334 } 3335 3336 .glyphicon-expand:before { 3337 content: "\e158"; 3338 } 3339 3340 .glyphicon-collapse-down:before { 3341 content: "\e159"; 3342 } 3343 3344 .glyphicon-collapse-up:before { 3345 content: "\e160"; 3346 } 3347 3348 .glyphicon-log-in:before { 3349 content: "\e161"; 3350 } 3351 3352 .glyphicon-flash:before { 3353 content: "\e162"; 3354 } 3355 3356 .glyphicon-log-out:before { 3357 content: "\e163"; 3358 } 3359 3360 .glyphicon-new-window:before { 3361 content: "\e164"; 3362 } 3363 3364 .glyphicon-record:before { 3365 content: "\e165"; 3366 } 3367 3368 .glyphicon-save:before { 3369 content: "\e166"; 3370 } 3371 3372 .glyphicon-open:before { 3373 content: "\e167"; 3374 } 3375 3376 .glyphicon-saved:before { 3377 content: "\e168"; 3378 } 3379 3380 .glyphicon-import:before { 3381 content: "\e169"; 3382 } 3383 3384 .glyphicon-export:before { 3385 content: "\e170"; 3386 } 3387 3388 .glyphicon-send:before { 3389 content: "\e171"; 3390 } 3391 3392 .glyphicon-floppy-disk:before { 3393 content: "\e172"; 3394 } 3395 3396 .glyphicon-floppy-saved:before { 3397 content: "\e173"; 3398 } 3399 3400 .glyphicon-floppy-remove:before { 3401 content: "\e174"; 3402 } 3403 3404 .glyphicon-floppy-save:before { 3405 content: "\e175"; 3406 } 3407 3408 .glyphicon-floppy-open:before { 3409 content: "\e176"; 3410 } 3411 3412 .glyphicon-credit-card:before { 3413 content: "\e177"; 3414 } 3415 3416 .glyphicon-transfer:before { 3417 content: "\e178"; 3418 } 3419 3420 .glyphicon-cutlery:before { 3421 content: "\e179"; 3422 } 3423 3424 .glyphicon-header:before { 3425 content: "\e180"; 3426 } 3427 3428 .glyphicon-compressed:before { 3429 content: "\e181"; 3430 } 3431 3432 .glyphicon-earphone:before { 3433 content: "\e182"; 3434 } 3435 3436 .glyphicon-phone-alt:before { 3437 content: "\e183"; 3438 } 3439 3440 .glyphicon-tower:before { 3441 content: "\e184"; 3442 } 3443 3444 .glyphicon-stats:before { 3445 content: "\e185"; 3446 } 3447 3448 .glyphicon-sd-video:before { 3449 content: "\e186"; 3450 } 3451 3452 .glyphicon-hd-video:before { 3453 content: "\e187"; 3454 } 3455 3456 .glyphicon-subtitles:before { 3457 content: "\e188"; 3458 } 3459 3460 .glyphicon-sound-stereo:before { 3461 content: "\e189"; 3462 } 3463 3464 .glyphicon-sound-dolby:before { 3465 content: "\e190"; 3466 } 3467 3468 .glyphicon-sound-5-1:before { 3469 content: "\e191"; 3470 } 3471 3472 .glyphicon-sound-6-1:before { 3473 content: "\e192"; 3474 } 3475 3476 .glyphicon-sound-7-1:before { 3477 content: "\e193"; 3478 } 3479 3480 .glyphicon-copyright-mark:before { 3481 content: "\e194"; 3482 } 3483 3484 .glyphicon-registration-mark:before { 3485 content: "\e195"; 3486 } 3487 3488 .glyphicon-cloud-download:before { 3489 content: "\e197"; 3490 } 3491 3492 .glyphicon-cloud-upload:before { 3493 content: "\e198"; 3494 } 3495 3496 .glyphicon-tree-conifer:before { 3497 content: "\e199"; 3498 } 3499 3500 .glyphicon-tree-deciduous:before { 3501 content: "\e200"; 3502 } 3503 3492 -webkit-transition-timing-function: ease; 3493 -o-transition-timing-function: ease; 3494 transition-timing-function: ease; 3495 -webkit-transition-duration: .35s; 3496 -o-transition-duration: .35s; 3497 transition-duration: .35s; 3498 -webkit-transition-property: height, visibility; 3499 -o-transition-property: height, visibility; 3500 transition-property: height, visibility; 3501 } 3504 3502 .caret { 3505 3503 display: inline-block; … … 3508 3506 margin-left: 2px; 3509 3507 vertical-align: middle; 3510 border-top: 4px solid; 3508 border-top: 4px dashed; 3509 border-top: 4px solid \9; 3511 3510 border-right: 4px solid transparent; 3512 3511 border-left: 4px solid transparent; 3513 3512 } 3514 3513 .dropup, 3515 3514 .dropdown { 3516 3515 position: relative; 3517 3516 } 3518 3519 3517 .dropdown-toggle:focus { 3520 3518 outline: 0; 3521 3519 } 3522 3523 3520 .dropdown-menu { 3524 3521 position: absolute; … … 3532 3529 margin: 2px 0 0; 3533 3530 font-size: 14px; 3531 text-align: left; 3534 3532 list-style: none; 3535 background-color: #ffffff; 3536 border: 1px solid #cccccc; 3537 border: 1px solid rgba(0, 0, 0, 0.15); 3533 background-color: #fff; 3534 -webkit-background-clip: padding-box; 3535 background-clip: padding-box; 3536 border: 1px solid #ccc; 3537 border: 1px solid rgba(0, 0, 0, .15); 3538 3538 border-radius: 4px; 3539 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 3540 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 3541 background-clip: padding-box; 3542 } 3543 3539 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); 3540 box-shadow: 0 6px 12px rgba(0, 0, 0, .175); 3541 } 3544 3542 .dropdown-menu.pull-right { 3545 3543 right: 0; 3546 3544 left: auto; 3547 3545 } 3548 3549 3546 .dropdown-menu .divider { 3550 3547 height: 1px; … … 3553 3550 background-color: #e5e5e5; 3554 3551 } 3555 3556 3552 .dropdown-menu > li > a { 3557 3553 display: block; … … 3559 3555 clear: both; 3560 3556 font-weight: normal; 3561 line-height: 1.4285714 29;3562 color: #333 333;3557 line-height: 1.42857143; 3558 color: #333; 3563 3559 white-space: nowrap; 3564 3560 } 3565 3566 3561 .dropdown-menu > li > a:hover, 3567 3562 .dropdown-menu > li > a:focus { … … 3570 3565 background-color: #f5f5f5; 3571 3566 } 3572 3573 3567 .dropdown-menu > .active > a, 3574 3568 .dropdown-menu > .active > a:hover, 3575 3569 .dropdown-menu > .active > a:focus { 3576 color: #fff fff;3570 color: #fff; 3577 3571 text-decoration: none; 3578 background-color: # 428bca;3572 background-color: #337ab7; 3579 3573 outline: 0; 3580 3574 } 3581 3582 3575 .dropdown-menu > .disabled > a, 3583 3576 .dropdown-menu > .disabled > a:hover, 3584 3577 .dropdown-menu > .disabled > a:focus { 3585 color: #999999; 3586 } 3587 3578 color: #777; 3579 } 3588 3580 .dropdown-menu > .disabled > a:hover, 3589 3581 .dropdown-menu > .disabled > a:focus { … … 3592 3584 background-color: transparent; 3593 3585 background-image: none; 3594 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); 3595 } 3596 3586 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); 3587 } 3597 3588 .open > .dropdown-menu { 3598 3589 display: block; 3599 3590 } 3600 3601 3591 .open > a { 3602 3592 outline: 0; 3603 3593 } 3604 3594 .dropdown-menu-right { 3595 right: 0; 3596 left: auto; 3597 } 3598 .dropdown-menu-left { 3599 right: auto; 3600 left: 0; 3601 } 3605 3602 .dropdown-header { 3606 3603 display: block; 3607 3604 padding: 3px 20px; 3608 3605 font-size: 12px; 3609 line-height: 1.4285714 29;3610 color: # 999999;3611 } 3612 3606 line-height: 1.42857143; 3607 color: #777; 3608 white-space: nowrap; 3609 } 3613 3610 .dropdown-backdrop { 3614 3611 position: fixed; … … 3619 3616 z-index: 990; 3620 3617 } 3621 3622 3618 .pull-right > .dropdown-menu { 3623 3619 right: 0; 3624 3620 left: auto; 3625 3621 } 3626 3627 3622 .dropup .caret, 3628 3623 .navbar-fixed-bottom .dropdown .caret { 3624 content: ""; 3629 3625 border-top: 0; 3630 border-bottom: 4px solid; 3631 content: ""; 3632 } 3633 3626 border-bottom: 4px dashed; 3627 border-bottom: 4px solid \9; 3628 } 3634 3629 .dropup .dropdown-menu, 3635 3630 .navbar-fixed-bottom .dropdown .dropdown-menu { 3636 3631 top: auto; 3637 3632 bottom: 100%; 3638 margin-bottom: 1px; 3639 } 3640 3633 margin-bottom: 2px; 3634 } 3641 3635 @media (min-width: 768px) { 3642 3636 .navbar-right .dropdown-menu { … … 3644 3638 left: auto; 3645 3639 } 3646 } 3647 3640 .navbar-right .dropdown-menu-left { 3641 right: auto; 3642 left: 0; 3643 } 3644 } 3648 3645 .btn-group, 3649 3646 .btn-group-vertical { … … 3652 3649 vertical-align: middle; 3653 3650 } 3654 3655 3651 .btn-group > .btn, 3656 3652 .btn-group-vertical > .btn { … … 3658 3654 float: left; 3659 3655 } 3660 3661 3656 .btn-group > .btn:hover, 3662 3657 .btn-group-vertical > .btn:hover, … … 3669 3664 z-index: 2; 3670 3665 } 3671 3672 .btn-group > .btn:focus,3673 .btn-group-vertical > .btn:focus {3674 outline: none;3675 }3676 3677 3666 .btn-group .btn + .btn, 3678 3667 .btn-group .btn + .btn-group, … … 3681 3670 margin-left: -1px; 3682 3671 } 3683 3684 .btn-toolbar:before, 3685 .btn-toolbar:after { 3686 display: table; 3687 content: " "; 3688 } 3689 3690 .btn-toolbar:after { 3691 clear: both; 3692 } 3693 3694 .btn-toolbar:before, 3695 .btn-toolbar:after { 3696 display: table; 3697 content: " "; 3698 } 3699 3700 .btn-toolbar:after { 3701 clear: both; 3702 } 3703 3704 .btn-toolbar .btn-group { 3672 .btn-toolbar { 3673 margin-left: -5px; 3674 } 3675 .btn-toolbar .btn, 3676 .btn-toolbar .btn-group, 3677 .btn-toolbar .input-group { 3705 3678 float: left; 3706 3679 } 3707 3708 .btn-toolbar > .btn + .btn, 3709 .btn-toolbar > .btn-group + .btn, 3710 .btn-toolbar > .btn + .btn-group, 3711 .btn-toolbar > .btn-group + .btn-group { 3680 .btn-toolbar > .btn, 3681 .btn-toolbar > .btn-group, 3682 .btn-toolbar > .input-group { 3712 3683 margin-left: 5px; 3713 3684 } 3714 3715 3685 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { 3716 3686 border-radius: 0; 3717 3687 } 3718 3719 3688 .btn-group > .btn:first-child { 3720 3689 margin-left: 0; 3721 3690 } 3722 3723 3691 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { 3724 3692 border-top-right-radius: 0; 3725 3693 border-bottom-right-radius: 0; 3726 3694 } 3727 3728 3695 .btn-group > .btn:last-child:not(:first-child), 3729 3696 .btn-group > .dropdown-toggle:not(:first-child) { 3697 border-top-left-radius: 0; 3730 3698 border-bottom-left-radius: 0; 3731 border-top-left-radius: 0; 3732 } 3733 3699 } 3734 3700 .btn-group > .btn-group { 3735 3701 float: left; 3736 3702 } 3737 3738 3703 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { 3739 3704 border-radius: 0; 3740 3705 } 3741 3742 .btn-group > .btn-group:first-child > .btn:last-child, 3743 .btn-group > .btn-group:first-child > .dropdown-toggle { 3706 .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, 3707 .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { 3744 3708 border-top-right-radius: 0; 3745 3709 border-bottom-right-radius: 0; 3746 3710 } 3747 3748 .btn-group > .btn-group:last-child > .btn:first-child { 3711 .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { 3712 border-top-left-radius: 0; 3749 3713 border-bottom-left-radius: 0; 3750 border-top-left-radius: 0; 3751 } 3752 3714 } 3753 3715 .btn-group .dropdown-toggle:active, 3754 3716 .btn-group.open .dropdown-toggle { 3755 3717 outline: 0; 3756 3718 } 3757 3758 .btn-group-xs > .btn {3759 padding: 1px 5px;3760 font-size: 12px;3761 line-height: 1.5;3762 border-radius: 3px;3763 }3764 3765 .btn-group-sm > .btn {3766 padding: 5px 10px;3767 font-size: 12px;3768 line-height: 1.5;3769 border-radius: 3px;3770 }3771 3772 .btn-group-lg > .btn {3773 padding: 10px 16px;3774 font-size: 18px;3775 line-height: 1.33;3776 border-radius: 6px;3777 }3778 3779 3719 .btn-group > .btn + .dropdown-toggle { 3780 3720 padding-right: 8px; 3781 3721 padding-left: 8px; 3782 3722 } 3783 3784 3723 .btn-group > .btn-lg + .dropdown-toggle { 3785 3724 padding-right: 12px; 3786 3725 padding-left: 12px; 3787 3726 } 3788 3789 3727 .btn-group.open .dropdown-toggle { 3790 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3791 box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); 3792 } 3793 3728 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); 3729 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); 3730 } 3794 3731 .btn-group.open .dropdown-toggle.btn-link { 3795 3732 -webkit-box-shadow: none; 3796 3733 box-shadow: none; 3797 3734 } 3798 3799 3735 .btn .caret { 3800 3736 margin-left: 0; 3801 3737 } 3802 3803 3738 .btn-lg .caret { 3804 3739 border-width: 5px 5px 0; 3805 3740 border-bottom-width: 0; 3806 3741 } 3807 3808 3742 .dropup .btn-lg .caret { 3809 3743 border-width: 0 5px 5px; 3810 3744 } 3811 3812 3745 .btn-group-vertical > .btn, 3813 3746 .btn-group-vertical > .btn-group, … … 3818 3751 max-width: 100%; 3819 3752 } 3820 3821 .btn-group-vertical > .btn-group:before,3822 .btn-group-vertical > .btn-group:after {3823 display: table;3824 content: " ";3825 }3826 3827 .btn-group-vertical > .btn-group:after {3828 clear: both;3829 }3830 3831 .btn-group-vertical > .btn-group:before,3832 .btn-group-vertical > .btn-group:after {3833 display: table;3834 content: " ";3835 }3836 3837 .btn-group-vertical > .btn-group:after {3838 clear: both;3839 }3840 3841 3753 .btn-group-vertical > .btn-group > .btn { 3842 3754 float: none; 3843 3755 } 3844 3845 3756 .btn-group-vertical > .btn + .btn, 3846 3757 .btn-group-vertical > .btn + .btn-group, … … 3850 3761 margin-left: 0; 3851 3762 } 3852 3853 3763 .btn-group-vertical > .btn:not(:first-child):not(:last-child) { 3854 3764 border-radius: 0; 3855 3765 } 3856 3857 3766 .btn-group-vertical > .btn:first-child:not(:last-child) { 3767 border-top-left-radius: 4px; 3858 3768 border-top-right-radius: 4px; 3859 3769 border-bottom-right-radius: 0; 3860 3770 border-bottom-left-radius: 0; 3861 3771 } 3862 3863 3772 .btn-group-vertical > .btn:last-child:not(:first-child) { 3773 border-top-left-radius: 0; 3864 3774 border-top-right-radius: 0; 3775 border-bottom-right-radius: 4px; 3865 3776 border-bottom-left-radius: 4px; 3866 border-top-left-radius: 0; 3867 } 3868 3777 } 3869 3778 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { 3870 3779 border-radius: 0; 3871 3780 } 3872 3873 .btn-group-vertical > .btn-group:first-child > .btn:last-child, 3874 .btn-group-vertical > .btn-group:first-child > .dropdown-toggle { 3781 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, 3782 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { 3875 3783 border-bottom-right-radius: 0; 3876 3784 border-bottom-left-radius: 0; 3877 3785 } 3878 3879 .btn-group-vertical > .btn-group:last-child > .btn:first-child { 3786 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { 3787 border-top-left-radius: 0; 3880 3788 border-top-right-radius: 0; 3881 border-top-left-radius: 0; 3882 } 3883 3789 } 3884 3790 .btn-group-justified { 3885 3791 display: table; 3886 3792 width: 100%; 3793 table-layout: fixed; 3887 3794 border-collapse: separate; 3888 table-layout: fixed; 3889 } 3890 3795 } 3891 3796 .btn-group-justified > .btn, 3892 3797 .btn-group-justified > .btn-group { … … 3895 3800 width: 1%; 3896 3801 } 3897 3898 3802 .btn-group-justified > .btn-group .btn { 3899 3803 width: 100%; 3900 3804 } 3901 3902 [data-toggle="buttons"] > .btn > input[type="radio"], 3903 [data-toggle="buttons"] > .btn > input[type="checkbox"] { 3904 display: none; 3905 } 3906 3805 .btn-group-justified > .btn-group .dropdown-menu { 3806 left: auto; 3807 } 3808 [data-toggle="buttons"] > .btn input[type="radio"], 3809 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], 3810 [data-toggle="buttons"] > .btn input[type="checkbox"], 3811 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { 3812 position: absolute; 3813 clip: rect(0, 0, 0, 0); 3814 pointer-events: none; 3815 } 3907 3816 .input-group { 3908 3817 position: relative; … … 3910 3819 border-collapse: separate; 3911 3820 } 3912 3913 3821 .input-group[class*="col-"] { 3914 3822 float: none; … … 3916 3824 padding-left: 0; 3917 3825 } 3918 3919 3826 .input-group .form-control { 3827 position: relative; 3828 z-index: 2; 3829 float: left; 3920 3830 width: 100%; 3921 3831 margin-bottom: 0; 3922 3832 } 3923 3833 .input-group .form-control:focus { 3834 z-index: 3; 3835 } 3924 3836 .input-group-lg > .form-control, 3925 3837 .input-group-lg > .input-group-addon, … … 3928 3840 padding: 10px 16px; 3929 3841 font-size: 18px; 3930 line-height: 1.33 ;3842 line-height: 1.3333333; 3931 3843 border-radius: 6px; 3932 3844 } 3933 3934 3845 select.input-group-lg > .form-control, 3935 3846 select.input-group-lg > .input-group-addon, … … 3938 3849 line-height: 46px; 3939 3850 } 3940 3941 3851 textarea.input-group-lg > .form-control, 3942 3852 textarea.input-group-lg > .input-group-addon, 3943 textarea.input-group-lg > .input-group-btn > .btn { 3853 textarea.input-group-lg > .input-group-btn > .btn, 3854 select[multiple].input-group-lg > .form-control, 3855 select[multiple].input-group-lg > .input-group-addon, 3856 select[multiple].input-group-lg > .input-group-btn > .btn { 3944 3857 height: auto; 3945 3858 } 3946 3947 3859 .input-group-sm > .form-control, 3948 3860 .input-group-sm > .input-group-addon, … … 3954 3866 border-radius: 3px; 3955 3867 } 3956 3957 3868 select.input-group-sm > .form-control, 3958 3869 select.input-group-sm > .input-group-addon, … … 3961 3872 line-height: 30px; 3962 3873 } 3963 3964 3874 textarea.input-group-sm > .form-control, 3965 3875 textarea.input-group-sm > .input-group-addon, 3966 textarea.input-group-sm > .input-group-btn > .btn { 3876 textarea.input-group-sm > .input-group-btn > .btn, 3877 select[multiple].input-group-sm > .form-control, 3878 select[multiple].input-group-sm > .input-group-addon, 3879 select[multiple].input-group-sm > .input-group-btn > .btn { 3967 3880 height: auto; 3968 3881 } 3969 3970 3882 .input-group-addon, 3971 3883 .input-group-btn, … … 3973 3885 display: table-cell; 3974 3886 } 3975 3976 3887 .input-group-addon:not(:first-child):not(:last-child), 3977 3888 .input-group-btn:not(:first-child):not(:last-child), … … 3979 3890 border-radius: 0; 3980 3891 } 3981 3982 3892 .input-group-addon, 3983 3893 .input-group-btn { … … 3986 3896 vertical-align: middle; 3987 3897 } 3988 3989 3898 .input-group-addon { 3990 3899 padding: 6px 12px; … … 3992 3901 font-weight: normal; 3993 3902 line-height: 1; 3994 color: #555 555;3903 color: #555; 3995 3904 text-align: center; 3996 background-color: #eee eee;3997 border: 1px solid #ccc ccc;3905 background-color: #eee; 3906 border: 1px solid #ccc; 3998 3907 border-radius: 4px; 3999 3908 } 4000 4001 3909 .input-group-addon.input-sm { 4002 3910 padding: 5px 10px; … … 4004 3912 border-radius: 3px; 4005 3913 } 4006 4007 3914 .input-group-addon.input-lg { 4008 3915 padding: 10px 16px; … … 4010 3917 border-radius: 6px; 4011 3918 } 4012 4013 3919 .input-group-addon input[type="radio"], 4014 3920 .input-group-addon input[type="checkbox"] { 4015 3921 margin-top: 0; 4016 3922 } 4017 4018 3923 .input-group .form-control:first-child, 4019 3924 .input-group-addon:first-child, 4020 3925 .input-group-btn:first-child > .btn, 3926 .input-group-btn:first-child > .btn-group > .btn, 4021 3927 .input-group-btn:first-child > .dropdown-toggle, 4022 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { 3928 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), 3929 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { 4023 3930 border-top-right-radius: 0; 4024 3931 border-bottom-right-radius: 0; 4025 3932 } 4026 4027 3933 .input-group-addon:first-child { 4028 3934 border-right: 0; 4029 3935 } 4030 4031 3936 .input-group .form-control:last-child, 4032 3937 .input-group-addon:last-child, 4033 3938 .input-group-btn:last-child > .btn, 3939 .input-group-btn:last-child > .btn-group > .btn, 4034 3940 .input-group-btn:last-child > .dropdown-toggle, 4035 .input-group-btn:first-child > .btn:not(:first-child) { 3941 .input-group-btn:first-child > .btn:not(:first-child), 3942 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { 3943 border-top-left-radius: 0; 4036 3944 border-bottom-left-radius: 0; 4037 border-top-left-radius: 0; 4038 } 4039 3945 } 4040 3946 .input-group-addon:last-child { 4041 3947 border-left: 0; 4042 3948 } 4043 4044 3949 .input-group-btn { 4045 3950 position: relative; 3951 font-size: 0; 4046 3952 white-space: nowrap; 4047 3953 } 4048 4049 .input-group-btn:first-child > .btn {4050 margin-right: -1px;4051 }4052 4053 .input-group-btn:last-child > .btn {4054 margin-left: -1px;4055 }4056 4057 3954 .input-group-btn > .btn { 4058 3955 position: relative; 4059 3956 } 4060 4061 3957 .input-group-btn > .btn + .btn { 4062 margin-left: -4px; 4063 } 4064 3958 margin-left: -1px; 3959 } 4065 3960 .input-group-btn > .btn:hover, 3961 .input-group-btn > .btn:focus, 4066 3962 .input-group-btn > .btn:active { 4067 3963 z-index: 2; 4068 3964 } 4069 3965 .input-group-btn:first-child > .btn, 3966 .input-group-btn:first-child > .btn-group { 3967 margin-right: -1px; 3968 } 3969 .input-group-btn:last-child > .btn, 3970 .input-group-btn:last-child > .btn-group { 3971 z-index: 2; 3972 margin-left: -1px; 3973 } 4070 3974 .nav { 4071 3975 padding-left: 0; … … 4073 3977 list-style: none; 4074 3978 } 4075 4076 .nav:before,4077 .nav:after {4078 display: table;4079 content: " ";4080 }4081 4082 .nav:after {4083 clear: both;4084 }4085 4086 .nav:before,4087 .nav:after {4088 display: table;4089 content: " ";4090 }4091 4092 .nav:after {4093 clear: both;4094 }4095 4096 3979 .nav > li { 4097 3980 position: relative; 4098 3981 display: block; 4099 3982 } 4100 4101 3983 .nav > li > a { 4102 3984 position: relative; … … 4104 3986 padding: 10px 15px; 4105 3987 } 4106 4107 3988 .nav > li > a:hover, 4108 3989 .nav > li > a:focus { 4109 3990 text-decoration: none; 4110 background-color: #eeeeee; 4111 } 4112 3991 background-color: #eee; 3992 } 4113 3993 .nav > li.disabled > a { 4114 color: #999999; 4115 } 4116 3994 color: #777; 3995 } 4117 3996 .nav > li.disabled > a:hover, 4118 3997 .nav > li.disabled > a:focus { 4119 color: # 999999;3998 color: #777; 4120 3999 text-decoration: none; 4121 4000 cursor: not-allowed; 4122 4001 background-color: transparent; 4123 4002 } 4124 4125 4003 .nav .open > a, 4126 4004 .nav .open > a:hover, 4127 4005 .nav .open > a:focus { 4128 background-color: #eeeeee; 4129 border-color: #428bca; 4130 } 4131 4006 background-color: #eee; 4007 border-color: #337ab7; 4008 } 4132 4009 .nav .nav-divider { 4133 4010 height: 1px; … … 4136 4013 background-color: #e5e5e5; 4137 4014 } 4138 4139 4015 .nav > li > a > img { 4140 4016 max-width: none; 4141 4017 } 4142 4143 4018 .nav-tabs { 4144 border-bottom: 1px solid #dddddd; 4145 } 4146 4019 border-bottom: 1px solid #ddd; 4020 } 4147 4021 .nav-tabs > li { 4148 4022 float: left; 4149 4023 margin-bottom: -1px; 4150 4024 } 4151 4152 4025 .nav-tabs > li > a { 4153 4026 margin-right: 2px; 4154 line-height: 1.4285714 29;4027 line-height: 1.42857143; 4155 4028 border: 1px solid transparent; 4156 4029 border-radius: 4px 4px 0 0; 4157 4030 } 4158 4159 4031 .nav-tabs > li > a:hover { 4160 border-color: #eeeeee #eeeeee #dddddd; 4161 } 4162 4032 border-color: #eee #eee #ddd; 4033 } 4163 4034 .nav-tabs > li.active > a, 4164 4035 .nav-tabs > li.active > a:hover, 4165 4036 .nav-tabs > li.active > a:focus { 4166 color: #555 555;4037 color: #555; 4167 4038 cursor: default; 4168 background-color: #fff fff;4169 border: 1px solid #ddd ddd;4039 background-color: #fff; 4040 border: 1px solid #ddd; 4170 4041 border-bottom-color: transparent; 4171 4042 } 4172 4173 4043 .nav-tabs.nav-justified { 4174 4044 width: 100%; 4175 4045 border-bottom: 0; 4176 4046 } 4177 4178 4047 .nav-tabs.nav-justified > li { 4179 4048 float: none; 4180 4049 } 4181 4182 4050 .nav-tabs.nav-justified > li > a { 4183 4051 margin-bottom: 5px; 4184 4052 text-align: center; 4185 4053 } 4186 4187 4054 .nav-tabs.nav-justified > .dropdown .dropdown-menu { 4188 4055 top: auto; 4189 4056 left: auto; 4190 4057 } 4191 4192 4058 @media (min-width: 768px) { 4193 4059 .nav-tabs.nav-justified > li { … … 4199 4065 } 4200 4066 } 4201 4202 4067 .nav-tabs.nav-justified > li > a { 4203 4068 margin-right: 0; 4204 4069 border-radius: 4px; 4205 4070 } 4206 4207 4071 .nav-tabs.nav-justified > .active > a, 4208 4072 .nav-tabs.nav-justified > .active > a:hover, 4209 4073 .nav-tabs.nav-justified > .active > a:focus { 4210 border: 1px solid #dddddd; 4211 } 4212 4074 border: 1px solid #ddd; 4075 } 4213 4076 @media (min-width: 768px) { 4214 4077 .nav-tabs.nav-justified > li > a { 4215 border-bottom: 1px solid #ddd ddd;4078 border-bottom: 1px solid #ddd; 4216 4079 border-radius: 4px 4px 0 0; 4217 4080 } … … 4219 4082 .nav-tabs.nav-justified > .active > a:hover, 4220 4083 .nav-tabs.nav-justified > .active > a:focus { 4221 border-bottom-color: #ffffff; 4222 } 4223 } 4224 4084 border-bottom-color: #fff; 4085 } 4086 } 4225 4087 .nav-pills > li { 4226 4088 float: left; 4227 4089 } 4228 4229 4090 .nav-pills > li > a { 4230 4091 border-radius: 4px; 4231 4092 } 4232 4233 4093 .nav-pills > li + li { 4234 4094 margin-left: 2px; 4235 4095 } 4236 4237 4096 .nav-pills > li.active > a, 4238 4097 .nav-pills > li.active > a:hover, 4239 4098 .nav-pills > li.active > a:focus { 4240 color: #ffffff; 4241 background-color: #428bca; 4242 } 4243 4099 color: #fff; 4100 background-color: #337ab7; 4101 } 4244 4102 .nav-stacked > li { 4245 4103 float: none; 4246 4104 } 4247 4248 4105 .nav-stacked > li + li { 4249 4106 margin-top: 2px; 4250 4107 margin-left: 0; 4251 4108 } 4252 4253 4109 .nav-justified { 4254 4110 width: 100%; 4255 4111 } 4256 4257 4112 .nav-justified > li { 4258 4113 float: none; 4259 4114 } 4260 4261 4115 .nav-justified > li > a { 4262 4116 margin-bottom: 5px; 4263 4117 text-align: center; 4264 4118 } 4265 4266 4119 .nav-justified > .dropdown .dropdown-menu { 4267 4120 top: auto; 4268 4121 left: auto; 4269 4122 } 4270 4271 4123 @media (min-width: 768px) { 4272 4124 .nav-justified > li { … … 4278 4130 } 4279 4131 } 4280 4281 4132 .nav-tabs-justified { 4282 4133 border-bottom: 0; 4283 4134 } 4284 4285 4135 .nav-tabs-justified > li > a { 4286 4136 margin-right: 0; 4287 4137 border-radius: 4px; 4288 4138 } 4289 4290 4139 .nav-tabs-justified > .active > a, 4291 4140 .nav-tabs-justified > .active > a:hover, 4292 4141 .nav-tabs-justified > .active > a:focus { 4293 border: 1px solid #dddddd; 4294 } 4295 4142 border: 1px solid #ddd; 4143 } 4296 4144 @media (min-width: 768px) { 4297 4145 .nav-tabs-justified > li > a { 4298 border-bottom: 1px solid #ddd ddd;4146 border-bottom: 1px solid #ddd; 4299 4147 border-radius: 4px 4px 0 0; 4300 4148 } … … 4302 4150 .nav-tabs-justified > .active > a:hover, 4303 4151 .nav-tabs-justified > .active > a:focus { 4304 border-bottom-color: #ffffff; 4305 } 4306 } 4307 4152 border-bottom-color: #fff; 4153 } 4154 } 4308 4155 .tab-content > .tab-pane { 4309 4156 display: none; 4310 4157 } 4311 4312 4158 .tab-content > .active { 4313 4159 display: block; 4314 4160 } 4315 4316 4161 .nav-tabs .dropdown-menu { 4317 4162 margin-top: -1px; 4163 border-top-left-radius: 0; 4318 4164 border-top-right-radius: 0; 4319 border-top-left-radius: 0; 4320 } 4321 4165 } 4322 4166 .navbar { 4323 4167 position: relative; … … 4326 4170 border: 1px solid transparent; 4327 4171 } 4328 4329 .navbar:before,4330 .navbar:after {4331 display: table;4332 content: " ";4333 }4334 4335 .navbar:after {4336 clear: both;4337 }4338 4339 .navbar:before,4340 .navbar:after {4341 display: table;4342 content: " ";4343 }4344 4345 .navbar:after {4346 clear: both;4347 }4348 4349 4172 @media (min-width: 768px) { 4350 4173 .navbar { … … 4352 4175 } 4353 4176 } 4354 4355 .navbar-header:before,4356 .navbar-header:after {4357 display: table;4358 content: " ";4359 }4360 4361 .navbar-header:after {4362 clear: both;4363 }4364 4365 .navbar-header:before,4366 .navbar-header:after {4367 display: table;4368 content: " ";4369 }4370 4371 .navbar-header:after {4372 clear: both;4373 }4374 4375 4177 @media (min-width: 768px) { 4376 4178 .navbar-header { … … 4378 4180 } 4379 4181 } 4380 4381 4182 .navbar-collapse { 4382 max-height: 340px;4383 4183 padding-right: 15px; 4384 4184 padding-left: 15px; 4385 4185 overflow-x: visible; 4186 -webkit-overflow-scrolling: touch; 4386 4187 border-top: 1px solid transparent; 4387 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); 4388 -webkit-overflow-scrolling: touch; 4389 } 4390 4391 .navbar-collapse:before, 4392 .navbar-collapse:after { 4393 display: table; 4394 content: " "; 4395 } 4396 4397 .navbar-collapse:after { 4398 clear: both; 4399 } 4400 4401 .navbar-collapse:before, 4402 .navbar-collapse:after { 4403 display: table; 4404 content: " "; 4405 } 4406 4407 .navbar-collapse:after { 4408 clear: both; 4409 } 4410 4188 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); 4189 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); 4190 } 4411 4191 .navbar-collapse.in { 4412 4192 overflow-y: auto; 4413 4193 } 4414 4415 4194 @media (min-width: 768px) { 4416 4195 .navbar-collapse { 4417 4196 width: auto; 4418 4197 border-top: 0; 4419 box-shadow: none; 4198 -webkit-box-shadow: none; 4199 box-shadow: none; 4420 4200 } 4421 4201 .navbar-collapse.collapse { … … 4435 4215 } 4436 4216 } 4437 4217 .navbar-fixed-top .navbar-collapse, 4218 .navbar-fixed-bottom .navbar-collapse { 4219 max-height: 340px; 4220 } 4221 @media (max-device-width: 480px) and (orientation: landscape) { 4222 .navbar-fixed-top .navbar-collapse, 4223 .navbar-fixed-bottom .navbar-collapse { 4224 max-height: 200px; 4225 } 4226 } 4438 4227 .container > .navbar-header, 4439 .container > .navbar-collapse { 4228 .container-fluid > .navbar-header, 4229 .container > .navbar-collapse, 4230 .container-fluid > .navbar-collapse { 4440 4231 margin-right: -15px; 4441 4232 margin-left: -15px; 4442 4233 } 4443 4444 4234 @media (min-width: 768px) { 4445 4235 .container > .navbar-header, 4446 .container > .navbar-collapse { 4236 .container-fluid > .navbar-header, 4237 .container > .navbar-collapse, 4238 .container-fluid > .navbar-collapse { 4447 4239 margin-right: 0; 4448 4240 margin-left: 0; 4449 4241 } 4450 4242 } 4451 4452 4243 .navbar-static-top { 4453 4244 z-index: 1000; 4454 4245 border-width: 0 0 1px; 4455 4246 } 4456 4457 4247 @media (min-width: 768px) { 4458 4248 .navbar-static-top { … … 4460 4250 } 4461 4251 } 4462 4463 4252 .navbar-fixed-top, 4464 4253 .navbar-fixed-bottom { … … 4468 4257 z-index: 1030; 4469 4258 } 4470 4471 4259 @media (min-width: 768px) { 4472 4260 .navbar-fixed-top, … … 4475 4263 } 4476 4264 } 4477 4478 4265 .navbar-fixed-top { 4479 4266 top: 0; 4480 4267 border-width: 0 0 1px; 4481 4268 } 4482 4483 4269 .navbar-fixed-bottom { 4484 4270 bottom: 0; … … 4486 4272 border-width: 1px 0 0; 4487 4273 } 4488 4489 4274 .navbar-brand { 4490 4275 float: left; 4276 height: 50px; 4491 4277 padding: 15px 15px; 4492 4278 font-size: 18px; 4493 4279 line-height: 20px; 4494 4280 } 4495 4496 4281 .navbar-brand:hover, 4497 4282 .navbar-brand:focus { 4498 4283 text-decoration: none; 4499 4284 } 4500 4285 .navbar-brand > img { 4286 display: block; 4287 } 4501 4288 @media (min-width: 768px) { 4502 .navbar > .container .navbar-brand { 4289 .navbar > .container .navbar-brand, 4290 .navbar > .container-fluid .navbar-brand { 4503 4291 margin-left: -15px; 4504 4292 } 4505 4293 } 4506 4507 4294 .navbar-toggle { 4508 4295 position: relative; … … 4517 4304 border-radius: 4px; 4518 4305 } 4519 4306 .navbar-toggle:focus { 4307 outline: 0; 4308 } 4520 4309 .navbar-toggle .icon-bar { 4521 4310 display: block; … … 4524 4313 border-radius: 1px; 4525 4314 } 4526 4527 4315 .navbar-toggle .icon-bar + .icon-bar { 4528 4316 margin-top: 4px; 4529 4317 } 4530 4531 4318 @media (min-width: 768px) { 4532 4319 .navbar-toggle { … … 4534 4321 } 4535 4322 } 4536 4537 4323 .navbar-nav { 4538 4324 margin: 7.5px -15px; 4539 4325 } 4540 4541 4326 .navbar-nav > li > a { 4542 4327 padding-top: 10px; … … 4544 4329 line-height: 20px; 4545 4330 } 4546 4547 4331 @media (max-width: 767px) { 4548 4332 .navbar-nav .open .dropdown-menu { … … 4553 4337 background-color: transparent; 4554 4338 border: 0; 4555 box-shadow: none; 4339 -webkit-box-shadow: none; 4340 box-shadow: none; 4556 4341 } 4557 4342 .navbar-nav .open .dropdown-menu > li > a, … … 4567 4352 } 4568 4353 } 4569 4570 4354 @media (min-width: 768px) { 4571 4355 .navbar-nav { … … 4580 4364 padding-bottom: 15px; 4581 4365 } 4582 .navbar-nav.navbar-right:last-child { 4583 margin-right: -15px; 4584 } 4585 } 4586 4587 @media (min-width: 768px) { 4588 .navbar-left { 4589 float: left !important; 4590 } 4591 .navbar-right { 4592 float: right !important; 4593 } 4594 } 4595 4366 } 4596 4367 .navbar-form { 4597 4368 padding: 10px 15px; … … 4602 4373 border-top: 1px solid transparent; 4603 4374 border-bottom: 1px solid transparent; 4604 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); 4605 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); 4606 } 4607 4375 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); 4376 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); 4377 } 4608 4378 @media (min-width: 768px) { 4609 4379 .navbar-form .form-group { … … 4614 4384 .navbar-form .form-control { 4615 4385 display: inline-block; 4616 }4617 .navbar-form select.form-control {4618 4386 width: auto; 4387 vertical-align: middle; 4388 } 4389 .navbar-form .form-control-static { 4390 display: inline-block; 4391 } 4392 .navbar-form .input-group { 4393 display: inline-table; 4394 vertical-align: middle; 4395 } 4396 .navbar-form .input-group .input-group-addon, 4397 .navbar-form .input-group .input-group-btn, 4398 .navbar-form .input-group .form-control { 4399 width: auto; 4400 } 4401 .navbar-form .input-group > .form-control { 4402 width: 100%; 4403 } 4404 .navbar-form .control-label { 4405 margin-bottom: 0; 4406 vertical-align: middle; 4619 4407 } 4620 4408 .navbar-form .radio, 4621 4409 .navbar-form .checkbox { 4622 4410 display: inline-block; 4623 padding-left: 0;4624 4411 margin-top: 0; 4625 4412 margin-bottom: 0; 4413 vertical-align: middle; 4414 } 4415 .navbar-form .radio label, 4416 .navbar-form .checkbox label { 4417 padding-left: 0; 4626 4418 } 4627 4419 .navbar-form .radio input[type="radio"], 4628 4420 .navbar-form .checkbox input[type="checkbox"] { 4629 float: none;4421 position: relative; 4630 4422 margin-left: 0; 4631 4423 } 4632 } 4633 4424 .navbar-form .has-feedback .form-control-feedback { 4425 top: 0; 4426 } 4427 } 4634 4428 @media (max-width: 767px) { 4635 4429 .navbar-form .form-group { 4636 4430 margin-bottom: 5px; 4637 4431 } 4638 } 4639 4432 .navbar-form .form-group:last-child { 4433 margin-bottom: 0; 4434 } 4435 } 4640 4436 @media (min-width: 768px) { 4641 4437 .navbar-form { … … 4649 4445 box-shadow: none; 4650 4446 } 4651 .navbar-form.navbar-right:last-child { 4652 margin-right: -15px; 4653 } 4654 } 4655 4447 } 4656 4448 .navbar-nav > li > .dropdown-menu { 4657 4449 margin-top: 0; 4450 border-top-left-radius: 0; 4658 4451 border-top-right-radius: 0; 4659 border-top-left-radius: 0; 4660 } 4661 4452 } 4662 4453 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { 4454 margin-bottom: 0; 4455 border-top-left-radius: 4px; 4456 border-top-right-radius: 4px; 4663 4457 border-bottom-right-radius: 0; 4664 4458 border-bottom-left-radius: 0; 4665 4459 } 4666 4667 .navbar-nav.pull-right > li > .dropdown-menu,4668 .navbar-nav > li > .dropdown-menu.pull-right {4669 right: 0;4670 left: auto;4671 }4672 4673 4460 .navbar-btn { 4674 4461 margin-top: 8px; 4675 4462 margin-bottom: 8px; 4676 4463 } 4677 4678 4464 .navbar-btn.btn-sm { 4679 4465 margin-top: 10px; 4680 4466 margin-bottom: 10px; 4681 4467 } 4682 4683 4468 .navbar-btn.btn-xs { 4684 4469 margin-top: 14px; 4685 4470 margin-bottom: 14px; 4686 4471 } 4687 4688 4472 .navbar-text { 4689 4473 margin-top: 15px; 4690 4474 margin-bottom: 15px; 4691 4475 } 4692 4693 4476 @media (min-width: 768px) { 4694 4477 .navbar-text { … … 4697 4480 margin-left: 15px; 4698 4481 } 4699 .navbar-text.navbar-right:last-child { 4482 } 4483 @media (min-width: 768px) { 4484 .navbar-left { 4485 float: left !important; 4486 } 4487 .navbar-right { 4488 float: right !important; 4489 margin-right: -15px; 4490 } 4491 .navbar-right ~ .navbar-right { 4700 4492 margin-right: 0; 4701 4493 } 4702 4494 } 4703 4704 4495 .navbar-default { 4705 4496 background-color: #f8f8f8; 4706 4497 border-color: #e7e7e7; 4707 4498 } 4708 4709 4499 .navbar-default .navbar-brand { 4710 color: #777777; 4711 } 4712 4500 color: #777; 4501 } 4713 4502 .navbar-default .navbar-brand:hover, 4714 4503 .navbar-default .navbar-brand:focus { … … 4716 4505 background-color: transparent; 4717 4506 } 4718 4719 4507 .navbar-default .navbar-text { 4720 color: #777777; 4721 } 4722 4508 color: #777; 4509 } 4723 4510 .navbar-default .navbar-nav > li > a { 4724 color: #777777; 4725 } 4726 4511 color: #777; 4512 } 4727 4513 .navbar-default .navbar-nav > li > a:hover, 4728 4514 .navbar-default .navbar-nav > li > a:focus { 4729 color: #333 333;4515 color: #333; 4730 4516 background-color: transparent; 4731 4517 } 4732 4733 4518 .navbar-default .navbar-nav > .active > a, 4734 4519 .navbar-default .navbar-nav > .active > a:hover, 4735 4520 .navbar-default .navbar-nav > .active > a:focus { 4736 color: #555 555;4521 color: #555; 4737 4522 background-color: #e7e7e7; 4738 4523 } 4739 4740 4524 .navbar-default .navbar-nav > .disabled > a, 4741 4525 .navbar-default .navbar-nav > .disabled > a:hover, 4742 4526 .navbar-default .navbar-nav > .disabled > a:focus { 4743 color: #ccc ccc;4527 color: #ccc; 4744 4528 background-color: transparent; 4745 4529 } 4746 4747 4530 .navbar-default .navbar-toggle { 4748 border-color: #dddddd; 4749 } 4750 4531 border-color: #ddd; 4532 } 4751 4533 .navbar-default .navbar-toggle:hover, 4752 4534 .navbar-default .navbar-toggle:focus { 4753 background-color: #dddddd; 4754 } 4755 4535 background-color: #ddd; 4536 } 4756 4537 .navbar-default .navbar-toggle .icon-bar { 4757 background-color: #cccccc; 4758 } 4759 4538 background-color: #888; 4539 } 4760 4540 .navbar-default .navbar-collapse, 4761 4541 .navbar-default .navbar-form { 4762 4542 border-color: #e7e7e7; 4763 4543 } 4764 4765 4544 .navbar-default .navbar-nav > .open > a, 4766 4545 .navbar-default .navbar-nav > .open > a:hover, 4767 4546 .navbar-default .navbar-nav > .open > a:focus { 4768 color: #555 555;4547 color: #555; 4769 4548 background-color: #e7e7e7; 4770 4549 } 4771 4772 4550 @media (max-width: 767px) { 4773 4551 .navbar-default .navbar-nav .open .dropdown-menu > li > a { 4774 color: #777 777;4552 color: #777; 4775 4553 } 4776 4554 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, 4777 4555 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { 4778 color: #333 333;4556 color: #333; 4779 4557 background-color: transparent; 4780 4558 } … … 4782 4560 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, 4783 4561 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { 4784 color: #555 555;4562 color: #555; 4785 4563 background-color: #e7e7e7; 4786 4564 } … … 4788 4566 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, 4789 4567 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { 4790 color: #ccc ccc;4568 color: #ccc; 4791 4569 background-color: transparent; 4792 4570 } 4793 4571 } 4794 4795 4572 .navbar-default .navbar-link { 4796 color: #777777; 4797 } 4798 4573 color: #777; 4574 } 4799 4575 .navbar-default .navbar-link:hover { 4800 color: #333333; 4801 } 4802 4576 color: #333; 4577 } 4578 .navbar-default .btn-link { 4579 color: #777; 4580 } 4581 .navbar-default .btn-link:hover, 4582 .navbar-default .btn-link:focus { 4583 color: #333; 4584 } 4585 .navbar-default .btn-link[disabled]:hover, 4586 fieldset[disabled] .navbar-default .btn-link:hover, 4587 .navbar-default .btn-link[disabled]:focus, 4588 fieldset[disabled] .navbar-default .btn-link:focus { 4589 color: #ccc; 4590 } 4803 4591 .navbar-inverse { 4804 background-color: #222 222;4592 background-color: #222; 4805 4593 border-color: #080808; 4806 4594 } 4807 4808 4595 .navbar-inverse .navbar-brand { 4809 color: #999999; 4810 } 4811 4596 color: #9d9d9d; 4597 } 4812 4598 .navbar-inverse .navbar-brand:hover, 4813 4599 .navbar-inverse .navbar-brand:focus { 4814 color: #fff fff;4600 color: #fff; 4815 4601 background-color: transparent; 4816 4602 } 4817 4818 4603 .navbar-inverse .navbar-text { 4819 color: #999999; 4820 } 4821 4604 color: #9d9d9d; 4605 } 4822 4606 .navbar-inverse .navbar-nav > li > a { 4823 color: #999999; 4824 } 4825 4607 color: #9d9d9d; 4608 } 4826 4609 .navbar-inverse .navbar-nav > li > a:hover, 4827 4610 .navbar-inverse .navbar-nav > li > a:focus { 4828 color: #fff fff;4611 color: #fff; 4829 4612 background-color: transparent; 4830 4613 } 4831 4832 4614 .navbar-inverse .navbar-nav > .active > a, 4833 4615 .navbar-inverse .navbar-nav > .active > a:hover, 4834 4616 .navbar-inverse .navbar-nav > .active > a:focus { 4835 color: #fff fff;4617 color: #fff; 4836 4618 background-color: #080808; 4837 4619 } 4838 4839 4620 .navbar-inverse .navbar-nav > .disabled > a, 4840 4621 .navbar-inverse .navbar-nav > .disabled > a:hover, 4841 4622 .navbar-inverse .navbar-nav > .disabled > a:focus { 4842 color: #444 444;4623 color: #444; 4843 4624 background-color: transparent; 4844 4625 } 4845 4846 4626 .navbar-inverse .navbar-toggle { 4847 border-color: #333333; 4848 } 4849 4627 border-color: #333; 4628 } 4850 4629 .navbar-inverse .navbar-toggle:hover, 4851 4630 .navbar-inverse .navbar-toggle:focus { 4852 background-color: #333333; 4853 } 4854 4631 background-color: #333; 4632 } 4855 4633 .navbar-inverse .navbar-toggle .icon-bar { 4856 background-color: #ffffff; 4857 } 4858 4634 background-color: #fff; 4635 } 4859 4636 .navbar-inverse .navbar-collapse, 4860 4637 .navbar-inverse .navbar-form { 4861 4638 border-color: #101010; 4862 4639 } 4863 4864 4640 .navbar-inverse .navbar-nav > .open > a, 4865 4641 .navbar-inverse .navbar-nav > .open > a:hover, 4866 4642 .navbar-inverse .navbar-nav > .open > a:focus { 4867 color: #fff fff;4643 color: #fff; 4868 4644 background-color: #080808; 4869 4645 } 4870 4871 4646 @media (max-width: 767px) { 4872 4647 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { … … 4877 4652 } 4878 4653 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { 4879 color: #9 99999;4654 color: #9d9d9d; 4880 4655 } 4881 4656 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, 4882 4657 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { 4883 color: #fff fff;4658 color: #fff; 4884 4659 background-color: transparent; 4885 4660 } … … 4887 4662 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, 4888 4663 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { 4889 color: #fff fff;4664 color: #fff; 4890 4665 background-color: #080808; 4891 4666 } … … 4893 4668 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, 4894 4669 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { 4895 color: #444 444;4670 color: #444; 4896 4671 background-color: transparent; 4897 4672 } 4898 4673 } 4899 4900 4674 .navbar-inverse .navbar-link { 4901 color: #999999; 4902 } 4903 4675 color: #9d9d9d; 4676 } 4904 4677 .navbar-inverse .navbar-link:hover { 4905 color: #ffffff; 4906 } 4907 4678 color: #fff; 4679 } 4680 .navbar-inverse .btn-link { 4681 color: #9d9d9d; 4682 } 4683 .navbar-inverse .btn-link:hover, 4684 .navbar-inverse .btn-link:focus { 4685 color: #fff; 4686 } 4687 .navbar-inverse .btn-link[disabled]:hover, 4688 fieldset[disabled] .navbar-inverse .btn-link:hover, 4689 .navbar-inverse .btn-link[disabled]:focus, 4690 fieldset[disabled] .navbar-inverse .btn-link:focus { 4691 color: #444; 4692 } 4908 4693 .breadcrumb { 4909 4694 padding: 8px 15px; … … 4913 4698 border-radius: 4px; 4914 4699 } 4915 4916 4700 .breadcrumb > li { 4917 4701 display: inline-block; 4918 4702 } 4919 4920 4703 .breadcrumb > li + li:before { 4921 4704 padding: 0 5px; 4922 color: #ccc ccc;4705 color: #ccc; 4923 4706 content: "/\00a0"; 4924 4707 } 4925 4926 4708 .breadcrumb > .active { 4927 color: #999999; 4928 } 4929 4709 color: #777; 4710 } 4930 4711 .pagination { 4931 4712 display: inline-block; … … 4934 4715 border-radius: 4px; 4935 4716 } 4936 4937 4717 .pagination > li { 4938 4718 display: inline; 4939 4719 } 4940 4941 4720 .pagination > li > a, 4942 4721 .pagination > li > span { … … 4945 4724 padding: 6px 12px; 4946 4725 margin-left: -1px; 4947 line-height: 1.428571429; 4726 line-height: 1.42857143; 4727 color: #337ab7; 4948 4728 text-decoration: none; 4949 background-color: #ffffff; 4950 border: 1px solid #dddddd; 4951 } 4952 4729 background-color: #fff; 4730 border: 1px solid #ddd; 4731 } 4953 4732 .pagination > li:first-child > a, 4954 4733 .pagination > li:first-child > span { 4955 4734 margin-left: 0; 4735 border-top-left-radius: 4px; 4956 4736 border-bottom-left-radius: 4px; 4957 border-top-left-radius: 4px; 4958 } 4959 4737 } 4960 4738 .pagination > li:last-child > a, 4961 4739 .pagination > li:last-child > span { … … 4963 4741 border-bottom-right-radius: 4px; 4964 4742 } 4965 4966 4743 .pagination > li > a:hover, 4967 4744 .pagination > li > span:hover, 4968 4745 .pagination > li > a:focus, 4969 4746 .pagination > li > span:focus { 4970 background-color: #eeeeee; 4971 } 4972 4747 z-index: 2; 4748 color: #23527c; 4749 background-color: #eee; 4750 border-color: #ddd; 4751 } 4973 4752 .pagination > .active > a, 4974 4753 .pagination > .active > span, … … 4977 4756 .pagination > .active > a:focus, 4978 4757 .pagination > .active > span:focus { 4979 z-index: 2;4980 color: #fff fff;4758 z-index: 3; 4759 color: #fff; 4981 4760 cursor: default; 4982 background-color: #428bca; 4983 border-color: #428bca; 4984 } 4985 4761 background-color: #337ab7; 4762 border-color: #337ab7; 4763 } 4986 4764 .pagination > .disabled > span, 4987 4765 .pagination > .disabled > span:hover, … … 4990 4768 .pagination > .disabled > a:hover, 4991 4769 .pagination > .disabled > a:focus { 4992 color: # 999999;4770 color: #777; 4993 4771 cursor: not-allowed; 4994 background-color: #ffffff; 4995 border-color: #dddddd; 4996 } 4997 4772 background-color: #fff; 4773 border-color: #ddd; 4774 } 4998 4775 .pagination-lg > li > a, 4999 4776 .pagination-lg > li > span { 5000 4777 padding: 10px 16px; 5001 4778 font-size: 18px; 5002 } 5003 4779 line-height: 1.3333333; 4780 } 5004 4781 .pagination-lg > li:first-child > a, 5005 4782 .pagination-lg > li:first-child > span { 4783 border-top-left-radius: 6px; 5006 4784 border-bottom-left-radius: 6px; 5007 border-top-left-radius: 6px; 5008 } 5009 4785 } 5010 4786 .pagination-lg > li:last-child > a, 5011 4787 .pagination-lg > li:last-child > span { … … 5013 4789 border-bottom-right-radius: 6px; 5014 4790 } 5015 5016 4791 .pagination-sm > li > a, 5017 4792 .pagination-sm > li > span { 5018 4793 padding: 5px 10px; 5019 4794 font-size: 12px; 5020 } 5021 4795 line-height: 1.5; 4796 } 5022 4797 .pagination-sm > li:first-child > a, 5023 4798 .pagination-sm > li:first-child > span { 4799 border-top-left-radius: 3px; 5024 4800 border-bottom-left-radius: 3px; 5025 border-top-left-radius: 3px; 5026 } 5027 4801 } 5028 4802 .pagination-sm > li:last-child > a, 5029 4803 .pagination-sm > li:last-child > span { … … 5031 4805 border-bottom-right-radius: 3px; 5032 4806 } 5033 5034 4807 .pager { 5035 4808 padding-left: 0; … … 5038 4811 list-style: none; 5039 4812 } 5040 5041 .pager:before,5042 .pager:after {5043 display: table;5044 content: " ";5045 }5046 5047 .pager:after {5048 clear: both;5049 }5050 5051 .pager:before,5052 .pager:after {5053 display: table;5054 content: " ";5055 }5056 5057 .pager:after {5058 clear: both;5059 }5060 5061 4813 .pager li { 5062 4814 display: inline; 5063 4815 } 5064 5065 4816 .pager li > a, 5066 4817 .pager li > span { 5067 4818 display: inline-block; 5068 4819 padding: 5px 14px; 5069 background-color: #fff fff;5070 border: 1px solid #ddd ddd;4820 background-color: #fff; 4821 border: 1px solid #ddd; 5071 4822 border-radius: 15px; 5072 4823 } 5073 5074 4824 .pager li > a:hover, 5075 4825 .pager li > a:focus { 5076 4826 text-decoration: none; 5077 background-color: #eeeeee; 5078 } 5079 4827 background-color: #eee; 4828 } 5080 4829 .pager .next > a, 5081 4830 .pager .next > span { 5082 4831 float: right; 5083 4832 } 5084 5085 4833 .pager .previous > a, 5086 4834 .pager .previous > span { 5087 4835 float: left; 5088 4836 } 5089 5090 4837 .pager .disabled > a, 5091 4838 .pager .disabled > a:hover, 5092 4839 .pager .disabled > a:focus, 5093 4840 .pager .disabled > span { 5094 color: # 999999;4841 color: #777; 5095 4842 cursor: not-allowed; 5096 background-color: #ffffff; 5097 } 5098 4843 background-color: #fff; 4844 } 5099 4845 .label { 5100 4846 display: inline; … … 5103 4849 font-weight: bold; 5104 4850 line-height: 1; 5105 color: #fff fff;4851 color: #fff; 5106 4852 text-align: center; 5107 4853 white-space: nowrap; … … 5109 4855 border-radius: .25em; 5110 4856 } 5111 5112 .label[href]:hover, 5113 .label[href]:focus { 5114 color: #ffffff; 4857 a.label:hover, 4858 a.label:focus { 4859 color: #fff; 5115 4860 text-decoration: none; 5116 4861 cursor: pointer; 5117 4862 } 5118 5119 4863 .label:empty { 5120 4864 display: none; 5121 4865 } 5122 5123 4866 .btn .label { 5124 4867 position: relative; 5125 4868 top: -1px; 5126 4869 } 5127 5128 4870 .label-default { 5129 background-color: #999999; 5130 } 5131 4871 background-color: #777; 4872 } 5132 4873 .label-default[href]:hover, 5133 4874 .label-default[href]:focus { 5134 background-color: #808080; 5135 } 5136 4875 background-color: #5e5e5e; 4876 } 5137 4877 .label-primary { 5138 background-color: #428bca; 5139 } 5140 4878 background-color: #337ab7; 4879 } 5141 4880 .label-primary[href]:hover, 5142 4881 .label-primary[href]:focus { 5143 background-color: #3071a9; 5144 } 5145 4882 background-color: #286090; 4883 } 5146 4884 .label-success { 5147 4885 background-color: #5cb85c; 5148 4886 } 5149 5150 4887 .label-success[href]:hover, 5151 4888 .label-success[href]:focus { 5152 4889 background-color: #449d44; 5153 4890 } 5154 5155 4891 .label-info { 5156 4892 background-color: #5bc0de; 5157 4893 } 5158 5159 4894 .label-info[href]:hover, 5160 4895 .label-info[href]:focus { 5161 4896 background-color: #31b0d5; 5162 4897 } 5163 5164 4898 .label-warning { 5165 4899 background-color: #f0ad4e; 5166 4900 } 5167 5168 4901 .label-warning[href]:hover, 5169 4902 .label-warning[href]:focus { 5170 4903 background-color: #ec971f; 5171 4904 } 5172 5173 4905 .label-danger { 5174 4906 background-color: #d9534f; 5175 4907 } 5176 5177 4908 .label-danger[href]:hover, 5178 4909 .label-danger[href]:focus { 5179 4910 background-color: #c9302c; 5180 4911 } 5181 5182 4912 .badge { 5183 4913 display: inline-block; … … 5187 4917 font-weight: bold; 5188 4918 line-height: 1; 5189 color: #fff fff;4919 color: #fff; 5190 4920 text-align: center; 5191 4921 white-space: nowrap; 5192 vertical-align: baseline;5193 background-color: # 999999;4922 vertical-align: middle; 4923 background-color: #777; 5194 4924 border-radius: 10px; 5195 4925 } 5196 5197 4926 .badge:empty { 5198 4927 display: none; 5199 4928 } 5200 5201 4929 .btn .badge { 5202 4930 position: relative; 5203 4931 top: -1px; 5204 4932 } 5205 4933 .btn-xs .badge, 4934 .btn-group-xs > .btn .badge { 4935 top: 0; 4936 padding: 1px 5px; 4937 } 5206 4938 a.badge:hover, 5207 4939 a.badge:focus { 5208 color: #fff fff;4940 color: #fff; 5209 4941 text-decoration: none; 5210 4942 cursor: pointer; 5211 4943 } 5212 5213 a.list-group-item.active > .badge, 4944 .list-group-item.active > .badge, 5214 4945 .nav-pills > .active > a > .badge { 5215 color: #428bca; 5216 background-color: #ffffff; 5217 } 5218 4946 color: #337ab7; 4947 background-color: #fff; 4948 } 4949 .list-group-item > .badge { 4950 float: right; 4951 } 4952 .list-group-item > .badge + .badge { 4953 margin-right: 5px; 4954 } 5219 4955 .nav-pills > li > a > .badge { 5220 4956 margin-left: 3px; 5221 4957 } 5222 5223 4958 .jumbotron { 5224 padding: 30px; 4959 padding-top: 30px; 4960 padding-bottom: 30px; 5225 4961 margin-bottom: 30px; 4962 color: inherit; 4963 background-color: #eee; 4964 } 4965 .jumbotron h1, 4966 .jumbotron .h1 { 4967 color: inherit; 4968 } 4969 .jumbotron p { 4970 margin-bottom: 15px; 5226 4971 font-size: 21px; 5227 4972 font-weight: 200; 5228 line-height: 2.1428571435; 5229 color: inherit; 5230 background-color: #eeeeee; 5231 } 5232 5233 .jumbotron h1, 5234 .jumbotron .h1 { 5235 line-height: 1; 5236 color: inherit; 5237 } 5238 5239 .jumbotron p { 5240 line-height: 1.4; 5241 } 5242 5243 .container .jumbotron { 4973 } 4974 .jumbotron > hr { 4975 border-top-color: #d5d5d5; 4976 } 4977 .container .jumbotron, 4978 .container-fluid .jumbotron { 4979 padding-right: 15px; 4980 padding-left: 15px; 5244 4981 border-radius: 6px; 5245 4982 } 5246 5247 4983 .jumbotron .container { 5248 4984 max-width: 100%; 5249 4985 } 5250 5251 4986 @media screen and (min-width: 768px) { 5252 4987 .jumbotron { … … 5254 4989 padding-bottom: 48px; 5255 4990 } 5256 .container .jumbotron { 4991 .container .jumbotron, 4992 .container-fluid .jumbotron { 5257 4993 padding-right: 60px; 5258 4994 padding-left: 60px; … … 5263 4999 } 5264 5000 } 5265 5266 5001 .thumbnail { 5267 5002 display: block; 5268 5003 padding: 4px; 5269 5004 margin-bottom: 20px; 5270 line-height: 1.4285714 29;5271 background-color: #fff fff;5272 border: 1px solid #ddd ddd;5005 line-height: 1.42857143; 5006 background-color: #fff; 5007 border: 1px solid #ddd; 5273 5008 border-radius: 4px; 5274 -webkit-transition: all 0.2s ease-in-out;5275 transition: all 0.2s ease-in-out;5276 } 5277 5009 -webkit-transition: border .2s ease-in-out; 5010 -o-transition: border .2s ease-in-out; 5011 transition: border .2s ease-in-out; 5012 } 5278 5013 .thumbnail > img, 5279 5014 .thumbnail a > img { 5280 display: block;5281 height: auto;5282 max-width: 100%;5283 5015 margin-right: auto; 5284 5016 margin-left: auto; 5285 5017 } 5286 5287 5018 a.thumbnail:hover, 5288 5019 a.thumbnail:focus, 5289 5020 a.thumbnail.active { 5290 border-color: #428bca; 5291 } 5292 5021 border-color: #337ab7; 5022 } 5293 5023 .thumbnail .caption { 5294 5024 padding: 9px; 5295 color: #333333; 5296 } 5297 5025 color: #333; 5026 } 5298 5027 .alert { 5299 5028 padding: 15px; … … 5302 5031 border-radius: 4px; 5303 5032 } 5304 5305 5033 .alert h4 { 5306 5034 margin-top: 0; 5307 5035 color: inherit; 5308 5036 } 5309 5310 5037 .alert .alert-link { 5311 5038 font-weight: bold; 5312 5039 } 5313 5314 5040 .alert > p, 5315 5041 .alert > ul { 5316 5042 margin-bottom: 0; 5317 5043 } 5318 5319 5044 .alert > p + p { 5320 5045 margin-top: 5px; 5321 5046 } 5322 5323 .alert-dismiss able {5047 .alert-dismissable, 5048 .alert-dismissible { 5324 5049 padding-right: 35px; 5325 5050 } 5326 5327 .alert-dismiss able .close {5051 .alert-dismissable .close, 5052 .alert-dismissible .close { 5328 5053 position: relative; 5329 5054 top: -2px; … … 5331 5056 color: inherit; 5332 5057 } 5333 5334 5058 .alert-success { 5335 5059 color: #3c763d; … … 5337 5061 border-color: #d6e9c6; 5338 5062 } 5339 5340 5063 .alert-success hr { 5341 5064 border-top-color: #c9e2b3; 5342 5065 } 5343 5344 5066 .alert-success .alert-link { 5345 5067 color: #2b542c; 5346 5068 } 5347 5348 5069 .alert-info { 5349 5070 color: #31708f; … … 5351 5072 border-color: #bce8f1; 5352 5073 } 5353 5354 5074 .alert-info hr { 5355 5075 border-top-color: #a6e1ec; 5356 5076 } 5357 5358 5077 .alert-info .alert-link { 5359 5078 color: #245269; 5360 5079 } 5361 5362 5080 .alert-warning { 5363 5081 color: #8a6d3b; … … 5365 5083 border-color: #faebcc; 5366 5084 } 5367 5368 5085 .alert-warning hr { 5369 5086 border-top-color: #f7e1b5; 5370 5087 } 5371 5372 5088 .alert-warning .alert-link { 5373 5089 color: #66512c; 5374 5090 } 5375 5376 5091 .alert-danger { 5377 5092 color: #a94442; … … 5379 5094 border-color: #ebccd1; 5380 5095 } 5381 5382 5096 .alert-danger hr { 5383 5097 border-top-color: #e4b9c0; 5384 5098 } 5385 5386 5099 .alert-danger .alert-link { 5387 5100 color: #843534; 5388 5101 } 5389 5390 5102 @-webkit-keyframes progress-bar-stripes { 5391 5103 from { … … 5396 5108 } 5397 5109 } 5398 5110 @-o-keyframes progress-bar-stripes { 5111 from { 5112 background-position: 40px 0; 5113 } 5114 to { 5115 background-position: 0 0; 5116 } 5117 } 5399 5118 @keyframes progress-bar-stripes { 5400 5119 from { … … 5405 5124 } 5406 5125 } 5407 5408 5126 .progress { 5409 5127 height: 20px; … … 5412 5130 background-color: #f5f5f5; 5413 5131 border-radius: 4px; 5414 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 5415 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); 5416 } 5417 5132 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); 5133 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); 5134 } 5418 5135 .progress-bar { 5419 5136 float: left; … … 5422 5139 font-size: 12px; 5423 5140 line-height: 20px; 5424 color: #fff fff;5141 color: #fff; 5425 5142 text-align: center; 5426 background-color: #428bca; 5427 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); 5428 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); 5429 -webkit-transition: width 0.6s ease; 5430 transition: width 0.6s ease; 5431 } 5432 5433 .progress-striped .progress-bar { 5434 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); 5435 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); 5436 background-size: 40px 40px; 5437 } 5438 5439 .progress.active .progress-bar { 5143 background-color: #337ab7; 5144 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); 5145 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); 5146 -webkit-transition: width .6s ease; 5147 -o-transition: width .6s ease; 5148 transition: width .6s ease; 5149 } 5150 .progress-striped .progress-bar, 5151 .progress-bar-striped { 5152 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); 5153 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); 5154 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); 5155 -webkit-background-size: 40px 40px; 5156 background-size: 40px 40px; 5157 } 5158 .progress.active .progress-bar, 5159 .progress-bar.active { 5440 5160 -webkit-animation: progress-bar-stripes 2s linear infinite; 5161 -o-animation: progress-bar-stripes 2s linear infinite; 5441 5162 animation: progress-bar-stripes 2s linear infinite; 5442 5163 } 5443 5444 5164 .progress-bar-success { 5445 5165 background-color: #5cb85c; 5446 5166 } 5447 5448 5167 .progress-striped .progress-bar-success { 5449 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);5450 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);5451 } 5452 5168 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); 5169 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); 5170 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); 5171 } 5453 5172 .progress-bar-info { 5454 5173 background-color: #5bc0de; 5455 5174 } 5456 5457 5175 .progress-striped .progress-bar-info { 5458 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);5459 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);5460 } 5461 5176 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); 5177 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); 5178 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); 5179 } 5462 5180 .progress-bar-warning { 5463 5181 background-color: #f0ad4e; 5464 5182 } 5465 5466 5183 .progress-striped .progress-bar-warning { 5467 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);5468 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);5469 } 5470 5184 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); 5185 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); 5186 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); 5187 } 5471 5188 .progress-bar-danger { 5472 5189 background-color: #d9534f; 5473 5190 } 5474 5475 5191 .progress-striped .progress-bar-danger { 5476 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); 5477 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); 5478 } 5479 5192 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); 5193 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); 5194 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); 5195 } 5196 .media { 5197 margin-top: 15px; 5198 } 5199 .media:first-child { 5200 margin-top: 0; 5201 } 5480 5202 .media, 5481 5203 .media-body { … … 5483 5205 zoom: 1; 5484 5206 } 5485 5486 .media, 5487 .media .media { 5488 margin-top: 15px; 5489 } 5490 5491 .media:first-child { 5492 margin-top: 0; 5493 } 5494 5207 .media-body { 5208 width: 10000px; 5209 } 5495 5210 .media-object { 5496 5211 display: block; 5497 5212 } 5498 5213 .media-object.img-thumbnail { 5214 max-width: none; 5215 } 5216 .media-right, 5217 .media > .pull-right { 5218 padding-left: 10px; 5219 } 5220 .media-left, 5221 .media > .pull-left { 5222 padding-right: 10px; 5223 } 5224 .media-left, 5225 .media-right, 5226 .media-body { 5227 display: table-cell; 5228 vertical-align: top; 5229 } 5230 .media-middle { 5231 vertical-align: middle; 5232 } 5233 .media-bottom { 5234 vertical-align: bottom; 5235 } 5499 5236 .media-heading { 5500 margin: 0 0 5px; 5501 } 5502 5503 .media > .pull-left { 5504 margin-right: 10px; 5505 } 5506 5507 .media > .pull-right { 5508 margin-left: 10px; 5509 } 5510 5237 margin-top: 0; 5238 margin-bottom: 5px; 5239 } 5511 5240 .media-list { 5512 5241 padding-left: 0; 5513 5242 list-style: none; 5514 5243 } 5515 5516 5244 .list-group { 5517 5245 padding-left: 0; 5518 5246 margin-bottom: 20px; 5519 5247 } 5520 5521 5248 .list-group-item { 5522 5249 position: relative; … … 5524 5251 padding: 10px 15px; 5525 5252 margin-bottom: -1px; 5526 background-color: #ffffff; 5527 border: 1px solid #dddddd; 5528 } 5529 5253 background-color: #fff; 5254 border: 1px solid #ddd; 5255 } 5530 5256 .list-group-item:first-child { 5257 border-top-left-radius: 4px; 5531 5258 border-top-right-radius: 4px; 5532 border-top-left-radius: 4px; 5533 } 5534 5259 } 5535 5260 .list-group-item:last-child { 5536 5261 margin-bottom: 0; … … 5538 5263 border-bottom-left-radius: 4px; 5539 5264 } 5540 5541 .list-group-item > .badge { 5542 float: right; 5543 } 5544 5545 .list-group-item > .badge + .badge { 5546 margin-right: 5px; 5547 } 5548 5549 a.list-group-item { 5550 color: #555555; 5551 } 5552 5553 a.list-group-item .list-group-item-heading { 5554 color: #333333; 5555 } 5556 5265 a.list-group-item, 5266 button.list-group-item { 5267 color: #555; 5268 } 5269 a.list-group-item .list-group-item-heading, 5270 button.list-group-item .list-group-item-heading { 5271 color: #333; 5272 } 5557 5273 a.list-group-item:hover, 5558 a.list-group-item:focus { 5274 button.list-group-item:hover, 5275 a.list-group-item:focus, 5276 button.list-group-item:focus { 5277 color: #555; 5559 5278 text-decoration: none; 5560 5279 background-color: #f5f5f5; 5561 5280 } 5562 5563 a.list-group-item.active, 5564 a.list-group-item.active:hover, 5565 a.list-group-item.active:focus { 5281 button.list-group-item { 5282 width: 100%; 5283 text-align: left; 5284 } 5285 .list-group-item.disabled, 5286 .list-group-item.disabled:hover, 5287 .list-group-item.disabled:focus { 5288 color: #777; 5289 cursor: not-allowed; 5290 background-color: #eee; 5291 } 5292 .list-group-item.disabled .list-group-item-heading, 5293 .list-group-item.disabled:hover .list-group-item-heading, 5294 .list-group-item.disabled:focus .list-group-item-heading { 5295 color: inherit; 5296 } 5297 .list-group-item.disabled .list-group-item-text, 5298 .list-group-item.disabled:hover .list-group-item-text, 5299 .list-group-item.disabled:focus .list-group-item-text { 5300 color: #777; 5301 } 5302 .list-group-item.active, 5303 .list-group-item.active:hover, 5304 .list-group-item.active:focus { 5566 5305 z-index: 2; 5567 color: #ffffff; 5568 background-color: #428bca; 5569 border-color: #428bca; 5570 } 5571 5572 a.list-group-item.active .list-group-item-heading, 5573 a.list-group-item.active:hover .list-group-item-heading, 5574 a.list-group-item.active:focus .list-group-item-heading { 5306 color: #fff; 5307 background-color: #337ab7; 5308 border-color: #337ab7; 5309 } 5310 .list-group-item.active .list-group-item-heading, 5311 .list-group-item.active:hover .list-group-item-heading, 5312 .list-group-item.active:focus .list-group-item-heading, 5313 .list-group-item.active .list-group-item-heading > small, 5314 .list-group-item.active:hover .list-group-item-heading > small, 5315 .list-group-item.active:focus .list-group-item-heading > small, 5316 .list-group-item.active .list-group-item-heading > .small, 5317 .list-group-item.active:hover .list-group-item-heading > .small, 5318 .list-group-item.active:focus .list-group-item-heading > .small { 5575 5319 color: inherit; 5576 5320 } 5577 5578 a.list-group-item.active .list-group-item-text, 5579 a.list-group-item.active:hover .list-group-item-text, 5580 a.list-group-item.active:focus .list-group-item-text { 5581 color: #e1edf7; 5582 } 5583 5321 .list-group-item.active .list-group-item-text, 5322 .list-group-item.active:hover .list-group-item-text, 5323 .list-group-item.active:focus .list-group-item-text { 5324 color: #c7ddef; 5325 } 5326 .list-group-item-success { 5327 color: #3c763d; 5328 background-color: #dff0d8; 5329 } 5330 a.list-group-item-success, 5331 button.list-group-item-success { 5332 color: #3c763d; 5333 } 5334 a.list-group-item-success .list-group-item-heading, 5335 button.list-group-item-success .list-group-item-heading { 5336 color: inherit; 5337 } 5338 a.list-group-item-success:hover, 5339 button.list-group-item-success:hover, 5340 a.list-group-item-success:focus, 5341 button.list-group-item-success:focus { 5342 color: #3c763d; 5343 background-color: #d0e9c6; 5344 } 5345 a.list-group-item-success.active, 5346 button.list-group-item-success.active, 5347 a.list-group-item-success.active:hover, 5348 button.list-group-item-success.active:hover, 5349 a.list-group-item-success.active:focus, 5350 button.list-group-item-success.active:focus { 5351 color: #fff; 5352 background-color: #3c763d; 5353 border-color: #3c763d; 5354 } 5355 .list-group-item-info { 5356 color: #31708f; 5357 background-color: #d9edf7; 5358 } 5359 a.list-group-item-info, 5360 button.list-group-item-info { 5361 color: #31708f; 5362 } 5363 a.list-group-item-info .list-group-item-heading, 5364 button.list-group-item-info .list-group-item-heading { 5365 color: inherit; 5366 } 5367 a.list-group-item-info:hover, 5368 button.list-group-item-info:hover, 5369 a.list-group-item-info:focus, 5370 button.list-group-item-info:focus { 5371 color: #31708f; 5372 background-color: #c4e3f3; 5373 } 5374 a.list-group-item-info.active, 5375 button.list-group-item-info.active, 5376 a.list-group-item-info.active:hover, 5377 button.list-group-item-info.active:hover, 5378 a.list-group-item-info.active:focus, 5379 button.list-group-item-info.active:focus { 5380 color: #fff; 5381 background-color: #31708f; 5382 border-color: #31708f; 5383 } 5384 .list-group-item-warning { 5385 color: #8a6d3b; 5386 background-color: #fcf8e3; 5387 } 5388 a.list-group-item-warning, 5389 button.list-group-item-warning { 5390 color: #8a6d3b; 5391 } 5392 a.list-group-item-warning .list-group-item-heading, 5393 button.list-group-item-warning .list-group-item-heading { 5394 color: inherit; 5395 } 5396 a.list-group-item-warning:hover, 5397 button.list-group-item-warning:hover, 5398 a.list-group-item-warning:focus, 5399 button.list-group-item-warning:focus { 5400 color: #8a6d3b; 5401 background-color: #faf2cc; 5402 } 5403 a.list-group-item-warning.active, 5404 button.list-group-item-warning.active, 5405 a.list-group-item-warning.active:hover, 5406 button.list-group-item-warning.active:hover, 5407 a.list-group-item-warning.active:focus, 5408 button.list-group-item-warning.active:focus { 5409 color: #fff; 5410 background-color: #8a6d3b; 5411 border-color: #8a6d3b; 5412 } 5413 .list-group-item-danger { 5414 color: #a94442; 5415 background-color: #f2dede; 5416 } 5417 a.list-group-item-danger, 5418 button.list-group-item-danger { 5419 color: #a94442; 5420 } 5421 a.list-group-item-danger .list-group-item-heading, 5422 button.list-group-item-danger .list-group-item-heading { 5423 color: inherit; 5424 } 5425 a.list-group-item-danger:hover, 5426 button.list-group-item-danger:hover, 5427 a.list-group-item-danger:focus, 5428 button.list-group-item-danger:focus { 5429 color: #a94442; 5430 background-color: #ebcccc; 5431 } 5432 a.list-group-item-danger.active, 5433 button.list-group-item-danger.active, 5434 a.list-group-item-danger.active:hover, 5435 button.list-group-item-danger.active:hover, 5436 a.list-group-item-danger.active:focus, 5437 button.list-group-item-danger.active:focus { 5438 color: #fff; 5439 background-color: #a94442; 5440 border-color: #a94442; 5441 } 5584 5442 .list-group-item-heading { 5585 5443 margin-top: 0; 5586 5444 margin-bottom: 5px; 5587 5445 } 5588 5589 5446 .list-group-item-text { 5590 5447 margin-bottom: 0; 5591 5448 line-height: 1.3; 5592 5449 } 5593 5594 5450 .panel { 5595 5451 margin-bottom: 20px; 5596 background-color: #fff fff;5452 background-color: #fff; 5597 5453 border: 1px solid transparent; 5598 5454 border-radius: 4px; 5599 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 5600 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 5601 } 5602 5455 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); 5456 box-shadow: 0 1px 1px rgba(0, 0, 0, .05); 5457 } 5603 5458 .panel-body { 5604 5459 padding: 15px; 5605 5460 } 5606 5607 .panel-body:before, 5608 .panel-body:after { 5609 display: table; 5610 content: " "; 5611 } 5612 5613 .panel-body:after { 5614 clear: both; 5615 } 5616 5617 .panel-body:before, 5618 .panel-body:after { 5619 display: table; 5620 content: " "; 5621 } 5622 5623 .panel-body:after { 5624 clear: both; 5625 } 5626 5627 .panel > .list-group { 5461 .panel-heading { 5462 padding: 10px 15px; 5463 border-bottom: 1px solid transparent; 5464 border-top-left-radius: 3px; 5465 border-top-right-radius: 3px; 5466 } 5467 .panel-heading > .dropdown .dropdown-toggle { 5468 color: inherit; 5469 } 5470 .panel-title { 5471 margin-top: 0; 5628 5472 margin-bottom: 0; 5629 } 5630 5631 .panel > .list-group .list-group-item { 5473 font-size: 16px; 5474 color: inherit; 5475 } 5476 .panel-title > a, 5477 .panel-title > small, 5478 .panel-title > .small, 5479 .panel-title > small > a, 5480 .panel-title > .small > a { 5481 color: inherit; 5482 } 5483 .panel-footer { 5484 padding: 10px 15px; 5485 background-color: #f5f5f5; 5486 border-top: 1px solid #ddd; 5487 border-bottom-right-radius: 3px; 5488 border-bottom-left-radius: 3px; 5489 } 5490 .panel > .list-group, 5491 .panel > .panel-collapse > .list-group { 5492 margin-bottom: 0; 5493 } 5494 .panel > .list-group .list-group-item, 5495 .panel > .panel-collapse > .list-group .list-group-item { 5632 5496 border-width: 1px 0; 5633 } 5634 5635 .panel > .list-group .list-group-item:first-child { 5497 border-radius: 0; 5498 } 5499 .panel > .list-group:first-child .list-group-item:first-child, 5500 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { 5501 border-top: 0; 5502 border-top-left-radius: 3px; 5503 border-top-right-radius: 3px; 5504 } 5505 .panel > .list-group:last-child .list-group-item:last-child, 5506 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { 5507 border-bottom: 0; 5508 border-bottom-right-radius: 3px; 5509 border-bottom-left-radius: 3px; 5510 } 5511 .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { 5512 border-top-left-radius: 0; 5636 5513 border-top-right-radius: 0; 5637 border-top-left-radius: 0; 5638 } 5639 5640 .panel > .list-group .list-group-item:last-child { 5641 border-bottom: 0; 5642 } 5643 5514 } 5644 5515 .panel-heading + .list-group .list-group-item:first-child { 5645 5516 border-top-width: 0; 5646 5517 } 5647 5518 .list-group + .panel-footer { 5519 border-top-width: 0; 5520 } 5648 5521 .panel > .table, 5649 .panel > .table-responsive > .table { 5522 .panel > .table-responsive > .table, 5523 .panel > .panel-collapse > .table { 5650 5524 margin-bottom: 0; 5651 5525 } 5652 5526 .panel > .table caption, 5527 .panel > .table-responsive > .table caption, 5528 .panel > .panel-collapse > .table caption { 5529 padding-right: 15px; 5530 padding-left: 15px; 5531 } 5532 .panel > .table:first-child, 5533 .panel > .table-responsive:first-child > .table:first-child { 5534 border-top-left-radius: 3px; 5535 border-top-right-radius: 3px; 5536 } 5537 .panel > .table:first-child > thead:first-child > tr:first-child, 5538 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, 5539 .panel > .table:first-child > tbody:first-child > tr:first-child, 5540 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { 5541 border-top-left-radius: 3px; 5542 border-top-right-radius: 3px; 5543 } 5544 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, 5545 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, 5546 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, 5547 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, 5548 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, 5549 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, 5550 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, 5551 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { 5552 border-top-left-radius: 3px; 5553 } 5554 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, 5555 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, 5556 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, 5557 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, 5558 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, 5559 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, 5560 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, 5561 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { 5562 border-top-right-radius: 3px; 5563 } 5564 .panel > .table:last-child, 5565 .panel > .table-responsive:last-child > .table:last-child { 5566 border-bottom-right-radius: 3px; 5567 border-bottom-left-radius: 3px; 5568 } 5569 .panel > .table:last-child > tbody:last-child > tr:last-child, 5570 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, 5571 .panel > .table:last-child > tfoot:last-child > tr:last-child, 5572 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { 5573 border-bottom-right-radius: 3px; 5574 border-bottom-left-radius: 3px; 5575 } 5576 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, 5577 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, 5578 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, 5579 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, 5580 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, 5581 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, 5582 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, 5583 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { 5584 border-bottom-left-radius: 3px; 5585 } 5586 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, 5587 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, 5588 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, 5589 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, 5590 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, 5591 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, 5592 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, 5593 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { 5594 border-bottom-right-radius: 3px; 5595 } 5653 5596 .panel > .panel-body + .table, 5654 .panel > .panel-body + .table-responsive { 5655 border-top: 1px solid #dddddd; 5656 } 5657 5658 .panel > .table > tbody:first-child th, 5659 .panel > .table > tbody:first-child td { 5597 .panel > .panel-body + .table-responsive, 5598 .panel > .table + .panel-body, 5599 .panel > .table-responsive + .panel-body { 5600 border-top: 1px solid #ddd; 5601 } 5602 .panel > .table > tbody:first-child > tr:first-child th, 5603 .panel > .table > tbody:first-child > tr:first-child td { 5660 5604 border-top: 0; 5661 5605 } 5662 5663 5606 .panel > .table-bordered, 5664 5607 .panel > .table-responsive > .table-bordered { 5665 5608 border: 0; 5666 5609 } 5667 5668 5610 .panel > .table-bordered > thead > tr > th:first-child, 5669 5611 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, … … 5680 5622 border-left: 0; 5681 5623 } 5682 5683 5624 .panel > .table-bordered > thead > tr > th:last-child, 5684 5625 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, … … 5695 5636 border-right: 0; 5696 5637 } 5697 5698 .panel > .table-bordered > thead > tr:last-child > th, 5699 .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, 5638 .panel > .table-bordered > thead > tr:first-child > td, 5639 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, 5640 .panel > .table-bordered > tbody > tr:first-child > td, 5641 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, 5642 .panel > .table-bordered > thead > tr:first-child > th, 5643 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, 5644 .panel > .table-bordered > tbody > tr:first-child > th, 5645 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { 5646 border-bottom: 0; 5647 } 5648 .panel > .table-bordered > tbody > tr:last-child > td, 5649 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, 5650 .panel > .table-bordered > tfoot > tr:last-child > td, 5651 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, 5700 5652 .panel > .table-bordered > tbody > tr:last-child > th, 5701 5653 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, 5702 5654 .panel > .table-bordered > tfoot > tr:last-child > th, 5703 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, 5704 .panel > .table-bordered > thead > tr:last-child > td, 5705 .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, 5706 .panel > .table-bordered > tbody > tr:last-child > td, 5707 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, 5708 .panel > .table-bordered > tfoot > tr:last-child > td, 5709 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { 5655 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { 5710 5656 border-bottom: 0; 5711 5657 } 5712 5713 5658 .panel > .table-responsive { 5714 5659 margin-bottom: 0; 5715 5660 border: 0; 5716 5661 } 5717 5718 .panel-heading { 5719 padding: 10px 15px; 5720 border-bottom: 1px solid transparent; 5721 border-top-right-radius: 3px; 5722 border-top-left-radius: 3px; 5723 } 5724 5725 .panel-heading > .dropdown .dropdown-toggle { 5726 color: inherit; 5727 } 5728 5729 .panel-title { 5730 margin-top: 0; 5731 margin-bottom: 0; 5732 font-size: 16px; 5733 color: inherit; 5734 } 5735 5736 .panel-title > a { 5737 color: inherit; 5738 } 5739 5740 .panel-footer { 5741 padding: 10px 15px; 5742 background-color: #f5f5f5; 5743 border-top: 1px solid #dddddd; 5744 border-bottom-right-radius: 3px; 5745 border-bottom-left-radius: 3px; 5746 } 5747 5662 .panel-group { 5663 margin-bottom: 20px; 5664 } 5748 5665 .panel-group .panel { 5749 5666 margin-bottom: 0; 5750 overflow: hidden;5751 5667 border-radius: 4px; 5752 5668 } 5753 5754 5669 .panel-group .panel + .panel { 5755 5670 margin-top: 5px; 5756 5671 } 5757 5758 5672 .panel-group .panel-heading { 5759 5673 border-bottom: 0; 5760 5674 } 5761 5762 .panel-group .panel-heading + .panel-collapse .panel-body { 5763 border-top: 1px solid #dddddd; 5764 } 5765 5675 .panel-group .panel-heading + .panel-collapse > .panel-body, 5676 .panel-group .panel-heading + .panel-collapse > .list-group { 5677 border-top: 1px solid #ddd; 5678 } 5766 5679 .panel-group .panel-footer { 5767 5680 border-top: 0; 5768 5681 } 5769 5770 5682 .panel-group .panel-footer + .panel-collapse .panel-body { 5771 border-bottom: 1px solid #dddddd; 5772 } 5773 5683 border-bottom: 1px solid #ddd; 5684 } 5774 5685 .panel-default { 5775 border-color: #dddddd; 5776 } 5777 5686 border-color: #ddd; 5687 } 5778 5688 .panel-default > .panel-heading { 5779 color: #333 333;5689 color: #333; 5780 5690 background-color: #f5f5f5; 5781 border-color: #dddddd; 5782 } 5783 5784 .panel-default > .panel-heading + .panel-collapse .panel-body { 5785 border-top-color: #dddddd; 5786 } 5787 5788 .panel-default > .panel-footer + .panel-collapse .panel-body { 5789 border-bottom-color: #dddddd; 5790 } 5791 5691 border-color: #ddd; 5692 } 5693 .panel-default > .panel-heading + .panel-collapse > .panel-body { 5694 border-top-color: #ddd; 5695 } 5696 .panel-default > .panel-heading .badge { 5697 color: #f5f5f5; 5698 background-color: #333; 5699 } 5700 .panel-default > .panel-footer + .panel-collapse > .panel-body { 5701 border-bottom-color: #ddd; 5702 } 5792 5703 .panel-primary { 5793 border-color: #428bca; 5794 } 5795 5704 border-color: #337ab7; 5705 } 5796 5706 .panel-primary > .panel-heading { 5797 color: #ffffff; 5798 background-color: #428bca; 5799 border-color: #428bca; 5800 } 5801 5802 .panel-primary > .panel-heading + .panel-collapse .panel-body { 5803 border-top-color: #428bca; 5804 } 5805 5806 .panel-primary > .panel-footer + .panel-collapse .panel-body { 5807 border-bottom-color: #428bca; 5808 } 5809 5707 color: #fff; 5708 background-color: #337ab7; 5709 border-color: #337ab7; 5710 } 5711 .panel-primary > .panel-heading + .panel-collapse > .panel-body { 5712 border-top-color: #337ab7; 5713 } 5714 .panel-primary > .panel-heading .badge { 5715 color: #337ab7; 5716 background-color: #fff; 5717 } 5718 .panel-primary > .panel-footer + .panel-collapse > .panel-body { 5719 border-bottom-color: #337ab7; 5720 } 5810 5721 .panel-success { 5811 5722 border-color: #d6e9c6; 5812 5723 } 5813 5814 5724 .panel-success > .panel-heading { 5815 5725 color: #3c763d; … … 5817 5727 border-color: #d6e9c6; 5818 5728 } 5819 5820 .panel-success > .panel-heading + .panel-collapse .panel-body { 5729 .panel-success > .panel-heading + .panel-collapse > .panel-body { 5821 5730 border-top-color: #d6e9c6; 5822 5731 } 5823 5824 .panel-success > .panel-footer + .panel-collapse .panel-body { 5732 .panel-success > .panel-heading .badge { 5733 color: #dff0d8; 5734 background-color: #3c763d; 5735 } 5736 .panel-success > .panel-footer + .panel-collapse > .panel-body { 5825 5737 border-bottom-color: #d6e9c6; 5826 5738 } 5827 5739 .panel-info { 5740 border-color: #bce8f1; 5741 } 5742 .panel-info > .panel-heading { 5743 color: #31708f; 5744 background-color: #d9edf7; 5745 border-color: #bce8f1; 5746 } 5747 .panel-info > .panel-heading + .panel-collapse > .panel-body { 5748 border-top-color: #bce8f1; 5749 } 5750 .panel-info > .panel-heading .badge { 5751 color: #d9edf7; 5752 background-color: #31708f; 5753 } 5754 .panel-info > .panel-footer + .panel-collapse > .panel-body { 5755 border-bottom-color: #bce8f1; 5756 } 5828 5757 .panel-warning { 5829 5758 border-color: #faebcc; 5830 5759 } 5831 5832 5760 .panel-warning > .panel-heading { 5833 5761 color: #8a6d3b; … … 5835 5763 border-color: #faebcc; 5836 5764 } 5837 5838 .panel-warning > .panel-heading + .panel-collapse .panel-body { 5765 .panel-warning > .panel-heading + .panel-collapse > .panel-body { 5839 5766 border-top-color: #faebcc; 5840 5767 } 5841 5842 .panel-warning > .panel-footer + .panel-collapse .panel-body { 5768 .panel-warning > .panel-heading .badge { 5769 color: #fcf8e3; 5770 background-color: #8a6d3b; 5771 } 5772 .panel-warning > .panel-footer + .panel-collapse > .panel-body { 5843 5773 border-bottom-color: #faebcc; 5844 5774 } 5845 5846 5775 .panel-danger { 5847 5776 border-color: #ebccd1; 5848 5777 } 5849 5850 5778 .panel-danger > .panel-heading { 5851 5779 color: #a94442; … … 5853 5781 border-color: #ebccd1; 5854 5782 } 5855 5856 .panel-danger > .panel-heading + .panel-collapse .panel-body { 5783 .panel-danger > .panel-heading + .panel-collapse > .panel-body { 5857 5784 border-top-color: #ebccd1; 5858 5785 } 5859 5860 .panel-danger > .panel-footer + .panel-collapse .panel-body { 5786 .panel-danger > .panel-heading .badge { 5787 color: #f2dede; 5788 background-color: #a94442; 5789 } 5790 .panel-danger > .panel-footer + .panel-collapse > .panel-body { 5861 5791 border-bottom-color: #ebccd1; 5862 5792 } 5863 5864 .panel-info { 5865 border-color: #bce8f1; 5866 } 5867 5868 .panel-info > .panel-heading { 5869 color: #31708f; 5870 background-color: #d9edf7; 5871 border-color: #bce8f1; 5872 } 5873 5874 .panel-info > .panel-heading + .panel-collapse .panel-body { 5875 border-top-color: #bce8f1; 5876 } 5877 5878 .panel-info > .panel-footer + .panel-collapse .panel-body { 5879 border-bottom-color: #bce8f1; 5880 } 5881 5793 .embed-responsive { 5794 position: relative; 5795 display: block; 5796 height: 0; 5797 padding: 0; 5798 overflow: hidden; 5799 } 5800 .embed-responsive .embed-responsive-item, 5801 .embed-responsive iframe, 5802 .embed-responsive embed, 5803 .embed-responsive object, 5804 .embed-responsive video { 5805 position: absolute; 5806 top: 0; 5807 bottom: 0; 5808 left: 0; 5809 width: 100%; 5810 height: 100%; 5811 border: 0; 5812 } 5813 .embed-responsive-16by9 { 5814 padding-bottom: 56.25%; 5815 } 5816 .embed-responsive-4by3 { 5817 padding-bottom: 75%; 5818 } 5882 5819 .well { 5883 5820 min-height: 20px; … … 5887 5824 border: 1px solid #e3e3e3; 5888 5825 border-radius: 4px; 5889 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 5890 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); 5891 } 5892 5826 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); 5827 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); 5828 } 5893 5829 .well blockquote { 5894 5830 border-color: #ddd; 5895 border-color: rgba(0, 0, 0, 0.15); 5896 } 5897 5831 border-color: rgba(0, 0, 0, .15); 5832 } 5898 5833 .well-lg { 5899 5834 padding: 24px; 5900 5835 border-radius: 6px; 5901 5836 } 5902 5903 5837 .well-sm { 5904 5838 padding: 9px; 5905 5839 border-radius: 3px; 5906 5840 } 5907 5908 5841 .close { 5909 5842 float: right; … … 5911 5844 font-weight: bold; 5912 5845 line-height: 1; 5913 color: #000000; 5914 text-shadow: 0 1px 0 #ffffff; 5915 opacity: 0.2; 5846 color: #000; 5847 text-shadow: 0 1px 0 #fff; 5916 5848 filter: alpha(opacity=20); 5917 } 5918 5849 opacity: .2; 5850 } 5919 5851 .close:hover, 5920 5852 .close:focus { 5921 color: #000 000;5853 color: #000; 5922 5854 text-decoration: none; 5923 5855 cursor: pointer; 5924 opacity: 0.5;5925 5856 filter: alpha(opacity=50); 5926 } 5927 5857 opacity: .5; 5858 } 5928 5859 button.close { 5860 -webkit-appearance: none; 5929 5861 padding: 0; 5930 5862 cursor: pointer; 5931 5863 background: transparent; 5932 5864 border: 0; 5933 -webkit-appearance: none; 5934 } 5935 5865 } 5936 5866 .modal-open { 5937 5867 overflow: hidden; 5938 5868 } 5939 5940 5869 .modal { 5941 5870 position: fixed; … … 5944 5873 bottom: 0; 5945 5874 left: 0; 5946 z-index: 10 40;5875 z-index: 1050; 5947 5876 display: none; 5948 overflow: auto;5949 overflow-y: scroll;5950 } 5951 5877 overflow: hidden; 5878 -webkit-overflow-scrolling: touch; 5879 outline: 0; 5880 } 5952 5881 .modal.fade .modal-dialog { 5882 -webkit-transition: -webkit-transform .3s ease-out; 5883 -o-transition: -o-transform .3s ease-out; 5884 transition: transform .3s ease-out; 5953 5885 -webkit-transform: translate(0, -25%); 5954 5886 -ms-transform: translate(0, -25%); 5887 -o-transform: translate(0, -25%); 5955 5888 transform: translate(0, -25%); 5956 -webkit-transition: -webkit-transform 0.3s ease-out; 5957 -moz-transition: -moz-transform 0.3s ease-out; 5958 -o-transition: -o-transform 0.3s ease-out; 5959 transition: transform 0.3s ease-out; 5960 } 5961 5889 } 5962 5890 .modal.in .modal-dialog { 5963 5891 -webkit-transform: translate(0, 0); 5964 5892 -ms-transform: translate(0, 0); 5893 -o-transform: translate(0, 0); 5965 5894 transform: translate(0, 0); 5966 5895 } 5967 5896 .modal-open .modal { 5897 overflow-x: hidden; 5898 overflow-y: auto; 5899 } 5968 5900 .modal-dialog { 5969 5901 position: relative; 5970 z-index: 1050;5971 5902 width: auto; 5972 5903 margin: 10px; 5973 5904 } 5974 5975 5905 .modal-content { 5976 5906 position: relative; 5977 background-color: #ffffff; 5978 border: 1px solid #999999; 5979 border: 1px solid rgba(0, 0, 0, 0.2); 5907 background-color: #fff; 5908 -webkit-background-clip: padding-box; 5909 background-clip: padding-box; 5910 border: 1px solid #999; 5911 border: 1px solid rgba(0, 0, 0, .2); 5980 5912 border-radius: 6px; 5981 outline: none; 5982 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 5983 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); 5984 background-clip: padding-box; 5985 } 5986 5913 outline: 0; 5914 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); 5915 box-shadow: 0 3px 9px rgba(0, 0, 0, .5); 5916 } 5987 5917 .modal-backdrop { 5988 5918 position: fixed; … … 5991 5921 bottom: 0; 5992 5922 left: 0; 5993 z-index: 1030; 5994 background-color: #000000; 5995 } 5996 5923 z-index: 1040; 5924 background-color: #000; 5925 } 5997 5926 .modal-backdrop.fade { 5927 filter: alpha(opacity=0); 5998 5928 opacity: 0; 5999 filter: alpha(opacity=0); 6000 } 6001 5929 } 6002 5930 .modal-backdrop.in { 6003 opacity: 0.5;6004 5931 filter: alpha(opacity=50); 6005 } 6006 5932 opacity: .5; 5933 } 6007 5934 .modal-header { 6008 min-height: 16.428571429px;6009 5935 padding: 15px; 6010 5936 border-bottom: 1px solid #e5e5e5; 6011 5937 } 6012 6013 5938 .modal-header .close { 6014 5939 margin-top: -2px; 6015 5940 } 6016 6017 5941 .modal-title { 6018 5942 margin: 0; 6019 line-height: 1.428571429; 6020 } 6021 5943 line-height: 1.42857143; 5944 } 6022 5945 .modal-body { 6023 5946 position: relative; 6024 padding: 20px; 6025 } 6026 5947 padding: 15px; 5948 } 6027 5949 .modal-footer { 6028 padding: 19px 20px 20px; 6029 margin-top: 15px; 5950 padding: 15px; 6030 5951 text-align: right; 6031 5952 border-top: 1px solid #e5e5e5; 6032 5953 } 6033 6034 .modal-footer:before,6035 .modal-footer:after {6036 display: table;6037 content: " ";6038 }6039 6040 .modal-footer:after {6041 clear: both;6042 }6043 6044 .modal-footer:before,6045 .modal-footer:after {6046 display: table;6047 content: " ";6048 }6049 6050 .modal-footer:after {6051 clear: both;6052 }6053 6054 5954 .modal-footer .btn + .btn { 6055 5955 margin-bottom: 0; 6056 5956 margin-left: 5px; 6057 5957 } 6058 6059 5958 .modal-footer .btn-group .btn + .btn { 6060 5959 margin-left: -1px; 6061 5960 } 6062 6063 5961 .modal-footer .btn-block + .btn-block { 6064 5962 margin-left: 0; 6065 5963 } 6066 6067 @media screen and (min-width: 768px) { 5964 .modal-scrollbar-measure { 5965 position: absolute; 5966 top: -9999px; 5967 width: 50px; 5968 height: 50px; 5969 overflow: scroll; 5970 } 5971 @media (min-width: 768px) { 6068 5972 .modal-dialog { 6069 5973 width: 600px; … … 6071 5975 } 6072 5976 .modal-content { 6073 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 6074 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); 6075 } 6076 } 6077 5977 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); 5978 box-shadow: 0 5px 15px rgba(0, 0, 0, .5); 5979 } 5980 .modal-sm { 5981 width: 300px; 5982 } 5983 } 5984 @media (min-width: 992px) { 5985 .modal-lg { 5986 width: 900px; 5987 } 5988 } 6078 5989 .tooltip { 6079 5990 position: absolute; 6080 z-index: 10 30;5991 z-index: 1070; 6081 5992 display: block; 5993 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6082 5994 font-size: 12px; 6083 line-height: 1.4; 5995 font-style: normal; 5996 font-weight: normal; 5997 line-height: 1.42857143; 5998 text-align: left; 5999 text-align: start; 6000 text-decoration: none; 6001 text-shadow: none; 6002 text-transform: none; 6003 letter-spacing: normal; 6004 word-break: normal; 6005 word-spacing: normal; 6006 word-wrap: normal; 6007 white-space: normal; 6008 filter: alpha(opacity=0); 6084 6009 opacity: 0; 6085 filter: alpha(opacity=0);6086 visibility: visible;6087 }6088 6010 6011 line-break: auto; 6012 } 6089 6013 .tooltip.in { 6090 opacity: 0.9;6091 6014 filter: alpha(opacity=90); 6092 } 6093 6015 opacity: .9; 6016 } 6094 6017 .tooltip.top { 6095 6018 padding: 5px 0; 6096 6019 margin-top: -3px; 6097 6020 } 6098 6099 6021 .tooltip.right { 6100 6022 padding: 0 5px; 6101 6023 margin-left: 3px; 6102 6024 } 6103 6104 6025 .tooltip.bottom { 6105 6026 padding: 5px 0; 6106 6027 margin-top: 3px; 6107 6028 } 6108 6109 6029 .tooltip.left { 6110 6030 padding: 0 5px; 6111 6031 margin-left: -3px; 6112 6032 } 6113 6114 6033 .tooltip-inner { 6115 6034 max-width: 200px; 6116 6035 padding: 3px 8px; 6117 color: #fff fff;6036 color: #fff; 6118 6037 text-align: center; 6119 text-decoration: none; 6120 background-color: #000000; 6038 background-color: #000; 6121 6039 border-radius: 4px; 6122 6040 } 6123 6124 6041 .tooltip-arrow { 6125 6042 position: absolute; … … 6129 6046 border-style: solid; 6130 6047 } 6131 6132 6048 .tooltip.top .tooltip-arrow { 6133 6049 bottom: 0; 6134 6050 left: 50%; 6135 6051 margin-left: -5px; 6136 border-top-color: #000000;6137 6052 border-width: 5px 5px 0; 6138 } 6139 6053 border-top-color: #000; 6054 } 6140 6055 .tooltip.top-left .tooltip-arrow { 6056 right: 5px; 6057 bottom: 0; 6058 margin-bottom: -5px; 6059 border-width: 5px 5px 0; 6060 border-top-color: #000; 6061 } 6062 .tooltip.top-right .tooltip-arrow { 6141 6063 bottom: 0; 6142 6064 left: 5px; 6143 border-top-color: #000000;6065 margin-bottom: -5px; 6144 6066 border-width: 5px 5px 0; 6145 } 6146 6147 .tooltip.top-right .tooltip-arrow { 6148 right: 5px; 6149 bottom: 0; 6150 border-top-color: #000000; 6151 border-width: 5px 5px 0; 6152 } 6153 6067 border-top-color: #000; 6068 } 6154 6069 .tooltip.right .tooltip-arrow { 6155 6070 top: 50%; 6156 6071 left: 0; 6157 6072 margin-top: -5px; 6158 border-right-color: #000000;6159 6073 border-width: 5px 5px 5px 0; 6160 } 6161 6074 border-right-color: #000; 6075 } 6162 6076 .tooltip.left .tooltip-arrow { 6163 6077 top: 50%; 6164 6078 right: 0; 6165 6079 margin-top: -5px; 6166 border-left-color: #000000;6167 6080 border-width: 5px 0 5px 5px; 6168 } 6169 6081 border-left-color: #000; 6082 } 6170 6083 .tooltip.bottom .tooltip-arrow { 6171 6084 top: 0; 6172 6085 left: 50%; 6173 6086 margin-left: -5px; 6174 border-bottom-color: #000000;6175 6087 border-width: 0 5px 5px; 6176 } 6177 6088 border-bottom-color: #000; 6089 } 6178 6090 .tooltip.bottom-left .tooltip-arrow { 6179 6091 top: 0; 6180 left: 5px;6181 border-bottom-color: #000000;6092 right: 5px; 6093 margin-top: -5px; 6182 6094 border-width: 0 5px 5px; 6183 } 6184 6095 border-bottom-color: #000; 6096 } 6185 6097 .tooltip.bottom-right .tooltip-arrow { 6186 6098 top: 0; 6187 right: 5px;6188 border-bottom-color: #000000;6099 left: 5px; 6100 margin-top: -5px; 6189 6101 border-width: 0 5px 5px; 6190 } 6191 6102 border-bottom-color: #000; 6103 } 6192 6104 .popover { 6193 6105 position: absolute; 6194 6106 top: 0; 6195 6107 left: 0; 6196 z-index: 10 10;6108 z-index: 1060; 6197 6109 display: none; 6198 6110 max-width: 276px; 6199 6111 padding: 1px; 6112 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 6113 font-size: 14px; 6114 font-style: normal; 6115 font-weight: normal; 6116 line-height: 1.42857143; 6200 6117 text-align: left; 6118 text-align: start; 6119 text-decoration: none; 6120 text-shadow: none; 6121 text-transform: none; 6122 letter-spacing: normal; 6123 word-break: normal; 6124 word-spacing: normal; 6125 word-wrap: normal; 6201 6126 white-space: normal; 6202 background-color: #ffffff; 6203 border: 1px solid #cccccc; 6204 border: 1px solid rgba(0, 0, 0, 0.2); 6127 background-color: #fff; 6128 -webkit-background-clip: padding-box; 6129 background-clip: padding-box; 6130 border: 1px solid #ccc; 6131 border: 1px solid rgba(0, 0, 0, .2); 6205 6132 border-radius: 6px; 6206 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 6207 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 6208 background-clip: padding-box; 6209 } 6133 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); 6134 box-shadow: 0 5px 10px rgba(0, 0, 0, .2); 6210 6135 6136 line-break: auto; 6137 } 6211 6138 .popover.top { 6212 6139 margin-top: -10px; 6213 6140 } 6214 6215 6141 .popover.right { 6216 6142 margin-left: 10px; 6217 6143 } 6218 6219 6144 .popover.bottom { 6220 6145 margin-top: 10px; 6221 6146 } 6222 6223 6147 .popover.left { 6224 6148 margin-left: -10px; 6225 6149 } 6226 6227 6150 .popover-title { 6228 6151 padding: 8px 14px; 6229 6152 margin: 0; 6230 6153 font-size: 14px; 6231 font-weight: normal;6232 line-height: 18px;6233 6154 background-color: #f7f7f7; 6234 6155 border-bottom: 1px solid #ebebeb; 6235 6156 border-radius: 5px 5px 0 0; 6236 6157 } 6237 6238 6158 .popover-content { 6239 6159 padding: 9px 14px; 6240 6160 } 6241 6242 .popover .arrow, 6243 .popover .arrow:after { 6161 .popover > .arrow, 6162 .popover > .arrow:after { 6244 6163 position: absolute; 6245 6164 display: block; … … 6249 6168 border-style: solid; 6250 6169 } 6251 6252 .popover .arrow { 6170 .popover > .arrow { 6253 6171 border-width: 11px; 6254 6172 } 6255 6256 .popover .arrow:after { 6173 .popover > .arrow:after { 6174 content: ""; 6257 6175 border-width: 10px; 6258 content: ""; 6259 } 6260 6261 .popover.top .arrow { 6176 } 6177 .popover.top > .arrow { 6262 6178 bottom: -11px; 6263 6179 left: 50%; 6264 6180 margin-left: -11px; 6265 border-top-color: #999 999;6266 border-top-color: rgba(0, 0, 0, 0.25);6181 border-top-color: #999; 6182 border-top-color: rgba(0, 0, 0, .25); 6267 6183 border-bottom-width: 0; 6268 6184 } 6269 6270 .popover.top .arrow:after { 6185 .popover.top > .arrow:after { 6271 6186 bottom: 1px; 6272 6187 margin-left: -10px; 6273 border-top-color: #ffffff; 6188 content: " "; 6189 border-top-color: #fff; 6274 6190 border-bottom-width: 0; 6275 content: " "; 6276 } 6277 6278 .popover.right .arrow { 6191 } 6192 .popover.right > .arrow { 6279 6193 top: 50%; 6280 6194 left: -11px; 6281 6195 margin-top: -11px; 6282 border-right-color: #999 999;6283 border-right-color: rgba(0, 0, 0, 0.25);6196 border-right-color: #999; 6197 border-right-color: rgba(0, 0, 0, .25); 6284 6198 border-left-width: 0; 6285 6199 } 6286 6287 .popover.right .arrow:after { 6200 .popover.right > .arrow:after { 6288 6201 bottom: -10px; 6289 6202 left: 1px; 6290 border-right-color: #ffffff; 6203 content: " "; 6204 border-right-color: #fff; 6291 6205 border-left-width: 0; 6292 content: " "; 6293 } 6294 6295 .popover.bottom .arrow { 6206 } 6207 .popover.bottom > .arrow { 6296 6208 top: -11px; 6297 6209 left: 50%; 6298 6210 margin-left: -11px; 6299 border-bottom-color: #999999;6300 border-bottom-color: rgba(0, 0, 0, 0.25);6301 6211 border-top-width: 0; 6302 } 6303 6304 .popover.bottom .arrow:after { 6212 border-bottom-color: #999; 6213 border-bottom-color: rgba(0, 0, 0, .25); 6214 } 6215 .popover.bottom > .arrow:after { 6305 6216 top: 1px; 6306 6217 margin-left: -10px; 6307 border-bottom-color: #ffffff;6218 content: " "; 6308 6219 border-top-width: 0; 6309 content: " "; 6310 } 6311 6312 .popover.left .arrow { 6220 border-bottom-color: #fff; 6221 } 6222 .popover.left > .arrow { 6313 6223 top: 50%; 6314 6224 right: -11px; 6315 6225 margin-top: -11px; 6316 border-left-color: #999999;6317 border-left-color: rgba(0, 0, 0, 0.25);6318 6226 border-right-width: 0; 6319 } 6320 6321 .popover.left .arrow:after { 6227 border-left-color: #999; 6228 border-left-color: rgba(0, 0, 0, .25); 6229 } 6230 .popover.left > .arrow:after { 6322 6231 right: 1px; 6323 6232 bottom: -10px; 6324 border-left-color: #ffffff;6233 content: " "; 6325 6234 border-right-width: 0; 6326 content: " "; 6327 } 6328 6235 border-left-color: #fff; 6236 } 6329 6237 .carousel { 6330 6238 position: relative; 6331 6239 } 6332 6333 6240 .carousel-inner { 6334 6241 position: relative; … … 6336 6243 overflow: hidden; 6337 6244 } 6338 6339 6245 .carousel-inner > .item { 6340 6246 position: relative; 6341 6247 display: none; 6342 -webkit-transition: 0.6s ease-in-out left;6343 transition: 0.6s ease-in-out left;6344 } 6345 6248 -webkit-transition: .6s ease-in-out left; 6249 -o-transition: .6s ease-in-out left; 6250 transition: .6s ease-in-out left; 6251 } 6346 6252 .carousel-inner > .item > img, 6347 6253 .carousel-inner > .item > a > img { 6348 display: block;6349 height: auto;6350 max-width: 100%;6351 6254 line-height: 1; 6352 6255 } 6256 @media all and (transform-3d), (-webkit-transform-3d) { 6257 .carousel-inner > .item { 6258 -webkit-transition: -webkit-transform .6s ease-in-out; 6259 -o-transition: -o-transform .6s ease-in-out; 6260 transition: transform .6s ease-in-out; 6353 6261 6262 -webkit-backface-visibility: hidden; 6263 backface-visibility: hidden; 6264 -webkit-perspective: 1000px; 6265 perspective: 1000px; 6266 } 6267 .carousel-inner > .item.next, 6268 .carousel-inner > .item.active.right { 6269 left: 0; 6270 -webkit-transform: translate3d(100%, 0, 0); 6271 transform: translate3d(100%, 0, 0); 6272 } 6273 .carousel-inner > .item.prev, 6274 .carousel-inner > .item.active.left { 6275 left: 0; 6276 -webkit-transform: translate3d(-100%, 0, 0); 6277 transform: translate3d(-100%, 0, 0); 6278 } 6279 .carousel-inner > .item.next.left, 6280 .carousel-inner > .item.prev.right, 6281 .carousel-inner > .item.active { 6282 left: 0; 6283 -webkit-transform: translate3d(0, 0, 0); 6284 transform: translate3d(0, 0, 0); 6285 } 6286 } 6354 6287 .carousel-inner > .active, 6355 6288 .carousel-inner > .next, … … 6357 6290 display: block; 6358 6291 } 6359 6360 6292 .carousel-inner > .active { 6361 6293 left: 0; 6362 6294 } 6363 6364 6295 .carousel-inner > .next, 6365 6296 .carousel-inner > .prev { … … 6368 6299 width: 100%; 6369 6300 } 6370 6371 6301 .carousel-inner > .next { 6372 6302 left: 100%; 6373 6303 } 6374 6375 6304 .carousel-inner > .prev { 6376 6305 left: -100%; 6377 6306 } 6378 6379 6307 .carousel-inner > .next.left, 6380 6308 .carousel-inner > .prev.right { 6381 6309 left: 0; 6382 6310 } 6383 6384 6311 .carousel-inner > .active.left { 6385 6312 left: -100%; 6386 6313 } 6387 6388 6314 .carousel-inner > .active.right { 6389 6315 left: 100%; 6390 6316 } 6391 6392 6317 .carousel-control { 6393 6318 position: absolute; … … 6397 6322 width: 15%; 6398 6323 font-size: 20px; 6399 color: #fff fff;6324 color: #fff; 6400 6325 text-align: center; 6401 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);6402 opacity: 0.5;6326 text-shadow: 0 1px 2px rgba(0, 0, 0, .6); 6327 background-color: rgba(0, 0, 0, 0); 6403 6328 filter: alpha(opacity=50); 6404 } 6405 6329 opacity: .5; 6330 } 6406 6331 .carousel-control.left { 6407 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%)); 6408 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); 6332 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); 6333 background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); 6334 background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); 6335 background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); 6336 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); 6409 6337 background-repeat: repeat-x; 6410 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); 6411 } 6412 6338 } 6413 6339 .carousel-control.right { 6414 6340 right: 0; 6415 6341 left: auto; 6416 background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%)); 6417 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); 6342 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); 6343 background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); 6344 background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); 6345 background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); 6346 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); 6418 6347 background-repeat: repeat-x; 6419 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); 6420 } 6421 6348 } 6422 6349 .carousel-control:hover, 6423 6350 .carousel-control:focus { 6424 color: #fff fff;6351 color: #fff; 6425 6352 text-decoration: none; 6426 outline: none;6427 opacity: 0.9;6428 6353 filter: alpha(opacity=90); 6429 } 6430 6354 outline: 0; 6355 opacity: .9; 6356 } 6431 6357 .carousel-control .icon-prev, 6432 6358 .carousel-control .icon-next, … … 6437 6363 z-index: 5; 6438 6364 display: inline-block; 6439 } 6440 6365 margin-top: -10px; 6366 } 6441 6367 .carousel-control .icon-prev, 6442 6368 .carousel-control .glyphicon-chevron-left { 6443 6369 left: 50%; 6444 } 6445 6370 margin-left: -10px; 6371 } 6446 6372 .carousel-control .icon-next, 6447 6373 .carousel-control .glyphicon-chevron-right { 6448 6374 right: 50%; 6449 } 6450 6375 margin-right: -10px; 6376 } 6451 6377 .carousel-control .icon-prev, 6452 6378 .carousel-control .icon-next { 6453 6379 width: 20px; 6454 6380 height: 20px; 6455 margin-top: -10px;6456 margin-left: -10px;6457 6381 font-family: serif; 6458 } 6459 6382 line-height: 1; 6383 } 6460 6384 .carousel-control .icon-prev:before { 6461 6385 content: '\2039'; 6462 6386 } 6463 6464 6387 .carousel-control .icon-next:before { 6465 6388 content: '\203a'; 6466 6389 } 6467 6468 6390 .carousel-indicators { 6469 6391 position: absolute; … … 6477 6399 list-style: none; 6478 6400 } 6479 6480 6401 .carousel-indicators li { 6481 6402 display: inline-block; … … 6487 6408 background-color: #000 \9; 6488 6409 background-color: rgba(0, 0, 0, 0); 6489 border: 1px solid #fff fff;6410 border: 1px solid #fff; 6490 6411 border-radius: 10px; 6491 6412 } 6492 6493 6413 .carousel-indicators .active { 6494 6414 width: 12px; 6495 6415 height: 12px; 6496 6416 margin: 0; 6497 background-color: #ffffff; 6498 } 6499 6417 background-color: #fff; 6418 } 6500 6419 .carousel-caption { 6501 6420 position: absolute; … … 6506 6425 padding-top: 20px; 6507 6426 padding-bottom: 20px; 6508 color: #fff fff;6427 color: #fff; 6509 6428 text-align: center; 6510 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); 6511 } 6512 6429 text-shadow: 0 1px 2px rgba(0, 0, 0, .6); 6430 } 6513 6431 .carousel-caption .btn { 6514 6432 text-shadow: none; 6515 6433 } 6516 6517 6434 @media screen and (min-width: 768px) { 6518 .carousel-control .glyphicon s-chevron-left,6519 .carousel-control .glyphicon s-chevron-right,6435 .carousel-control .glyphicon-chevron-left, 6436 .carousel-control .glyphicon-chevron-right, 6520 6437 .carousel-control .icon-prev, 6521 6438 .carousel-control .icon-next { 6522 6439 width: 30px; 6523 6440 height: 30px; 6524 margin-top: -15px; 6525 margin-left: -15px; 6441 margin-top: -10px; 6526 6442 font-size: 30px; 6443 } 6444 .carousel-control .glyphicon-chevron-left, 6445 .carousel-control .icon-prev { 6446 margin-left: -10px; 6447 } 6448 .carousel-control .glyphicon-chevron-right, 6449 .carousel-control .icon-next { 6450 margin-right: -10px; 6527 6451 } 6528 6452 .carousel-caption { … … 6535 6459 } 6536 6460 } 6537 6538 6461 .clearfix:before, 6539 .clearfix:after { 6462 .clearfix:after, 6463 .dl-horizontal dd:before, 6464 .dl-horizontal dd:after, 6465 .container:before, 6466 .container:after, 6467 .container-fluid:before, 6468 .container-fluid:after, 6469 .row:before, 6470 .row:after, 6471 .form-horizontal .form-group:before, 6472 .form-horizontal .form-group:after, 6473 .btn-toolbar:before, 6474 .btn-toolbar:after, 6475 .btn-group-vertical > .btn-group:before, 6476 .btn-group-vertical > .btn-group:after, 6477 .nav:before, 6478 .nav:after, 6479 .navbar:before, 6480 .navbar:after, 6481 .navbar-header:before, 6482 .navbar-header:after, 6483 .navbar-collapse:before, 6484 .navbar-collapse:after, 6485 .pager:before, 6486 .pager:after, 6487 .panel-body:before, 6488 .panel-body:after, 6489 .modal-header:before, 6490 .modal-header:after, 6491 .modal-footer:before, 6492 .modal-footer:after { 6540 6493 display: table; 6541 6494 content: " "; 6542 6495 } 6543 6544 .clearfix:after { 6496 .clearfix:after, 6497 .dl-horizontal dd:after, 6498 .container:after, 6499 .container-fluid:after, 6500 .row:after, 6501 .form-horizontal .form-group:after, 6502 .btn-toolbar:after, 6503 .btn-group-vertical > .btn-group:after, 6504 .nav:after, 6505 .navbar:after, 6506 .navbar-header:after, 6507 .navbar-collapse:after, 6508 .pager:after, 6509 .panel-body:after, 6510 .modal-header:after, 6511 .modal-footer:after { 6545 6512 clear: both; 6546 6513 } 6547 6548 6514 .center-block { 6549 6515 display: block; … … 6551 6517 margin-left: auto; 6552 6518 } 6553 6554 6519 .pull-right { 6555 6520 float: right !important; 6556 6521 } 6557 6558 6522 .pull-left { 6559 6523 float: left !important; 6560 6524 } 6561 6562 6525 .hide { 6563 6526 display: none !important; 6564 6527 } 6565 6566 6528 .show { 6567 6529 display: block !important; 6568 6530 } 6569 6570 6531 .invisible { 6571 6532 visibility: hidden; 6572 6533 } 6573 6574 6534 .text-hide { 6575 6535 font: 0/0 a; … … 6579 6539 border: 0; 6580 6540 } 6581 6582 6541 .hidden { 6583 6542 display: none !important; 6584 visibility: hidden !important; 6585 } 6586 6543 } 6587 6544 .affix { 6588 6545 position: fixed; 6589 6546 } 6590 6591 6547 @-ms-viewport { 6592 6548 width: device-width; 6593 6549 } 6594 6595 6550 .visible-xs, 6596 tr.visible-xs,6597 th.visible-xs,6598 td.visible-xs{6551 .visible-sm, 6552 .visible-md, 6553 .visible-lg { 6599 6554 display: none !important; 6600 6555 } 6601 6556 .visible-xs-block, 6557 .visible-xs-inline, 6558 .visible-xs-inline-block, 6559 .visible-sm-block, 6560 .visible-sm-inline, 6561 .visible-sm-inline-block, 6562 .visible-md-block, 6563 .visible-md-inline, 6564 .visible-md-inline-block, 6565 .visible-lg-block, 6566 .visible-lg-inline, 6567 .visible-lg-inline-block { 6568 display: none !important; 6569 } 6602 6570 @media (max-width: 767px) { 6603 6571 .visible-xs { … … 6605 6573 } 6606 6574 table.visible-xs { 6607 display: table ;6575 display: table !important; 6608 6576 } 6609 6577 tr.visible-xs { … … 6615 6583 } 6616 6584 } 6617 6618 @media (min-width: 768px) and (max-width: 991px) { 6619 .visible-xs.visible-sm { 6585 @media (max-width: 767px) { 6586 .visible-xs-block { 6620 6587 display: block !important; 6621 6588 } 6622 table.visible-xs.visible-sm { 6623 display: table; 6624 } 6625 tr.visible-xs.visible-sm { 6626 display: table-row !important; 6627 } 6628 th.visible-xs.visible-sm, 6629 td.visible-xs.visible-sm { 6630 display: table-cell !important; 6631 } 6632 } 6633 6634 @media (min-width: 992px) and (max-width: 1199px) { 6635 .visible-xs.visible-md { 6636 display: block !important; 6637 } 6638 table.visible-xs.visible-md { 6639 display: table; 6640 } 6641 tr.visible-xs.visible-md { 6642 display: table-row !important; 6643 } 6644 th.visible-xs.visible-md, 6645 td.visible-xs.visible-md { 6646 display: table-cell !important; 6647 } 6648 } 6649 6650 @media (min-width: 1200px) { 6651 .visible-xs.visible-lg { 6652 display: block !important; 6653 } 6654 table.visible-xs.visible-lg { 6655 display: table; 6656 } 6657 tr.visible-xs.visible-lg { 6658 display: table-row !important; 6659 } 6660 th.visible-xs.visible-lg, 6661 td.visible-xs.visible-lg { 6662 display: table-cell !important; 6663 } 6664 } 6665 6666 .visible-sm, 6667 tr.visible-sm, 6668 th.visible-sm, 6669 td.visible-sm { 6670 display: none !important; 6671 } 6672 6589 } 6673 6590 @media (max-width: 767px) { 6674 .visible-sm.visible-xs { 6675 display: block !important; 6676 } 6677 table.visible-sm.visible-xs { 6678 display: table; 6679 } 6680 tr.visible-sm.visible-xs { 6681 display: table-row !important; 6682 } 6683 th.visible-sm.visible-xs, 6684 td.visible-sm.visible-xs { 6685 display: table-cell !important; 6686 } 6687 } 6688 6591 .visible-xs-inline { 6592 display: inline !important; 6593 } 6594 } 6595 @media (max-width: 767px) { 6596 .visible-xs-inline-block { 6597 display: inline-block !important; 6598 } 6599 } 6689 6600 @media (min-width: 768px) and (max-width: 991px) { 6690 6601 .visible-sm { … … 6692 6603 } 6693 6604 table.visible-sm { 6694 display: table ;6605 display: table !important; 6695 6606 } 6696 6607 tr.visible-sm { … … 6702 6613 } 6703 6614 } 6704 6705 @media (min-width: 992px) and (max-width: 1199px) { 6706 .visible-sm.visible-md { 6615 @media (min-width: 768px) and (max-width: 991px) { 6616 .visible-sm-block { 6707 6617 display: block !important; 6708 6618 } 6709 table.visible-sm.visible-md { 6710 display: table; 6711 } 6712 tr.visible-sm.visible-md { 6713 display: table-row !important; 6714 } 6715 th.visible-sm.visible-md, 6716 td.visible-sm.visible-md { 6717 display: table-cell !important; 6718 } 6719 } 6720 6721 @media (min-width: 1200px) { 6722 .visible-sm.visible-lg { 6723 display: block !important; 6724 } 6725 table.visible-sm.visible-lg { 6726 display: table; 6727 } 6728 tr.visible-sm.visible-lg { 6729 display: table-row !important; 6730 } 6731 th.visible-sm.visible-lg, 6732 td.visible-sm.visible-lg { 6733 display: table-cell !important; 6734 } 6735 } 6736 6737 .visible-md, 6738 tr.visible-md, 6739 th.visible-md, 6740 td.visible-md { 6741 display: none !important; 6742 } 6743 6744 @media (max-width: 767px) { 6745 .visible-md.visible-xs { 6746 display: block !important; 6747 } 6748 table.visible-md.visible-xs { 6749 display: table; 6750 } 6751 tr.visible-md.visible-xs { 6752 display: table-row !important; 6753 } 6754 th.visible-md.visible-xs, 6755 td.visible-md.visible-xs { 6756 display: table-cell !important; 6757 } 6758 } 6759 6619 } 6760 6620 @media (min-width: 768px) and (max-width: 991px) { 6761 .visible-md.visible-sm { 6762 display: block !important; 6763 } 6764 table.visible-md.visible-sm { 6765 display: table; 6766 } 6767 tr.visible-md.visible-sm { 6768 display: table-row !important; 6769 } 6770 th.visible-md.visible-sm, 6771 td.visible-md.visible-sm { 6772 display: table-cell !important; 6773 } 6774 } 6775 6621 .visible-sm-inline { 6622 display: inline !important; 6623 } 6624 } 6625 @media (min-width: 768px) and (max-width: 991px) { 6626 .visible-sm-inline-block { 6627 display: inline-block !important; 6628 } 6629 } 6776 6630 @media (min-width: 992px) and (max-width: 1199px) { 6777 6631 .visible-md { … … 6779 6633 } 6780 6634 table.visible-md { 6781 display: table ;6635 display: table !important; 6782 6636 } 6783 6637 tr.visible-md { … … 6789 6643 } 6790 6644 } 6791 6792 @media (min-width: 1200px) { 6793 .visible-md.visible-lg { 6645 @media (min-width: 992px) and (max-width: 1199px) { 6646 .visible-md-block { 6794 6647 display: block !important; 6795 6648 } 6796 table.visible-md.visible-lg { 6797 display: table; 6798 } 6799 tr.visible-md.visible-lg { 6800 display: table-row !important; 6801 } 6802 th.visible-md.visible-lg, 6803 td.visible-md.visible-lg { 6804 display: table-cell !important; 6805 } 6806 } 6807 6808 .visible-lg, 6809 tr.visible-lg, 6810 th.visible-lg, 6811 td.visible-lg { 6812 display: none !important; 6813 } 6814 6815 @media (max-width: 767px) { 6816 .visible-lg.visible-xs { 6817 display: block !important; 6818 } 6819 table.visible-lg.visible-xs { 6820 display: table; 6821 } 6822 tr.visible-lg.visible-xs { 6823 display: table-row !important; 6824 } 6825 th.visible-lg.visible-xs, 6826 td.visible-lg.visible-xs { 6827 display: table-cell !important; 6828 } 6829 } 6830 6831 @media (min-width: 768px) and (max-width: 991px) { 6832 .visible-lg.visible-sm { 6833 display: block !important; 6834 } 6835 table.visible-lg.visible-sm { 6836 display: table; 6837 } 6838 tr.visible-lg.visible-sm { 6839 display: table-row !important; 6840 } 6841 th.visible-lg.visible-sm, 6842 td.visible-lg.visible-sm { 6843 display: table-cell !important; 6844 } 6845 } 6846 6649 } 6847 6650 @media (min-width: 992px) and (max-width: 1199px) { 6848 .visible-lg.visible-md { 6849 display: block !important; 6850 } 6851 table.visible-lg.visible-md { 6852 display: table; 6853 } 6854 tr.visible-lg.visible-md { 6855 display: table-row !important; 6856 } 6857 th.visible-lg.visible-md, 6858 td.visible-lg.visible-md { 6859 display: table-cell !important; 6860 } 6861 } 6862 6651 .visible-md-inline { 6652 display: inline !important; 6653 } 6654 } 6655 @media (min-width: 992px) and (max-width: 1199px) { 6656 .visible-md-inline-block { 6657 display: inline-block !important; 6658 } 6659 } 6863 6660 @media (min-width: 1200px) { 6864 6661 .visible-lg { … … 6866 6663 } 6867 6664 table.visible-lg { 6868 display: table ;6665 display: table !important; 6869 6666 } 6870 6667 tr.visible-lg { … … 6876 6673 } 6877 6674 } 6878 6879 .hidden-xs { 6880 display: block !important; 6881 } 6882 6883 table.hidden-xs { 6884 display: table; 6885 } 6886 6887 tr.hidden-xs { 6888 display: table-row !important; 6889 } 6890 6891 th.hidden-xs, 6892 td.hidden-xs { 6893 display: table-cell !important; 6894 } 6895 6675 @media (min-width: 1200px) { 6676 .visible-lg-block { 6677 display: block !important; 6678 } 6679 } 6680 @media (min-width: 1200px) { 6681 .visible-lg-inline { 6682 display: inline !important; 6683 } 6684 } 6685 @media (min-width: 1200px) { 6686 .visible-lg-inline-block { 6687 display: inline-block !important; 6688 } 6689 } 6896 6690 @media (max-width: 767px) { 6897 .hidden-xs, 6898 tr.hidden-xs, 6899 th.hidden-xs, 6900 td.hidden-xs { 6691 .hidden-xs { 6901 6692 display: none !important; 6902 6693 } 6903 6694 } 6904 6905 6695 @media (min-width: 768px) and (max-width: 991px) { 6906 .hidden-xs.hidden-sm, 6907 tr.hidden-xs.hidden-sm, 6908 th.hidden-xs.hidden-sm, 6909 td.hidden-xs.hidden-sm { 6696 .hidden-sm { 6910 6697 display: none !important; 6911 6698 } 6912 6699 } 6913 6914 6700 @media (min-width: 992px) and (max-width: 1199px) { 6915 .hidden-xs.hidden-md, 6916 tr.hidden-xs.hidden-md, 6917 th.hidden-xs.hidden-md, 6918 td.hidden-xs.hidden-md { 6701 .hidden-md { 6919 6702 display: none !important; 6920 6703 } 6921 6704 } 6922 6923 6705 @media (min-width: 1200px) { 6924 .hidden-xs.hidden-lg, 6925 tr.hidden-xs.hidden-lg, 6926 th.hidden-xs.hidden-lg, 6927 td.hidden-xs.hidden-lg { 6706 .hidden-lg { 6928 6707 display: none !important; 6929 6708 } 6930 6709 } 6931 6932 .hidden-sm { 6933 display: block !important; 6934 } 6935 6936 table.hidden-sm { 6937 display: table; 6938 } 6939 6940 tr.hidden-sm { 6941 display: table-row !important; 6942 } 6943 6944 th.hidden-sm, 6945 td.hidden-sm { 6946 display: table-cell !important; 6947 } 6948 6949 @media (max-width: 767px) { 6950 .hidden-sm.hidden-xs, 6951 tr.hidden-sm.hidden-xs, 6952 th.hidden-sm.hidden-xs, 6953 td.hidden-sm.hidden-xs { 6954 display: none !important; 6955 } 6956 } 6957 6958 @media (min-width: 768px) and (max-width: 991px) { 6959 .hidden-sm, 6960 tr.hidden-sm, 6961 th.hidden-sm, 6962 td.hidden-sm { 6963 display: none !important; 6964 } 6965 } 6966 6967 @media (min-width: 992px) and (max-width: 1199px) { 6968 .hidden-sm.hidden-md, 6969 tr.hidden-sm.hidden-md, 6970 th.hidden-sm.hidden-md, 6971 td.hidden-sm.hidden-md { 6972 display: none !important; 6973 } 6974 } 6975 6976 @media (min-width: 1200px) { 6977 .hidden-sm.hidden-lg, 6978 tr.hidden-sm.hidden-lg, 6979 th.hidden-sm.hidden-lg, 6980 td.hidden-sm.hidden-lg { 6981 display: none !important; 6982 } 6983 } 6984 6985 .hidden-md { 6986 display: block !important; 6987 } 6988 6989 table.hidden-md { 6990 display: table; 6991 } 6992 6993 tr.hidden-md { 6994 display: table-row !important; 6995 } 6996 6997 th.hidden-md, 6998 td.hidden-md { 6999 display: table-cell !important; 7000 } 7001 7002 @media (max-width: 767px) { 7003 .hidden-md.hidden-xs, 7004 tr.hidden-md.hidden-xs, 7005 th.hidden-md.hidden-xs, 7006 td.hidden-md.hidden-xs { 7007 display: none !important; 7008 } 7009 } 7010 7011 @media (min-width: 768px) and (max-width: 991px) { 7012 .hidden-md.hidden-sm, 7013 tr.hidden-md.hidden-sm, 7014 th.hidden-md.hidden-sm, 7015 td.hidden-md.hidden-sm { 7016 display: none !important; 7017 } 7018 } 7019 7020 @media (min-width: 992px) and (max-width: 1199px) { 7021 .hidden-md, 7022 tr.hidden-md, 7023 th.hidden-md, 7024 td.hidden-md { 7025 display: none !important; 7026 } 7027 } 7028 7029 @media (min-width: 1200px) { 7030 .hidden-md.hidden-lg, 7031 tr.hidden-md.hidden-lg, 7032 th.hidden-md.hidden-lg, 7033 td.hidden-md.hidden-lg { 7034 display: none !important; 7035 } 7036 } 7037 7038 .hidden-lg { 7039 display: block !important; 7040 } 7041 7042 table.hidden-lg { 7043 display: table; 7044 } 7045 7046 tr.hidden-lg { 7047 display: table-row !important; 7048 } 7049 7050 th.hidden-lg, 7051 td.hidden-lg { 7052 display: table-cell !important; 7053 } 7054 7055 @media (max-width: 767px) { 7056 .hidden-lg.hidden-xs, 7057 tr.hidden-lg.hidden-xs, 7058 th.hidden-lg.hidden-xs, 7059 td.hidden-lg.hidden-xs { 7060 display: none !important; 7061 } 7062 } 7063 7064 @media (min-width: 768px) and (max-width: 991px) { 7065 .hidden-lg.hidden-sm, 7066 tr.hidden-lg.hidden-sm, 7067 th.hidden-lg.hidden-sm, 7068 td.hidden-lg.hidden-sm { 7069 display: none !important; 7070 } 7071 } 7072 7073 @media (min-width: 992px) and (max-width: 1199px) { 7074 .hidden-lg.hidden-md, 7075 tr.hidden-lg.hidden-md, 7076 th.hidden-lg.hidden-md, 7077 td.hidden-lg.hidden-md { 7078 display: none !important; 7079 } 7080 } 7081 7082 @media (min-width: 1200px) { 7083 .hidden-lg, 7084 tr.hidden-lg, 7085 th.hidden-lg, 7086 td.hidden-lg { 7087 display: none !important; 7088 } 7089 } 7090 7091 .visible-print, 7092 tr.visible-print, 7093 th.visible-print, 7094 td.visible-print { 6710 .visible-print { 7095 6711 display: none !important; 7096 6712 } 7097 7098 6713 @media print { 7099 6714 .visible-print { … … 7101 6716 } 7102 6717 table.visible-print { 7103 display: table ;6718 display: table !important; 7104 6719 } 7105 6720 tr.visible-print { … … 7110 6725 display: table-cell !important; 7111 6726 } 7112 .hidden-print, 7113 tr.hidden-print, 7114 th.hidden-print, 7115 td.hidden-print { 6727 } 6728 .visible-print-block { 6729 display: none !important; 6730 } 6731 @media print { 6732 .visible-print-block { 6733 display: block !important; 6734 } 6735 } 6736 .visible-print-inline { 6737 display: none !important; 6738 } 6739 @media print { 6740 .visible-print-inline { 6741 display: inline !important; 6742 } 6743 } 6744 .visible-print-inline-block { 6745 display: none !important; 6746 } 6747 @media print { 6748 .visible-print-inline-block { 6749 display: inline-block !important; 6750 } 6751 } 6752 @media print { 6753 .hidden-print { 7116 6754 display: none !important; 7117 6755 } 7118 6756 } 6757 /*# sourceMappingURL=bootstrap.css.map */ -
main/waeup.ikoba/trunk/layout/static/bootstrap/css/bootstrap.min.css
r11254 r14842 1 1 /*! 2 * Bootstrap v3.0.3 (http://getbootstrap.com) 3 * Copyright 2014 Twitter, Inc. 4 * Licensed under http://www.apache.org/licenses/LICENSE-2.0 5 */ 6 7 /*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}h4,h5,h6{margin-top:10px;margin-bottom:10px}h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-primary:hover{color:#3071a9}.text-warning{color:#8a6d3b}.text-warning:hover{color:#66512c}.text-danger{color:#a94442}.text-danger:hover{color:#843534}.text-success{color:#3c763d}.text-success:hover{color:#2b542c}.text-info{color:#31708f}.text-info:hover{color:#245269}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}.list-inline>li:first-child{padding-left:0}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small,blockquote .small{display:block;line-height:1.428571429;color:#999}blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small,blockquote.pull-right .small{text-align:right}blockquote.pull-right small:before,blockquote.pull-right .small:before{content:''}blockquote.pull-right small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}@media(min-width:768px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666666666666%}.col-xs-10{width:83.33333333333334%}.col-xs-9{width:75%}.col-xs-8{width:66.66666666666666%}.col-xs-7{width:58.333333333333336%}.col-xs-6{width:50%}.col-xs-5{width:41.66666666666667%}.col-xs-4{width:33.33333333333333%}.col-xs-3{width:25%}.col-xs-2{width:16.666666666666664%}.col-xs-1{width:8.333333333333332%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666666666666%}.col-xs-pull-10{right:83.33333333333334%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666666666666%}.col-xs-pull-7{right:58.333333333333336%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666666666667%}.col-xs-pull-4{right:33.33333333333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.666666666666664%}.col-xs-pull-1{right:8.333333333333332%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666666666666%}.col-xs-push-10{left:83.33333333333334%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666666666666%}.col-xs-push-7{left:58.333333333333336%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666666666667%}.col-xs-push-4{left:33.33333333333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.666666666666664%}.col-xs-push-1{left:8.333333333333332%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666666666666%}.col-xs-offset-10{margin-left:83.33333333333334%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666666666666%}.col-xs-offset-7{margin-left:58.333333333333336%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666666666667%}.col-xs-offset-4{margin-left:33.33333333333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.666666666666664%}.col-xs-offset-1{margin-left:8.333333333333332%}.col-xs-offset-0{margin-left:0}@media(min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table>thead>tr>.active,.table>tbody>tr>.active,.table>tfoot>tr>.active,.table>thead>.active>td,.table>tbody>.active>td,.table>tfoot>.active>td,.table>thead>.active>th,.table>tbody>.active>th,.table>tfoot>.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>.active:hover,.table-hover>tbody>.active:hover>td,.table-hover>tbody>.active:hover>th{background-color:#e8e8e8}.table>thead>tr>.success,.table>tbody>tr>.success,.table>tfoot>tr>.success,.table>thead>.success>td,.table>tbody>.success>td,.table>tfoot>.success>td,.table>thead>.success>th,.table>tbody>.success>th,.table>tfoot>.success>th{background-color:#dff0d8}.table-hover>tbody>tr>.success:hover,.table-hover>tbody>.success:hover>td,.table-hover>tbody>.success:hover>th{background-color:#d0e9c6}.table>thead>tr>.danger,.table>tbody>tr>.danger,.table>tfoot>tr>.danger,.table>thead>.danger>td,.table>tbody>.danger>td,.table>tfoot>.danger>td,.table>thead>.danger>th,.table>tbody>.danger>th,.table>tfoot>.danger>th{background-color:#f2dede}.table-hover>tbody>tr>.danger:hover,.table-hover>tbody>.danger:hover>td,.table-hover>tbody>.danger:hover>th{background-color:#ebcccc}.table>thead>tr>.warning,.table>tbody>tr>.warning,.table>tfoot>tr>.warning,.table>thead>.warning>td,.table>tbody>.warning>td,.table>tfoot>.warning>td,.table>thead>.warning>th,.table>tbody>.warning>th,.table>tfoot>.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>.warning:hover,.table-hover>tbody>.warning:hover>td,.table-hover>tbody>.warning:hover>th{background-color:#faf2cc}@media(max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}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}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline select.form-control{width:auto}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-control-static{padding-top:7px}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#fff}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1;-moz-osx-font-smoothing:grayscale}.glyphicon:empty{width:1em}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.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;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn:first-child>.btn{margin-right:-1px}.input-group-btn:last-child>.btn{margin-left:-1px}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.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}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form select.form-control{width:auto}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.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}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{display:block;height:auto;max-width:100%;margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image: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)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image: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)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image: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)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image: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)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child th,.panel>.table>tbody:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;z-index:1050;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.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}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}table.visible-xs.visible-sm{display:table}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}table.visible-xs.visible-md{display:table}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}table.visible-xs.visible-lg{display:table}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}table.visible-sm.visible-xs{display:table}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}table.visible-sm.visible-md{display:table}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}table.visible-sm.visible-lg{display:table}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}table.visible-md.visible-xs{display:table}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}table.visible-md.visible-sm{display:table}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}table.visible-md.visible-lg{display:table}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}table.visible-lg.visible-xs{display:table}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}table.visible-lg.visible-sm{display:table}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}table.visible-lg.visible-md{display:table}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}table.hidden-xs{display:table}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm,tr.hidden-xs.hidden-sm,th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md,tr.hidden-xs.hidden-md,th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}table.hidden-sm{display:table}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md,tr.hidden-sm.hidden-md,th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}table.hidden-md{display:table}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm,tr.hidden-md.hidden-sm,th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}table.hidden-lg{display:table}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm,tr.hidden-lg.hidden-sm,th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md,tr.hidden-lg.hidden-md,th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print{display:none!important}} 2 * Bootstrap v3.3.7 (http://getbootstrap.com) 3 * Copyright 2011-2016 Twitter, Inc. 4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 5 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.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}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.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}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}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)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}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}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}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}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.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}.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)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.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}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.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)}.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}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.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)}.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}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.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)}.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}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.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}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.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)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.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}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.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)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.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)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.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}.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}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.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}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.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)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.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}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.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}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.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){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.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}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.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}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.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}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.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}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.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}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.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}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.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}}.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)}.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}.progress-bar-striped,.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}.progress-bar.active,.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}.progress-bar-success{background-color:#5cb85c}.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)}.progress-bar-info{background-color:#5bc0de}.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)}.progress-bar-warning{background-color:#f0ad4e}.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)}.progress-bar-danger{background-color:#d9534f}.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)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.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)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.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}.panel>.list-group:last-child .list-group-item:last-child,.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}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.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)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.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%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.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)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.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;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.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}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.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}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.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}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.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)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.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)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.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}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.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}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.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);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.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}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.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)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}} 6 /*# sourceMappingURL=bootstrap.min.css.map */
Note: See TracChangeset for help on using the changeset viewer.