bootstrap.css 187 KB
Newer Older
Mark Otto's avatar
Mark Otto committed
3001
3002
  background-color: #31d2f2;
  border-color: #25cff2;
3003
}
XhmikosR's avatar
XhmikosR committed
3004
.btn-check:focus + .btn-info, .btn-info:focus {
XhmikosR's avatar
XhmikosR committed
3005
  color: #000;
Mark Otto's avatar
Mark Otto committed
3006
3007
  background-color: #31d2f2;
  border-color: #25cff2;
XhmikosR's avatar
XhmikosR committed
3008
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
Mark Otto's avatar
Mark Otto committed
3009
}
XhmikosR's avatar
XhmikosR committed
3010
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
XhmikosR's avatar
XhmikosR committed
3011
  color: #000;
Mark Otto's avatar
Mark Otto committed
3012
3013
  background-color: #3dd5f3;
  border-color: #25cff2;
XhmikosR's avatar
XhmikosR committed
3014
}
XhmikosR's avatar
XhmikosR committed
3015
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
XhmikosR's avatar
XhmikosR committed
3016
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
3017
}
XhmikosR's avatar
XhmikosR committed
3018
.btn-info:disabled, .btn-info.disabled {
XhmikosR's avatar
XhmikosR committed
3019
3020
3021
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
3022
}
3023

XhmikosR's avatar
XhmikosR committed
3024
.btn-warning {
XhmikosR's avatar
XhmikosR committed
3025
  color: #000;
XhmikosR's avatar
XhmikosR committed
3026
3027
  background-color: #ffc107;
  border-color: #ffc107;
XhmikosR's avatar
XhmikosR committed
3028
}
XhmikosR's avatar
XhmikosR committed
3029
.btn-warning:hover {
XhmikosR's avatar
XhmikosR committed
3030
  color: #000;
Mark Otto's avatar
Mark Otto committed
3031
3032
  background-color: #ffca2c;
  border-color: #ffc720;
3033
}
XhmikosR's avatar
XhmikosR committed
3034
.btn-check:focus + .btn-warning, .btn-warning:focus {
XhmikosR's avatar
XhmikosR committed
3035
  color: #000;
Mark Otto's avatar
Mark Otto committed
3036
3037
  background-color: #ffca2c;
  border-color: #ffc720;
XhmikosR's avatar
XhmikosR committed
3038
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
3039
}
XhmikosR's avatar
XhmikosR committed
3040
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
XhmikosR's avatar
XhmikosR committed
3041
  color: #000;
Mark Otto's avatar
Mark Otto committed
3042
3043
  background-color: #ffcd39;
  border-color: #ffc720;
Mark Otto's avatar
Mark Otto committed
3044
}
XhmikosR's avatar
XhmikosR committed
3045
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
XhmikosR's avatar
XhmikosR committed
3046
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
3047
}
XhmikosR's avatar
XhmikosR committed
3048
.btn-warning:disabled, .btn-warning.disabled {
XhmikosR's avatar
XhmikosR committed
3049
  color: #000;
XhmikosR's avatar
XhmikosR committed
3050
3051
  background-color: #ffc107;
  border-color: #ffc107;
3052
}
3053

XhmikosR's avatar
XhmikosR committed
3054
3055
3056
3057
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
3058
}
XhmikosR's avatar
XhmikosR committed
3059
.btn-danger:hover {
XhmikosR's avatar
XhmikosR committed
3060
  color: #fff;
Mark Otto's avatar
Mark Otto committed
3061
3062
  background-color: #bb2d3b;
  border-color: #b02a37;
3063
}
XhmikosR's avatar
XhmikosR committed
3064
.btn-check:focus + .btn-danger, .btn-danger:focus {
XhmikosR's avatar
XhmikosR committed
3065
  color: #fff;
Mark Otto's avatar
Mark Otto committed
3066
3067
  background-color: #bb2d3b;
  border-color: #b02a37;
XhmikosR's avatar
XhmikosR committed
3068
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
XhmikosR's avatar
XhmikosR committed
3069
}
XhmikosR's avatar
XhmikosR committed
3070
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
XhmikosR's avatar
XhmikosR committed
3071
  color: #fff;
Mark Otto's avatar
Mark Otto committed
3072
3073
  background-color: #b02a37;
  border-color: #a52834;
3074
}
XhmikosR's avatar
XhmikosR committed
3075
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
XhmikosR's avatar
XhmikosR committed
3076
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
Mark Otto's avatar
Mark Otto committed
3077
}
XhmikosR's avatar
XhmikosR committed
3078
3079
3080
3081
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
3082
}
3083

