Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
b6b19866
Commit
b6b19866
authored
Jan 25, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove some old -moz- prefixes from mixins while we're at it, dropping FF3.6 support
parent
af01d37a
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
117 additions
and
230 deletions
+117
-230
bootstrap-responsive.css
bootstrap-responsive.css
+1
-3
bootstrap-responsive.min.css
bootstrap-responsive.min.css
+1
-1
bootstrap.css
bootstrap.css
+26
-131
bootstrap.min.css
bootstrap.min.css
+85
-85
lib/mixins.less
lib/mixins.less
+4
-10
No files found.
bootstrap-responsive.css
View file @
b6b19866
...
@@ -13,7 +13,6 @@
...
@@ -13,7 +13,6 @@
}
}
.navbar
.nav
,
.navbar
.nav
>
li
:last-child
a
{
.navbar
.nav
,
.navbar
.nav
>
li
:last-child
a
{
-webkit-border-radius
:
0
0
4px
0
;
-webkit-border-radius
:
0
0
4px
0
;
-moz-border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;
}
}
.navbar
.nav
>
li
{
.navbar
.nav
>
li
{
...
@@ -47,9 +46,8 @@
...
@@ -47,9 +46,8 @@
border-left
:
4px
solid
transparent
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#ffffff
;
border-top
:
4px
solid
#ffffff
;
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
);
content
:
"↓"
;
content
:
"↓"
;
}
}
.navbar
.nav
:hover
>
li
{
.navbar
.nav
:hover
>
li
{
...
...
bootstrap-responsive.min.css
View file @
b6b19866
.hidden
{
display
:
none
;
visibility
:
hidden
;}
.hidden
{
display
:
none
;
visibility
:
hidden
;}
@media
(
max-width
:
480px
){
.navbar
.nav
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
180px
;
padding-top
:
40px
;
list-style
:
none
;}
.navbar
.nav
,
.navbar
.nav
>
li
:last-child
a
{
-webkit-border-radius
:
0
0
4px
0
;
-moz-border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;}
.navbar
.nav
>
li
{
float
:
none
;
display
:
none
;}
.navbar
.nav
>
li
>
a
{
float
:
none
;
background-color
:
#222
;}
.navbar
.nav
>
.active
{
display
:
block
;
position
:
absolute
;
top
:
0
;
left
:
0
;}
.navbar
.nav
>
.active
>
a
{
background-color
:
transparent
;}
.navbar
.nav
>
.active
>
a
:hover
{
background-color
:
#333
;}
.navbar
.nav
>
.active
>
a
:after
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
margin-top
:
8px
;
margin-left
:
6px
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#ffffff
;
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;
content
:
"↓"
;}
.navbar
.nav
:hover
>
li
{
display
:
block
;}
.navbar
.nav
:hover
>
li
>
a
:hover
{
background-color
:
#333
;}
.form-horizontal
.control-group
>
label
{
float
:
none
;
width
:
auto
;
padding-top
:
0
;
text-align
:
left
;}
.form-horizontal
.controls
{
margin-left
:
0
;}
.form-horizontal
.control-list
{
padding-top
:
0
;}
.form-horizontal
.form-actions
{
padding-left
:
0
;}
.modal
{
position
:
absolute
;
top
:
20px
;
left
:
20px
;
right
:
20px
;
width
:
auto
;
margin
:
0
;}
.modal.fade.in
{
top
:
auto
;}
.modal-header
.close
{
padding
:
10px
;}}
@media
(
max-width
:
768px
){
.navbar-fixed
{
position
:
absolute
;}
.navbar-fixed
.nav
{
float
:
none
;}
.container
{
width
:
auto
;
padding
:
0
20px
;}
.row
{
margin-left
:
0
;}
.row
>[
class
*=
"span"
]
{
float
:
none
;
display
:
block
;
width
:
auto
;
margin
:
0
;}}
@media
(
min-width
:
768px
)
and
(
max-width
:
940px
){
.container
{
width
:
748px
;}
.span1
{
width
:
44px
;}
.span2
{
width
:
108px
;}
.span3
{
width
:
172px
;}
.span4
{
width
:
236px
;}
.span5
{
width
:
300px
;}
.span6
{
width
:
364px
;}
.span7
{
width
:
428px
;}
.span8
{
width
:
492px
;}
.span9
{
width
:
556px
;}
.span10
{
width
:
620px
;}
.span11
{
width
:
684px
;}
.span12
{
width
:
748px
;}
.offset1
{
margin-left
:
84px
;}
.offset2
{
margin-left
:
148px
;}
.offset3
{
margin-left
:
212px
;}
.offset4
{
margin-left
:
276px
;}
.offset5
{
margin-left
:
340px
;}
.offset6
{
margin-left
:
404px
;}
.offset7
{
margin-left
:
468px
;}
.offset8
{
margin-left
:
532px
;}
.offset9
{
margin-left
:
596px
;}
.offset10
{
margin-left
:
660px
;}
.offset11
{
margin-left
:
724px
;}
.offset12
{
margin-left
:
788px
;}}
@media
(
max-width
:
480px
){
.navbar
.nav
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
180px
;
padding-top
:
40px
;
list-style
:
none
;}
.navbar
.nav
,
.navbar
.nav
>
li
:last-child
a
{
-webkit-border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;}
.navbar
.nav
>
li
{
float
:
none
;
display
:
none
;}
.navbar
.nav
>
li
>
a
{
float
:
none
;
background-color
:
#222
;}
.navbar
.nav
>
.active
{
display
:
block
;
position
:
absolute
;
top
:
0
;
left
:
0
;}
.navbar
.nav
>
.active
>
a
{
background-color
:
transparent
;}
.navbar
.nav
>
.active
>
a
:hover
{
background-color
:
#333
;}
.navbar
.nav
>
.active
>
a
:after
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
margin-top
:
8px
;
margin-left
:
6px
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#ffffff
;
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
)
;
content
:
"↓"
;}
.navbar
.nav
:hover
>
li
{
display
:
block
;}
.navbar
.nav
:hover
>
li
>
a
:hover
{
background-color
:
#333
;}
.form-horizontal
.control-group
>
label
{
float
:
none
;
width
:
auto
;
padding-top
:
0
;
text-align
:
left
;}
.form-horizontal
.controls
{
margin-left
:
0
;}
.form-horizontal
.control-list
{
padding-top
:
0
;}
.form-horizontal
.form-actions
{
padding-left
:
0
;}
.modal
{
position
:
absolute
;
top
:
20px
;
left
:
20px
;
right
:
20px
;
width
:
auto
;
margin
:
0
;}
.modal.fade.in
{
top
:
auto
;}
.modal-header
.close
{
padding
:
10px
;}}
@media
(
max-width
:
768px
){
.navbar-fixed
{
position
:
absolute
;}
.navbar-fixed
.nav
{
float
:
none
;}
.container
{
width
:
auto
;
padding
:
0
20px
;}
.row
{
margin-left
:
0
;}
.row
>[
class
*=
"span"
]
{
float
:
none
;
display
:
block
;
width
:
auto
;
margin
:
0
;}}
@media
(
min-width
:
768px
)
and
(
max-width
:
940px
){
.container
{
width
:
748px
;}
.span1
{
width
:
44px
;}
.span2
{
width
:
108px
;}
.span3
{
width
:
172px
;}
.span4
{
width
:
236px
;}
.span5
{
width
:
300px
;}
.span6
{
width
:
364px
;}
.span7
{
width
:
428px
;}
.span8
{
width
:
492px
;}
.span9
{
width
:
556px
;}
.span10
{
width
:
620px
;}
.span11
{
width
:
684px
;}
.span12
{
width
:
748px
;}
.offset1
{
margin-left
:
84px
;}
.offset2
{
margin-left
:
148px
;}
.offset3
{
margin-left
:
212px
;}
.offset4
{
margin-left
:
276px
;}
.offset5
{
margin-left
:
340px
;}
.offset6
{
margin-left
:
404px
;}
.offset7
{
margin-left
:
468px
;}
.offset8
{
margin-left
:
532px
;}
.offset9
{
margin-left
:
596px
;}
.offset10
{
margin-left
:
660px
;}
.offset11
{
margin-left
:
724px
;}
.offset12
{
margin-left
:
788px
;}}
bootstrap.css
View file @
b6b19866
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Wed Jan 25 20:
07:19
PST 2012
* Date: Wed Jan 25 20:
31:53
PST 2012
*/
*/
article
,
article
,
aside
,
aside
,
...
@@ -420,7 +420,6 @@ code, pre {
...
@@ -420,7 +420,6 @@ code, pre {
font-size
:
12px
;
font-size
:
12px
;
color
:
#333333
;
color
:
#333333
;
-webkit-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
border-radius
:
3px
;
}
}
code
{
code
{
...
@@ -439,7 +438,6 @@ pre {
...
@@ -439,7 +438,6 @@ pre {
border
:
1px
solid
#ccc
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border-radius
:
4px
;
white-space
:
pre
;
white-space
:
pre
;
white-space
:
pre-wrap
;
white-space
:
pre-wrap
;
...
@@ -507,7 +505,6 @@ select,
...
@@ -507,7 +505,6 @@ select,
color
:
#555555
;
color
:
#555555
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
#ccc
;
-webkit-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
border-radius
:
3px
;
}
}
.uneditable-textarea
{
.uneditable-textarea
{
...
@@ -533,7 +530,6 @@ input[type=file] {
...
@@ -533,7 +530,6 @@ input[type=file] {
background-color
:
#ffffff
;
background-color
:
#ffffff
;
background-color
:
initial
;
background-color
:
initial
;
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
box-shadow
:
none
;
}
}
input
[
type
=
button
],
input
[
type
=
reset
],
input
[
type
=
submit
]
{
input
[
type
=
button
],
input
[
type
=
reset
],
input
[
type
=
submit
]
{
...
@@ -559,7 +555,6 @@ select[multiple], select[size] {
...
@@ -559,7 +555,6 @@ select[multiple], select[size] {
}
}
input
[
type
=
image
]
{
input
[
type
=
image
]
{
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
box-shadow
:
none
;
}
}
textarea
{
textarea
{
...
@@ -584,7 +579,6 @@ textarea {
...
@@ -584,7 +579,6 @@ textarea {
}
}
input
,
textarea
{
input
,
textarea
{
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
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
linear
0.2s
,
box-shadow
linear
0.2s
;
-webkit-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-moz-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-moz-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
...
@@ -595,13 +589,11 @@ input, textarea {
...
@@ -595,13 +589,11 @@ input, textarea {
input
:focus
,
textarea
:focus
{
input
:focus
,
textarea
:focus
{
border-color
:
rgba
(
82
,
168
,
236
,
0.8
);
border-color
:
rgba
(
82
,
168
,
236
,
0.8
);
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
outline
:
0
;
outline
:
0
;
}
}
input
[
type
=
file
]
:focus
,
input
[
type
=
checkbox
]
:focus
,
select
:focus
{
input
[
type
=
file
]
:focus
,
input
[
type
=
checkbox
]
:focus
,
select
:focus
{
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
box-shadow
:
none
;
outline
:
1px
dotted
#666
;
outline
:
1px
dotted
#666
;
}
}
...
@@ -722,7 +714,6 @@ textarea[readonly] {
...
@@ -722,7 +714,6 @@ textarea[readonly] {
.control-group.warning
input
:focus
,
.control-group.warning
select
:focus
,
.control-group.warning
textarea
:focus
{
.control-group.warning
input
:focus
,
.control-group.warning
select
:focus
,
.control-group.warning
textarea
:focus
{
border-color
:
#a47e3c
;
border-color
:
#a47e3c
;
-webkit-box-shadow
:
0
0
6px
#dbc59e
;
-webkit-box-shadow
:
0
0
6px
#dbc59e
;
-moz-box-shadow
:
0
0
6px
#dbc59e
;
box-shadow
:
0
0
6px
#dbc59e
;
box-shadow
:
0
0
6px
#dbc59e
;
}
}
.control-group.warning
.input-prepend
.add-on
,
.control-group.warning
.input-append
.add-on
{
.control-group.warning
.input-prepend
.add-on
,
.control-group.warning
.input-append
.add-on
{
...
@@ -740,7 +731,6 @@ textarea[readonly] {
...
@@ -740,7 +731,6 @@ textarea[readonly] {
.control-group.error
input
:focus
,
.control-group.error
select
:focus
,
.control-group.error
textarea
:focus
{
.control-group.error
input
:focus
,
.control-group.error
select
:focus
,
.control-group.error
textarea
:focus
{
border-color
:
#953b39
;
border-color
:
#953b39
;
-webkit-box-shadow
:
0
0
6px
#d59392
;
-webkit-box-shadow
:
0
0
6px
#d59392
;
-moz-box-shadow
:
0
0
6px
#d59392
;
box-shadow
:
0
0
6px
#d59392
;
box-shadow
:
0
0
6px
#d59392
;
}
}
.control-group.error
.input-prepend
.add-on
,
.control-group.error
.input-append
.add-on
{
.control-group.error
.input-prepend
.add-on
,
.control-group.error
.input-append
.add-on
{
...
@@ -758,7 +748,6 @@ textarea[readonly] {
...
@@ -758,7 +748,6 @@ textarea[readonly] {
.control-group.success
input
:focus
,
.control-group.success
select
:focus
,
.control-group.success
textarea
:focus
{
.control-group.success
input
:focus
,
.control-group.success
select
:focus
,
.control-group.success
textarea
:focus
{
border-color
:
#356635
;
border-color
:
#356635
;
-webkit-box-shadow
:
0
0
6px
#7aba7b
;
-webkit-box-shadow
:
0
0
6px
#7aba7b
;
-moz-box-shadow
:
0
0
6px
#7aba7b
;
box-shadow
:
0
0
6px
#7aba7b
;
box-shadow
:
0
0
6px
#7aba7b
;
}
}
.control-group.success
.input-prepend
.add-on
,
.control-group.success
.input-append
.add-on
{
.control-group.success
.input-prepend
.add-on
,
.control-group.success
.input-append
.add-on
{
...
@@ -773,7 +762,6 @@ input:focus:required:invalid, textarea:focus:required:invalid, select:focus:requ
...
@@ -773,7 +762,6 @@ input:focus:required:invalid, textarea:focus:required:invalid, select:focus:requ
input
:focus:required:invalid:focus
,
textarea
:focus:required:invalid:focus
,
select
:focus:required:invalid:focus
{
input
:focus:required:invalid:focus
,
textarea
:focus:required:invalid:focus
,
select
:focus:required:invalid:focus
{
border-color
:
#e9322d
;
border-color
:
#e9322d
;
-webkit-box-shadow
:
0
0
6px
#f8b9b7
;
-webkit-box-shadow
:
0
0
6px
#f8b9b7
;
-moz-box-shadow
:
0
0
6px
#f8b9b7
;
box-shadow
:
0
0
6px
#f8b9b7
;
box-shadow
:
0
0
6px
#f8b9b7
;
}
}
.form-actions
{
.form-actions
{
...
@@ -788,7 +776,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
...
@@ -788,7 +776,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
background-color
:
#ffffff
;
background-color
:
#ffffff
;
border-color
:
#eee
;
border-color
:
#eee
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.025
);
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.025
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.025
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.025
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.025
);
cursor
:
not-allowed
;
cursor
:
not-allowed
;
}
}
...
@@ -832,7 +819,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
...
@@ -832,7 +819,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
.input-prepend
.uneditable-input
,
.input-prepend
.uneditable-input
,
.input-append
.uneditable-input
{
.input-append
.uneditable-input
{
-webkit-border-radius
:
0
3px
3px
0
;
-webkit-border-radius
:
0
3px
3px
0
;
-moz-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;
}
}
.input-prepend
.uneditable-input
,
.input-append
.uneditable-input
{
.input-prepend
.uneditable-input
,
.input-append
.uneditable-input
{
...
@@ -854,7 +840,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
...
@@ -854,7 +840,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
background-color
:
#f5f5f5
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
#ccc
;
-webkit-border-radius
:
3px
0
0
3px
;
-webkit-border-radius
:
3px
0
0
3px
;
-moz-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;
}
}
.input-prepend
.active
,
.input-append
.active
{
.input-prepend
.active
,
.input-append
.active
{
...
@@ -869,7 +854,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
...
@@ -869,7 +854,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
.input-append
input
,
.input-append
.uneditable-input
{
.input-append
input
,
.input-append
.uneditable-input
{
float
:
left
;
float
:
left
;
-webkit-border-radius
:
3px
0
0
3px
;
-webkit-border-radius
:
3px
0
0
3px
;
-moz-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;
}
}
.input-append
.uneditable-input
{
.input-append
.uneditable-input
{
...
@@ -879,7 +863,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
...
@@ -879,7 +863,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
margin-right
:
0
;
margin-right
:
0
;
margin-left
:
-1px
;
margin-left
:
-1px
;
-webkit-border-radius
:
0
3px
3px
0
;
-webkit-border-radius
:
0
3px
3px
0
;
-moz-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;
}
}
.search-query
{
.search-query
{
...
@@ -887,7 +870,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
...
@@ -887,7 +870,6 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
padding-right
:
14px
;
padding-right
:
14px
;
margin-bottom
:
0
;
margin-bottom
:
0
;
-webkit-border-radius
:
14px
;
-webkit-border-radius
:
14px
;
-moz-border-radius
:
14px
;
border-radius
:
14px
;
border-radius
:
14px
;
}
}
.form-search
input
,
.form-search
input
,
...
@@ -961,7 +943,6 @@ table {
...
@@ -961,7 +943,6 @@ table {
border
:
1px
solid
#ddd
;
border
:
1px
solid
#ddd
;
border-collapse
:
separate
;
border-collapse
:
separate
;
-webkit-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.table-bordered
th
+
th
,
.table-bordered
th
+
th
,
...
@@ -975,22 +956,18 @@ table {
...
@@ -975,22 +956,18 @@ table {
}
}
.table-bordered
thead
:first-child
tr
:first-child
th
:first-child
,
.table-bordered
tbody
:first-child
tr
:first-child
td
:first-child
{
.table-bordered
thead
:first-child
tr
:first-child
th
:first-child
,
.table-bordered
tbody
:first-child
tr
:first-child
td
:first-child
{
-webkit-border-radius
:
4px
0
0
0
;
-webkit-border-radius
:
4px
0
0
0
;
-moz-border-radius
:
4px
0
0
0
;
border-radius
:
4px
0
0
0
;
border-radius
:
4px
0
0
0
;
}
}
.table-bordered
thead
:first-child
tr
:first-child
th
:last-child
,
.table-bordered
tbody
:first-child
tr
:first-child
td
:last-child
{
.table-bordered
thead
:first-child
tr
:first-child
th
:last-child
,
.table-bordered
tbody
:first-child
tr
:first-child
td
:last-child
{
-webkit-border-radius
:
0
4px
0
0
;
-webkit-border-radius
:
0
4px
0
0
;
-moz-border-radius
:
0
4px
0
0
;
border-radius
:
0
4px
0
0
;
border-radius
:
0
4px
0
0
;
}
}
.table-bordered
thead
:last-child
tr
:last-child
th
:first-child
,
.table-bordered
tbody
:last-child
tr
:last-child
td
:first-child
{
.table-bordered
thead
:last-child
tr
:last-child
th
:first-child
,
.table-bordered
tbody
:last-child
tr
:last-child
td
:first-child
{
-webkit-border-radius
:
0
0
0
4px
;
-webkit-border-radius
:
0
0
0
4px
;
-moz-border-radius
:
0
0
0
4px
;
border-radius
:
0
0
0
4px
;
border-radius
:
0
0
0
4px
;
}
}
.table-bordered
thead
:last-child
tr
:last-child
th
:last-child
,
.table-bordered
tbody
:last-child
tr
:last-child
td
:last-child
{
.table-bordered
thead
:last-child
tr
:last-child
th
:last-child
,
.table-bordered
tbody
:last-child
tr
:last-child
td
:last-child
{
-webkit-border-radius
:
0
0
4px
0
;
-webkit-border-radius
:
0
0
4px
0
;
-moz-border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;
}
}
.table-striped
tbody
tr
:nth-child
(
odd
)
td
,
.table-striped
tbody
tr
:nth-child
(
odd
)
th
{
.table-striped
tbody
tr
:nth-child
(
odd
)
td
,
.table-striped
tbody
tr
:nth-child
(
odd
)
th
{
...
@@ -1347,9 +1324,8 @@ table .span12 {
...
@@ -1347,9 +1324,8 @@ table .span12 {
border-left
:
4px
solid
transparent
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#000000
;
border-top
:
4px
solid
#000000
;
filter
:
alpha
(
opacity
=
30
);
-moz-opacity
:
0.3
;
opacity
:
0.3
;
opacity
:
0.3
;
filter
:
alpha
(
opacity
=
30
);
content
:
"\2193"
;
content
:
"\2193"
;
}
}
.dropdown
.caret
{
.dropdown
.caret
{
...
@@ -1358,9 +1334,8 @@ table .span12 {
...
@@ -1358,9 +1334,8 @@ table .span12 {
*
margin-top
:
7px
;
*
margin-top
:
7px
;
}
}
.dropdown
:hover
.caret
,
.open.dropdown
.caret
{
.dropdown
:hover
.caret
,
.open.dropdown
.caret
{
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
);
}
}
.dropdown-menu
{
.dropdown-menu
{
position
:
absolute
;
position
:
absolute
;
...
@@ -1380,10 +1355,8 @@ table .span12 {
...
@@ -1380,10 +1355,8 @@ table .span12 {
border-style
:
solid
;
border-style
:
solid
;
border-width
:
1px
;
border-width
:
1px
;
-webkit-border-radius
:
0
0
5px
5px
;
-webkit-border-radius
:
0
0
5px
5px
;
-moz-border-radius
:
0
0
5px
5px
;
border-radius
:
0
0
5px
5px
;
border-radius
:
0
0
5px
5px
;
-webkit-box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-moz-box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-background-clip
:
padding-box
;
-webkit-background-clip
:
padding-box
;
-moz-background-clip
:
padding
;
-moz-background-clip
:
padding
;
...
@@ -1429,7 +1402,6 @@ table .span12 {
...
@@ -1429,7 +1402,6 @@ table .span12 {
.typeahead
{
.typeahead
{
margin-top
:
2px
;
margin-top
:
2px
;
-webkit-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.well
{
.well
{
...
@@ -1440,10 +1412,8 @@ table .span12 {
...
@@ -1440,10 +1412,8 @@ table .span12 {
border
:
1px
solid
#eee
;
border
:
1px
solid
#eee
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.05
);
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
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
{
.well
blockquote
{
...
@@ -1481,16 +1451,14 @@ table .span12 {
...
@@ -1481,16 +1451,14 @@ table .span12 {
line-height
:
18px
;
line-height
:
18px
;
color
:
#000000
;
color
:
#000000
;
text-shadow
:
0
1px
0
#ffffff
;
text-shadow
:
0
1px
0
#ffffff
;
filter
:
alpha
(
opacity
=
20
);
-moz-opacity
:
0.2
;
opacity
:
0.2
;
opacity
:
0.2
;
filter
:
alpha
(
opacity
=
20
);
}
}
.close
:hover
{
.close
:hover
{
color
:
#000000
;
color
:
#000000
;
text-decoration
:
none
;
text-decoration
:
none
;
filter
:
alpha
(
opacity
=
40
);
-moz-opacity
:
0.4
;
opacity
:
0.4
;
opacity
:
0.4
;
filter
:
alpha
(
opacity
=
40
);
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.nav
{
.nav
{
...
@@ -1565,7 +1533,6 @@ table .span12 {
...
@@ -1565,7 +1533,6 @@ table .span12 {
padding-bottom
:
9px
;
padding-bottom
:
9px
;
border
:
1px
solid
transparent
;
border
:
1px
solid
transparent
;
-webkit-border-radius
:
4px
4px
0
0
;
-webkit-border-radius
:
4px
4px
0
0
;
-moz-border-radius
:
4px
4px
0
0
;
border-radius
:
4px
4px
0
0
;
border-radius
:
4px
4px
0
0
;
}
}
.tabs
>
li
>
a
:hover
{
.tabs
>
li
>
a
:hover
{
...
@@ -1584,7 +1551,6 @@ table .span12 {
...
@@ -1584,7 +1551,6 @@ table .span12 {
margin-top
:
2px
;
margin-top
:
2px
;
margin-bottom
:
2px
;
margin-bottom
:
2px
;
-webkit-border-radius
:
5px
;
-webkit-border-radius
:
5px
;
-moz-border-radius
:
5px
;
border-radius
:
5px
;
border-radius
:
5px
;
}
}
.pills
.active
>
a
,
.pills
.active
>
a
:hover
{
.pills
.active
>
a
,
.pills
.active
>
a
:hover
{
...
@@ -1603,17 +1569,14 @@ table .span12 {
...
@@ -1603,17 +1569,14 @@ table .span12 {
.tabs.stacked
>
li
>
a
{
.tabs.stacked
>
li
>
a
{
border
:
1px
solid
#ddd
;
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
0
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
border-radius
:
0
;
}
}
.tabs.stacked
>
li
:first-child
>
a
{
.tabs.stacked
>
li
:first-child
>
a
{
-webkit-border-radius
:
4px
4px
0
0
;
-webkit-border-radius
:
4px
4px
0
0
;
-moz-border-radius
:
4px
4px
0
0
;
border-radius
:
4px
4px
0
0
;
border-radius
:
4px
4px
0
0
;
}
}
.tabs.stacked
>
li
:last-child
>
a
{
.tabs.stacked
>
li
:last-child
>
a
{
-webkit-border-radius
:
0
0
4px
4px
;
-webkit-border-radius
:
0
0
4px
4px
;
-moz-border-radius
:
0
0
4px
4px
;
border-radius
:
0
0
4px
4px
;
border-radius
:
0
0
4px
4px
;
}
}
.tabs.stacked
>
li
>
a
:hover
{
.tabs.stacked
>
li
>
a
:hover
{
...
@@ -1632,7 +1595,6 @@ table .span12 {
...
@@ -1632,7 +1595,6 @@ table .span12 {
}
}
.pills
.dropdown-menu
{
.pills
.dropdown-menu
{
-webkit-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.tabs
.dropdown-toggle
.caret
,
.pills
.dropdown-toggle
.caret
{
.tabs
.dropdown-toggle
.caret
,
.pills
.dropdown-toggle
.caret
{
...
@@ -1656,9 +1618,8 @@ table .span12 {
...
@@ -1656,9 +1618,8 @@ table .span12 {
}
}
.nav
.open
.caret
,
.nav
.open.active
.caret
,
.nav
.open
a
:hover
.caret
{
.nav
.open
.caret
,
.nav
.open.active
.caret
,
.nav
.open
a
:hover
.caret
{
border-top-color
:
#ffffff
;
border-top-color
:
#ffffff
;
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
);
}
}
.tabs.stacked
.open
>
a
:hover
{
.tabs.stacked
.open
>
a
:hover
{
border-color
:
#999999
;
border-color
:
#999999
;
...
@@ -1691,7 +1652,6 @@ table .span12 {
...
@@ -1691,7 +1652,6 @@ table .span12 {
}
}
.tabs-below
.tabs
>
li
>
a
{
.tabs-below
.tabs
>
li
>
a
{
-webkit-border-radius
:
0
0
4px
4px
;
-webkit-border-radius
:
0
0
4px
4px
;
-moz-border-radius
:
0
0
4px
4px
;
border-radius
:
0
0
4px
4px
;
border-radius
:
0
0
4px
4px
;
}
}
.tabs-below
.tabs
>
li
>
a
:hover
{
.tabs-below
.tabs
>
li
>
a
:hover
{
...
@@ -1717,7 +1677,6 @@ table .span12 {
...
@@ -1717,7 +1677,6 @@ table .span12 {
.tabs-left
.tabs
>
li
>
a
{
.tabs-left
.tabs
>
li
>
a
{
margin-right
:
-1px
;
margin-right
:
-1px
;
-webkit-border-radius
:
4px
0
0
4px
;
-webkit-border-radius
:
4px
0
0
4px
;
-moz-border-radius
:
4px
0
0
4px
;
border-radius
:
4px
0
0
4px
;
border-radius
:
4px
0
0
4px
;
}
}
.tabs-left
.tabs
>
li
>
a
:hover
{
.tabs-left
.tabs
>
li
>
a
:hover
{
...
@@ -1734,7 +1693,6 @@ table .span12 {
...
@@ -1734,7 +1693,6 @@ table .span12 {
.tabs-right
.tabs
>
li
>
a
{
.tabs-right
.tabs
>
li
>
a
{
margin-left
:
-1px
;
margin-left
:
-1px
;
-webkit-border-radius
:
0
4px
4px
0
;
-webkit-border-radius
:
0
4px
4px
0
;
-moz-border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
}
}
.tabs-right
.tabs
>
li
>
a
:hover
{
.tabs-right
.tabs
>
li
>
a
:hover
{
...
@@ -1749,17 +1707,15 @@ table .span12 {
...
@@ -1749,17 +1707,15 @@ table .span12 {
.navbar-inner
{
.navbar-inner
{
background-color
:
#222222
;
background-color
:
#222222
;
background-color
:
#222222
;
background-color
:
#222222
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#333333
),
to
(
#222222
));
background-image
:
-moz-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-moz-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-ms-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-ms-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#333333
),
color-stop
(
100%
,
#222222
));
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#333333
),
to
(
#222222
));
background-image
:
-webkit-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-webkit-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-o-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-o-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
linear-gradient
(
top
,
#333333
,
#222222
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#333333'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#333333'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
-moz-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
}
}
.navbar
.brand
:hover
{
.navbar
.brand
:hover
{
...
@@ -1815,7 +1771,6 @@ table .span12 {
...
@@ -1815,7 +1771,6 @@ table .span12 {
background
:
rgba
(
255
,
255
,
255
,
0.3
);
background
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-transition
:
none
;
-webkit-transition
:
none
;
-moz-transition
:
none
;
-moz-transition
:
none
;
...
@@ -1841,7 +1796,6 @@ table .span12 {
...
@@ -1841,7 +1796,6 @@ table .span12 {
background-color
:
#ffffff
;
background-color
:
#ffffff
;
border
:
0
;
border
:
0
;
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
-moz-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
outline
:
0
;
outline
:
0
;
}
}
...
@@ -1852,7 +1806,6 @@ table .span12 {
...
@@ -1852,7 +1806,6 @@ table .span12 {
padding-left
:
20px
;
padding-left
:
20px
;
padding-right
:
20px
;
padding-right
:
20px
;
-webkit-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.navbar-fixed
{
.navbar-fixed
{
...
@@ -1910,7 +1863,6 @@ table .span12 {
...
@@ -1910,7 +1863,6 @@ table .span12 {
.navbar
.dropdown-menu
{
.navbar
.dropdown-menu
{
margin-top
:
1px
;
margin-top
:
1px
;
-webkit-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.navbar
.dropdown-menu
:before
{
.navbar
.dropdown-menu
:before
{
...
@@ -1938,9 +1890,8 @@ table .span12 {
...
@@ -1938,9 +1890,8 @@ table .span12 {
border-top-color
:
#ffffff
;
border-top-color
:
#ffffff
;
}
}
.navbar
.nav
.active
.caret
{
.navbar
.nav
.active
.caret
{
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
);
}
}
.navbar
.nav
.open
>
.dropdown-toggle
,
.navbar
.nav
.active
>
.dropdown-toggle
,
.navbar
.nav
.open.active
>
.dropdown-toggle
{
.navbar
.nav
.open
>
.dropdown-toggle
,
.navbar
.nav
.active
>
.dropdown-toggle
,
.navbar
.nav
.open.active
>
.dropdown-toggle
{
background-color
:
transparent
;
background-color
:
transparent
;
...
@@ -1963,10 +1914,9 @@ table .span12 {
...
@@ -1963,10 +1914,9 @@ table .span12 {
padding
:
7px
14px
;
padding
:
7px
14px
;
margin
:
0
0
18px
;
margin
:
0
0
18px
;
background-color
:
#f5f5f5
;
background-color
:
#f5f5f5
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#ffffff
),
to
(
#f5f5f5
));
background-image
:
-moz-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-moz-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-ms-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-ms-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#ffffff
),
color-stop
(
100%
,
#f5f5f5
));
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#ffffff
),
to
(
#f5f5f5
));
background-image
:
-webkit-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-webkit-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-o-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-o-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
...
@@ -1974,10 +1924,8 @@ table .span12 {
...
@@ -1974,10 +1924,8 @@ table .span12 {
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffff'
,
endColorstr
=
'#f5f5f5'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffff'
,
endColorstr
=
'#f5f5f5'
,
GradientType
=
0
);
border
:
1px
solid
#ddd
;
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
border-radius
:
3px
;
-webkit-box-shadow
:
inset
0
1px
0
#ffffff
;
-webkit-box-shadow
:
inset
0
1px
0
#ffffff
;
-moz-box-shadow
:
inset
0
1px
0
#ffffff
;
box-shadow
:
inset
0
1px
0
#ffffff
;
box-shadow
:
inset
0
1px
0
#ffffff
;
}
}
.breadcrumb
li
{
.breadcrumb
li
{
...
@@ -2004,10 +1952,8 @@ table .span12 {
...
@@ -2004,10 +1952,8 @@ table .span12 {
margin-left
:
0
;
margin-left
:
0
;
margin-bottom
:
0
;
margin-bottom
:
0
;
-webkit-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
border-radius
:
3px
;
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
}
}
.pagination
li
{
.pagination
li
{
...
@@ -2035,12 +1981,10 @@ table .span12 {
...
@@ -2035,12 +1981,10 @@ table .span12 {
.pagination
li
:first-child
a
{
.pagination
li
:first-child
a
{
border-left-width
:
1px
;
border-left-width
:
1px
;
-webkit-border-radius
:
3px
0
0
3px
;
-webkit-border-radius
:
3px
0
0
3px
;
-moz-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;
}
}
.pagination
li
:last-child
a
{
.pagination
li
:last-child
a
{
-webkit-border-radius
:
0
3px
3px
0
;
-webkit-border-radius
:
0
3px
3px
0
;
-moz-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;
}
}
.pagination-centered
{
.pagination-centered
{
...
@@ -2071,7 +2015,6 @@ table .span12 {
...
@@ -2071,7 +2015,6 @@ table .span12 {
padding
:
6px
15px
;
padding
:
6px
15px
;
background-color
:
#f5f5f5
;
background-color
:
#f5f5f5
;
-webkit-border-radius
:
15px
;
-webkit-border-radius
:
15px
;
-moz-border-radius
:
15px
;
border-radius
:
15px
;
border-radius
:
15px
;
}
}
.pager
.next
a
{
.pager
.next
a
{
...
@@ -2093,9 +2036,8 @@ table .span12 {
...
@@ -2093,9 +2036,8 @@ table .span12 {
opacity
:
0
;
opacity
:
0
;
}
}
.modal-backdrop
,
.modal-backdrop.fade.in
{
.modal-backdrop
,
.modal-backdrop.fade.in
{
filter
:
alpha
(
opacity
=
80
);
-moz-opacity
:
0.8
;
opacity
:
0.8
;
opacity
:
0.8
;
filter
:
alpha
(
opacity
=
80
);
}
}
.modal
{
.modal
{
position
:
fixed
;
position
:
fixed
;
...
@@ -2113,13 +2055,10 @@ table .span12 {
...
@@ -2113,13 +2055,10 @@ table .span12 {
/* IE6-7 */
/* IE6-7 */
-webkit-border-radius
:
6px
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
border-radius
:
6px
;
-webkit-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
-webkit-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
-moz-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
-webkit-background-clip
:
padding-box
;
-webkit-background-clip
:
padding-box
;
-moz-background-clip
:
padding-box
;
background-clip
:
padding-box
;
background-clip
:
padding-box
;
}
}
.modal.fade
{
.modal.fade
{
...
@@ -2149,10 +2088,8 @@ table .span12 {
...
@@ -2149,10 +2088,8 @@ table .span12 {
background-color
:
#f5f5f5
;
background-color
:
#f5f5f5
;
border-top
:
1px
solid
#ddd
;
border-top
:
1px
solid
#ddd
;
-webkit-border-radius
:
0
0
6px
6px
;
-webkit-border-radius
:
0
0
6px
6px
;
-moz-border-radius
:
0
0
6px
6px
;
border-radius
:
0
0
6px
6px
;
border-radius
:
0
0
6px
6px
;
-webkit-box-shadow
:
inset
0
1px
0
#ffffff
;
-webkit-box-shadow
:
inset
0
1px
0
#ffffff
;
-moz-box-shadow
:
inset
0
1px
0
#ffffff
;
box-shadow
:
inset
0
1px
0
#ffffff
;
box-shadow
:
inset
0
1px
0
#ffffff
;
*
zoom
:
1
;
*
zoom
:
1
;
}
}
...
@@ -2175,14 +2112,12 @@ table .span12 {
...
@@ -2175,14 +2112,12 @@ table .span12 {
visibility
:
visible
;
visibility
:
visible
;
padding
:
5px
;
padding
:
5px
;
font-size
:
11px
;
font-size
:
11px
;
filter
:
alpha
(
opacity
=
0
);
-moz-opacity
:
0
;
opacity
:
0
;
opacity
:
0
;
filter
:
alpha
(
opacity
=
0
);
}
}
.tooltip.in
{
.tooltip.in
{
filter
:
alpha
(
opacity
=
80
);
-moz-opacity
:
0.8
;
opacity
:
0.8
;
opacity
:
0.8
;
filter
:
alpha
(
opacity
=
80
);
}
}
.tooltip.top
{
.tooltip.top
{
margin-top
:
-2px
;
margin-top
:
-2px
;
...
@@ -2236,7 +2171,6 @@ table .span12 {
...
@@ -2236,7 +2171,6 @@ table .span12 {
text-decoration
:
none
;
text-decoration
:
none
;
background-color
:
#000000
;
background-color
:
#000000
;
-webkit-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.tooltip-arrow
{
.tooltip-arrow
{
...
@@ -2308,10 +2242,8 @@ table .span12 {
...
@@ -2308,10 +2242,8 @@ table .span12 {
background
:
#000000
;
background
:
#000000
;
background
:
rgba
(
0
,
0
,
0
,
0.8
);
background
:
rgba
(
0
,
0
,
0
,
0.8
);
-webkit-border-radius
:
6px
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
border-radius
:
6px
;
-webkit-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
-webkit-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
-moz-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
}
}
.popover
.title
{
.popover
.title
{
...
@@ -2320,17 +2252,14 @@ table .span12 {
...
@@ -2320,17 +2252,14 @@ table .span12 {
background-color
:
#f5f5f5
;
background-color
:
#f5f5f5
;
border-bottom
:
1px
solid
#eee
;
border-bottom
:
1px
solid
#eee
;
-webkit-border-radius
:
3px
3px
0
0
;
-webkit-border-radius
:
3px
3px
0
0
;
-moz-border-radius
:
3px
3px
0
0
;
border-radius
:
3px
3px
0
0
;
border-radius
:
3px
3px
0
0
;
}
}
.popover
.content
{
.popover
.content
{
padding
:
14px
;
padding
:
14px
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
-webkit-border-radius
:
0
0
3px
3px
;
-webkit-border-radius
:
0
0
3px
3px
;
-moz-border-radius
:
0
0
3px
3px
;
border-radius
:
0
0
3px
3px
;
border-radius
:
0
0
3px
3px
;
-webkit-background-clip
:
padding-box
;
-webkit-background-clip
:
padding-box
;
-moz-background-clip
:
padding-box
;
background-clip
:
padding-box
;
background-clip
:
padding-box
;
}
}
.popover
.content
p
,
.popover
.content
ul
,
.popover
.content
ol
{
.popover
.content
p
,
.popover
.content
ul
,
.popover
.content
ol
{
...
@@ -2347,10 +2276,9 @@ table .span12 {
...
@@ -2347,10 +2276,9 @@ table .span12 {
}
}
.btn.danger
{
.btn.danger
{
background-color
:
#c43c35
;
background-color
:
#c43c35
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#ee5f5b
),
to
(
#c43c35
));
background-image
:
-moz-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-moz-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-ms-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-ms-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#ee5f5b
),
color-stop
(
100%
,
#c43c35
));
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#ee5f5b
),
to
(
#c43c35
));
background-image
:
-webkit-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-webkit-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-o-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-o-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
...
@@ -2361,10 +2289,9 @@ table .span12 {
...
@@ -2361,10 +2289,9 @@ table .span12 {
}
}
.btn.success
{
.btn.success
{
background-color
:
#57a957
;
background-color
:
#57a957
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#62c462
),
to
(
#57a957
));
background-image
:
-moz-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-moz-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-ms-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-ms-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#62c462
),
color-stop
(
100%
,
#57a957
));
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#62c462
),
to
(
#57a957
));
background-image
:
-webkit-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-webkit-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-o-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-o-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
linear-gradient
(
top
,
#62c462
,
#57a957
);
...
@@ -2375,10 +2302,9 @@ table .span12 {
...
@@ -2375,10 +2302,9 @@ table .span12 {
}
}
.btn.info
{
.btn.info
{
background-color
:
#339bb9
;
background-color
:
#339bb9
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#5bc0de
),
to
(
#339bb9
));
background-image
:
-moz-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-moz-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-ms-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-ms-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#5bc0de
),
color-stop
(
100%
,
#339bb9
));
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#5bc0de
),
to
(
#339bb9
));
background-image
:
-webkit-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-webkit-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-o-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-o-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
...
@@ -2406,10 +2332,8 @@ table .span12 {
...
@@ -2406,10 +2332,8 @@ table .span12 {
border
:
1px
solid
#ccc
;
border
:
1px
solid
#ccc
;
border-bottom-color
:
#bbb
;
border-bottom-color
:
#bbb
;
-webkit-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
cursor
:
pointer
;
cursor
:
pointer
;
-webkit-transition
:
0.1s
linear
all
;
-webkit-transition
:
0.1s
linear
all
;
...
@@ -2430,10 +2354,9 @@ table .span12 {
...
@@ -2430,10 +2354,9 @@ table .span12 {
color
:
#ffffff
;
color
:
#ffffff
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
background-color
:
#0064cd
;
background-color
:
#0064cd
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#049cdb
),
to
(
#0064cd
));
background-image
:
-moz-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
-moz-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
-ms-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
-ms-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#049cdb
),
color-stop
(
100%
,
#0064cd
));
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#049cdb
),
to
(
#0064cd
));
background-image
:
-webkit-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
-webkit-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
-o-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
-o-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
linear-gradient
(
top
,
#049cdb
,
#0064cd
);
...
@@ -2445,29 +2368,24 @@ table .span12 {
...
@@ -2445,29 +2368,24 @@ table .span12 {
.btn.active
,
.btn
:active
{
.btn.active
,
.btn
:active
{
background-image
:
none
;
background-image
:
none
;
-webkit-box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
}
}
.btn.disabled
{
.btn.disabled
{
cursor
:
default
;
cursor
:
default
;
background-image
:
none
;
background-image
:
none
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
filter
:
alpha
(
opacity
=
65
);
-moz-opacity
:
0.65
;
opacity
:
0.65
;
opacity
:
0.65
;
filter
:
alpha
(
opacity
=
65
);
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
box-shadow
:
none
;
}
}
.btn
[
disabled
]
{
.btn
[
disabled
]
{
cursor
:
default
;
cursor
:
default
;
background-image
:
none
;
background-image
:
none
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
filter
:
alpha
(
opacity
=
65
);
-moz-opacity
:
0.65
;
opacity
:
0.65
;
opacity
:
0.65
;
filter
:
alpha
(
opacity
=
65
);
-webkit-box-shadow
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
box-shadow
:
none
;
}
}
.btn.large
{
.btn.large
{
...
@@ -2475,7 +2393,6 @@ table .span12 {
...
@@ -2475,7 +2393,6 @@ table .span12 {
font-size
:
15px
;
font-size
:
15px
;
line-height
:
normal
;
line-height
:
normal
;
-webkit-border-radius
:
5px
;
-webkit-border-radius
:
5px
;
-moz-border-radius
:
5px
;
border-radius
:
5px
;
border-radius
:
5px
;
}
}
.btn.small
{
.btn.small
{
...
@@ -2511,7 +2428,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
...
@@ -2511,7 +2428,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
float
:
left
;
float
:
left
;
margin-left
:
-1px
;
margin-left
:
-1px
;
-webkit-border-radius
:
0
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;
border-radius
:
0
;
}
}
.btn-group
.btn
:first-child
{
.btn-group
.btn
:first-child
{
...
@@ -2555,20 +2471,17 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
...
@@ -2555,20 +2471,17 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
padding-left
:
8px
;
padding-left
:
8px
;
padding-right
:
8px
;
padding-right
:
8px
;
-webkit-box-shadow
:
inset
1px
0
0
rgba
(
255
,
255
,
255
,
0.125
),
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-box-shadow
:
inset
1px
0
0
rgba
(
255
,
255
,
255
,
0.125
),
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
1px
0
0
rgba
(
255
,
255
,
255
,
0.125
),
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
1px
0
0
rgba
(
255
,
255
,
255
,
0.125
),
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
1px
0
0
rgba
(
255
,
255
,
255
,
0.125
),
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
}
}
.btn-group.open
.dropdown-menu
{
.btn-group.open
.dropdown-menu
{
display
:
block
;
display
:
block
;
margin-top
:
1px
;
margin-top
:
1px
;
-webkit-border-radius
:
5px
;
-webkit-border-radius
:
5px
;
-moz-border-radius
:
5px
;
border-radius
:
5px
;
border-radius
:
5px
;
}
}
.btn-group.open
.dropdown-toggle
{
.btn-group.open
.dropdown-toggle
{
background-image
:
none
;
background-image
:
none
;
-webkit-box-shadow
:
inset
0
1px
6px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-box-shadow
:
inset
0
1px
6px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
1px
6px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
6px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
6px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
}
}
.btn
.caret
{
.btn
.caret
{
...
@@ -2580,9 +2493,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
...
@@ -2580,9 +2493,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
.info
.caret
,
.info
.caret
,
.success
.caret
{
.success
.caret
{
border-top-color
:
#ffffff
;
border-top-color
:
#ffffff
;
filter
:
alpha
(
opacity
=
75
);
-moz-opacity
:
0.75
;
opacity
:
0.75
;
opacity
:
0.75
;
filter
:
alpha
(
opacity
=
75
);
}
}
.alert
{
.alert
{
padding
:
8px
35px
8px
14px
;
padding
:
8px
35px
8px
14px
;
...
@@ -2591,7 +2503,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
...
@@ -2591,7 +2503,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
background-color
:
#fcf8e3
;
background-color
:
#fcf8e3
;
border
:
1px
solid
#f3edd2
;
border
:
1px
solid
#f3edd2
;
-webkit-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.alert
,
.alert-heading
{
.alert
,
.alert-heading
{
...
@@ -2658,16 +2569,13 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
...
@@ -2658,16 +2569,13 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
line-height
:
1
;
line-height
:
1
;
border
:
1px
solid
#ddd
;
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-webkit-box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-moz-box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
}
}
a
.thumbnail
:hover
{
a
.thumbnail
:hover
{
border-color
:
#0088cc
;
border-color
:
#0088cc
;
-webkit-box-shadow
:
0
1px
4px
rgba
(
0
,
105
,
214
,
0.25
);
-webkit-box-shadow
:
0
1px
4px
rgba
(
0
,
105
,
214
,
0.25
);
-moz-box-shadow
:
0
1px
4px
rgba
(
0
,
105
,
214
,
0.25
);
box-shadow
:
0
1px
4px
rgba
(
0
,
105
,
214
,
0.25
);
box-shadow
:
0
1px
4px
rgba
(
0
,
105
,
214
,
0.25
);
}
}
.thumbnail
>
img
{
.thumbnail
>
img
{
...
@@ -2685,7 +2593,6 @@ a.thumbnail:hover {
...
@@ -2685,7 +2593,6 @@ a.thumbnail:hover {
text-transform
:
uppercase
;
text-transform
:
uppercase
;
background-color
:
#999999
;
background-color
:
#999999
;
-webkit-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
border-radius
:
3px
;
}
}
.label.important
{
.label.important
{
...
@@ -2718,24 +2625,21 @@ a.thumbnail:hover {
...
@@ -2718,24 +2625,21 @@ a.thumbnail:hover {
}
}
.progress
,
.progress
.bar
{
.progress
,
.progress
.bar
{
-webkit-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.progress
{
.progress
{
height
:
18px
;
height
:
18px
;
margin-bottom
:
18px
;
margin-bottom
:
18px
;
background-color
:
#f9f9f9
;
background-color
:
#f9f9f9
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#f5f5f5
),
to
(
#f9f9f9
));
background-image
:
-moz-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
-moz-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
-ms-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
-ms-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#f5f5f5
),
color-stop
(
100%
,
#f9f9f9
));
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#f5f5f5
),
to
(
#f9f9f9
));
background-image
:
-webkit-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
-webkit-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
-o-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
-o-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f5f5f5'
,
endColorstr
=
'#f9f9f9'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f5f5f5'
,
endColorstr
=
'#f9f9f9'
,
GradientType
=
0
);
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
);
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
);
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
{
.progress
.bar
{
...
@@ -2746,17 +2650,15 @@ a.thumbnail:hover {
...
@@ -2746,17 +2650,15 @@ a.thumbnail:hover {
text-align
:
center
;
text-align
:
center
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
background-color
:
#0480be
;
background-color
:
#0480be
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#149bdf
),
to
(
#0480be
));
background-image
:
-moz-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
-moz-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
-ms-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
-ms-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#149bdf
),
color-stop
(
100%
,
#0480be
));
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#149bdf
),
to
(
#0480be
));
background-image
:
-webkit-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
-webkit-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
-o-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
-o-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#149bdf'
,
endColorstr
=
'#0480be'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#149bdf'
,
endColorstr
=
'#0480be'
,
GradientType
=
0
);
-webkit-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.15
);
-moz-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.15
);
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-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
...
@@ -2787,10 +2689,9 @@ a.thumbnail:hover {
...
@@ -2787,10 +2689,9 @@ a.thumbnail:hover {
}
}
.progress.danger
.bar
{
.progress.danger
.bar
{
background-color
:
#c43c35
;
background-color
:
#c43c35
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#ee5f5b
),
to
(
#c43c35
));
background-image
:
-moz-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-moz-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-ms-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-ms-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#ee5f5b
),
color-stop
(
100%
,
#c43c35
));
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#ee5f5b
),
to
(
#c43c35
));
background-image
:
-webkit-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-webkit-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-o-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-o-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
...
@@ -2808,10 +2709,9 @@ a.thumbnail:hover {
...
@@ -2808,10 +2709,9 @@ a.thumbnail:hover {
}
}
.progress.success
.bar
{
.progress.success
.bar
{
background-color
:
#57a957
;
background-color
:
#57a957
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#62c462
),
to
(
#57a957
));
background-image
:
-moz-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-moz-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-ms-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-ms-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#62c462
),
color-stop
(
100%
,
#57a957
));
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#62c462
),
to
(
#57a957
));
background-image
:
-webkit-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-webkit-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-o-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-o-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
linear-gradient
(
top
,
#62c462
,
#57a957
);
...
@@ -2829,10 +2729,9 @@ a.thumbnail:hover {
...
@@ -2829,10 +2729,9 @@ a.thumbnail:hover {
}
}
.progress.info
.bar
{
.progress.info
.bar
{
background-color
:
#339bb9
;
background-color
:
#339bb9
;
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#5bc0de
),
to
(
#339bb9
));
background-image
:
-moz-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-moz-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-ms-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-ms-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#5bc0de
),
color-stop
(
100%
,
#339bb9
));
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#5bc0de
),
to
(
#339bb9
));
background-image
:
-webkit-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-webkit-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-o-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-o-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
...
@@ -2854,7 +2753,6 @@ a.thumbnail:hover {
...
@@ -2854,7 +2753,6 @@ a.thumbnail:hover {
.accordion-group
{
.accordion-group
{
background-color
:
#f5f5f5
;
background-color
:
#f5f5f5
;
-webkit-border-radius
:
4px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
.accordion-heading
{
.accordion-heading
{
...
@@ -2931,11 +2829,9 @@ a.thumbnail:hover {
...
@@ -2931,11 +2829,9 @@ a.thumbnail:hover {
background
:
#222222
;
background
:
#222222
;
border
:
3px
solid
#ffffff
;
border
:
3px
solid
#ffffff
;
-webkit-border-radius
:
23px
;
-webkit-border-radius
:
23px
;
-moz-border-radius
:
23px
;
border-radius
:
23px
;
border-radius
:
23px
;
filter
:
alpha
(
opacity
=
50
);
-moz-opacity
:
0.5
;
opacity
:
0.5
;
opacity
:
0.5
;
filter
:
alpha
(
opacity
=
50
);
-webkit-transition
:
all
0.2s
linear
;
-webkit-transition
:
all
0.2s
linear
;
-moz-transition
:
all
0.2s
linear
;
-moz-transition
:
all
0.2s
linear
;
-ms-transition
:
all
0.2s
linear
;
-ms-transition
:
all
0.2s
linear
;
...
@@ -2949,9 +2845,8 @@ a.thumbnail:hover {
...
@@ -2949,9 +2845,8 @@ a.thumbnail:hover {
.carousel-control
:hover
{
.carousel-control
:hover
{
color
:
#ffffff
;
color
:
#ffffff
;
text-decoration
:
none
;
text-decoration
:
none
;
filter
:
alpha
(
opacity
=
90
);
-moz-opacity
:
0.9
;
opacity
:
0.9
;
opacity
:
0.9
;
filter
:
alpha
(
opacity
=
90
);
}
}
.carousel-caption
{
.carousel-caption
{
position
:
absolute
;
position
:
absolute
;
...
...
bootstrap.min.css
View file @
b6b19866
...
@@ -83,9 +83,9 @@ blockquote small{display:block;line-height:18px;color:#999999;}blockquote small:
...
@@ -83,9 +83,9 @@ blockquote small{display:block;line-height:18px;color:#999999;}blockquote small:
blockquote
.pull-right
{
float
:
right
;
padding-left
:
0
;
padding-right
:
15px
;
border-left
:
0
;
border-right
:
5px
solid
#eeeeee
;}
blockquote
.pull-right
p
,
blockquote
.pull-right
small
{
text-align
:
right
;}
blockquote
.pull-right
{
float
:
right
;
padding-left
:
0
;
padding-right
:
15px
;
border-left
:
0
;
border-right
:
5px
solid
#eeeeee
;}
blockquote
.pull-right
p
,
blockquote
.pull-right
small
{
text-align
:
right
;}
q
:before
,
q
:after
,
blockquote
:before
,
blockquote
:after
{
content
:
""
;}
q
:before
,
q
:after
,
blockquote
:before
,
blockquote
:after
{
content
:
""
;}
address
{
display
:
block
;
margin-bottom
:
18px
;
line-height
:
18px
;
font-style
:
normal
;}
address
{
display
:
block
;
margin-bottom
:
18px
;
line-height
:
18px
;
font-style
:
normal
;}
code
,
pre
{
padding
:
0
3px
2px
;
font-family
:
Menlo
,
Monaco
,
"Courier New"
,
monospace
;
font-size
:
12px
;
color
:
#333333
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;}
code
,
pre
{
padding
:
0
3px
2px
;
font-family
:
Menlo
,
Monaco
,
"Courier New"
,
monospace
;
font-size
:
12px
;
color
:
#333333
;
-webkit-border-radius
:
3px
;
border-radius
:
3px
;}
code
{
padding
:
3px
4px
;
color
:
#d14
;
background-color
:
#f7f7f9
;
border
:
1px
solid
#e1e1e8
;}
code
{
padding
:
3px
4px
;
color
:
#d14
;
background-color
:
#f7f7f9
;
border
:
1px
solid
#e1e1e8
;}
pre
{
display
:
block
;
padding
:
8.5px
;
margin
:
0
0
9px
;
font-size
:
12px
;
line-height
:
18px
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
white-space
:
pre
;
white-space
:
pre-wrap
;
word-break
:
break-all
;}
pre
.prettyprint
{
margin-bottom
:
18px
;}
pre
{
display
:
block
;
padding
:
8.5px
;
margin
:
0
0
9px
;
font-size
:
12px
;
line-height
:
18px
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#ccc
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.15
);
-webkit-border-radius
:
4px
;
border-radius
:
4px
;
white-space
:
pre
;
white-space
:
pre-wrap
;
word-break
:
break-all
;}
pre
.prettyprint
{
margin-bottom
:
18px
;}
pre
code
{
padding
:
0
;
background-color
:
transparent
;}
pre
code
{
padding
:
0
;
background-color
:
transparent
;}
small
{
font-size
:
100%
;}
small
{
font-size
:
100%
;}
cite
{
font-style
:
normal
;}
cite
{
font-style
:
normal
;}
...
@@ -94,24 +94,24 @@ fieldset{padding:0;margin:0;border:0;}
...
@@ -94,24 +94,24 @@ fieldset{padding:0;margin:0;border:0;}
legend
{
display
:
block
;
width
:
100%
;
padding
:
0
;
margin-bottom
:
27px
;
font-size
:
19.5px
;
line-height
:
36px
;
color
:
#333333
;
border
:
0
;
border-bottom
:
1px
solid
#eee
;
-webkit-margin-collapse
:
separate
;}
legend
{
display
:
block
;
width
:
100%
;
padding
:
0
;
margin-bottom
:
27px
;
font-size
:
19.5px
;
line-height
:
36px
;
color
:
#333333
;
border
:
0
;
border-bottom
:
1px
solid
#eee
;
-webkit-margin-collapse
:
separate
;}
label
,
input
,
button
,
select
,
textarea
{
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
18px
;}
label
,
input
,
button
,
select
,
textarea
{
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
18px
;}
label
{
display
:
block
;
margin-bottom
:
5px
;
color
:
#333333
;}
label
{
display
:
block
;
margin-bottom
:
5px
;
color
:
#333333
;}
input
,
textarea
,
select
,
.uneditable-input
{
display
:
inline-block
;
width
:
210px
;
height
:
18px
;
padding
:
4px
;
margin-bottom
:
9px
;
font-size
:
13px
;
line-height
:
18px
;
color
:
#555555
;
border
:
1px
solid
#ccc
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;}
input
,
textarea
,
select
,
.uneditable-input
{
display
:
inline-block
;
width
:
210px
;
height
:
18px
;
padding
:
4px
;
margin-bottom
:
9px
;
font-size
:
13px
;
line-height
:
18px
;
color
:
#555555
;
border
:
1px
solid
#ccc
;
-webkit-border-radius
:
3px
;
border-radius
:
3px
;}
.uneditable-textarea
{
width
:
auto
;
height
:
auto
;}
.uneditable-textarea
{
width
:
auto
;
height
:
auto
;}
input
[
type
=
image
],
input
[
type
=
checkbox
],
input
[
type
=
radio
]
{
width
:
auto
;
height
:
auto
;
padding
:
0
;
margin
:
3px
0
;
*
margin-top
:
0
;
line-height
:
normal
;
border
:
none
;
cursor
:
pointer
;}
input
[
type
=
image
],
input
[
type
=
checkbox
],
input
[
type
=
radio
]
{
width
:
auto
;
height
:
auto
;
padding
:
0
;
margin
:
3px
0
;
*
margin-top
:
0
;
line-height
:
normal
;
border
:
none
;
cursor
:
pointer
;}
input
[
type
=
file
]
{
padding
:
initial
;
line-height
:
initial
;
border
:
initial
;
background-color
:
#ffffff
;
background-color
:
initial
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
input
[
type
=
file
]
{
padding
:
initial
;
line-height
:
initial
;
border
:
initial
;
background-color
:
#ffffff
;
background-color
:
initial
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;}
input
[
type
=
button
],
input
[
type
=
reset
],
input
[
type
=
submit
]
{
width
:
auto
;
height
:
auto
;}
input
[
type
=
button
],
input
[
type
=
reset
],
input
[
type
=
submit
]
{
width
:
auto
;
height
:
auto
;}
select
,
input
[
type
=
file
]
{
height
:
28px
;
*
margin-top
:
4px
;
line-height
:
28px
;}
select
,
input
[
type
=
file
]
{
height
:
28px
;
*
margin-top
:
4px
;
line-height
:
28px
;}
select
{
width
:
220px
;
vertical-align
:
baseline
;
background-color
:
#ffffff
;}
select
{
width
:
220px
;
vertical-align
:
baseline
;
background-color
:
#ffffff
;}
select
[
multiple
],
select
[
size
]
{
height
:
auto
;}
select
[
multiple
],
select
[
size
]
{
height
:
auto
;}
input
[
type
=
image
]
{
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;}
input
[
type
=
image
]
{
-webkit-box-shadow
:
none
;
box-shadow
:
none
;}
textarea
{
height
:
auto
;}
textarea
{
height
:
auto
;}
.radio
,
.checkbox
{
padding-left
:
18px
;}
.radio
,
.checkbox
{
padding-left
:
18px
;}
.radio
input
[
type
=
radio
],
.checkbox
input
[
type
=
checkbox
]
{
float
:
left
;
margin-left
:
-18px
;}
.radio
input
[
type
=
radio
],
.checkbox
input
[
type
=
checkbox
]
{
float
:
left
;
margin-left
:
-18px
;}
.controls
>
.radio
:first-child
,
.controls
>
.checkbox
:first-child
{
padding-top
:
6px
;}
.controls
>
.radio
:first-child
,
.controls
>
.checkbox
:first-child
{
padding-top
:
6px
;}
.radio.inline
,
.checkbox.inline
{
display
:
inline-block
;
margin-bottom
:
0
;}
.radio.inline
,
.checkbox.inline
{
display
:
inline-block
;
margin-bottom
:
0
;}
.radio.inline
+
.radio.inline
,
.checkbox.inline
+
.checkbox.inline
{
margin-left
:
10px
;}
.radio.inline
+
.radio.inline
,
.checkbox.inline
+
.checkbox.inline
{
margin-left
:
10px
;}
input
,
textarea
{
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-moz-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
linear
0.2s
,
box-shadow
linear
0.2s
;
-moz-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-ms-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-o-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;}
input
,
textarea
{
-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
linear
0.2s
,
box-shadow
linear
0.2s
;
-moz-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-ms-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
-o-transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;
transition
:
border
linear
0.2s
,
box-shadow
linear
0.2s
;}
input
:focus
,
textarea
:focus
{
border-color
:
rgba
(
82
,
168
,
236
,
0.8
);
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
outline
:
0
;}
input
:focus
,
textarea
:focus
{
border-color
:
rgba
(
82
,
168
,
236
,
0.8
);
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
),
0
0
8px
rgba
(
82
,
168
,
236
,
0.6
);
outline
:
0
;}
input
[
type
=
file
]
:focus
,
input
[
type
=
checkbox
]
:focus
,
select
:focus
{
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
outline
:
1px
dotted
#666
;}
input
[
type
=
file
]
:focus
,
input
[
type
=
checkbox
]
:focus
,
select
:focus
{
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
outline
:
1px
dotted
#666
;}
.input-mini
{
width
:
60px
;}
.input-mini
{
width
:
60px
;}
.input-small
{
width
:
90px
;}
.input-small
{
width
:
90px
;}
.input-medium
{
width
:
150px
;}
.input-medium
{
width
:
150px
;}
...
@@ -145,32 +145,32 @@ select.span11{width:870px;}
...
@@ -145,32 +145,32 @@ select.span11{width:870px;}
select
.span12
{
width
:
950px
;}
select
.span12
{
width
:
950px
;}
input
[
disabled
],
select
[
disabled
],
textarea
[
disabled
],
input
[
readonly
],
select
[
readonly
],
textarea
[
readonly
]
{
background-color
:
#f5f5f5
;
border-color
:
#ddd
;
cursor
:
not-allowed
;}
input
[
disabled
],
select
[
disabled
],
textarea
[
disabled
],
input
[
readonly
],
select
[
readonly
],
textarea
[
readonly
]
{
background-color
:
#f5f5f5
;
border-color
:
#ddd
;
cursor
:
not-allowed
;}
.control-group.warning
>
label
,
.control-group.warning
.help-block
,
.control-group.warning
.help-inline
{
color
:
#c09853
;}
.control-group.warning
>
label
,
.control-group.warning
.help-block
,
.control-group.warning
.help-inline
{
color
:
#c09853
;}
.control-group.warning
input
,
.control-group.warning
select
,
.control-group.warning
textarea
{
color
:
#c09853
;
border-color
:
#c09853
;}
.control-group.warning
input
:focus
,
.control-group.warning
select
:focus
,
.control-group.warning
textarea
:focus
{
border-color
:
#a47e3c
;
-webkit-box-shadow
:
0
0
6px
#dbc59e
;
-moz-box-shadow
:
0
0
6px
#dbc59e
;
box-shadow
:
0
0
6px
#dbc59e
;}
.control-group.warning
input
,
.control-group.warning
select
,
.control-group.warning
textarea
{
color
:
#c09853
;
border-color
:
#c09853
;}
.control-group.warning
input
:focus
,
.control-group.warning
select
:focus
,
.control-group.warning
textarea
:focus
{
border-color
:
#a47e3c
;
-webkit-box-shadow
:
0
0
6px
#dbc59e
;
box-shadow
:
0
0
6px
#dbc59e
;}
.control-group.warning
.input-prepend
.add-on
,
.control-group.warning
.input-append
.add-on
{
color
:
#c09853
;
background-color
:
#fcf8e3
;
border-color
:
#c09853
;}
.control-group.warning
.input-prepend
.add-on
,
.control-group.warning
.input-append
.add-on
{
color
:
#c09853
;
background-color
:
#fcf8e3
;
border-color
:
#c09853
;}
.control-group.error
>
label
,
.control-group.error
.help-block
,
.control-group.error
.help-inline
{
color
:
#b94a48
;}
.control-group.error
>
label
,
.control-group.error
.help-block
,
.control-group.error
.help-inline
{
color
:
#b94a48
;}
.control-group.error
input
,
.control-group.error
select
,
.control-group.error
textarea
{
color
:
#b94a48
;
border-color
:
#b94a48
;}
.control-group.error
input
:focus
,
.control-group.error
select
:focus
,
.control-group.error
textarea
:focus
{
border-color
:
#953b39
;
-webkit-box-shadow
:
0
0
6px
#d59392
;
-moz-box-shadow
:
0
0
6px
#d59392
;
box-shadow
:
0
0
6px
#d59392
;}
.control-group.error
input
,
.control-group.error
select
,
.control-group.error
textarea
{
color
:
#b94a48
;
border-color
:
#b94a48
;}
.control-group.error
input
:focus
,
.control-group.error
select
:focus
,
.control-group.error
textarea
:focus
{
border-color
:
#953b39
;
-webkit-box-shadow
:
0
0
6px
#d59392
;
box-shadow
:
0
0
6px
#d59392
;}
.control-group.error
.input-prepend
.add-on
,
.control-group.error
.input-append
.add-on
{
color
:
#b94a48
;
background-color
:
#f2dede
;
border-color
:
#b94a48
;}
.control-group.error
.input-prepend
.add-on
,
.control-group.error
.input-append
.add-on
{
color
:
#b94a48
;
background-color
:
#f2dede
;
border-color
:
#b94a48
;}
.control-group.success
>
label
,
.control-group.success
.help-block
,
.control-group.success
.help-inline
{
color
:
#468847
;}
.control-group.success
>
label
,
.control-group.success
.help-block
,
.control-group.success
.help-inline
{
color
:
#468847
;}
.control-group.success
input
,
.control-group.success
select
,
.control-group.success
textarea
{
color
:
#468847
;
border-color
:
#468847
;}
.control-group.success
input
:focus
,
.control-group.success
select
:focus
,
.control-group.success
textarea
:focus
{
border-color
:
#356635
;
-webkit-box-shadow
:
0
0
6px
#7aba7b
;
-moz-box-shadow
:
0
0
6px
#7aba7b
;
box-shadow
:
0
0
6px
#7aba7b
;}
.control-group.success
input
,
.control-group.success
select
,
.control-group.success
textarea
{
color
:
#468847
;
border-color
:
#468847
;}
.control-group.success
input
:focus
,
.control-group.success
select
:focus
,
.control-group.success
textarea
:focus
{
border-color
:
#356635
;
-webkit-box-shadow
:
0
0
6px
#7aba7b
;
box-shadow
:
0
0
6px
#7aba7b
;}
.control-group.success
.input-prepend
.add-on
,
.control-group.success
.input-append
.add-on
{
color
:
#468847
;
background-color
:
#dff0d8
;
border-color
:
#468847
;}
.control-group.success
.input-prepend
.add-on
,
.control-group.success
.input-append
.add-on
{
color
:
#468847
;
background-color
:
#dff0d8
;
border-color
:
#468847
;}
input
:focus:required:invalid
,
textarea
:focus:required:invalid
,
select
:focus:required:invalid
{
color
:
#b94a48
;
border-color
:
#ee5f5b
;}
input
:focus:required:invalid:focus
,
textarea
:focus:required:invalid:focus
,
select
:focus:required:invalid:focus
{
border-color
:
#e9322d
;
-webkit-box-shadow
:
0
0
6px
#f8b9b7
;
-moz-box-shadow
:
0
0
6px
#f8b9b7
;
box-shadow
:
0
0
6px
#f8b9b7
;}
input
:focus:required:invalid
,
textarea
:focus:required:invalid
,
select
:focus:required:invalid
{
color
:
#b94a48
;
border-color
:
#ee5f5b
;}
input
:focus:required:invalid:focus
,
textarea
:focus:required:invalid:focus
,
select
:focus:required:invalid:focus
{
border-color
:
#e9322d
;
-webkit-box-shadow
:
0
0
6px
#f8b9b7
;
box-shadow
:
0
0
6px
#f8b9b7
;}
.form-actions
{
padding
:
17px
20px
18px
;
margin-top
:
18px
;
margin-bottom
:
18px
;
background-color
:
#f5f5f5
;
border-top
:
1px
solid
#ddd
;}
.form-actions
{
padding
:
17px
20px
18px
;
margin-top
:
18px
;
margin-bottom
:
18px
;
background-color
:
#f5f5f5
;
border-top
:
1px
solid
#ddd
;}
.uneditable-input
{
display
:
block
;
background-color
:
#ffffff
;
border-color
:
#eee
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.025
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.025
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.025
);
cursor
:
not-allowed
;}
.uneditable-input
{
display
:
block
;
background-color
:
#ffffff
;
border-color
:
#eee
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.025
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.025
);
cursor
:
not-allowed
;}
:-moz-placeholder
{
color
:
#999999
;}
:-moz-placeholder
{
color
:
#999999
;}
::-webkit-input-placeholder
{
color
:
#999999
;}
::-webkit-input-placeholder
{
color
:
#999999
;}
.help-block
{
margin-top
:
5px
;
margin-bottom
:
0
;
color
:
#999999
;}
.help-block
{
margin-top
:
5px
;
margin-bottom
:
0
;
color
:
#999999
;}
.help-inline
{
*
position
:
relative
;
*
top
:
-5px
;
display
:
inline
;
padding-left
:
5px
;}
.help-inline
{
*
position
:
relative
;
*
top
:
-5px
;
display
:
inline
;
padding-left
:
5px
;}
.input-prepend
,
.input-append
{
margin-bottom
:
5px
;
*
zoom
:
1
;}
.input-prepend
:before
,
.input-append
:before
,
.input-prepend
:after
,
.input-append
:after
{
display
:
table
;
content
:
""
;}
.input-prepend
,
.input-append
{
margin-bottom
:
5px
;
*
zoom
:
1
;}
.input-prepend
:before
,
.input-append
:before
,
.input-prepend
:after
,
.input-append
:after
{
display
:
table
;
content
:
""
;}
.input-prepend
:after
,
.input-append
:after
{
clear
:
both
;}
.input-prepend
:after
,
.input-append
:after
{
clear
:
both
;}
.input-prepend
input
,
.input-append
input
,
.input-prepend
.uneditable-input
,
.input-append
.uneditable-input
{
-webkit-border-radius
:
0
3px
3px
0
;
-moz-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;}
.input-prepend
input
,
.input-append
input
,
.input-prepend
.uneditable-input
,
.input-append
.uneditable-input
{
-webkit-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;}
.input-prepend
.uneditable-input
,
.input-append
.uneditable-input
{
border-left-color
:
#ccc
;}
.input-prepend
.uneditable-input
,
.input-append
.uneditable-input
{
border-left-color
:
#ccc
;}
.input-prepend
.add-on
,
.input-append
.add-on
{
float
:
left
;
display
:
block
;
width
:
auto
;
min-width
:
16px
;
height
:
18px
;
margin-right
:
-1px
;
padding
:
4px
4px
4px
5px
;
font-weight
:
normal
;
line-height
:
18px
;
color
:
#999999
;
text-align
:
center
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#ccc
;
-webkit-border-radius
:
3px
0
0
3px
;
-moz-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;}
.input-prepend
.add-on
,
.input-append
.add-on
{
float
:
left
;
display
:
block
;
width
:
auto
;
min-width
:
16px
;
height
:
18px
;
margin-right
:
-1px
;
padding
:
4px
4px
4px
5px
;
font-weight
:
normal
;
line-height
:
18px
;
color
:
#999999
;
text-align
:
center
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#ccc
;
-webkit-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;}
.input-prepend
.active
,
.input-append
.active
{
background-color
:
#a9dba9
;
border-color
:
#46a546
;}
.input-prepend
.active
,
.input-append
.active
{
background-color
:
#a9dba9
;
border-color
:
#46a546
;}
.input-prepend
.add-on
{
*
margin-top
:
1px
;}
.input-prepend
.add-on
{
*
margin-top
:
1px
;}
.input-append
input
,
.input-append
.uneditable-input
{
float
:
left
;
-webkit-border-radius
:
3px
0
0
3px
;
-moz-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;}
.input-append
input
,
.input-append
.uneditable-input
{
float
:
left
;
-webkit-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;}
.input-append
.uneditable-input
{
border-right-color
:
#ccc
;}
.input-append
.uneditable-input
{
border-right-color
:
#ccc
;}
.input-append
.add-on
{
margin-right
:
0
;
margin-left
:
-1px
;
-webkit-border-radius
:
0
3px
3px
0
;
-moz-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;}
.input-append
.add-on
{
margin-right
:
0
;
margin-left
:
-1px
;
-webkit-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;}
.search-query
{
padding-left
:
14px
;
padding-right
:
14px
;
margin-bottom
:
0
;
-webkit-border-radius
:
14px
;
-moz-border-radius
:
14px
;
border-radius
:
14px
;}
.search-query
{
padding-left
:
14px
;
padding-right
:
14px
;
margin-bottom
:
0
;
-webkit-border-radius
:
14px
;
border-radius
:
14px
;}
.form-search
input
,
.form-inline
input
,
.form-horizontal
input
,
.form-search
textarea
,
.form-inline
textarea
,
.form-horizontal
textarea
,
.form-search
select
,
.form-inline
select
,
.form-horizontal
select
,
.form-search
.uneditable-input
,
.form-inline
.uneditable-input
,
.form-horizontal
.uneditable-input
{
display
:
inline-block
;
margin-bottom
:
0
;}
.form-search
input
,
.form-inline
input
,
.form-horizontal
input
,
.form-search
textarea
,
.form-inline
textarea
,
.form-horizontal
textarea
,
.form-search
select
,
.form-inline
select
,
.form-horizontal
select
,
.form-search
.uneditable-input
,
.form-inline
.uneditable-input
,
.form-horizontal
.uneditable-input
{
display
:
inline-block
;
margin-bottom
:
0
;}
.form-search
label
,
.form-inline
label
{
display
:
inline-block
;}
.form-search
label
,
.form-inline
label
{
display
:
inline-block
;}
.control-group
{
margin-bottom
:
9px
;}
.control-group
{
margin-bottom
:
9px
;}
...
@@ -185,12 +185,12 @@ table{max-width:100%;border-collapse:collapse;border-spacing:0;}
...
@@ -185,12 +185,12 @@ table{max-width:100%;border-collapse:collapse;border-spacing:0;}
.table
thead
:first-child
tr
th
,
.table
thead
:first-child
tr
td
{
border-top
:
0
;}
.table
thead
:first-child
tr
th
,
.table
thead
:first-child
tr
td
{
border-top
:
0
;}
.table
tbody
+
tbody
{
border-top
:
2px
solid
#ddd
;}
.table
tbody
+
tbody
{
border-top
:
2px
solid
#ddd
;}
.table-condensed
th
,
.table-condensed
td
{
padding
:
4px
5px
;}
.table-condensed
th
,
.table-condensed
td
{
padding
:
4px
5px
;}
.table-bordered
{
border
:
1px
solid
#ddd
;
border-collapse
:
separate
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.table-bordered
th
+
th
,
.table-bordered
td
+
td
,
.table-bordered
th
+
td
,
.table-bordered
td
+
th
{
border-left
:
1px
solid
#ddd
;}
.table-bordered
{
border
:
1px
solid
#ddd
;
border-collapse
:
separate
;
-webkit-border-radius
:
4px
;
border-radius
:
4px
;}
.table-bordered
th
+
th
,
.table-bordered
td
+
td
,
.table-bordered
th
+
td
,
.table-bordered
td
+
th
{
border-left
:
1px
solid
#ddd
;}
.table-bordered
thead
:first-child
tr
:first-child
th
,
.table-bordered
tbody
:first-child
tr
:first-child
th
,
.table-bordered
tbody
:first-child
tr
:first-child
td
{
border-top
:
0
;}
.table-bordered
thead
:first-child
tr
:first-child
th
,
.table-bordered
tbody
:first-child
tr
:first-child
th
,
.table-bordered
tbody
:first-child
tr
:first-child
td
{
border-top
:
0
;}
.table-bordered
thead
:first-child
tr
:first-child
th
:first-child
,
.table-bordered
tbody
:first-child
tr
:first-child
td
:first-child
{
-webkit-border-radius
:
4px
0
0
0
;
-moz-border-radius
:
4px
0
0
0
;
border-radius
:
4px
0
0
0
;}
.table-bordered
thead
:first-child
tr
:first-child
th
:first-child
,
.table-bordered
tbody
:first-child
tr
:first-child
td
:first-child
{
-webkit-border-radius
:
4px
0
0
0
;
border-radius
:
4px
0
0
0
;}
.table-bordered
thead
:first-child
tr
:first-child
th
:last-child
,
.table-bordered
tbody
:first-child
tr
:first-child
td
:last-child
{
-webkit-border-radius
:
0
4px
0
0
;
-moz-border-radius
:
0
4px
0
0
;
border-radius
:
0
4px
0
0
;}
.table-bordered
thead
:first-child
tr
:first-child
th
:last-child
,
.table-bordered
tbody
:first-child
tr
:first-child
td
:last-child
{
-webkit-border-radius
:
0
4px
0
0
;
border-radius
:
0
4px
0
0
;}
.table-bordered
thead
:last-child
tr
:last-child
th
:first-child
,
.table-bordered
tbody
:last-child
tr
:last-child
td
:first-child
{
-webkit-border-radius
:
0
0
0
4px
;
-moz-border-radius
:
0
0
0
4px
;
border-radius
:
0
0
0
4px
;}
.table-bordered
thead
:last-child
tr
:last-child
th
:first-child
,
.table-bordered
tbody
:last-child
tr
:last-child
td
:first-child
{
-webkit-border-radius
:
0
0
0
4px
;
border-radius
:
0
0
0
4px
;}
.table-bordered
thead
:last-child
tr
:last-child
th
:last-child
,
.table-bordered
tbody
:last-child
tr
:last-child
td
:last-child
{
-webkit-border-radius
:
0
0
4px
0
;
-moz-border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;}
.table-bordered
thead
:last-child
tr
:last-child
th
:last-child
,
.table-bordered
tbody
:last-child
tr
:last-child
td
:last-child
{
-webkit-border-radius
:
0
0
4px
0
;
border-radius
:
0
0
4px
0
;}
.table-striped
tbody
tr
:nth-child
(
odd
)
td
,
.table-striped
tbody
tr
:nth-child
(
odd
)
th
{
background-color
:
#f9f9f9
;}
.table-striped
tbody
tr
:nth-child
(
odd
)
td
,
.table-striped
tbody
tr
:nth-child
(
odd
)
th
{
background-color
:
#f9f9f9
;}
table
.span1
{
float
:
none
;
width
:
44px
;
margin-left
:
0
;}
table
.span1
{
float
:
none
;
width
:
44px
;
margin-left
:
0
;}
table
.span2
{
float
:
none
;
width
:
124px
;
margin-left
:
0
;}
table
.span2
{
float
:
none
;
width
:
124px
;
margin-left
:
0
;}
...
@@ -296,20 +296,20 @@ table .span12{float:none;width:924px;margin-left:0;}
...
@@ -296,20 +296,20 @@ table .span12{float:none;width:924px;margin-left:0;}
.minus
{
background-position
:
-432px
-96px
;}
.minus
{
background-position
:
-432px
-96px
;}
.asterisk
{
background-position
:
-456px
-96px
;}
.asterisk
{
background-position
:
-456px
-96px
;}
.dropdown
{
position
:
relative
;}
.dropdown
{
position
:
relative
;}
.caret
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#000000
;
filter
:
alpha
(
opacity
=
30
);
-moz-opacity
:
0.3
;
opacity
:
0.3
;
content
:
"\2193"
;}
.caret
{
display
:
inline-block
;
width
:
0
;
height
:
0
;
text-indent
:
-99999px
;
vertical-align
:
top
;
border-left
:
4px
solid
transparent
;
border-right
:
4px
solid
transparent
;
border-top
:
4px
solid
#000000
;
opacity
:
0.3
;
filter
:
alpha
(
opacity
=
30
)
;
content
:
"\2193"
;}
.dropdown
.caret
{
margin-top
:
8px
;
margin-left
:
2px
;
*
margin-top
:
7px
;}
.dropdown
.caret
{
margin-top
:
8px
;
margin-left
:
2px
;
*
margin-top
:
7px
;}
.dropdown
:hover
.caret
,
.open.dropdown
.caret
{
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;}
.dropdown
:hover
.caret
,
.open.dropdown
.caret
{
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
)
;}
.dropdown-menu
{
position
:
absolute
;
top
:
100%
;
z-index
:
1000
;
float
:
left
;
display
:
none
;
min-width
:
160px
;
max-width
:
220px
;
_width
:
160px
;
padding
:
4px
0
;
margin
:
0
;
list-style
:
none
;
background-color
:
#ffffff
;
border-color
:
#ccc
;
border-color
:
rgba
(
0
,
0
,
0
,
0.2
);
border-style
:
solid
;
border-width
:
1px
;
-webkit-border-radius
:
0
0
5px
5px
;
-moz-border-radius
:
0
0
5px
5px
;
border-radius
:
0
0
5px
5px
;
-webkit-box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-moz
-box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-background-clip
:
padding-box
;
-moz-background-clip
:
padding
;
background-clip
:
padding-box
;
zoom
:
1
;
*
border-right-width
:
2px
;
*
border-bottom-width
:
2px
;}
.dropdown-menu.bottom-up
{
top
:
auto
;
bottom
:
100%
;
margin-bottom
:
2px
;}
.dropdown-menu
{
position
:
absolute
;
top
:
100%
;
z-index
:
1000
;
float
:
left
;
display
:
none
;
min-width
:
160px
;
max-width
:
220px
;
_width
:
160px
;
padding
:
4px
0
;
margin
:
0
;
list-style
:
none
;
background-color
:
#ffffff
;
border-color
:
#ccc
;
border-color
:
rgba
(
0
,
0
,
0
,
0.2
);
border-style
:
solid
;
border-width
:
1px
;
-webkit-border-radius
:
0
0
5px
5px
;
border-radius
:
0
0
5px
5px
;
-webkit
-box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
box-shadow
:
0
5px
10px
rgba
(
0
,
0
,
0
,
0.2
);
-webkit-background-clip
:
padding-box
;
-moz-background-clip
:
padding
;
background-clip
:
padding-box
;
zoom
:
1
;
*
border-right-width
:
2px
;
*
border-bottom-width
:
2px
;}
.dropdown-menu.bottom-up
{
top
:
auto
;
bottom
:
100%
;
margin-bottom
:
2px
;}
.dropdown-menu
.divider
{
height
:
1px
;
margin
:
5px
1px
;
overflow
:
hidden
;
background-color
:
#e5e5e5
;
border-bottom
:
1px
solid
#ffffff
;}
.dropdown-menu
.divider
{
height
:
1px
;
margin
:
5px
1px
;
overflow
:
hidden
;
background-color
:
#e5e5e5
;
border-bottom
:
1px
solid
#ffffff
;}
.dropdown-menu
a
{
display
:
block
;
padding
:
3px
15px
;
clear
:
both
;
font-weight
:
normal
;
line-height
:
18px
;
color
:
#555555
;
white-space
:
nowrap
;}
.dropdown-menu
a
{
display
:
block
;
padding
:
3px
15px
;
clear
:
both
;
font-weight
:
normal
;
line-height
:
18px
;
color
:
#555555
;
white-space
:
nowrap
;}
.dropdown-menu
li
>
a
:hover
,
.dropdown-menu
.active
>
a
,
.dropdown-menu
.active
>
a
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#0088cc
;}
.dropdown-menu
li
>
a
:hover
,
.dropdown-menu
.active
>
a
,
.dropdown-menu
.active
>
a
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#0088cc
;}
.dropdown.open
.dropdown-toggle
{
color
:
#ffffff
;
background
:
#ccc
;
background
:
rgba
(
0
,
0
,
0
,
0.3
);}
.dropdown.open
.dropdown-toggle
{
color
:
#ffffff
;
background
:
#ccc
;
background
:
rgba
(
0
,
0
,
0
,
0.3
);}
.dropdown.open
.dropdown-menu
{
display
:
block
;}
.dropdown.open
.dropdown-menu
{
display
:
block
;}
.typeahead
{
margin-top
:
2px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.typeahead
{
margin-top
:
2px
;
-webkit-border-radius
:
4px
;
border-radius
:
4px
;}
.well
{
min-height
:
20px
;
padding
:
19px
;
margin-bottom
:
20px
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#eee
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
-moz
-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
{
min-height
:
20px
;
padding
:
19px
;
margin-bottom
:
20px
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#eee
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-border-radius
:
4px
;
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
);}
.fade
{
-webkit-transition
:
opacity
0.15s
linear
;
-moz-transition
:
opacity
0.15s
linear
;
-ms-transition
:
opacity
0.15s
linear
;
-o-transition
:
opacity
0.15s
linear
;
transition
:
opacity
0.15s
linear
;
opacity
:
0
;}
.fade.in
{
opacity
:
1
;}
.fade
{
-webkit-transition
:
opacity
0.15s
linear
;
-moz-transition
:
opacity
0.15s
linear
;
-ms-transition
:
opacity
0.15s
linear
;
-o-transition
:
opacity
0.15s
linear
;
transition
:
opacity
0.15s
linear
;
opacity
:
0
;}
.fade.in
{
opacity
:
1
;}
.collapse
{
-webkit-transition
:
height
0.35s
ease
;
-moz-transition
:
height
0.35s
ease
;
-ms-transition
:
height
0.35s
ease
;
-o-transition
:
height
0.35s
ease
;
transition
:
height
0.35s
ease
;
position
:
relative
;
overflow
:
hidden
;
height
:
0
;}
.collapse.in
{
height
:
auto
;}
.collapse
{
-webkit-transition
:
height
0.35s
ease
;
-moz-transition
:
height
0.35s
ease
;
-ms-transition
:
height
0.35s
ease
;
-o-transition
:
height
0.35s
ease
;
transition
:
height
0.35s
ease
;
position
:
relative
;
overflow
:
hidden
;
height
:
0
;}
.collapse.in
{
height
:
auto
;}
.close
{
float
:
right
;
font-size
:
20px
;
font-weight
:
bold
;
line-height
:
18px
;
color
:
#000000
;
text-shadow
:
0
1px
0
#ffffff
;
filter
:
alpha
(
opacity
=
20
);
-moz-opacity
:
0.2
;
opacity
:
0.2
;}
.close
:hover
{
color
:
#000000
;
text-decoration
:
none
;
filter
:
alpha
(
opacity
=
40
);
-moz-opacity
:
0.4
;
opacity
:
0.4
;
cursor
:
pointer
;}
.close
{
float
:
right
;
font-size
:
20px
;
font-weight
:
bold
;
line-height
:
18px
;
color
:
#000000
;
text-shadow
:
0
1px
0
#ffffff
;
opacity
:
0.2
;
filter
:
alpha
(
opacity
=
20
);}
.close
:hover
{
color
:
#000000
;
text-decoration
:
none
;
opacity
:
0.4
;
filter
:
alpha
(
opacity
=
40
)
;
cursor
:
pointer
;}
.nav
{
margin-left
:
0
;
margin-bottom
:
18px
;
list-style
:
none
;}
.nav
{
margin-left
:
0
;
margin-bottom
:
18px
;
list-style
:
none
;}
.nav
>
li
>
a
{
display
:
block
;}
.nav
>
li
>
a
{
display
:
block
;}
.nav
>
li
>
a
:hover
{
text-decoration
:
none
;
background-color
:
#eeeeee
;}
.nav
>
li
>
a
:hover
{
text-decoration
:
none
;
background-color
:
#eeeeee
;}
...
@@ -324,27 +324,27 @@ table .span12{float:none;width:924px;margin-left:0;}
...
@@ -324,27 +324,27 @@ table .span12{float:none;width:924px;margin-left:0;}
.tabs
>
li
>
a
,
.pills
>
li
>
a
{
padding-right
:
12px
;
padding-left
:
12px
;
margin-right
:
2px
;
line-height
:
14px
;}
.tabs
>
li
>
a
,
.pills
>
li
>
a
{
padding-right
:
12px
;
padding-left
:
12px
;
margin-right
:
2px
;
line-height
:
14px
;}
.tabs
{
border-bottom
:
1px
solid
#ddd
;}
.tabs
{
border-bottom
:
1px
solid
#ddd
;}
.tabs
>
li
{
margin-bottom
:
-1px
;}
.tabs
>
li
{
margin-bottom
:
-1px
;}
.tabs
>
li
>
a
{
padding-top
:
9px
;
padding-bottom
:
9px
;
border
:
1px
solid
transparent
;
-webkit-border-radius
:
4px
4px
0
0
;
-moz-border-radius
:
4px
4px
0
0
;
border-radius
:
4px
4px
0
0
;}
.tabs
>
li
>
a
:hover
{
border-color
:
#eeeeee
#eeeeee
#dddddd
;}
.tabs
>
li
>
a
{
padding-top
:
9px
;
padding-bottom
:
9px
;
border
:
1px
solid
transparent
;
-webkit-border-radius
:
4px
4px
0
0
;
border-radius
:
4px
4px
0
0
;}
.tabs
>
li
>
a
:hover
{
border-color
:
#eeeeee
#eeeeee
#dddddd
;}
.tabs
>
.active
>
a
,
.tabs
>
.active
>
a
:hover
{
color
:
#555555
;
background-color
:
#ffffff
;
border
:
1px
solid
#ddd
;
border-bottom-color
:
transparent
;
cursor
:
default
;}
.tabs
>
.active
>
a
,
.tabs
>
.active
>
a
:hover
{
color
:
#555555
;
background-color
:
#ffffff
;
border
:
1px
solid
#ddd
;
border-bottom-color
:
transparent
;
cursor
:
default
;}
.pills
>
li
>
a
{
padding-top
:
8px
;
padding-bottom
:
8px
;
margin-top
:
2px
;
margin-bottom
:
2px
;
-webkit-border-radius
:
5px
;
-moz-border-radius
:
5px
;
border-radius
:
5px
;}
.pills
>
li
>
a
{
padding-top
:
8px
;
padding-bottom
:
8px
;
margin-top
:
2px
;
margin-bottom
:
2px
;
-webkit-border-radius
:
5px
;
border-radius
:
5px
;}
.pills
.active
>
a
,
.pills
.active
>
a
:hover
{
color
:
#ffffff
;
background-color
:
#0088cc
;}
.pills
.active
>
a
,
.pills
.active
>
a
:hover
{
color
:
#ffffff
;
background-color
:
#0088cc
;}
.nav.stacked
>
li
{
float
:
none
;}
.nav.stacked
>
li
{
float
:
none
;}
.nav.stacked
>
li
>
a
{
margin-right
:
0
;}
.nav.stacked
>
li
>
a
{
margin-right
:
0
;}
.tabs.stacked
{
border-bottom
:
0
;}
.tabs.stacked
{
border-bottom
:
0
;}
.tabs.stacked
>
li
>
a
{
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.tabs.stacked
>
li
>
a
{
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
0
;
border-radius
:
0
;}
.tabs.stacked
>
li
:first-child
>
a
{
-webkit-border-radius
:
4px
4px
0
0
;
-moz-border-radius
:
4px
4px
0
0
;
border-radius
:
4px
4px
0
0
;}
.tabs.stacked
>
li
:first-child
>
a
{
-webkit-border-radius
:
4px
4px
0
0
;
border-radius
:
4px
4px
0
0
;}
.tabs.stacked
>
li
:last-child
>
a
{
-webkit-border-radius
:
0
0
4px
4px
;
-moz-border-radius
:
0
0
4px
4px
;
border-radius
:
0
0
4px
4px
;}
.tabs.stacked
>
li
:last-child
>
a
{
-webkit-border-radius
:
0
0
4px
4px
;
border-radius
:
0
0
4px
4px
;}
.tabs.stacked
>
li
>
a
:hover
{
border-color
:
#ddd
;
z-index
:
2
;}
.tabs.stacked
>
li
>
a
:hover
{
border-color
:
#ddd
;
z-index
:
2
;}
.pills.stacked
>
li
>
a
{
margin-bottom
:
3px
;}
.pills.stacked
>
li
>
a
{
margin-bottom
:
3px
;}
.pills.stacked
>
li
:last-child
>
a
{
margin-bottom
:
1px
;}
.pills.stacked
>
li
:last-child
>
a
{
margin-bottom
:
1px
;}
.pills
.dropdown-menu
,
.tabs
.dropdown-menu
{
margin-top
:
1px
;
border-width
:
1px
;}
.pills
.dropdown-menu
,
.tabs
.dropdown-menu
{
margin-top
:
1px
;
border-width
:
1px
;}
.pills
.dropdown-menu
{
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.pills
.dropdown-menu
{
-webkit-border-radius
:
4px
;
border-radius
:
4px
;}
.tabs
.dropdown-toggle
.caret
,
.pills
.dropdown-toggle
.caret
{
border-top-color
:
#0088cc
;
margin-top
:
6px
;}
.tabs
.dropdown-toggle
.caret
,
.pills
.dropdown-toggle
.caret
{
border-top-color
:
#0088cc
;
margin-top
:
6px
;}
.tabs
.dropdown-toggle
:hover
.caret
,
.pills
.dropdown-toggle
:hover
.caret
{
border-top-color
:
#005580
;}
.tabs
.dropdown-toggle
:hover
.caret
,
.pills
.dropdown-toggle
:hover
.caret
{
border-top-color
:
#005580
;}
.tabs
.active
.dropdown-toggle
.caret
,
.pills
.active
.dropdown-toggle
.caret
{
border-top-color
:
#333333
;}
.tabs
.active
.dropdown-toggle
.caret
,
.pills
.active
.dropdown-toggle
.caret
{
border-top-color
:
#333333
;}
.nav
>
.dropdown.active
>
a
:hover
{
color
:
#000000
;
cursor
:
pointer
;}
.nav
>
.dropdown.active
>
a
:hover
{
color
:
#000000
;
cursor
:
pointer
;}
.tabs
.open
.dropdown-toggle
,
.pills
.open
.dropdown-toggle
,
.nav
>
.open.active
>
a
:hover
{
color
:
#ffffff
;
background-color
:
#999999
;
border-color
:
#999999
;}
.tabs
.open
.dropdown-toggle
,
.pills
.open
.dropdown-toggle
,
.nav
>
.open.active
>
a
:hover
{
color
:
#ffffff
;
background-color
:
#999999
;
border-color
:
#999999
;}
.nav
.open
.caret
,
.nav
.open.active
.caret
,
.nav
.open
a
:hover
.caret
{
border-top-color
:
#ffffff
;
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;}
.nav
.open
.caret
,
.nav
.open.active
.caret
,
.nav
.open
a
:hover
.caret
{
border-top-color
:
#ffffff
;
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
)
;}
.tabs.stacked
.open
>
a
:hover
{
border-color
:
#999999
;}
.tabs.stacked
.open
>
a
:hover
{
border-color
:
#999999
;}
.tabbable
{
*
zoom
:
1
;}
.tabbable
:before
,
.tabbable
:after
{
display
:
table
;
content
:
""
;}
.tabbable
{
*
zoom
:
1
;}
.tabbable
:before
,
.tabbable
:after
{
display
:
table
;
content
:
""
;}
.tabbable
:after
{
clear
:
both
;}
.tabbable
:after
{
clear
:
both
;}
...
@@ -353,32 +353,32 @@ table .span12{float:none;width:924px;margin-left:0;}
...
@@ -353,32 +353,32 @@ table .span12{float:none;width:924px;margin-left:0;}
.tab-content
>
.active
,
.pill-content
>
.active
{
display
:
block
;}
.tab-content
>
.active
,
.pill-content
>
.active
{
display
:
block
;}
.tabs-below
.tabs
{
border-top
:
1px
solid
#ddd
;}
.tabs-below
.tabs
{
border-top
:
1px
solid
#ddd
;}
.tabs-below
.tabs
>
li
{
margin-top
:
-1px
;
margin-bottom
:
0
;}
.tabs-below
.tabs
>
li
{
margin-top
:
-1px
;
margin-bottom
:
0
;}
.tabs-below
.tabs
>
li
>
a
{
-webkit-border-radius
:
0
0
4px
4px
;
-moz-border-radius
:
0
0
4px
4px
;
border-radius
:
0
0
4px
4px
;}
.tabs-below
.tabs
>
li
>
a
:hover
{
border-bottom-color
:
transparent
;
border-top-color
:
#ddd
;}
.tabs-below
.tabs
>
li
>
a
{
-webkit-border-radius
:
0
0
4px
4px
;
border-radius
:
0
0
4px
4px
;}
.tabs-below
.tabs
>
li
>
a
:hover
{
border-bottom-color
:
transparent
;
border-top-color
:
#ddd
;}
.tabs-below
.tabs
.active
>
a
,
.tabs-below
.tabs
.active
>
a
:hover
{
border-color
:
transparent
#ddd
#ddd
#ddd
;}
.tabs-below
.tabs
.active
>
a
,
.tabs-below
.tabs
.active
>
a
:hover
{
border-color
:
transparent
#ddd
#ddd
#ddd
;}
.tabs-left
.tabs
>
li
,
.tabs-right
.tabs
>
li
{
float
:
none
;}
.tabs-left
.tabs
>
li
,
.tabs-right
.tabs
>
li
{
float
:
none
;}
.tabs-left
.tabs
>
li
>
a
,
.tabs-right
.tabs
>
li
>
a
{
min-width
:
74px
;
margin-right
:
0
;
margin-bottom
:
3px
;}
.tabs-left
.tabs
>
li
>
a
,
.tabs-right
.tabs
>
li
>
a
{
min-width
:
74px
;
margin-right
:
0
;
margin-bottom
:
3px
;}
.tabs-left
.tabs
{
float
:
left
;
margin-right
:
19px
;
border-right
:
1px
solid
#ddd
;}
.tabs-left
.tabs
{
float
:
left
;
margin-right
:
19px
;
border-right
:
1px
solid
#ddd
;}
.tabs-left
.tabs
>
li
>
a
{
margin-right
:
-1px
;
-webkit-border-radius
:
4px
0
0
4px
;
-moz-border-radius
:
4px
0
0
4px
;
border-radius
:
4px
0
0
4px
;}
.tabs-left
.tabs
>
li
>
a
{
margin-right
:
-1px
;
-webkit-border-radius
:
4px
0
0
4px
;
border-radius
:
4px
0
0
4px
;}
.tabs-left
.tabs
>
li
>
a
:hover
{
border-color
:
#eeeeee
#dddddd
#eeeeee
#eeeeee
;}
.tabs-left
.tabs
>
li
>
a
:hover
{
border-color
:
#eeeeee
#dddddd
#eeeeee
#eeeeee
;}
.tabs-left
.tabs
.active
>
a
,
.tabs-left
.tabs
.active
>
a
:hover
{
border-color
:
#ddd
transparent
#ddd
#ddd
;}
.tabs-left
.tabs
.active
>
a
,
.tabs-left
.tabs
.active
>
a
:hover
{
border-color
:
#ddd
transparent
#ddd
#ddd
;}
.tabs-right
.tabs
{
float
:
right
;
margin-left
:
19px
;
border-left
:
1px
solid
#ddd
;}
.tabs-right
.tabs
{
float
:
right
;
margin-left
:
19px
;
border-left
:
1px
solid
#ddd
;}
.tabs-right
.tabs
>
li
>
a
{
margin-left
:
-1px
;
-webkit-border-radius
:
0
4px
4px
0
;
-moz-border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;}
.tabs-right
.tabs
>
li
>
a
{
margin-left
:
-1px
;
-webkit-border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;}
.tabs-right
.tabs
>
li
>
a
:hover
{
border-color
:
#eeeeee
#eeeeee
#eeeeee
#dddddd
;}
.tabs-right
.tabs
>
li
>
a
:hover
{
border-color
:
#eeeeee
#eeeeee
#eeeeee
#dddddd
;}
.tabs-right
.tabs
.active
>
a
,
.tabs-right
.tabs
.active
>
a
:hover
{
border-color
:
#ddd
#ddd
#ddd
transparent
;}
.tabs-right
.tabs
.active
>
a
,
.tabs-right
.tabs
.active
>
a
:hover
{
border-color
:
#ddd
#ddd
#ddd
transparent
;}
.navbar
{
overflow
:
visible
;}
.navbar
{
overflow
:
visible
;}
.navbar-inner
{
background-color
:
#222222
;
background-color
:
#222222
;
background-image
:
-
khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#333333
),
to
(
#222222
));
background-image
:
-moz-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-ms-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#333333
),
color-stop
(
100%
,
#222222
));
background-image
:
-webkit-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-o-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
linear-gradient
(
top
,
#333333
,
#222222
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#333333'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
-webkit-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
-moz
-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);}
.navbar-inner
{
background-color
:
#222222
;
background-color
:
#222222
;
background-image
:
-
moz-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-ms-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#333333
),
to
(
#222222
));
background-image
:
-webkit-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
-o-linear-gradient
(
top
,
#333333
,
#222222
);
background-image
:
linear-gradient
(
top
,
#333333
,
#222222
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#333333'
,
endColorstr
=
'#222222'
,
GradientType
=
0
);
-webkit
-box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0
1px
3px
rgba
(
0
,
0
,
0
,
0.25
),
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.1
);}
.navbar
.brand
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;}
.navbar
.brand
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;}
.navbar
.brand
{
float
:
left
;
display
:
block
;
padding
:
8px
20px
12px
;
margin-left
:
-20px
;
font-size
:
20px
;
font-weight
:
200
;
line-height
:
1
;
color
:
#ffffff
;}
.navbar
.brand
{
float
:
left
;
display
:
block
;
padding
:
8px
20px
12px
;
margin-left
:
-20px
;
font-size
:
20px
;
font-weight
:
200
;
line-height
:
1
;
color
:
#ffffff
;}
.navbar
p
{
margin
:
0
;
line-height
:
40px
;}
.navbar
p
a
:hover
{
color
:
#ffffff
;
background-color
:
transparent
;}
.navbar
p
{
margin
:
0
;
line-height
:
40px
;}
.navbar
p
a
:hover
{
color
:
#ffffff
;
background-color
:
transparent
;}
.navbar
.btn
,
.navbar
.btn-group
{
margin-top
:
5px
;}
.navbar
.btn
,
.navbar
.btn-group
{
margin-top
:
5px
;}
.navbar
.btn-group
.btn
{
margin-top
:
0
;}
.navbar
.btn-group
.btn
{
margin-top
:
0
;}
.navbar-form
{
margin-bottom
:
0
;}
.navbar-form
input
,
.navbar-form
select
{
display
:
inline-block
;
margin-bottom
:
0
;}
.navbar-form
{
margin-bottom
:
0
;}
.navbar-form
input
,
.navbar-form
select
{
display
:
inline-block
;
margin-bottom
:
0
;}
.navbar-search
{
position
:
relative
;
float
:
left
;
margin-top
:
6px
;
margin-bottom
:
0
;}
.navbar-search
.search-query
{
padding
:
4px
9px
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
1
;
color
:
#ffffff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
background
:
#444
;
background
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-moz-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-ms-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;}
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#eeeeee
;}
.navbar-search
{
position
:
relative
;
float
:
left
;
margin-top
:
6px
;
margin-bottom
:
0
;}
.navbar-search
.search-query
{
padding
:
4px
9px
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
13px
;
font-weight
:
normal
;
line-height
:
1
;
color
:
#ffffff
;
color
:
rgba
(
255
,
255
,
255
,
0.75
);
background
:
#444
;
background
:
rgba
(
255
,
255
,
255
,
0.3
);
border
:
1px
solid
#111
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
0px
rgba
(
255
,
255
,
255
,
0.15
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-ms-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;}
.navbar-search
.search-query
:-moz-placeholder
{
color
:
#eeeeee
;}
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;}
.navbar-search
.search-query
::-webkit-input-placeholder
{
color
:
#eeeeee
;}
.navbar-search
.search-query
:hover
{
color
:
#ffffff
;
background-color
:
#999999
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);}
.navbar-search
.search-query
:hover
{
color
:
#ffffff
;
background-color
:
#999999
;
background-color
:
rgba
(
255
,
255
,
255
,
0.5
);}
.navbar-search
.search-query
:focus
,
.navbar-search
.search-query.focused
{
padding
:
5px
10px
;
color
:
#333333
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#ffffff
;
border
:
0
;
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
-moz-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
outline
:
0
;}
.navbar-search
.search-query
:focus
,
.navbar-search
.search-query.focused
{
padding
:
5px
10px
;
color
:
#333333
;
text-shadow
:
0
1px
0
#ffffff
;
background-color
:
#ffffff
;
border
:
0
;
-webkit-box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
box-shadow
:
0
0
3px
rgba
(
0
,
0
,
0
,
0.15
);
outline
:
0
;}
.navbar-static
{
margin-bottom
:
18px
;}
.navbar-static
{
margin-bottom
:
18px
;}
.navbar-static
.navbar-inner
{
padding-left
:
20px
;
padding-right
:
20px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.navbar-static
.navbar-inner
{
padding-left
:
20px
;
padding-right
:
20px
;
-webkit-border-radius
:
4px
;
border-radius
:
4px
;}
.navbar-fixed
{
position
:
fixed
;
top
:
0
;
right
:
0
;
left
:
0
;
z-index
:
1030
;}
.navbar-fixed
{
position
:
fixed
;
top
:
0
;
right
:
0
;
left
:
0
;
z-index
:
1030
;}
.navbar
.nav
{
position
:
relative
;
left
:
0
;
display
:
block
;
float
:
left
;
margin
:
0
10px
0
0
;}
.navbar
.nav
{
position
:
relative
;
left
:
0
;
display
:
block
;
float
:
left
;
margin
:
0
10px
0
0
;}
.navbar
.nav.pull-right
{
float
:
right
;}
.navbar
.nav.pull-right
{
float
:
right
;}
...
@@ -388,44 +388,44 @@ table .span12{float:none;width:924px;margin-left:0;}
...
@@ -388,44 +388,44 @@ table .span12{float:none;width:924px;margin-left:0;}
.navbar
.nav
.active
>
a
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#222222
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);}
.navbar
.nav
.active
>
a
{
color
:
#ffffff
;
text-decoration
:
none
;
background-color
:
#222222
;
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);}
.navbar
.vertical-divider
{
height
:
40px
;
width
:
1px
;
margin
:
0
5px
;
overflow
:
hidden
;
background-color
:
#222222
;
border-right
:
1px
solid
#444
;}
.navbar
.vertical-divider
{
height
:
40px
;
width
:
1px
;
margin
:
0
5px
;
overflow
:
hidden
;
background-color
:
#222222
;
border-right
:
1px
solid
#444
;}
.navbar
.nav.pull-right
{
margin-left
:
10px
;
margin-right
:
0
;}
.navbar
.nav.pull-right
{
margin-left
:
10px
;
margin-right
:
0
;}
.navbar
.dropdown-menu
{
margin-top
:
1px
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.navbar
.dropdown-menu
:before
{
content
:
''
;
display
:
inline-block
;
border-left
:
7px
solid
transparent
;
border-right
:
7px
solid
transparent
;
border-bottom
:
7px
solid
#ccc
;
border-bottom-color
:
rgba
(
0
,
0
,
0
,
0.2
);
position
:
absolute
;
top
:
-7px
;
left
:
9px
;}
.navbar
.dropdown-menu
{
margin-top
:
1px
;
-webkit-border-radius
:
4px
;
border-radius
:
4px
;}
.navbar
.dropdown-menu
:before
{
content
:
''
;
display
:
inline-block
;
border-left
:
7px
solid
transparent
;
border-right
:
7px
solid
transparent
;
border-bottom
:
7px
solid
#ccc
;
border-bottom-color
:
rgba
(
0
,
0
,
0
,
0.2
);
position
:
absolute
;
top
:
-7px
;
left
:
9px
;}
.navbar
.dropdown-menu
:after
{
content
:
''
;
display
:
inline-block
;
border-left
:
6px
solid
transparent
;
border-right
:
6px
solid
transparent
;
border-bottom
:
6px
solid
#ffffff
;
position
:
absolute
;
top
:
-6px
;
left
:
10px
;}
.navbar
.dropdown-menu
:after
{
content
:
''
;
display
:
inline-block
;
border-left
:
6px
solid
transparent
;
border-right
:
6px
solid
transparent
;
border-bottom
:
6px
solid
#ffffff
;
position
:
absolute
;
top
:
-6px
;
left
:
10px
;}
.navbar
.nav
.dropdown-toggle
.caret
,
.navbar
.nav
.open.dropdown
.caret
{
border-top-color
:
#ffffff
;}
.navbar
.nav
.dropdown-toggle
.caret
,
.navbar
.nav
.open.dropdown
.caret
{
border-top-color
:
#ffffff
;}
.navbar
.nav
.active
.caret
{
filter
:
alpha
(
opacity
=
100
);
-moz-opacity
:
1
;
opacity
:
1
;}
.navbar
.nav
.active
.caret
{
opacity
:
1
;
filter
:
alpha
(
opacity
=
100
)
;}
.navbar
.nav
.open
>
.dropdown-toggle
,
.navbar
.nav
.active
>
.dropdown-toggle
,
.navbar
.nav
.open.active
>
.dropdown-toggle
{
background-color
:
transparent
;}
.navbar
.nav
.open
>
.dropdown-toggle
,
.navbar
.nav
.active
>
.dropdown-toggle
,
.navbar
.nav
.open.active
>
.dropdown-toggle
{
background-color
:
transparent
;}
.navbar
.nav
.active
>
.dropdown-toggle
:hover
{
color
:
#ffffff
;}
.navbar
.nav
.active
>
.dropdown-toggle
:hover
{
color
:
#ffffff
;}
.navbar
.nav.pull-right
.dropdown-menu
{
right
:
0
;}
.navbar
.nav.pull-right
.dropdown-menu
:before
{
left
:
auto
;
right
:
12px
;}
.navbar
.nav.pull-right
.dropdown-menu
{
right
:
0
;}
.navbar
.nav.pull-right
.dropdown-menu
:before
{
left
:
auto
;
right
:
12px
;}
.navbar
.nav.pull-right
.dropdown-menu
:after
{
left
:
auto
;
right
:
13px
;}
.navbar
.nav.pull-right
.dropdown-menu
:after
{
left
:
auto
;
right
:
13px
;}
.breadcrumb
{
padding
:
7px
14px
;
margin
:
0
0
18px
;
background-color
:
#f5f5f5
;
background-image
:
-
khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#ffffff
),
to
(
#f5f5f5
));
background-image
:
-moz-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-ms-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#ffffff
),
color-stop
(
100%
,
#f5f5f5
));
background-image
:
-webkit-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-o-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffff'
,
endColorstr
=
'#f5f5f5'
,
GradientType
=
0
);
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
-webkit-box-shadow
:
inset
0
1px
0
#ffffff
;
-moz
-box-shadow
:
inset
0
1px
0
#ffffff
;
box-shadow
:
inset
0
1px
0
#ffffff
;}
.breadcrumb
li
{
display
:
inline
;
text-shadow
:
0
1px
0
#ffffff
;}
.breadcrumb
{
padding
:
7px
14px
;
margin
:
0
0
18px
;
background-color
:
#f5f5f5
;
background-image
:
-
moz-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-ms-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#ffffff
),
to
(
#f5f5f5
));
background-image
:
-webkit-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
-o-linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-image
:
linear-gradient
(
top
,
#ffffff
,
#f5f5f5
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffff'
,
endColorstr
=
'#f5f5f5'
,
GradientType
=
0
);
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
3px
;
border-radius
:
3px
;
-webkit
-box-shadow
:
inset
0
1px
0
#ffffff
;
box-shadow
:
inset
0
1px
0
#ffffff
;}
.breadcrumb
li
{
display
:
inline
;
text-shadow
:
0
1px
0
#ffffff
;}
.breadcrumb
.divider
{
padding
:
0
5px
;
color
:
#999999
;}
.breadcrumb
.divider
{
padding
:
0
5px
;
color
:
#999999
;}
.breadcrumb
.active
a
{
color
:
#333333
;}
.breadcrumb
.active
a
{
color
:
#333333
;}
.pagination
{
height
:
36px
;
margin
:
18px
0
;}
.pagination
{
height
:
36px
;
margin
:
18px
0
;}
.pagination
ul
{
display
:
inline-block
;
*
display
:
inline
;
*
zoom
:
1
;
margin-left
:
0
;
margin-bottom
:
0
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
-webkit-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz
-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);}
.pagination
ul
{
display
:
inline-block
;
*
display
:
inline
;
*
zoom
:
1
;
margin-left
:
0
;
margin-bottom
:
0
;
-webkit-border-radius
:
3px
;
border-radius
:
3px
;
-webkit
-box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);}
.pagination
li
{
display
:
inline
;}
.pagination
li
{
display
:
inline
;}
.pagination
a
{
float
:
left
;
padding
:
0
14px
;
line-height
:
34px
;
text-decoration
:
none
;
border
:
1px
solid
#ddd
;
border-left-width
:
0
;}
.pagination
a
{
float
:
left
;
padding
:
0
14px
;
line-height
:
34px
;
text-decoration
:
none
;
border
:
1px
solid
#ddd
;
border-left-width
:
0
;}
.pagination
a
:hover
,
.pagination
.active
a
{
background-color
:
#f5f5f5
;}
.pagination
a
:hover
,
.pagination
.active
a
{
background-color
:
#f5f5f5
;}
.pagination
.active
a
{
color
:
#999999
;}
.pagination
.active
a
{
color
:
#999999
;}
.pagination
.disabled
a
,
.pagination
.disabled
a
:hover
{
color
:
#999999
;
background-color
:
transparent
;
cursor
:
default
;}
.pagination
.disabled
a
,
.pagination
.disabled
a
:hover
{
color
:
#999999
;
background-color
:
transparent
;
cursor
:
default
;}
.pagination
li
:first-child
a
{
border-left-width
:
1px
;
-webkit-border-radius
:
3px
0
0
3px
;
-moz-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;}
.pagination
li
:first-child
a
{
border-left-width
:
1px
;
-webkit-border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;}
.pagination
li
:last-child
a
{
-webkit-border-radius
:
0
3px
3px
0
;
-moz-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;}
.pagination
li
:last-child
a
{
-webkit-border-radius
:
0
3px
3px
0
;
border-radius
:
0
3px
3px
0
;}
.pagination-centered
{
text-align
:
center
;}
.pagination-centered
{
text-align
:
center
;}
.pagination-right
{
text-align
:
right
;}
.pagination-right
{
text-align
:
right
;}
.pager
{
margin-left
:
0
;
margin-bottom
:
18px
;
list-style
:
none
;
text-align
:
center
;
*
zoom
:
1
;}
.pager
:before
,
.pager
:after
{
display
:
table
;
content
:
""
;}
.pager
{
margin-left
:
0
;
margin-bottom
:
18px
;
list-style
:
none
;
text-align
:
center
;
*
zoom
:
1
;}
.pager
:before
,
.pager
:after
{
display
:
table
;
content
:
""
;}
.pager
:after
{
clear
:
both
;}
.pager
:after
{
clear
:
both
;}
.pager
li
{
display
:
inline
;}
.pager
li
{
display
:
inline
;}
.pager
a
{
display
:
inline-block
;
padding
:
6px
15px
;
background-color
:
#f5f5f5
;
-webkit-border-radius
:
15px
;
-moz-border-radius
:
15px
;
border-radius
:
15px
;}
.pager
a
{
display
:
inline-block
;
padding
:
6px
15px
;
background-color
:
#f5f5f5
;
-webkit-border-radius
:
15px
;
border-radius
:
15px
;}
.pager
.next
a
{
float
:
right
;}
.pager
.next
a
{
float
:
right
;}
.pager
.previous
a
{
float
:
left
;}
.pager
.previous
a
{
float
:
left
;}
.modal-backdrop
{
position
:
fixed
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
z-index
:
1040
;
background-color
:
#000000
;}
.modal-backdrop.fade
{
opacity
:
0
;}
.modal-backdrop
{
position
:
fixed
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
z-index
:
1040
;
background-color
:
#000000
;}
.modal-backdrop.fade
{
opacity
:
0
;}
.modal-backdrop
,
.modal-backdrop.fade.in
{
filter
:
alpha
(
opacity
=
80
);
-moz-opacity
:
0.8
;
opacity
:
0.8
;}
.modal-backdrop
,
.modal-backdrop.fade.in
{
opacity
:
0.8
;
filter
:
alpha
(
opacity
=
80
)
;}
.modal
{
position
:
fixed
;
top
:
50%
;
left
:
50%
;
z-index
:
1050
;
max-height
:
500px
;
overflow
:
auto
;
width
:
560px
;
margin
:
-250px
0
0
-280px
;
background-color
:
#ffffff
;
border
:
1px
solid
#999
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.3
);
*
border
:
1px
solid
#999
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
-webkit-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
-moz-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
-webkit-background-clip
:
padding-box
;
-moz
-background-clip
:
padding-box
;
background-clip
:
padding-box
;}
.modal.fade
{
-webkit-transition
:
opacity
.3s
linear
,
top
.3s
ease-out
;
-moz-transition
:
opacity
.3s
linear
,
top
.3s
ease-out
;
-ms-transition
:
opacity
.3s
linear
,
top
.3s
ease-out
;
-o-transition
:
opacity
.3s
linear
,
top
.3s
ease-out
;
transition
:
opacity
.3s
linear
,
top
.3s
ease-out
;
top
:
-25%
;}
.modal
{
position
:
fixed
;
top
:
50%
;
left
:
50%
;
z-index
:
1050
;
max-height
:
500px
;
overflow
:
auto
;
width
:
560px
;
margin
:
-250px
0
0
-280px
;
background-color
:
#ffffff
;
border
:
1px
solid
#999
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
0.3
);
*
border
:
1px
solid
#999
;
-webkit-border-radius
:
6px
;
border-radius
:
6px
;
-webkit-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
-webkit
-background-clip
:
padding-box
;
background-clip
:
padding-box
;}
.modal.fade
{
-webkit-transition
:
opacity
.3s
linear
,
top
.3s
ease-out
;
-moz-transition
:
opacity
.3s
linear
,
top
.3s
ease-out
;
-ms-transition
:
opacity
.3s
linear
,
top
.3s
ease-out
;
-o-transition
:
opacity
.3s
linear
,
top
.3s
ease-out
;
transition
:
opacity
.3s
linear
,
top
.3s
ease-out
;
top
:
-25%
;}
.modal.fade.in
{
top
:
50%
;}
.modal.fade.in
{
top
:
50%
;}
.modal-header
{
padding
:
5px
15px
;
border-bottom
:
1px
solid
#eee
;}
.modal-header
.close
{
margin-top
:
2px
;}
.modal-header
{
padding
:
5px
15px
;
border-bottom
:
1px
solid
#eee
;}
.modal-header
.close
{
margin-top
:
2px
;}
.modal-body
{
padding
:
15px
;}
.modal-body
{
padding
:
15px
;}
.modal-footer
{
padding
:
14px
15px
15px
;
margin-bottom
:
0
;
background-color
:
#f5f5f5
;
border-top
:
1px
solid
#ddd
;
-webkit-border-radius
:
0
0
6px
6px
;
-moz-border-radius
:
0
0
6px
6px
;
border-radius
:
0
0
6px
6px
;
-webkit-box-shadow
:
inset
0
1px
0
#ffffff
;
-moz
-box-shadow
:
inset
0
1px
0
#ffffff
;
box-shadow
:
inset
0
1px
0
#ffffff
;
*
zoom
:
1
;}
.modal-footer
:before
,
.modal-footer
:after
{
display
:
table
;
content
:
""
;}
.modal-footer
{
padding
:
14px
15px
15px
;
margin-bottom
:
0
;
background-color
:
#f5f5f5
;
border-top
:
1px
solid
#ddd
;
-webkit-border-radius
:
0
0
6px
6px
;
border-radius
:
0
0
6px
6px
;
-webkit
-box-shadow
:
inset
0
1px
0
#ffffff
;
box-shadow
:
inset
0
1px
0
#ffffff
;
*
zoom
:
1
;}
.modal-footer
:before
,
.modal-footer
:after
{
display
:
table
;
content
:
""
;}
.modal-footer
:after
{
clear
:
both
;}
.modal-footer
:after
{
clear
:
both
;}
.modal-footer
.btn
{
float
:
right
;
margin-left
:
5px
;
margin-bottom
:
0
;}
.modal-footer
.btn
{
float
:
right
;
margin-left
:
5px
;
margin-bottom
:
0
;}
.tooltip
{
position
:
absolute
;
z-index
:
1020
;
display
:
block
;
visibility
:
visible
;
padding
:
5px
;
font-size
:
11px
;
filter
:
alpha
(
opacity
=
0
);
-moz-opacity
:
0
;
opacity
:
0
;}
.tooltip.in
{
filter
:
alpha
(
opacity
=
80
);
-moz-opacity
:
0.8
;
opacity
:
0.8
;}
.tooltip
{
position
:
absolute
;
z-index
:
1020
;
display
:
block
;
visibility
:
visible
;
padding
:
5px
;
font-size
:
11px
;
opacity
:
0
;
filter
:
alpha
(
opacity
=
0
);}
.tooltip.in
{
opacity
:
0.8
;
filter
:
alpha
(
opacity
=
80
)
;}
.tooltip.top
{
margin-top
:
-2px
;}
.tooltip.top
{
margin-top
:
-2px
;}
.tooltip.right
{
margin-left
:
2px
;}
.tooltip.right
{
margin-left
:
2px
;}
.tooltip.bottom
{
margin-top
:
2px
;}
.tooltip.bottom
{
margin-top
:
2px
;}
...
@@ -434,7 +434,7 @@ table .span12{float:none;width:924px;margin-left:0;}
...
@@ -434,7 +434,7 @@ table .span12{float:none;width:924px;margin-left:0;}
.tooltip.left
.tooltip-arrow
{
top
:
50%
;
right
:
0
;
margin-top
:
-5px
;
border-top
:
5px
solid
transparent
;
border-bottom
:
5px
solid
transparent
;
border-left
:
5px
solid
#000000
;}
.tooltip.left
.tooltip-arrow
{
top
:
50%
;
right
:
0
;
margin-top
:
-5px
;
border-top
:
5px
solid
transparent
;
border-bottom
:
5px
solid
transparent
;
border-left
:
5px
solid
#000000
;}
.tooltip.bottom
.tooltip-arrow
{
top
:
0
;
left
:
50%
;
margin-left
:
-5px
;
border-left
:
5px
solid
transparent
;
border-right
:
5px
solid
transparent
;
border-bottom
:
5px
solid
#000000
;}
.tooltip.bottom
.tooltip-arrow
{
top
:
0
;
left
:
50%
;
margin-left
:
-5px
;
border-left
:
5px
solid
transparent
;
border-right
:
5px
solid
transparent
;
border-bottom
:
5px
solid
#000000
;}
.tooltip.right
.tooltip-arrow
{
top
:
50%
;
left
:
0
;
margin-top
:
-5px
;
border-top
:
5px
solid
transparent
;
border-bottom
:
5px
solid
transparent
;
border-right
:
5px
solid
#000000
;}
.tooltip.right
.tooltip-arrow
{
top
:
50%
;
left
:
0
;
margin-top
:
-5px
;
border-top
:
5px
solid
transparent
;
border-bottom
:
5px
solid
transparent
;
border-right
:
5px
solid
#000000
;}
.tooltip-inner
{
max-width
:
200px
;
padding
:
3px
8px
;
color
:
#ffffff
;
text-align
:
center
;
text-decoration
:
none
;
background-color
:
#000000
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.tooltip-inner
{
max-width
:
200px
;
padding
:
3px
8px
;
color
:
#ffffff
;
text-align
:
center
;
text-decoration
:
none
;
background-color
:
#000000
;
-webkit-border-radius
:
4px
;
border-radius
:
4px
;}
.tooltip-arrow
{
position
:
absolute
;
width
:
0
;
height
:
0
;}
.tooltip-arrow
{
position
:
absolute
;
width
:
0
;
height
:
0
;}
.popover
{
position
:
absolute
;
top
:
0
;
left
:
0
;
z-index
:
1010
;
display
:
none
;
padding
:
5px
;}
.popover.top
{
margin-top
:
-5px
;}
.popover
{
position
:
absolute
;
top
:
0
;
left
:
0
;
z-index
:
1010
;
display
:
none
;
padding
:
5px
;}
.popover.top
{
margin-top
:
-5px
;}
.popover.right
{
margin-left
:
5px
;}
.popover.right
{
margin-left
:
5px
;}
...
@@ -445,20 +445,20 @@ table .span12{float:none;width:924px;margin-left:0;}
...
@@ -445,20 +445,20 @@ table .span12{float:none;width:924px;margin-left:0;}
.popover.bottom
.arrow
{
top
:
0
;
left
:
50%
;
margin-left
:
-5px
;
border-left
:
5px
solid
transparent
;
border-right
:
5px
solid
transparent
;
border-bottom
:
5px
solid
#000000
;}
.popover.bottom
.arrow
{
top
:
0
;
left
:
50%
;
margin-left
:
-5px
;
border-left
:
5px
solid
transparent
;
border-right
:
5px
solid
transparent
;
border-bottom
:
5px
solid
#000000
;}
.popover.left
.arrow
{
top
:
50%
;
right
:
0
;
margin-top
:
-5px
;
border-top
:
5px
solid
transparent
;
border-bottom
:
5px
solid
transparent
;
border-left
:
5px
solid
#000000
;}
.popover.left
.arrow
{
top
:
50%
;
right
:
0
;
margin-top
:
-5px
;
border-top
:
5px
solid
transparent
;
border-bottom
:
5px
solid
transparent
;
border-left
:
5px
solid
#000000
;}
.popover
.arrow
{
position
:
absolute
;
width
:
0
;
height
:
0
;}
.popover
.arrow
{
position
:
absolute
;
width
:
0
;
height
:
0
;}
.popover
.inner
{
padding
:
3px
;
width
:
280px
;
overflow
:
hidden
;
background
:
#000000
;
background
:
rgba
(
0
,
0
,
0
,
0.8
);
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
-webkit-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
-moz
-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);}
.popover
.inner
{
padding
:
3px
;
width
:
280px
;
overflow
:
hidden
;
background
:
#000000
;
background
:
rgba
(
0
,
0
,
0
,
0.8
);
-webkit-border-radius
:
6px
;
border-radius
:
6px
;
-webkit
-box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);
box-shadow
:
0
3px
7px
rgba
(
0
,
0
,
0
,
0.3
);}
.popover
.title
{
padding
:
9px
15px
;
line-height
:
1
;
background-color
:
#f5f5f5
;
border-bottom
:
1px
solid
#eee
;
-webkit-border-radius
:
3px
3px
0
0
;
-moz-border-radius
:
3px
3px
0
0
;
border-radius
:
3px
3px
0
0
;}
.popover
.title
{
padding
:
9px
15px
;
line-height
:
1
;
background-color
:
#f5f5f5
;
border-bottom
:
1px
solid
#eee
;
-webkit-border-radius
:
3px
3px
0
0
;
border-radius
:
3px
3px
0
0
;}
.popover
.content
{
padding
:
14px
;
background-color
:
#ffffff
;
-webkit-border-radius
:
0
0
3px
3px
;
-moz-border-radius
:
0
0
3px
3px
;
border-radius
:
0
0
3px
3px
;
-webkit-background-clip
:
padding-box
;
-moz
-background-clip
:
padding-box
;
background-clip
:
padding-box
;}
.popover
.content
p
,
.popover
.content
ul
,
.popover
.content
ol
{
margin-bottom
:
0
;}
.popover
.content
{
padding
:
14px
;
background-color
:
#ffffff
;
-webkit-border-radius
:
0
0
3px
3px
;
border-radius
:
0
0
3px
3px
;
-webkit
-background-clip
:
padding-box
;
background-clip
:
padding-box
;}
.popover
.content
p
,
.popover
.content
ul
,
.popover
.content
ol
{
margin-bottom
:
0
;}
.btn.danger
,
.btn.danger
:hover
,
.btn.success
,
.btn.success
:hover
,
.btn.info
,
.btn.info
:hover
{
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
color
:
#ffffff
;}
.btn.danger
,
.btn.danger
:hover
,
.btn.success
,
.btn.success
:hover
,
.btn.info
,
.btn.info
:hover
{
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
color
:
#ffffff
;}
.btn.danger
{
background-color
:
#c43c35
;
background-image
:
-
khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#ee5f5b
),
to
(
#c43c35
));
background-image
:
-moz-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-ms-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#ee5f5b
),
color-stop
(
100%
,
#c43c35
));
background-image
:
-webkit-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-o-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ee5f5b'
,
endColorstr
=
'#c43c35'
,
GradientType
=
0
);
border-color
:
#c43c35
#c43c35
#882a25
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);}
.btn.danger
{
background-color
:
#c43c35
;
background-image
:
-
moz-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-ms-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#ee5f5b
),
to
(
#c43c35
));
background-image
:
-webkit-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-o-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ee5f5b'
,
endColorstr
=
'#c43c35'
,
GradientType
=
0
);
border-color
:
#c43c35
#c43c35
#882a25
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);}
.btn.success
{
background-color
:
#57a957
;
background-image
:
-
khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#62c462
),
to
(
#57a957
));
background-image
:
-moz-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-ms-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#62c462
),
color-stop
(
100%
,
#57a957
));
background-image
:
-webkit-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-o-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
linear-gradient
(
top
,
#62c462
,
#57a957
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#62c462'
,
endColorstr
=
'#57a957'
,
GradientType
=
0
);
border-color
:
#57a957
#57a957
#3d773d
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);}
.btn.success
{
background-color
:
#57a957
;
background-image
:
-
moz-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-ms-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#62c462
),
to
(
#57a957
));
background-image
:
-webkit-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-o-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
linear-gradient
(
top
,
#62c462
,
#57a957
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#62c462'
,
endColorstr
=
'#57a957'
,
GradientType
=
0
);
border-color
:
#57a957
#57a957
#3d773d
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);}
.btn.info
{
background-color
:
#339bb9
;
background-image
:
-
khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#5bc0de
),
to
(
#339bb9
));
background-image
:
-moz-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-ms-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#5bc0de
),
color-stop
(
100%
,
#339bb9
));
background-image
:
-webkit-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-o-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#5bc0de'
,
endColorstr
=
'#339bb9'
,
GradientType
=
0
);
border-color
:
#339bb9
#339bb9
#22697d
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);}
.btn.info
{
background-color
:
#339bb9
;
background-image
:
-
moz-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-ms-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#5bc0de
),
to
(
#339bb9
));
background-image
:
-webkit-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-o-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#5bc0de'
,
endColorstr
=
'#339bb9'
,
GradientType
=
0
);
border-color
:
#339bb9
#339bb9
#22697d
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);}
.btn
{
display
:
inline-block
;
padding
:
5px
10px
6px
;
font-size
:
13px
;
line-height
:
normal
;
color
:
#333333
;
text-shadow
:
0
1px
1px
rgba
(
255
,
255
,
255
,
0.75
);
background-color
:
#e6e6e6
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#ffffff
),
color-stop
(
25%
,
#ffffff
),
to
(
#e6e6e6
));
background-image
:
-webkit-linear-gradient
(
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-image
:
-moz-linear-gradient
(
top
,
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-image
:
-ms-linear-gradient
(
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-image
:
-o-linear-gradient
(
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-image
:
linear-gradient
(
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffff'
,
endColorstr
=
'#e6e6e6'
,
GradientType
=
0
);
border
:
1px
solid
#ccc
;
border-bottom-color
:
#bbb
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz
-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
cursor
:
pointer
;
-webkit-transition
:
0.1s
linear
all
;
-moz-transition
:
0.1s
linear
all
;
-ms-transition
:
0.1s
linear
all
;
-o-transition
:
0.1s
linear
all
;
transition
:
0.1s
linear
all
;}
.btn
:hover
{
color
:
#333333
;
text-decoration
:
none
;
background-position
:
0
-15px
;}
.btn
{
display
:
inline-block
;
padding
:
5px
10px
6px
;
font-size
:
13px
;
line-height
:
normal
;
color
:
#333333
;
text-shadow
:
0
1px
1px
rgba
(
255
,
255
,
255
,
0.75
);
background-color
:
#e6e6e6
;
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#ffffff
),
color-stop
(
25%
,
#ffffff
),
to
(
#e6e6e6
));
background-image
:
-webkit-linear-gradient
(
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-image
:
-moz-linear-gradient
(
top
,
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-image
:
-ms-linear-gradient
(
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-image
:
-o-linear-gradient
(
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-image
:
linear-gradient
(
#ffffff
,
#ffffff
25%
,
#e6e6e6
);
background-repeat
:
no-repeat
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffff'
,
endColorstr
=
'#e6e6e6'
,
GradientType
=
0
);
border
:
1px
solid
#ccc
;
border-bottom-color
:
#bbb
;
-webkit-border-radius
:
4px
;
border-radius
:
4px
;
-webkit
-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
cursor
:
pointer
;
-webkit-transition
:
0.1s
linear
all
;
-moz-transition
:
0.1s
linear
all
;
-ms-transition
:
0.1s
linear
all
;
-o-transition
:
0.1s
linear
all
;
transition
:
0.1s
linear
all
;}
.btn
:hover
{
color
:
#333333
;
text-decoration
:
none
;
background-position
:
0
-15px
;}
.btn
:focus
{
outline
:
1px
dotted
#666
;}
.btn
:focus
{
outline
:
1px
dotted
#666
;}
.btn.primary
{
color
:
#ffffff
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
background-color
:
#0064cd
;
background-image
:
-
khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#049cdb
),
to
(
#0064cd
));
background-image
:
-moz-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
-ms-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#049cdb
),
color-stop
(
100%
,
#0064cd
));
background-image
:
-webkit-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
-o-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#049cdb'
,
endColorstr
=
'#0064cd'
,
GradientType
=
0
);
border-color
:
#0064cd
#0064cd
#003f81
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);}
.btn.primary
{
color
:
#ffffff
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
background-color
:
#0064cd
;
background-image
:
-
moz-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
-ms-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#049cdb
),
to
(
#0064cd
));
background-image
:
-webkit-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
-o-linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-image
:
linear-gradient
(
top
,
#049cdb
,
#0064cd
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#049cdb'
,
endColorstr
=
'#0064cd'
,
GradientType
=
0
);
border-color
:
#0064cd
#0064cd
#003f81
;
border-color
:
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.1
)
rgba
(
0
,
0
,
0
,
0.25
);}
.btn.active
,
.btn
:active
{
background-image
:
none
;
-webkit-box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);}
.btn.active
,
.btn
:active
{
background-image
:
none
;
-webkit-box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);}
.btn.disabled
{
cursor
:
default
;
background-image
:
none
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
filter
:
alpha
(
opacity
=
65
);
-moz-opacity
:
0.65
;
opacity
:
0.65
;
-webkit-box-shadow
:
none
;
-moz
-box-shadow
:
none
;
box-shadow
:
none
;}
.btn.disabled
{
cursor
:
default
;
background-image
:
none
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
opacity
:
0.65
;
filter
:
alpha
(
opacity
=
65
);
-webkit
-box-shadow
:
none
;
box-shadow
:
none
;}
.btn
[
disabled
]
{
cursor
:
default
;
background-image
:
none
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
filter
:
alpha
(
opacity
=
65
);
-moz-opacity
:
0.65
;
opacity
:
0.65
;
-webkit-box-shadow
:
none
;
-moz
-box-shadow
:
none
;
box-shadow
:
none
;}
.btn
[
disabled
]
{
cursor
:
default
;
background-image
:
none
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
opacity
:
0.65
;
filter
:
alpha
(
opacity
=
65
);
-webkit
-box-shadow
:
none
;
box-shadow
:
none
;}
.btn.large
{
padding
:
9px
14px
9px
;
font-size
:
15px
;
line-height
:
normal
;
-webkit-border-radius
:
5px
;
-moz-border-radius
:
5px
;
border-radius
:
5px
;}
.btn.large
{
padding
:
9px
14px
9px
;
font-size
:
15px
;
line-height
:
normal
;
-webkit-border-radius
:
5px
;
border-radius
:
5px
;}
.btn.small
{
padding
:
7px
9px
7px
;
font-size
:
11px
;}
.btn.small
{
padding
:
7px
9px
7px
;
font-size
:
11px
;}
:root
.btn
{
border-radius
:
0
\
0
;}
:root
.btn
{
border-radius
:
0
\
0
;}
button
.btn
::-moz-focus-inner
,
input
[
type
=
submit
]
.btn
::-moz-focus-inner
{
padding
:
0
;
border
:
0
;}
button
.btn
::-moz-focus-inner
,
input
[
type
=
submit
]
.btn
::-moz-focus-inner
{
padding
:
0
;
border
:
0
;}
...
@@ -466,18 +466,18 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
...
@@ -466,18 +466,18 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
.btn-group
:after
{
clear
:
both
;}
.btn-group
:after
{
clear
:
both
;}
.btn-group
+
.btn-group
{
margin-left
:
5px
;}
.btn-group
+
.btn-group
{
margin-left
:
5px
;}
.btn-toolbar
.btn-group
{
display
:
inline-block
;}
.btn-toolbar
.btn-group
{
display
:
inline-block
;}
.btn-group
.btn
{
position
:
relative
;
float
:
left
;
margin-left
:
-1px
;
-webkit-border-radius
:
0
;
-moz-border-radius
:
0
;
border-radius
:
0
;}
.btn-group
.btn
{
position
:
relative
;
float
:
left
;
margin-left
:
-1px
;
-webkit-border-radius
:
0
;
border-radius
:
0
;}
.btn-group
.btn
:first-child
{
margin-left
:
0
;
-webkit-border-top-left-radius
:
4px
;
-moz-border-radius-topleft
:
4px
;
border-top-left-radius
:
4px
;
-webkit-border-bottom-left-radius
:
4px
;
-moz-border-radius-bottomleft
:
4px
;
border-bottom-left-radius
:
4px
;}
.btn-group
.btn
:first-child
{
margin-left
:
0
;
-webkit-border-top-left-radius
:
4px
;
-moz-border-radius-topleft
:
4px
;
border-top-left-radius
:
4px
;
-webkit-border-bottom-left-radius
:
4px
;
-moz-border-radius-bottomleft
:
4px
;
border-bottom-left-radius
:
4px
;}
.btn-group
.btn
:last-child
,
.btn-group
.dropdown-toggle
{
-webkit-border-top-right-radius
:
4px
;
-moz-border-radius-topright
:
4px
;
border-top-right-radius
:
4px
;
-webkit-border-bottom-right-radius
:
4px
;
-moz-border-radius-bottomright
:
4px
;
border-bottom-right-radius
:
4px
;}
.btn-group
.btn
:last-child
,
.btn-group
.dropdown-toggle
{
-webkit-border-top-right-radius
:
4px
;
-moz-border-radius-topright
:
4px
;
border-top-right-radius
:
4px
;
-webkit-border-bottom-right-radius
:
4px
;
-moz-border-radius-bottomright
:
4px
;
border-bottom-right-radius
:
4px
;}
.btn-group
.btn.large
:first-child
{
margin-left
:
0
;
-webkit-border-top-left-radius
:
6px
;
-moz-border-radius-topleft
:
6px
;
border-top-left-radius
:
6px
;
-webkit-border-bottom-left-radius
:
6px
;
-moz-border-radius-bottomleft
:
6px
;
border-bottom-left-radius
:
6px
;}
.btn-group
.btn.large
:first-child
{
margin-left
:
0
;
-webkit-border-top-left-radius
:
6px
;
-moz-border-radius-topleft
:
6px
;
border-top-left-radius
:
6px
;
-webkit-border-bottom-left-radius
:
6px
;
-moz-border-radius-bottomleft
:
6px
;
border-bottom-left-radius
:
6px
;}
.btn-group
.btn.large
:last-child
,
.btn-group
.large.dropdown-toggle
{
-webkit-border-top-right-radius
:
6px
;
-moz-border-radius-topright
:
6px
;
border-top-right-radius
:
6px
;
-webkit-border-bottom-right-radius
:
6px
;
-moz-border-radius-bottomright
:
6px
;
border-bottom-right-radius
:
6px
;}
.btn-group
.btn.large
:last-child
,
.btn-group
.large.dropdown-toggle
{
-webkit-border-top-right-radius
:
6px
;
-moz-border-radius-topright
:
6px
;
border-top-right-radius
:
6px
;
-webkit-border-bottom-right-radius
:
6px
;
-moz-border-radius-bottomright
:
6px
;
border-bottom-right-radius
:
6px
;}
.btn-group
.btn
:hover
,
.btn-group
.btn
:focus
,
.btn-group
.btn
:active
{
z-index
:
2
;}
.btn-group
.btn
:hover
,
.btn-group
.btn
:focus
,
.btn-group
.btn
:active
{
z-index
:
2
;}
.btn-group
.dropdown-toggle
{
padding-left
:
8px
;
padding-right
:
8px
;
-webkit-box-shadow
:
inset
1px
0
0
rgba
(
255
,
255
,
255
,
0.125
),
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
1px
0
0
rgba
(
255
,
255
,
255
,
0.125
),
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
1px
0
0
rgba
(
255
,
255
,
255
,
0.125
),
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);}
.btn-group
.dropdown-toggle
{
padding-left
:
8px
;
padding-right
:
8px
;
-webkit-box-shadow
:
inset
1px
0
0
rgba
(
255
,
255
,
255
,
0.125
),
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
1px
0
0
rgba
(
255
,
255
,
255
,
0.125
),
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);}
.btn-group.open
.dropdown-menu
{
display
:
block
;
margin-top
:
1px
;
-webkit-border-radius
:
5px
;
-moz-border-radius
:
5px
;
border-radius
:
5px
;}
.btn-group.open
.dropdown-menu
{
display
:
block
;
margin-top
:
1px
;
-webkit-border-radius
:
5px
;
border-radius
:
5px
;}
.btn-group.open
.dropdown-toggle
{
background-image
:
none
;
-webkit-box-shadow
:
inset
0
1px
6px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
1px
6px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
6px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);}
.btn-group.open
.dropdown-toggle
{
background-image
:
none
;
-webkit-box-shadow
:
inset
0
1px
6px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
6px
rgba
(
0
,
0
,
0
,
0.15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);}
.btn
.caret
{
margin-top
:
6px
;
margin-left
:
0
;}
.btn
.caret
{
margin-top
:
6px
;
margin-left
:
0
;}
.primary
.caret
,
.danger
.caret
,
.info
.caret
,
.success
.caret
{
border-top-color
:
#ffffff
;
filter
:
alpha
(
opacity
=
75
);
-moz-opacity
:
0.75
;
opacity
:
0.75
;}
.primary
.caret
,
.danger
.caret
,
.info
.caret
,
.success
.caret
{
border-top-color
:
#ffffff
;
opacity
:
0.75
;
filter
:
alpha
(
opacity
=
75
)
;}
.alert
{
padding
:
8px
35px
8px
14px
;
margin-bottom
:
18px
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.5
);
background-color
:
#fcf8e3
;
border
:
1px
solid
#f3edd2
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.alert
{
padding
:
8px
35px
8px
14px
;
margin-bottom
:
18px
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.5
);
background-color
:
#fcf8e3
;
border
:
1px
solid
#f3edd2
;
-webkit-border-radius
:
4px
;
border-radius
:
4px
;}
.alert
,
.alert-heading
{
color
:
#c09853
;}
.alert
,
.alert-heading
{
color
:
#c09853
;}
.alert
.close
{
position
:
relative
;
right
:
-21px
;
line-height
:
18px
;}
.alert
.close
{
position
:
relative
;
right
:
-21px
;
line-height
:
18px
;}
.alert-success
{
background-color
:
#dff0d8
;
border-color
:
#cfe8c4
;}
.alert-success
{
background-color
:
#dff0d8
;
border-color
:
#cfe8c4
;}
...
@@ -492,27 +492,27 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
...
@@ -492,27 +492,27 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
.thumbnails
{
margin-left
:
-20px
;
list-style
:
none
;
*
zoom
:
1
;}
.thumbnails
:before
,
.thumbnails
:after
{
display
:
table
;
content
:
""
;}
.thumbnails
{
margin-left
:
-20px
;
list-style
:
none
;
*
zoom
:
1
;}
.thumbnails
:before
,
.thumbnails
:after
{
display
:
table
;
content
:
""
;}
.thumbnails
:after
{
clear
:
both
;}
.thumbnails
:after
{
clear
:
both
;}
.thumbnails
>
li
{
float
:
left
;
margin
:
0
0
18px
20px
;}
.thumbnails
>
li
{
float
:
left
;
margin
:
0
0
18px
20px
;}
.thumbnail
{
display
:
block
;
padding
:
4px
;
line-height
:
1
;
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
-moz
-box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);}
.thumbnail
{
display
:
block
;
padding
:
4px
;
line-height
:
1
;
border
:
1px
solid
#ddd
;
-webkit-border-radius
:
4px
;
border-radius
:
4px
;
-webkit
-box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
0.075
);}
a
.thumbnail
:hover
{
border-color
:
#0088cc
;
-webkit-box-shadow
:
0
1px
4px
rgba
(
0
,
105
,
214
,
0.25
);
-moz-box-shadow
:
0
1px
4px
rgba
(
0
,
105
,
214
,
0.25
);
box-shadow
:
0
1px
4px
rgba
(
0
,
105
,
214
,
0.25
);}
a
.thumbnail
:hover
{
border-color
:
#0088cc
;
-webkit-box-shadow
:
0
1px
4px
rgba
(
0
,
105
,
214
,
0.25
);
box-shadow
:
0
1px
4px
rgba
(
0
,
105
,
214
,
0.25
);}
.thumbnail
>
img
{
display
:
block
;
max-width
:
100%
;}
.thumbnail
>
img
{
display
:
block
;
max-width
:
100%
;}
.thumbnail
.caption
{
padding
:
9px
;}
.thumbnail
.caption
{
padding
:
9px
;}
.label
{
padding
:
1px
3px
2px
;
font-size
:
9.75px
;
font-weight
:
bold
;
color
:
#ffffff
;
text-transform
:
uppercase
;
background-color
:
#999999
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;}
.label.important
{
background-color
:
#c43c35
;}
.label
{
padding
:
1px
3px
2px
;
font-size
:
9.75px
;
font-weight
:
bold
;
color
:
#ffffff
;
text-transform
:
uppercase
;
background-color
:
#999999
;
-webkit-border-radius
:
3px
;
border-radius
:
3px
;}
.label.important
{
background-color
:
#c43c35
;}
.label.warning
{
background-color
:
#f89406
;}
.label.warning
{
background-color
:
#f89406
;}
.label.success
{
background-color
:
#46a546
;}
.label.success
{
background-color
:
#46a546
;}
.label.notice
{
background-color
:
#62cffc
;}
.label.notice
{
background-color
:
#62cffc
;}
@-webkit-keyframes
progress-bar-stripes
{
from
{
background-position
:
0
0
;}
to
{
background-position
:
40px
0
;}}
@keyframes
progress-bar-stripes
{
from
{
background-position
:
0
0
;}
to
{
background-position
:
40px
0
;}}
.progress
,
.progress
.bar
{
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
@-webkit-keyframes
progress-bar-stripes
{
from
{
background-position
:
0
0
;}
to
{
background-position
:
40px
0
;}}
@keyframes
progress-bar-stripes
{
from
{
background-position
:
0
0
;}
to
{
background-position
:
40px
0
;}}
.progress
,
.progress
.bar
{
-webkit-border-radius
:
4px
;
border-radius
:
4px
;}
.progress
{
height
:
18px
;
margin-bottom
:
18px
;
background-color
:
#f9f9f9
;
background-image
:
-
khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#f5f5f5
),
to
(
#f9f9f9
));
background-image
:
-moz-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
-ms-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#f5f5f5
),
color-stop
(
100%
,
#f9f9f9
));
background-image
:
-webkit-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
-o-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f5f5f5'
,
endColorstr
=
'#f9f9f9'
,
GradientType
=
0
);
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
0.1
);
-moz
-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
{
height
:
18px
;
margin-bottom
:
18px
;
background-color
:
#f9f9f9
;
background-image
:
-
moz-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
-ms-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#f5f5f5
),
to
(
#f9f9f9
));
background-image
:
-webkit-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
-o-linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-image
:
linear-gradient
(
top
,
#f5f5f5
,
#f9f9f9
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f5f5f5'
,
endColorstr
=
'#f9f9f9'
,
GradientType
=
0
);
-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
{
width
:
0%
;
height
:
18px
;
color
:
#ffffff
;
font-size
:
12px
;
text-align
:
center
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
background-color
:
#0480be
;
background-image
:
-
khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#149bdf
),
to
(
#0480be
));
background-image
:
-moz-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
-ms-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#149bdf
),
color-stop
(
100%
,
#0480be
));
background-image
:
-webkit-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
-o-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#149bdf'
,
endColorstr
=
'#0480be'
,
GradientType
=
0
);
-webkit-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
0.15
);
-moz
-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-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-transition
:
width
0.6s
ease
;
-moz-transition
:
width
0.6s
ease
;
-ms-transition
:
width
0.6s
ease
;
-o-transition
:
width
0.6s
ease
;
transition
:
width
0.6s
ease
;}
.progress
.bar
{
width
:
0%
;
height
:
18px
;
color
:
#ffffff
;
font-size
:
12px
;
text-align
:
center
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
0.25
);
background-color
:
#0480be
;
background-image
:
-
moz-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
-ms-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#149bdf
),
to
(
#0480be
));
background-image
:
-webkit-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
-o-linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-image
:
linear-gradient
(
top
,
#149bdf
,
#0480be
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#149bdf'
,
endColorstr
=
'#0480be'
,
GradientType
=
0
);
-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-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-transition
:
width
0.6s
ease
;
-moz-transition
:
width
0.6s
ease
;
-ms-transition
:
width
0.6s
ease
;
-o-transition
:
width
0.6s
ease
;
transition
:
width
0.6s
ease
;}
.progress.striped
.bar
{
background-color
:
#62c462
;
background-image
:
-webkit-gradient
(
linear
,
0
100%
,
100%
0
,
color-stop
(
0.25
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.25
,
transparent
),
color-stop
(
0.5
,
transparent
),
color-stop
(
0.5
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
transparent
),
to
(
transparent
));
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
:
-moz-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
:
-ms-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
:
-o-linear-gradient
(
-45deg
,
rgba
(
255
,
255
,
255
,
0.15
)
25%
,
transparent
25%
,
transparent
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
75%
,
transparent
75%
,
transparent
);
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
);
-webkit-background-size
:
40px
40px
;
-moz-background-size
:
40px
40px
;
-o-background-size
:
40px
40px
;
background-size
:
40px
40px
;}
.progress.striped
.bar
{
background-color
:
#62c462
;
background-image
:
-webkit-gradient
(
linear
,
0
100%
,
100%
0
,
color-stop
(
0.25
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.25
,
transparent
),
color-stop
(
0.5
,
transparent
),
color-stop
(
0.5
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
transparent
),
to
(
transparent
));
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
:
-moz-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
:
-ms-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
:
-o-linear-gradient
(
-45deg
,
rgba
(
255
,
255
,
255
,
0.15
)
25%
,
transparent
25%
,
transparent
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
75%
,
transparent
75%
,
transparent
);
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
);
-webkit-background-size
:
40px
40px
;
-moz-background-size
:
40px
40px
;
-o-background-size
:
40px
40px
;
background-size
:
40px
40px
;}
.progress.active
.bar
{
-webkit-animation
:
progress-bar-stripes
2s
linear
infinite
;
-moz-animation
:
progress-bar-stripes
2s
linear
infinite
;
animation
:
progress-bar-stripes
2s
linear
infinite
;}
.progress.active
.bar
{
-webkit-animation
:
progress-bar-stripes
2s
linear
infinite
;
-moz-animation
:
progress-bar-stripes
2s
linear
infinite
;
animation
:
progress-bar-stripes
2s
linear
infinite
;}
.progress.danger
.bar
{
background-color
:
#c43c35
;
background-image
:
-
khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#ee5f5b
),
to
(
#c43c35
));
background-image
:
-moz-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-ms-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#ee5f5b
),
color-stop
(
100%
,
#c43c35
));
background-image
:
-webkit-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-o-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ee5f5b'
,
endColorstr
=
'#c43c35'
,
GradientType
=
0
);}
.progress.danger
.bar
{
background-color
:
#c43c35
;
background-image
:
-
moz-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-ms-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#ee5f5b
),
to
(
#c43c35
));
background-image
:
-webkit-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
-o-linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-image
:
linear-gradient
(
top
,
#ee5f5b
,
#c43c35
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ee5f5b'
,
endColorstr
=
'#c43c35'
,
GradientType
=
0
);}
.progress.danger.striped
.bar
{
background-color
:
#ee5f5b
;
background-image
:
-webkit-gradient
(
linear
,
0
100%
,
100%
0
,
color-stop
(
0.25
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.25
,
transparent
),
color-stop
(
0.5
,
transparent
),
color-stop
(
0.5
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
transparent
),
to
(
transparent
));
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
:
-moz-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
:
-ms-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
:
-o-linear-gradient
(
-45deg
,
rgba
(
255
,
255
,
255
,
0.15
)
25%
,
transparent
25%
,
transparent
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
75%
,
transparent
75%
,
transparent
);
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.danger.striped
.bar
{
background-color
:
#ee5f5b
;
background-image
:
-webkit-gradient
(
linear
,
0
100%
,
100%
0
,
color-stop
(
0.25
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.25
,
transparent
),
color-stop
(
0.5
,
transparent
),
color-stop
(
0.5
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
transparent
),
to
(
transparent
));
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
:
-moz-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
:
-ms-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
:
-o-linear-gradient
(
-45deg
,
rgba
(
255
,
255
,
255
,
0.15
)
25%
,
transparent
25%
,
transparent
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
75%
,
transparent
75%
,
transparent
);
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.success
.bar
{
background-color
:
#57a957
;
background-image
:
-
khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#62c462
),
to
(
#57a957
));
background-image
:
-moz-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-ms-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#62c462
),
color-stop
(
100%
,
#57a957
));
background-image
:
-webkit-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-o-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
linear-gradient
(
top
,
#62c462
,
#57a957
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#62c462'
,
endColorstr
=
'#57a957'
,
GradientType
=
0
);}
.progress.success
.bar
{
background-color
:
#57a957
;
background-image
:
-
moz-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-ms-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#62c462
),
to
(
#57a957
));
background-image
:
-webkit-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
-o-linear-gradient
(
top
,
#62c462
,
#57a957
);
background-image
:
linear-gradient
(
top
,
#62c462
,
#57a957
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#62c462'
,
endColorstr
=
'#57a957'
,
GradientType
=
0
);}
.progress.success.striped
.bar
{
background-color
:
#62c462
;
background-image
:
-webkit-gradient
(
linear
,
0
100%
,
100%
0
,
color-stop
(
0.25
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.25
,
transparent
),
color-stop
(
0.5
,
transparent
),
color-stop
(
0.5
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
transparent
),
to
(
transparent
));
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
:
-moz-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
:
-ms-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
:
-o-linear-gradient
(
-45deg
,
rgba
(
255
,
255
,
255
,
0.15
)
25%
,
transparent
25%
,
transparent
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
75%
,
transparent
75%
,
transparent
);
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.success.striped
.bar
{
background-color
:
#62c462
;
background-image
:
-webkit-gradient
(
linear
,
0
100%
,
100%
0
,
color-stop
(
0.25
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.25
,
transparent
),
color-stop
(
0.5
,
transparent
),
color-stop
(
0.5
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
transparent
),
to
(
transparent
));
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
:
-moz-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
:
-ms-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
:
-o-linear-gradient
(
-45deg
,
rgba
(
255
,
255
,
255
,
0.15
)
25%
,
transparent
25%
,
transparent
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
75%
,
transparent
75%
,
transparent
);
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.info
.bar
{
background-color
:
#339bb9
;
background-image
:
-
khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#5bc0de
),
to
(
#339bb9
));
background-image
:
-moz-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-ms-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#5bc0de
),
color-stop
(
100%
,
#339bb9
));
background-image
:
-webkit-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-o-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#5bc0de'
,
endColorstr
=
'#339bb9'
,
GradientType
=
0
);}
.progress.info
.bar
{
background-color
:
#339bb9
;
background-image
:
-
moz-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-ms-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#5bc0de
),
to
(
#339bb9
));
background-image
:
-webkit-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
-o-linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-image
:
linear-gradient
(
top
,
#5bc0de
,
#339bb9
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#5bc0de'
,
endColorstr
=
'#339bb9'
,
GradientType
=
0
);}
.progress.info.striped
.bar
{
background-color
:
#5bc0de
;
background-image
:
-webkit-gradient
(
linear
,
0
100%
,
100%
0
,
color-stop
(
0.25
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.25
,
transparent
),
color-stop
(
0.5
,
transparent
),
color-stop
(
0.5
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
transparent
),
to
(
transparent
));
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
:
-moz-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
:
-ms-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
:
-o-linear-gradient
(
-45deg
,
rgba
(
255
,
255
,
255
,
0.15
)
25%
,
transparent
25%
,
transparent
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
75%
,
transparent
75%
,
transparent
);
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.info.striped
.bar
{
background-color
:
#5bc0de
;
background-image
:
-webkit-gradient
(
linear
,
0
100%
,
100%
0
,
color-stop
(
0.25
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.25
,
transparent
),
color-stop
(
0.5
,
transparent
),
color-stop
(
0.5
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
rgba
(
255
,
255
,
255
,
0.15
)),
color-stop
(
0.75
,
transparent
),
to
(
transparent
));
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
:
-moz-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
:
-ms-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
:
-o-linear-gradient
(
-45deg
,
rgba
(
255
,
255
,
255
,
0.15
)
25%
,
transparent
25%
,
transparent
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
50%
,
rgba
(
255
,
255
,
255
,
0.15
)
75%
,
transparent
75%
,
transparent
);
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
);}
.accordion
{
margin-bottom
:
18px
;}
.accordion
{
margin-bottom
:
18px
;}
.accordion-group
{
background-color
:
#f5f5f5
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;}
.accordion-group
{
background-color
:
#f5f5f5
;
-webkit-border-radius
:
4px
;
border-radius
:
4px
;}
.accordion-heading
{
padding
:
8px
15px
;
border-bottom
:
0
;}
.accordion-heading
{
padding
:
8px
15px
;
border-bottom
:
0
;}
.accordion-body
{
margin-bottom
:
2px
;}
.accordion-body
{
margin-bottom
:
2px
;}
.accordion-inner
{
padding
:
9px
15px
;
border-top
:
1px
solid
#e5e5e5
;}
.accordion-inner
{
padding
:
9px
15px
;
border-top
:
1px
solid
#e5e5e5
;}
...
@@ -528,8 +528,8 @@ a.thumbnail:hover{border-color:#0088cc;-webkit-box-shadow:0 1px 4px rgba(0, 105,
...
@@ -528,8 +528,8 @@ a.thumbnail:hover{border-color:#0088cc;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.carousel
.next.left
,
.carousel
.prev.right
{
left
:
0
;}
.carousel
.next.left
,
.carousel
.prev.right
{
left
:
0
;}
.carousel
.active.left
{
left
:
-100%
;}
.carousel
.active.left
{
left
:
-100%
;}
.carousel
.active.right
{
left
:
100%
;}
.carousel
.active.right
{
left
:
100%
;}
.carousel-control
{
position
:
absolute
;
top
:
40%
;
left
:
15px
;
width
:
40px
;
height
:
40px
;
margin-top
:
-20px
;
font-size
:
60px
;
font-weight
:
100
;
line-height
:
30px
;
color
:
#ffffff
;
text-align
:
center
;
background
:
#222222
;
border
:
3px
solid
#ffffff
;
-webkit-border-radius
:
23px
;
-moz-border-radius
:
23px
;
border-radius
:
23px
;
filter
:
alpha
(
opacity
=
50
);
-moz-opacity
:
0.5
;
opacity
:
0.5
;
-webkit-transition
:
all
0.2s
linear
;
-moz-transition
:
all
0.2s
linear
;
-ms-transition
:
all
0.2s
linear
;
-o-transition
:
all
0.2s
linear
;
transition
:
all
0.2s
linear
;}
.carousel-control.right
{
left
:
auto
;
right
:
15px
;}
.carousel-control
{
position
:
absolute
;
top
:
40%
;
left
:
15px
;
width
:
40px
;
height
:
40px
;
margin-top
:
-20px
;
font-size
:
60px
;
font-weight
:
100
;
line-height
:
30px
;
color
:
#ffffff
;
text-align
:
center
;
background
:
#222222
;
border
:
3px
solid
#ffffff
;
-webkit-border-radius
:
23px
;
border-radius
:
23px
;
opacity
:
0.5
;
filter
:
alpha
(
opacity
=
50
)
;
-webkit-transition
:
all
0.2s
linear
;
-moz-transition
:
all
0.2s
linear
;
-ms-transition
:
all
0.2s
linear
;
-o-transition
:
all
0.2s
linear
;
transition
:
all
0.2s
linear
;}
.carousel-control.right
{
left
:
auto
;
right
:
15px
;}
.carousel-control
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;
filter
:
alpha
(
opacity
=
90
);
-moz-opacity
:
0.9
;
opacity
:
0.9
;}
.carousel-control
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;
opacity
:
0.9
;
filter
:
alpha
(
opacity
=
90
)
;}
.carousel-caption
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
0
;
padding
:
10px
15px
5px
;
background
:
#333333
;
background
:
rgba
(
0
,
0
,
0
,
0.75
);}
.carousel-caption
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
0
;
padding
:
10px
15px
5px
;
background
:
#333333
;
background
:
rgba
(
0
,
0
,
0
,
0.75
);}
.carousel-caption
h4
,
.carousel-caption
p
{
color
:
#ffffff
;}
.carousel-caption
h4
,
.carousel-caption
p
{
color
:
#ffffff
;}
.pull-right
{
float
:
right
;}
.pull-right
{
float
:
right
;}
...
...
lib/mixins.less
View file @
b6b19866
...
@@ -134,14 +134,12 @@
...
@@ -134,14 +134,12 @@
// Border Radius
// Border Radius
.border-radius(@radius: 5px) {
.border-radius(@radius: 5px) {
-webkit-border-radius: @radius;
-webkit-border-radius: @radius;
-moz-border-radius: @radius;
border-radius: @radius;
border-radius: @radius;
}
}
// Drop shadows
// Drop shadows
.box-shadow(@shadow: 0 1px 3px rgba(0,0,0,.25)) {
.box-shadow(@shadow: 0 1px 3px rgba(0,0,0,.25)) {
-webkit-box-shadow: @shadow;
-webkit-box-shadow: @shadow;
-moz-box-shadow: @shadow;
box-shadow: @shadow;
box-shadow: @shadow;
}
}
...
@@ -178,10 +176,9 @@
...
@@ -178,10 +176,9 @@
}
}
// Background clipping
// Background clipping
// Heads up: FF 3.6 and under need
padding instead of padding-box
// Heads up: FF 3.6 and under need
"padding" instead of "padding-box"
.background-clip(@clip) {
.background-clip(@clip) {
-webkit-background-clip: @clip;
-webkit-background-clip: @clip;
-moz-background-clip: @clip;
background-clip: @clip;
background-clip: @clip;
}
}
...
@@ -228,9 +225,8 @@
...
@@ -228,9 +225,8 @@
// Opacity
// Opacity
.opacity(@opacity: 100) {
.opacity(@opacity: 100) {
filter: e(%("alpha(opacity=%d)", @opacity));
-moz-opacity: @opacity / 100;
opacity: @opacity / 100;
opacity: @opacity / 100;
filter: e(%("alpha(opacity=%d)", @opacity));
}
}
...
@@ -245,9 +241,7 @@
...
@@ -245,9 +241,7 @@
}
}
.border(@color: @white, @alpha: 1) {
.border(@color: @white, @alpha: 1) {
border-color: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);
border-color: hsla(hue(@color), saturation(@color), lightness(@color), @alpha);
-webkit-background-clip: padding-box;
.background-clip(padding-box);
-moz-background-clip: padding;
background-clip: padding-box;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment