|
|
@ -1,5 +1,5 @@ |
|
|
|
/*! |
|
|
|
* Bootstrap v3.3.5 (http://getbootstrap.com) |
|
|
|
* Bootstrap v3.3.6 (http://getbootstrap.com) |
|
|
|
* Copyright 2011-2015 Twitter, Inc. |
|
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
|
|
|
*/ |
|
|
@ -269,10 +269,10 @@ th { |
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
} |
|
|
|
.glyphicon-asterisk:before { |
|
|
|
content: "\2a"; |
|
|
|
content: "\002a"; |
|
|
|
} |
|
|
|
.glyphicon-plus:before { |
|
|
|
content: "\2b"; |
|
|
|
content: "\002b"; |
|
|
|
} |
|
|
|
.glyphicon-euro:before, |
|
|
|
.glyphicon-eur:before { |
|
|
@ -2565,6 +2565,10 @@ output { |
|
|
|
.form-control::-webkit-input-placeholder { |
|
|
|
color: #999999; |
|
|
|
} |
|
|
|
.form-control::-ms-expand { |
|
|
|
border: 0; |
|
|
|
background-color: transparent; |
|
|
|
} |
|
|
|
.form-control[disabled], |
|
|
|
.form-control[readonly], |
|
|
|
fieldset[disabled] .form-control { |
|
|
@ -2971,7 +2975,7 @@ select[multiple].input-lg { |
|
|
|
} |
|
|
|
@media (min-width: 768px) { |
|
|
|
.form-horizontal .form-group-lg .control-label { |
|
|
|
padding-top: 14.333333px; |
|
|
|
padding-top: 11px; |
|
|
|
font-size: 18px; |
|
|
|
} |
|
|
|
} |
|
|
@ -3078,9 +3082,6 @@ fieldset[disabled] a.btn { |
|
|
|
.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, |
|
|
@ -3089,13 +3090,7 @@ fieldset[disabled] .btn-default:hover, |
|
|
|
fieldset[disabled] .btn-default:focus, |
|
|
|
.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 { |
|
|
|
fieldset[disabled] .btn-default.focus { |
|
|
|
background-color: #ffffff; |
|
|
|
border-color: #cccccc; |
|
|
|
} |
|
|
@ -3144,9 +3139,6 @@ fieldset[disabled] .btn-default.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, |
|
|
@ -3155,13 +3147,7 @@ fieldset[disabled] .btn-primary:hover, |
|
|
|
fieldset[disabled] .btn-primary:focus, |
|
|
|
.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 { |
|
|
|
fieldset[disabled] .btn-primary.focus { |
|
|
|
background-color: #5cb85c; |
|
|
|
border-color: #4cae4c; |
|
|
|
} |
|
|
@ -3210,9 +3196,6 @@ fieldset[disabled] .btn-primary.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, |
|
|
@ -3221,13 +3204,7 @@ fieldset[disabled] .btn-success:hover, |
|
|
|
fieldset[disabled] .btn-success:focus, |
|
|
|
.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 { |
|
|
|
fieldset[disabled] .btn-success.focus { |
|
|
|
background-color: #5cb85c; |
|
|
|
border-color: #4cae4c; |
|
|
|
} |
|
|
@ -3276,9 +3253,6 @@ fieldset[disabled] .btn-success.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, |
|
|
@ -3287,13 +3261,7 @@ fieldset[disabled] .btn-info:hover, |
|
|
|
fieldset[disabled] .btn-info:focus, |
|
|
|
.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 { |
|
|
|
fieldset[disabled] .btn-info.focus { |
|
|
|
background-color: #5bc0de; |
|
|
|
border-color: #46b8da; |
|
|
|
} |
|
|
@ -3342,9 +3310,6 @@ fieldset[disabled] .btn-info.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, |
|
|
@ -3353,13 +3318,7 @@ fieldset[disabled] .btn-warning:hover, |
|
|
|
fieldset[disabled] .btn-warning:focus, |
|
|
|
.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 { |
|
|
|
fieldset[disabled] .btn-warning.focus { |
|
|
|
background-color: #f0ad4e; |
|
|
|
border-color: #eea236; |
|
|
|
} |
|
|
@ -3408,9 +3367,6 @@ fieldset[disabled] .btn-warning.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, |
|
|
@ -3419,13 +3375,7 @@ fieldset[disabled] .btn-danger:hover, |
|
|
|
fieldset[disabled] .btn-danger:focus, |
|
|
|
.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 { |
|
|
|
fieldset[disabled] .btn-danger.focus { |
|
|
|
background-color: #d9534f; |
|
|
|
border-color: #d43f3a; |
|
|
|
} |
|
|
@ -3796,13 +3746,15 @@ tbody.collapse.in { |
|
|
|
} |
|
|
|
.btn-group-vertical > .btn:first-child:not(:last-child) { |
|
|
|
border-top-right-radius: 4px; |
|
|
|
border-top-left-radius: 4px; |
|
|
|
border-bottom-right-radius: 0; |
|
|
|
border-bottom-left-radius: 0; |
|
|
|
} |
|
|
|
.btn-group-vertical > .btn:last-child:not(:first-child) { |
|
|
|
border-bottom-left-radius: 4px; |
|
|
|
border-top-right-radius: 0; |
|
|
|
border-top-left-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; |
|
|
@ -3859,6 +3811,9 @@ tbody.collapse.in { |
|
|
|
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 { |
|
|
@ -4542,7 +4497,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { |
|
|
|
.navbar-default .navbar-nav > .active > a:hover, |
|
|
|
.navbar-default .navbar-nav > .active > a:focus { |
|
|
|
color: #555555; |
|
|
|
background-color: #eeeeee; |
|
|
|
background-color: transparent; |
|
|
|
} |
|
|
|
.navbar-default .navbar-nav > .disabled > a, |
|
|
|
.navbar-default .navbar-nav > .disabled > a:hover, |
|
|
@ -4567,7 +4522,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { |
|
|
|
.navbar-default .navbar-nav > .open > a, |
|
|
|
.navbar-default .navbar-nav > .open > a:hover, |
|
|
|
.navbar-default .navbar-nav > .open > a:focus { |
|
|
|
background-color: #eeeeee; |
|
|
|
background-color: transparent; |
|
|
|
color: #555555; |
|
|
|
} |
|
|
|
@media (max-width: 767px) { |
|
|
@ -4583,7 +4538,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { |
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, |
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { |
|
|
|
color: #555555; |
|
|
|
background-color: #eeeeee; |
|
|
|
background-color: transparent; |
|
|
|
} |
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, |
|
|
|
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, |
|
|
@ -4866,6 +4821,8 @@ a.badge:focus { |
|
|
|
.container .jumbotron, |
|
|
|
.container-fluid .jumbotron { |
|
|
|
border-radius: 6px; |
|
|
|
padding-left: 15px; |
|
|
|
padding-right: 15px; |
|
|
|
} |
|
|
|
.jumbotron .container { |
|
|
|
max-width: 100%; |
|
|
@ -5605,7 +5562,6 @@ button.close { |
|
|
|
.modal-header { |
|
|
|
padding: 15px; |
|
|
|
border-bottom: 1px solid #e5e5e5; |
|
|
|
min-height: 16.42857143px; |
|
|
|
} |
|
|
|
.modal-header .close { |
|
|
|
margin-top: -2px; |
|
|
@ -5929,6 +5885,8 @@ button.close { |
|
|
|
.navbar-collapse:after, |
|
|
|
.panel-body:before, |
|
|
|
.panel-body:after, |
|
|
|
.modal-header:before, |
|
|
|
.modal-header:after, |
|
|
|
.modal-footer:before, |
|
|
|
.modal-footer:after { |
|
|
|
content: " "; |
|
|
@ -5947,6 +5905,7 @@ button.close { |
|
|
|
.navbar-header:after, |
|
|
|
.navbar-collapse:after, |
|
|
|
.panel-body:after, |
|
|
|
.modal-header:after, |
|
|
|
.modal-footer:after { |
|
|
|
clear: both; |
|
|
|
} |
|
|
|