XhmikosR's avatar
XhmikosR committed
3084
.btn-light {
XhmikosR's avatar
XhmikosR committed
3085
  color: #000;
XhmikosR's avatar
XhmikosR committed
3086
3087
  background-color: #f8f9fa;
  border-color: #f8f9fa;
3088
}
XhmikosR's avatar
XhmikosR committed
3089
.btn-light:hover {
XhmikosR's avatar
XhmikosR committed
3090
  color: #000;
Mark Otto's avatar
Mark Otto committed
3091
3092
  background-color: #f9fafb;
  border-color: #f9fafb;
3093
}
XhmikosR's avatar
XhmikosR committed
3094
.btn-check:focus + .btn-light, .btn-light:focus {
XhmikosR's avatar
XhmikosR committed
3095
  color: #000;
Mark Otto's avatar
Mark Otto committed
3096
3097
  background-color: #f9fafb;
  border-color: #f9fafb;
XhmikosR's avatar
XhmikosR committed
3098
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
3099
}
XhmikosR's avatar
XhmikosR committed
3100
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
XhmikosR's avatar
XhmikosR committed
3101
  color: #000;
Mark Otto's avatar
Mark Otto committed
3102
3103
  background-color: #f9fafb;
  border-color: #f9fafb;
3104
}
XhmikosR's avatar
XhmikosR committed
3105
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
XhmikosR's avatar
XhmikosR committed
3106
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
3107
}
XhmikosR's avatar
XhmikosR committed
3108
.btn-light:disabled, .btn-light.disabled {
XhmikosR's avatar
XhmikosR committed
3109
  color: #000;
XhmikosR's avatar
XhmikosR committed
3110
3111
  background-color: #f8f9fa;
  border-color: #f8f9fa;
3112
}
3113

XhmikosR's avatar
XhmikosR committed
3114
3115
.btn-dark {
  color: #fff;
Mark Otto's avatar
Mark Otto committed
3116
3117
  background-color: #212529;
  border-color: #212529;
Mark Otto's avatar
Mark Otto committed
3118
}
XhmikosR's avatar
XhmikosR committed
3119
3120
.btn-dark:hover {
  color: #fff;
Mark Otto's avatar
Mark Otto committed
3121
3122
  background-color: #1c1f23;
  border-color: #1a1e21;
Mark Otto's avatar
Mark Otto committed
3123
}
XhmikosR's avatar
XhmikosR committed
3124
.btn-check:focus + .btn-dark, .btn-dark:focus {
XhmikosR's avatar
XhmikosR committed
3125
  color: #fff;
Mark Otto's avatar
Mark Otto committed
3126
3127
3128
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
Mark Otto's avatar
Mark Otto committed
3129
}
XhmikosR's avatar
XhmikosR committed
3130
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
Mark Otto's avatar
dist v5    
Mark Otto committed
3131
  color: #fff;
Mark Otto's avatar
Mark Otto committed
3132
3133
  background-color: #1a1e21;
  border-color: #191c1f;
Mark Otto's avatar
Mark Otto committed
3134
}
XhmikosR's avatar
XhmikosR committed
3135
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
Mark Otto's avatar
Mark Otto committed
3136
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
XhmikosR's avatar
XhmikosR committed
3137
}
XhmikosR's avatar
XhmikosR committed
3138
3139
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
Mark Otto's avatar
Mark Otto committed
3140
3141
  background-color: #212529;
  border-color: #212529;
Mark Otto's avatar
Mark Otto committed
3142
3143
}

XhmikosR's avatar
XhmikosR committed
3144
3145
3146
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
Mark Otto's avatar
Mark Otto committed
3147
}
XhmikosR's avatar
XhmikosR committed
3148
3149
3150
3151
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
Mark Otto's avatar
Mark Otto committed
3152
}
XhmikosR's avatar
XhmikosR committed
3153
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
XhmikosR's avatar
XhmikosR committed
3154
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
Mark Otto's avatar
Mark Otto committed
3155
}
XhmikosR's avatar
XhmikosR committed
3156
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
XhmikosR's avatar
XhmikosR committed
3157
3158
3159
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
Mark Otto's avatar
Mark Otto committed
3160
}
XhmikosR's avatar
XhmikosR committed
3161
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
XhmikosR's avatar
XhmikosR committed
3162
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
Mark Otto's avatar
Mark Otto committed
3163
}
XhmikosR's avatar
XhmikosR committed
3164
3165
3166
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
Mark Otto's avatar
Mark Otto committed
3167
}
3168

XhmikosR's avatar
XhmikosR committed
3169
3170
3171
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
Mark Otto's avatar
grunt    
Mark Otto committed
3172
}
XhmikosR's avatar
XhmikosR committed
3173
3174
3175
3176
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
Mark Otto's avatar
Mark Otto committed
3177
}
XhmikosR's avatar
XhmikosR committed
3178
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
XhmikosR's avatar
XhmikosR committed
3179
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
Mark Otto's avatar
grunt    
Mark Otto committed
3180
}
XhmikosR's avatar
XhmikosR committed
3181
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
XhmikosR's avatar
XhmikosR committed
3182
3183
3184
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
Mark Otto's avatar
Mark Otto committed
3185
}
XhmikosR's avatar
XhmikosR committed
3186
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
XhmikosR's avatar
XhmikosR committed
3187
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
Mark Otto's avatar
grunt    
Mark Otto committed
3188
}
XhmikosR's avatar
XhmikosR committed
3189
3190
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
Mark Otto's avatar
grunt    
Mark Otto committed
3191
  background-color: transparent;
Mark Otto's avatar
Mark Otto committed
3192
}
3193

XhmikosR's avatar
XhmikosR committed
3194
.btn-outline-success {
XhmikosR's avatar
XhmikosR committed
3195
3196
  color: #198754;
  border-color: #198754;
Mark Otto's avatar
dist    
Mark Otto committed
3197
}
XhmikosR's avatar
XhmikosR committed
3198
3199
.btn-outline-success:hover {
  color: #fff;
XhmikosR's avatar
XhmikosR committed
3200
3201
  background-color: #198754;
  border-color: #198754;
Mark Otto's avatar
Mark Otto committed
3202
}
XhmikosR's avatar
XhmikosR committed
3203
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
XhmikosR's avatar
XhmikosR committed
3204
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
Mark Otto's avatar
Mark Otto committed
3205
}
XhmikosR's avatar
XhmikosR committed
3206
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
XhmikosR's avatar
XhmikosR committed
3207
  color: #fff;
XhmikosR's avatar
XhmikosR committed
3208
3209
  background-color: #198754;
  border-color: #198754;
Mark Otto's avatar
grunt    
Mark Otto committed
3210
}
XhmikosR's avatar
XhmikosR committed
3211
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
XhmikosR's avatar
XhmikosR committed
3212
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
Mark Otto's avatar
Mark Otto committed
3213
}
XhmikosR's avatar
XhmikosR committed
3214
.btn-outline-success:disabled, .btn-outline-success.disabled {
XhmikosR's avatar
XhmikosR committed
3215
  color: #198754;
XhmikosR's avatar
XhmikosR committed
3216
  background-color: transparent;
Mark Otto's avatar
dist    
Mark Otto committed
3217
3218
}

XhmikosR's avatar
XhmikosR committed
3219
.btn-outline-info {
XhmikosR's avatar
XhmikosR committed
3220
3221
  color: #0dcaf0;
  border-color: #0dcaf0;
Mark Otto's avatar
Mark Otto committed
3222
}
XhmikosR's avatar
XhmikosR committed
3223
.btn-outline-info:hover {
XhmikosR's avatar
XhmikosR committed
3224
3225
3226
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
Mark Otto's avatar
Mark Otto committed
3227
}
XhmikosR's avatar
XhmikosR committed
3228
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
XhmikosR's avatar
XhmikosR committed
3229
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
Mark Otto's avatar
grunt    
Mark Otto committed
3230
}
XhmikosR's avatar
XhmikosR committed
3231
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
XhmikosR's avatar
XhmikosR committed
3232
3233
3234
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
XhmikosR's avatar
XhmikosR committed
3235
}
XhmikosR's avatar
XhmikosR committed
3236
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
XhmikosR's avatar
XhmikosR committed
3237
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
Mark Otto's avatar
Mark Otto committed
3238
}
XhmikosR's avatar
XhmikosR committed
3239
.btn-outline-info:disabled, .btn-outline-info.disabled {
XhmikosR's avatar
XhmikosR committed
3240
  color: #0dcaf0;
XhmikosR's avatar
XhmikosR committed
3241
  background-color: transparent;
Mark Otto's avatar
dist    
Mark Otto committed
3242
3243
}

