Newer
Older
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
line-height: 1.33333;
}
/* line 388, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.has-feedback {
position: relative;
}
/* line 393, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
padding-right: 45px;
}
/* line 398, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
pointer-events: none;
}
/* line 410, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 49px;
height: 49px;
line-height: 49px;
}
/* line 417, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
color: #3c763d;
}
/* line 21, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
color: #3c763d;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
color: #8a6d3b;
}
/* line 21, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
color: #8a6d3b;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
color: #a94442;
}
/* line 21, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}
/* line 24, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}
/* line 31, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
color: #a94442;
}
/* line 439, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
top: 27px;
}
/* line 442, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
/* line 453, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #a6a6a6;
}
@media (min-width: 768px) {
/* line 478, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
/* line 485, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
/* line 492, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-inline .form-control-static {
display: inline-block;
}
/* line 496, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-inline .input-group {
display: inline-table;
vertical-align: middle;
}
/* line 500, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
/* line 508, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-inline .input-group > .form-control {
width: 100%;
}
/* line 512, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
/* line 519, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
/* line 526, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
/* line 530, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
/* line 537, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
/* line 559, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
/* line 569, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 29px;
}
/* line 575, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
content: " ";
display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
/* line 582, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
/* line 593, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
/* line 603, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 20px;
}
}
@media (min-width: 768px) {
/* line 611, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
/* line 9, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 16px;
line-height: 1.42857;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* line 26, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/* line 32, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
color: #4A4A4A;
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
text-decoration: none;
}
/* line 39, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
cursor: not-allowed;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
/* line 58, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
pointer-events: none;
}
/* line 68, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-default {
color: #4A4A4A;
background-color: #ffffff;
border-color: #4A4A4A;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
color: #4A4A4A;
background-color: #e6e6e6;
border-color: #0a0a0a;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
color: #4A4A4A;
background-color: #e6e6e6;
border-color: #2b2b2b;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
color: #4A4A4A;
background-color: #e6e6e6;
border-color: #2b2b2b;
}
/* line 29, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
color: #4A4A4A;
background-color: #d4d4d4;
border-color: #0a0a0a;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
background-image: none;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
background-color: #ffffff;
border-color: #4A4A4A;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
color: #ffffff;
background-color: #4A4A4A;
}
/* line 71, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
color: #ffffff;
background-color: #960000;
border-color: #830000;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
color: #ffffff;
background-color: #630000;
border-color: #040000;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
color: #ffffff;
background-color: #630000;
border-color: #460000;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
color: #ffffff;
background-color: #630000;
border-color: #460000;
}
/* line 29, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
color: #ffffff;
background-color: #3f0000;
border-color: #040000;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
background-image: none;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
background-color: #960000;
border-color: #830000;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
color: #960000;
background-color: #ffffff;
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
}
/* line 75, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
/* line 29, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
background-image: none;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
background-color: #5cb85c;
border-color: #4cae4c;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
/* line 79, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
/* line 29, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
background-image: none;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
background-color: #5bc0de;
border-color: #46b8da;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
/* line 83, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
/* line 29, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
background-image: none;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
background-color: #f0ad4e;
border-color: #eea236;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
/* line 87, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
/* line 29, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
background-image: none;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
background-color: #d9534f;
border-color: #d43f3a;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
/* line 96, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link {
color: #BB0000;
font-weight: normal;
border-radius: 0;
}
/* line 101, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.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;
}
/* line 109, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
/* line 115, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
color: #4A4A4A;
text-decoration: underline;
background-color: transparent;
}
/* line 123, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
/* line 135, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
padding: 10px 16px;
font-size: 20px;
line-height: 1.33333;
border-radius: 6px;
}
/* line 139, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
/* line 143, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
/* line 151, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-block {
display: block;
width: 100%;
}
/* line 157, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
margin-top: 5px;
}
/* line 165, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
/* line 8, ../assets/sass/components/_video.scss */
.p-vid {
max-width: 560px;
width: 100%;
min-height: 315px;
height: auto;
margin: 20px;
/* line 11, ../assets/sass/components/_news.scss */
.view-news .row {
display: flex;
margin-bottom: 40px;
}
@media (max-width: 768px) {
/* line 11, ../assets/sass/components/_news.scss */
.view-news .row {
display: block;
}
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
/* line 21, ../assets/sass/components/_news.scss */
.news-row {
display: flex;
color: #666666;
}
@media (max-width: 768px) {
/* line 21, ../assets/sass/components/_news.scss */
.news-row {
display: block;
}
}
/* line 29, ../assets/sass/components/_news.scss */
.news-row .inner-news-grid {
border: #979797 solid 1px;
flex: 1;
background: #ffffff;
}
@media (max-width: 768px) {
/* line 29, ../assets/sass/components/_news.scss */
.news-row .inner-news-grid {
flex: none;
margin-bottom: 20px;
}
}
/* line 40, ../assets/sass/components/_news.scss */
.news-row .views-field-created {
padding: 10px 10px 0;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* line 49, ../assets/sass/components/_news.scss */
.news-row .views-field-title {
padding: 0 10px;
}
/* line 52, ../assets/sass/components/_news.scss */
.news-row .views-field-title a {
color: #666666;
}
/* line 57, ../assets/sass/components/_news.scss */
.news-row .views-field-body {
padding: 0 10px 40px;
font-weight: 300;
/* line 68, ../assets/sass/components/_news.scss */
.news-cont {
padding-left: 0;
}
/* line 71, ../assets/sass/components/_news.scss */
.news-cont .field--name-body {
margin: 20px 0 40px;
}
@media (max-width: 768px) {
/* line 68, ../assets/sass/components/_news.scss */
.news-cont {
padding: 0;
}
/* line 80, ../assets/sass/components/_news.scss */
.news-date {
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* line 88, ../assets/sass/components/_news.scss */
.news-title {
text-transform: capitalize;
/* line 92, ../assets/sass/components/_news.scss */
.news-img {
margin-bottom: 40px;
}
@media (max-width: 768px) {
/* line 92, ../assets/sass/components/_news.scss */
.news-img {
margin: 0;
padding: 0;
}
/* line 106, ../assets/sass/components/_news.scss */
.page-node-type-news-story .page-header {
display: none;
/* line 1, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu {
width: 100%;
margin-top: 2em;
border-bottom: 4px solid #47a3da;
/* general ul style */
/* line 8, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu ul {
margin: 0;
padding: 0;
list-style-type: none;
/* first level ul style */
/* line 15, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
width: 90%;
max-width: 70em;
margin: 0 auto;
padding: 0 1.875em;
/* line 23, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu > ul > li {
display: inline-block;
/* line 27, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu > ul > li > a {
font-weight: 700;
padding: 1em 2em;
color: #999;
display: inline-block;
/* line 34, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu > ul > li > a:hover {
color: #47a3da;
/* line 38, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
color: #fff;
background: #47a3da;
/* sub-menu */
/* line 45, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu .cbp-hrsub {
display: none;
position: absolute;
background: #47a3da;
width: 100%;
left: 0;
/* line 53, ../assets/sass/components/_cbpmenu.scss */
.cbp-hropen .cbp-hrsub {
display: block;
padding-bottom: 3em;
/* line 58, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu .cbp-hrsub-inner > div {
width: 33%;
float: left;
padding: 0 2em 0;
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
}
/* line 64, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
content: " ";
display: table;
}
/* line 70, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu .cbp-hrsub-inner:after {
clear: both;
}
/* line 74, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu .cbp-hrsub-inner > div a {
line-height: 2em;
}
/* line 78, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrsub h4 {
color: #afdefa;
padding: 2em 0 0.6em;
margin: 0;
font-size: 160%;
font-weight: 300;
}
/* Examples for media queries */
@media screen and (max-width: 52.75em) {
/* line 90, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu {
font-size: 80%;
}
}
@media screen and (max-width: 43em) {
/* line 98, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu {
font-size: 120%;
border: none;
}
/* line 103, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
width: 100%;
padding: 0;
}
/* line 109, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu .cbp-hrsub-inner {
padding: 0 2em;
font-size: 75%;
}
/* line 114, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu > ul > li {
display: block;
border-bottom: 4px solid #47a3da;
}
/* line 119, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu > ul > li > a {
display: block;
padding: 1em 3em;
}
/* line 124, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu .cbp-hrsub {
position: relative;
}
/* line 128, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrsub h4 {
padding-top: 0.6em;
}
}
@media screen and (max-width: 36em) {
/* line 135, ../assets/sass/components/_cbpmenu.scss */
.cbp-hrmenu .cbp-hrsub-inner > div {
width: 100%;
float: none;
padding: 0 2em;
}
}
/* line 11, ../assets/sass/components/_events.scss */
.view-events .row {
display: flex;
margin-bottom: 40px;
@media (max-width: 768px) {
/* line 11, ../assets/sass/components/_events.scss */
.view-events .row {
display: block;
}
/* line 20, ../assets/sass/components/_events.scss */
.view-events .news-row {
display: flex;
color: #666666;
@media (max-width: 768px) {
/* line 20, ../assets/sass/components/_events.scss */
.view-events .news-row {
display: block;
}
/* line 28, ../assets/sass/components/_events.scss */
.view-events .news-row .inner-news-grid {
border: #979797 solid 1px;
flex: 1;
background: #ffffff;
@media (max-width: 768px) {
/* line 28, ../assets/sass/components/_events.scss */
.view-events .news-row .inner-news-grid {
flex: none;
margin-bottom: 20px;
}
/* line 39, ../assets/sass/components/_events.scss */
.view-events .news-row .views-field-field-evt-date-range {
padding: 10px;
background: #841F5D;
color: #ffffff;
text-transform: uppercase;
/* line 46, ../assets/sass/components/_events.scss */
.view-events .news-row .views-field-title {
padding: 0 10px 10px;
font-size: 18px;
/* line 50, ../assets/sass/components/_events.scss */
.view-events .news-row .views-field-title a {
color: #666666;
/* line 55, ../assets/sass/components/_events.scss */
.view-events .news-row .views-field-field-evt-location-2 {
padding: 10px 10px 3px;
color: #26686D;
font-weight: 700;
/* line 71, ../assets/sass/components/_events.scss */
.news-cont {