XhmikosR's avatar
XhmikosR committed
3244
3245
3246
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
Mark Otto's avatar
grunt    
Mark Otto committed
3247
}
XhmikosR's avatar
XhmikosR committed
3248
.btn-outline-warning:hover {
XhmikosR's avatar
XhmikosR committed
3249
  color: #000;
XhmikosR's avatar
XhmikosR committed
3250
3251
  background-color: #ffc107;
  border-color: #ffc107;
Mark Otto's avatar
dist v5    
Mark Otto committed
3252
}
XhmikosR's avatar
XhmikosR committed
3253
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
XhmikosR's avatar
XhmikosR committed
3254
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
Mark Otto's avatar
dist v5    
Mark Otto committed
3255
}
XhmikosR's avatar
XhmikosR committed
3256
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
XhmikosR's avatar
XhmikosR committed
3257
  color: #000;
XhmikosR's avatar
XhmikosR committed
3258
3259
  background-color: #ffc107;
  border-color: #ffc107;
XhmikosR's avatar
XhmikosR committed
3260
}
XhmikosR's avatar
XhmikosR committed
3261
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
XhmikosR's avatar
XhmikosR committed
3262
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
Mark Otto's avatar
dist v5    
Mark Otto committed
3263
}
XhmikosR's avatar
XhmikosR committed
3264
3265
3266
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
XhmikosR's avatar
XhmikosR committed
3267
3268
}

XhmikosR's avatar
XhmikosR committed
3269
3270
3271
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
Mark Otto's avatar
dist v5    
Mark Otto committed
3272
}
XhmikosR's avatar
XhmikosR committed
3273
.btn-outline-danger:hover {
Mark Otto's avatar
dist v5    
Mark Otto committed
3274
  color: #fff;
XhmikosR's avatar
XhmikosR committed
3275
3276
  background-color: #dc3545;
  border-color: #dc3545;
Mark Otto's avatar
dist v5    
Mark Otto committed
3277
}
XhmikosR's avatar
XhmikosR committed
3278
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
XhmikosR's avatar
XhmikosR committed
3279
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
Mark Otto's avatar
dist v5    
Mark Otto committed
3280
}
XhmikosR's avatar
XhmikosR committed
3281
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
Mark Otto's avatar
dist v5    
Mark Otto committed
3282
  color: #fff;
XhmikosR's avatar
XhmikosR committed
3283
3284
  background-color: #dc3545;
  border-color: #dc3545;
Mark Otto's avatar
dist v5    
Mark Otto committed
3285
}
XhmikosR's avatar
XhmikosR committed
3286
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
XhmikosR's avatar
XhmikosR committed
3287
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
Mark Otto's avatar
dist v5    
Mark Otto committed
3288
}
XhmikosR's avatar
XhmikosR committed
3289
3290
3291
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
XhmikosR's avatar
XhmikosR committed
3292
3293
}

XhmikosR's avatar
XhmikosR committed
3294
3295
3296
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
Mark Otto's avatar
Mark Otto committed
3297
}
XhmikosR's avatar
XhmikosR committed
3298
.btn-outline-light:hover {
XhmikosR's avatar
XhmikosR committed
3299
  color: #000;
XhmikosR's avatar
XhmikosR committed
3300
3301
  background-color: #f8f9fa;
  border-color: #f8f9fa;
Mark Otto's avatar
grunt    
Mark Otto committed
3302
}
XhmikosR's avatar
XhmikosR committed
3303
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
XhmikosR's avatar
XhmikosR committed
3304
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
Mark Otto's avatar
Mark Otto committed
3305
}
XhmikosR's avatar
XhmikosR committed
3306
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
XhmikosR's avatar
XhmikosR committed
3307
  color: #000;
XhmikosR's avatar
XhmikosR committed
3308
3309
  background-color: #f8f9fa;
  border-color: #f8f9fa;
Mark Otto's avatar
grunt    
Mark Otto committed
3310
}
XhmikosR's avatar
XhmikosR committed
3311
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
XhmikosR's avatar
XhmikosR committed
3312
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
Mark Otto's avatar
Mark Otto committed
3313
}
XhmikosR's avatar
XhmikosR committed
3314
3315
3316
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
XhmikosR's avatar
XhmikosR committed
3317
3318
}

XhmikosR's avatar
XhmikosR committed
3319
.btn-outline-dark {
Mark Otto's avatar
Mark Otto committed
3320
3321
  color: #212529;
  border-color: #212529;
Mark Otto's avatar
Mark Otto committed
3322
}
XhmikosR's avatar
XhmikosR committed
3323
.btn-outline-dark:hover {
Mark Otto's avatar
dist v5    
Mark Otto committed
3324
  color: #fff;
Mark Otto's avatar
Mark Otto committed
3325
3326
  background-color: #212529;
  border-color: #212529;
Mark Otto's avatar
grunt    
Mark Otto committed
3327
}
XhmikosR's avatar
XhmikosR committed
3328
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
Mark Otto's avatar
Mark Otto committed
3329
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
Mark Otto's avatar
grunt    
Mark Otto committed
3330
}
XhmikosR's avatar
XhmikosR committed
3331
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
Mark Otto's avatar
dist v5    
Mark Otto committed
3332
  color: #fff;
Mark Otto's avatar
Mark Otto committed
3333
3334
  background-color: #212529;
  border-color: #212529;
Mark Otto's avatar
Mark Otto committed
3335
}
XhmikosR's avatar
XhmikosR committed
3336
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
Mark Otto's avatar
Mark Otto committed
3337
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
Mark Otto's avatar
Mark Otto committed
3338
}
XhmikosR's avatar
XhmikosR committed
3339
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
Mark Otto's avatar
Mark Otto committed
3340
  color: #212529;
XhmikosR's avatar
XhmikosR committed
3341
  background-color: transparent;
XhmikosR's avatar
XhmikosR committed
3342
3343
}

XhmikosR's avatar
XhmikosR committed
3344
3345
3346
3347
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
Mark Otto's avatar
Mark Otto committed
3348
}
XhmikosR's avatar
XhmikosR committed
3349
.btn-link:hover {
Mark Otto's avatar
Mark Otto committed
3350
  color: #0a58ca;
Mark Otto's avatar
Mark Otto committed
3351
}
XhmikosR's avatar
XhmikosR committed
3352
3353
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
Mark Otto's avatar
Mark Otto committed
3354
3355
}

XhmikosR's avatar
XhmikosR committed
3356
3357
3358
3359
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
Mark Otto's avatar
Mark Otto committed
3360
3361
}

XhmikosR's avatar
XhmikosR committed
3362
3363
3364
3365
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
Mark Otto's avatar
Mark Otto committed
3366
3367
}

XhmikosR's avatar
XhmikosR committed
3368
3369
.fade {
  transition: opacity 0.15s linear;
Mark Otto's avatar
Mark Otto committed
3370
}
XhmikosR's avatar
XhmikosR committed
3371
3372
3373
3374
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
Mark Otto's avatar
Mark Otto committed
3375
}
XhmikosR's avatar
XhmikosR committed
3376
3377
.fade:not(.show) {
  opacity: 0;
Mark Otto's avatar
Mark Otto committed
3378
}
3379

XhmikosR's avatar
XhmikosR committed
3380
3381
.collapse:not(.show) {
  display: none;
3382
}
3383

XhmikosR's avatar
XhmikosR committed
3384
3385
3386
3387
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
XhmikosR's avatar
XhmikosR committed
3388
}
XhmikosR's avatar
XhmikosR committed
3389
3390
3391
3392
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
3393
}
3394

XhmikosR's avatar
XhmikosR committed
3395
3396
3397
3398
3399
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
Mark Otto's avatar
grunt    
Mark Otto committed
3400
3401
}

XhmikosR's avatar
XhmikosR committed
3402
3403
.dropdown-toggle {
  white-space: nowrap;
3404
}
XhmikosR's avatar
XhmikosR committed
3405
3406
3407
3408
3409
3410
3411
3412
3413
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
3414
}
XhmikosR's avatar
XhmikosR committed
3415
3416
.dropdown-toggle:empty::after {
  margin-left: 0;
XhmikosR's avatar
XhmikosR committed
3417
3418
}

XhmikosR's avatar
XhmikosR committed
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
3436
}
Mark Otto's avatar
Mark Otto committed
3437

XhmikosR's avatar
XhmikosR committed
3438
3439
3440
.dropdown-menu-left {
  right: auto;
  left: 0;
3441
}
Mark Otto's avatar
Mark Otto committed
3442

XhmikosR's avatar
XhmikosR committed
3443
3444
3445
.dropdown-menu-right {
  right: 0;
  left: auto;
3446
}
3447

XhmikosR's avatar
XhmikosR committed
3448
3449
3450
3451
3452
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
XhmikosR's avatar
XhmikosR committed
3453

XhmikosR's avatar
XhmikosR committed
3454
3455
3456
3457
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
Mark Otto's avatar
grunt    
Mark Otto committed
3458
}
XhmikosR's avatar
XhmikosR committed
3459
3460
3461
3462
3463
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
XhmikosR's avatar
XhmikosR committed
3464

XhmikosR's avatar
XhmikosR committed
3465
3466
3467
3468
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
Mark Otto's avatar
grunt    
Mark Otto committed
3469
}
XhmikosR's avatar
XhmikosR committed
3470
3471
3472
3473
3474
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
XhmikosR's avatar
XhmikosR committed
3475

XhmikosR's avatar
XhmikosR committed
3476
3477
3478
3479
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
XhmikosR's avatar
XhmikosR committed
3480
}
XhmikosR's avatar
XhmikosR committed
3481
3482
3483
3484
3485
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
XhmikosR's avatar
XhmikosR committed
3486

XhmikosR's avatar
XhmikosR committed
3487
3488
3489
3490
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
3491
}
XhmikosR's avatar
XhmikosR committed
3492
3493
3494
3495
3496
@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
XhmikosR's avatar
XhmikosR committed
3497

XhmikosR's avatar
XhmikosR committed
3498
3499
3500
3501
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
Mark Otto's avatar
dist    
Mark Otto committed
3502
}
XhmikosR's avatar
XhmikosR committed
3503
3504
3505
3506
3507
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
3508
}
XhmikosR's avatar
XhmikosR committed
3509
3510
3511
3512
3513
3514
3515
3516
3517
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
3518
}
XhmikosR's avatar
XhmikosR committed
3519
3520
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
Mark Otto's avatar
grunt    
Mark Otto committed
3521
3522
}

XhmikosR's avatar
XhmikosR committed
3523
3524
3525
3526
3527
3528
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
XhmikosR's avatar
XhmikosR committed
3529
}
XhmikosR's avatar
XhmikosR committed
3530
3531
3532
3533
3534
3535
3536
3537
3538
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
Mark Otto's avatar
dist    
Mark Otto committed
3539
}
XhmikosR's avatar
XhmikosR committed
3540
3541
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
XhmikosR's avatar
Dist    
XhmikosR committed
3542
}
XhmikosR's avatar
XhmikosR committed
3543
3544
.dropright .dropdown-toggle::after {
  vertical-align: 0;
Mark Otto's avatar
Mark Otto committed
3545
3546
}

XhmikosR's avatar
XhmikosR committed
3547
3548
3549
3550
3551
3552
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
XhmikosR's avatar
Dist    
XhmikosR committed
3553
}
XhmikosR's avatar
XhmikosR committed
3554
3555
3556
3557
3558
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
XhmikosR's avatar
Dist    
XhmikosR committed
3559
}
XhmikosR's avatar
XhmikosR committed
3560
3561
.dropleft .dropdown-toggle::after {
  display: none;
XhmikosR's avatar
XhmikosR committed
3562
}
XhmikosR's avatar
XhmikosR committed
3563
3564
3565
3566
3567
3568
3569
3570
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
XhmikosR's avatar
Dist    
XhmikosR committed
3571
}
XhmikosR's avatar
XhmikosR committed
3572
3573
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
Mark Otto's avatar
dist    
Mark Otto committed
3574
}
XhmikosR's avatar
XhmikosR committed
3575
3576
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
Mark Otto's avatar
dist    
Mark Otto committed
3577
3578
}

XhmikosR's avatar
XhmikosR committed
3579
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
XhmikosR's avatar
XhmikosR committed
3580
3581
  right: auto;
  bottom: auto;
Mark Otto's avatar
dist    
Mark Otto committed
3582
3583
}

XhmikosR's avatar
XhmikosR committed
3584
3585
3586
3587
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
XhmikosR's avatar
XhmikosR committed
3588
  border-top: 1px solid rgba(0, 0, 0, 0.15);
Mark Otto's avatar
dist    
Mark Otto committed
3589
3590
}

XhmikosR's avatar
XhmikosR committed
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
XhmikosR's avatar
XhmikosR committed
3601
  background-color: transparent;
XhmikosR's avatar
XhmikosR committed
3602
  border: 0;
XhmikosR's avatar
XhmikosR committed
3603
}
XhmikosR's avatar
XhmikosR committed
3604
.dropdown-item:hover, .dropdown-item:focus {
Mark Otto's avatar
Mark Otto committed
3605
  color: #1e2125;
XhmikosR's avatar
XhmikosR committed
3606
  background-color: #f8f9fa;
Mark Otto's avatar
dist    
Mark Otto committed
3607
}
XhmikosR's avatar
XhmikosR committed
3608
.dropdown-item.active, .dropdown-item:active {
Mark Otto's avatar
dist v5    
Mark Otto committed
3609
  color: #fff;
XhmikosR's avatar
XhmikosR committed
3610
3611
  text-decoration: none;
  background-color: #0d6efd;
Mark Otto's avatar
dist    
Mark Otto committed
3612
}
XhmikosR's avatar
XhmikosR committed
3613
3614
3615
3616
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
Mark Otto's avatar
dist    
Mark Otto committed
3617
3618
}

XhmikosR's avatar
XhmikosR committed
3619
3620
.dropdown-menu.show {
  display: block;
Mark Otto's avatar
dist    
Mark Otto committed
3621
3622
}

XhmikosR's avatar
XhmikosR committed
3623
3624
3625
3626
3627
3628
3629
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
Mark Otto's avatar
dist    
Mark Otto committed
3630
3631
}

XhmikosR's avatar
XhmikosR committed
3632
3633
3634
3635
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
XhmikosR's avatar
XhmikosR committed
3636
3637
}

XhmikosR's avatar
XhmikosR committed
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

XhmikosR's avatar
XhmikosR committed
3667
3668
3669
3670
3671
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
Mark Otto's avatar
dist    
Mark Otto committed
3672
}
XhmikosR's avatar
XhmikosR committed
3673
3674
3675
3676
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
Mark Otto's avatar
dist    
Mark Otto committed
3677
}
XhmikosR's avatar
XhmikosR committed
3678
3679
3680
3681
3682
3683
3684
3685
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
XhmikosR's avatar
XhmikosR committed
3686
3687
3688
3689
3690
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
3691
}
3692

XhmikosR's avatar
XhmikosR committed
3693
3694
3695
3696
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
3697
}
XhmikosR's avatar
XhmikosR committed
3698
3699
.btn-toolbar .input-group {
  width: auto;
3700
}
Mark Otto's avatar
Mark Otto committed
3701

XhmikosR's avatar
XhmikosR committed
3702
3703
3704
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
XhmikosR's avatar
XhmikosR committed
3705
}
XhmikosR's avatar
XhmikosR committed
3706
3707
3708
3709
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
3710
}
XhmikosR's avatar
XhmikosR committed
3711
.btn-group > .btn:nth-child(n+3),
XhmikosR's avatar
XhmikosR committed
3712
.btn-group > :not(.btn-check) + .btn,
XhmikosR's avatar
XhmikosR committed
3713
3714
3715
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
Johann-S's avatar
build    
Johann-S committed
3716
3717
}

XhmikosR's avatar
XhmikosR committed
3718
3719
3720
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
3721
}
XhmikosR's avatar
XhmikosR committed
3722
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
XhmikosR's avatar
XhmikosR committed
3723
  margin-left: 0;
3724
}
XhmikosR's avatar
XhmikosR committed
3725
3726
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
Mark Otto's avatar
grunt    
Mark Otto committed
3727
3728
}

XhmikosR's avatar
XhmikosR committed
3729
3730
3731
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
XhmikosR's avatar
XhmikosR committed
3732
3733
}

XhmikosR's avatar
XhmikosR committed
3734
3735
3736
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
3737
}
3738

XhmikosR's avatar
XhmikosR committed
3739
3740
3741
3742
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
3743
}
XhmikosR's avatar
XhmikosR committed
3744
3745
3746
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
3747
}
XhmikosR's avatar
XhmikosR committed
3748
3749
3750
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
3751
}
XhmikosR's avatar
XhmikosR committed
3752
3753
3754
3755
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
3756
}
XhmikosR's avatar
XhmikosR committed
3757
3758
3759
3760
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
3761
}
Mark Otto's avatar
Mark Otto committed
3762

XhmikosR's avatar
XhmikosR committed
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
Mark Otto's avatar
grunt    
Mark Otto committed
3776
}
Mark Otto's avatar
dist v5    
Mark Otto committed
3777
@media (prefers-reduced-motion: reduce) {
XhmikosR's avatar
XhmikosR committed
3778
  .nav-link {
Mark Otto's avatar
dist v5    
Mark Otto committed
3779
3780
    transition: none;
  }
Mark Otto's avatar
dist    
Mark Otto committed
3781
}
XhmikosR's avatar
XhmikosR committed
3782
3783
3784
3785
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
Mark Otto's avatar
grunt    
Mark Otto committed
3786
3787
}

XhmikosR's avatar
XhmikosR committed
3788
3789
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
3790
}
XhmikosR's avatar
XhmikosR committed
3791
3792
3793
3794
3795
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
3796
}
XhmikosR's avatar
XhmikosR committed
3797
3798
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
3799
}
XhmikosR's avatar
XhmikosR committed
3800
3801
3802
3803
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
3804
}
XhmikosR's avatar
XhmikosR committed
3805
3806
3807
3808
3809
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
3810
}
XhmikosR's avatar
XhmikosR committed
3811
3812
3813
3814
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
3815
}
Mark Otto's avatar
Mark Otto committed
3816

XhmikosR's avatar
XhmikosR committed
3817
3818
.nav-pills .nav-link {
  border-radius: 0.25rem;
Mark Otto's avatar
dist    
Mark Otto committed
3819
}
XhmikosR's avatar
XhmikosR committed
3820
3821
3822
3823
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
3824
}
Mark Otto's avatar
Mark Otto committed
3825

Mark Otto's avatar
Mark Otto committed
3826
.nav-fill > .nav-link,
XhmikosR's avatar
XhmikosR committed
3827
3828
3829
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
3830
}
3831

Mark Otto's avatar
Mark Otto committed
3832
.nav-justified > .nav-link,
XhmikosR's avatar
XhmikosR committed
3833
3834
3835
3836
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
Mark Otto's avatar
dist    
Mark Otto committed
3837
3838
}

XhmikosR's avatar
XhmikosR committed
3839
3840
.tab-content > .tab-pane {
  display: none;
Mark Otto's avatar
dist    
Mark Otto committed
3841
}
XhmikosR's avatar
XhmikosR committed
3842
3843
.tab-content > .active {
  display: block;
Mark Otto's avatar
dist    
Mark Otto committed
3844
3845
}

XhmikosR's avatar
XhmikosR committed
3846
3847
3848
3849
3850
3851
3852
3853
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
Mark Otto's avatar
dist    
Mark Otto committed
3854
}
XhmikosR's avatar
XhmikosR committed
3855
.navbar > .container,
XhmikosR's avatar
XhmikosR committed
3856
3857
3858
3859
3860
3861
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
XhmikosR's avatar
XhmikosR committed
3862
3863
3864
3865
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
Mark Otto's avatar
dist    
Mark Otto committed
3866
}
XhmikosR's avatar
XhmikosR committed
3867
3868
3869
3870
3871
3872
3873
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
Mark Otto's avatar
dist    
Mark Otto committed
3874
}
XhmikosR's avatar
XhmikosR committed
3875
3876
3877
3878
3879
3880
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
Mark Otto's avatar
dist    
Mark Otto committed
3881
}
XhmikosR's avatar
XhmikosR committed
3882
3883
3884
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
Mark Otto's avatar
dist    
Mark Otto committed
3885
}
XhmikosR's avatar
XhmikosR committed
3886
3887
.navbar-nav .dropdown-menu {
  position: static;
Mark Otto's avatar
dist    
Mark Otto committed
3888
3889
}

XhmikosR's avatar
XhmikosR committed
3890
3891
3892
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
3893
}
Mark Otto's avatar
Mark Otto committed
3894

XhmikosR's avatar
XhmikosR committed
3895
3896
3897
.navbar-collapse {
  align-items: center;
  width: 100%;
Mark Otto's avatar
dist    
Mark Otto committed
3898
3899
}

XhmikosR's avatar
XhmikosR committed
3900
3901
3902
3903
3904
3905
3906
3907
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
3908
}
XhmikosR's avatar
XhmikosR committed
3909
3910
3911
3912
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
3913
}
XhmikosR's avatar
XhmikosR committed
3914
3915
.navbar-toggler:hover {
  text-decoration: none;
XhmikosR's avatar
Dist    
XhmikosR committed
3916
}
XhmikosR's avatar
XhmikosR committed
3917
3918
3919
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
XhmikosR's avatar
XhmikosR committed
3920
  box-shadow: 0 0 0 0.25rem;
Mark Otto's avatar
dist    
Mark Otto committed
3921
3922
}

XhmikosR's avatar
XhmikosR committed
3923
.navbar-toggler-icon {
Mark Otto's avatar
dist v5    
Mark Otto committed
3924
  display: inline-block;
XhmikosR's avatar
XhmikosR committed
3925
3926
3927
3928
3929
3930
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
XhmikosR's avatar
Dist    
XhmikosR committed
3931
3932
}

XhmikosR's avatar
XhmikosR committed
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
Mark Otto's avatar
dist    
Mark Otto committed
3954
}
XhmikosR's avatar
XhmikosR committed
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
XhmikosR's avatar
Dist    
XhmikosR committed
3976
}
XhmikosR's avatar
XhmikosR committed
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
3998
}
XhmikosR's avatar
XhmikosR committed
3999
4000
@media (min-width: 1200px) {
  .navbar-expand-xl {
For faster browsing, not all history is shown. View entire blame