2013-02-12 21:16:32 +01:00
/ * !
* Bootstrap v3 . 0 . 0
*
2013-03-01 04:42:51 +01:00
* Copyright 2013 Twitter , Inc
2013-02-12 21:16:32 +01:00
* Licensed under the Apache License v2 . 0
* http : / / www . apache . org / licenses / LICENSE-2 . 0
*
* Designed and built with all the love in the world by @ mdo and @ fat .
* /
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article ,
aside ,
details ,
figcaption ,
figure ,
footer ,
header ,
hgroup ,
main ,
nav ,
section ,
summary {
display : block ;
}
audio ,
canvas ,
video {
display : inline-block ;
}
audio : not ( [ controls ] ) {
display : none ;
height : 0 ;
}
[ hidden ] {
display : none ;
}
html {
font-family : sans-serif ;
-webkit-text-size-adjust : 100 % ;
-ms-text-size-adjust : 100 % ;
}
body {
margin : 0 ;
}
a : focus {
outline : thin dotted ;
}
a : active ,
a : hover {
outline : 0 ;
}
h1 {
margin : 0 . 67em 0 ;
font-size : 2em ;
}
abbr [ title ] {
border-bottom : 1px dotted ;
}
b ,
strong {
font-weight : bold ;
}
dfn {
font-style : italic ;
}
hr {
height : 0 ;
-moz-box-sizing : content-box ;
box-sizing : content-box ;
}
mark {
color : # 000 ;
background : # ff0 ;
}
code ,
kbd ,
pre ,
samp {
font-family : monospace , serif ;
font-size : 1em ;
}
pre {
white-space : pre-wrap ;
}
q {
quotes : "\201C" "\201D" "\2018" "\2019" ;
}
small {
font-size : 80 % ;
}
sub ,
sup {
position : relative ;
font-size : 75 % ;
line-height : 0 ;
vertical-align : baseline ;
}
sup {
top : -0 . 5em ;
}
sub {
bottom : -0 . 25em ;
}
img {
border : 0 ;
}
svg : not ( : root ) {
overflow : hidden ;
}
figure {
margin : 0 ;
}
fieldset {
padding : 0 . 35em 0 . 625em 0 . 75em ;
margin : 0 2px ;
border : 1px solid # c0c0c0 ;
}
legend {
padding : 0 ;
border : 0 ;
}
button ,
input ,
select ,
textarea {
margin : 0 ;
font-family : inherit ;
font-size : 100 % ;
}
button ,
input {
line-height : normal ;
}
button ,
select {
text-transform : none ;
}
button ,
html input [ type = "button" ] ,
input [ type = "reset" ] ,
input [ type = "submit" ] {
cursor : pointer ;
-webkit-appearance : button ;
}
button [ disabled ] ,
html input [ disabled ] {
cursor : default ;
}
input [ type = "checkbox" ] ,
input [ type = "radio" ] {
padding : 0 ;
box-sizing : border-box ;
}
input [ type = "search" ] {
-webkit-box-sizing : content-box ;
-moz-box-sizing : content-box ;
box-sizing : content-box ;
-webkit-appearance : textfield ;
}
input [ type = "search" ] :: -webkit-search-cancel-button ,
input [ type = "search" ] :: -webkit-search-decoration {
-webkit-appearance : none ;
}
button :: -moz-focus-inner ,
input :: -moz-focus-inner {
padding : 0 ;
border : 0 ;
}
textarea {
overflow : auto ;
vertical-align : top ;
}
table {
border-collapse : collapse ;
border-spacing : 0 ;
}
2013-03-01 04:42:51 +01:00
@ media print {
* {
color : # 000 ! important ;
text-shadow : none ! important ;
background : transparent ! important ;
box-shadow : none ! important ;
}
a ,
a : visited {
text-decoration : underline ;
}
a [ href ] : after {
content : " (" attr ( href ) ")" ;
}
abbr [ title ] : after {
content : " (" attr ( title ) ")" ;
}
. ir a : after ,
a [ href ^ = "javascript:" ] : after ,
a [ href ^ = "#" ] : after {
content : "" ;
}
pre ,
blockquote {
border : 1px solid # 999 ;
page-break-inside : avoid ;
}
thead {
display : table-header-group ;
}
tr ,
img {
page-break-inside : avoid ;
}
img {
max-width : 100 % ! important ;
}
@ page {
2013-05-09 04:57:42 +02:00
margin : 2cm . 5cm ;
2013-03-01 04:42:51 +01:00
}
p ,
h2 ,
h3 {
orphans : 3 ;
widows : 3 ;
}
h2 ,
h3 {
page-break-after : avoid ;
}
2013-05-09 04:57:42 +02:00
. navbar {
2013-03-17 00:17:32 +01:00
display : none ;
}
2013-03-01 04:42:51 +01:00
}
2013-03-10 19:24:07 +01:00
* {
-webkit-box-sizing : border-box ;
-moz-box-sizing : border-box ;
box-sizing : border-box ;
}
2013-02-12 21:16:32 +01:00
html {
font-size : 62 . 5 % ;
-webkit-overflow-scrolling : touch ;
-webkit-tap-highlight-color : rgba ( 0 , 0 , 0 , 0 ) ;
}
body {
2013-03-27 01:12:17 +01:00
font-family : "Helvetica Neue" , Helvetica , Arial , sans-serif ;
font-size : 14px ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
color : # 333333 ;
background-color : # ffffff ;
}
input ,
button ,
select ,
textarea {
2013-03-27 01:12:17 +01:00
font-family : inherit ;
font-size : inherit ;
line-height : inherit ;
2013-02-12 21:16:32 +01:00
}
a {
color : # 428bca ;
text-decoration : none ;
}
a : hover ,
a : focus {
color : # 2a6496 ;
text-decoration : underline ;
}
a : focus {
outline : thin dotted # 333 ;
outline : 5px auto -webkit-focus-ring-color ;
outline-offset : -2px ;
}
img {
height : auto ;
max-width : 100 % ;
vertical-align : middle ;
}
. img-rounded {
border-radius : 6px ;
}
. img-circle {
border-radius : 500px ;
}
p {
2013-05-10 19:33:35 +02:00
margin : 0 0 10px ;
2013-02-12 21:16:32 +01:00
}
. lead {
2013-05-10 19:33:35 +02:00
margin-bottom : 20px ;
2013-03-31 21:00:04 +02:00
font-size : 21px ;
2013-02-12 21:16:32 +01:00
font-weight : 200 ;
2013-03-31 20:26:13 +02:00
line-height : 1 . 4 ;
2013-02-12 21:16:32 +01:00
}
small {
font-size : 85 % ;
}
strong {
font-weight : bold ;
}
em {
font-style : italic ;
}
cite {
font-style : normal ;
}
2013-03-30 21:23:18 +01:00
. text-muted {
2013-02-12 21:16:32 +01:00
color : # 999999 ;
}
2013-03-30 21:23:18 +01:00
a . text-muted : hover ,
a . text-muted : focus {
2013-02-12 21:16:32 +01:00
color : # 808080 ;
}
. text-warning {
color : # c09853 ;
}
a . text-warning : hover ,
a . text-warning : focus {
color : # a47e3c ;
}
2013-03-30 22:15:18 +01:00
. text-danger {
2013-02-12 21:16:32 +01:00
color : # b94a48 ;
}
2013-03-30 22:15:18 +01:00
a . text-danger : hover ,
a . text-danger : focus {
2013-02-12 21:16:32 +01:00
color : # 953b39 ;
}
. text-success {
color : # 468847 ;
}
a . text-success : hover ,
a . text-success : focus {
color : # 356635 ;
}
. text-left {
text-align : left ;
}
. text-right {
text-align : right ;
}
. text-center {
text-align : center ;
}
h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
2013-03-15 07:01:23 +01:00
h6 ,
. h1 ,
. h2 ,
. h3 ,
. h4 ,
. h5 ,
. h6 {
2013-02-12 21:16:32 +01:00
font-weight : 500 ;
2013-05-10 02:20:46 +02:00
line-height : 1 . 1 ;
2013-02-12 21:16:32 +01:00
}
h1 small ,
h2 small ,
h3 small ,
h4 small ,
h5 small ,
2013-03-15 07:01:23 +01:00
h6 small ,
. h1 small ,
. h2 small ,
. h3 small ,
. h4 small ,
. h5 small ,
. h6 small {
2013-02-12 21:16:32 +01:00
font-weight : normal ;
line-height : 1 ;
color : # 999999 ;
}
h1 ,
h2 ,
h3 {
2013-05-10 19:33:35 +02:00
margin-top : 20px ;
margin-bottom : 10px ;
2013-02-12 21:16:32 +01:00
}
h4 ,
h5 ,
h6 {
2013-05-10 19:33:35 +02:00
margin-top : 10px ;
margin-bottom : 10px ;
2013-02-12 21:16:32 +01:00
}
2013-03-15 07:01:23 +01:00
h1 ,
. h1 {
2013-05-10 02:20:46 +02:00
font-size : 38px ;
2013-02-12 21:16:32 +01:00
}
2013-03-15 07:01:23 +01:00
h2 ,
. h2 {
2013-05-10 02:20:46 +02:00
font-size : 32px ;
2013-02-12 21:16:32 +01:00
}
2013-03-15 07:01:23 +01:00
h3 ,
. h3 {
2013-05-10 02:20:46 +02:00
font-size : 24px ;
2013-02-12 21:16:32 +01:00
}
2013-03-15 07:01:23 +01:00
h4 ,
. h4 {
2013-05-10 02:20:46 +02:00
font-size : 18px ;
2013-02-12 21:16:32 +01:00
}
2013-03-15 07:01:23 +01:00
h5 ,
. h5 {
2013-03-31 21:00:04 +02:00
font-size : 14px ;
2013-02-12 21:16:32 +01:00
}
2013-03-15 07:01:23 +01:00
h6 ,
. h6 {
2013-05-10 02:20:46 +02:00
font-size : 12px ;
2013-02-12 21:16:32 +01:00
}
2013-03-15 07:01:23 +01:00
h1 small ,
. h1 small {
2013-05-10 02:20:46 +02:00
font-size : 24px ;
2013-02-12 21:16:32 +01:00
}
2013-03-15 07:01:23 +01:00
h2 small ,
. h2 small {
2013-05-10 02:20:46 +02:00
font-size : 18px ;
2013-02-12 21:16:32 +01:00
}
2013-03-15 07:01:23 +01:00
h3 small ,
2013-05-10 02:20:46 +02:00
. h3 small ,
2013-03-15 07:01:23 +01:00
h4 small ,
. h4 small {
2013-03-31 21:00:04 +02:00
font-size : 14px ;
2013-02-12 21:16:32 +01:00
}
. page-header {
2013-05-10 19:33:35 +02:00
padding-bottom : 9px ;
margin : 40px 0 20px ;
2013-02-12 21:16:32 +01:00
border-bottom : 1px solid # eeeeee ;
}
ul ,
ol {
padding : 0 ;
2013-05-10 19:33:35 +02:00
margin : 0 0 10px 25px ;
2013-02-12 21:16:32 +01:00
}
ul ul ,
ul ol ,
ol ol ,
ol ul {
margin-bottom : 0 ;
}
li {
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
}
2013-03-27 23:42:11 +01:00
. list-unstyled {
margin-left : 0 ;
list-style : none ;
}
2013-02-12 21:16:32 +01:00
. list-inline {
margin-left : 0 ;
list-style : none ;
}
. list-inline > li {
display : inline-block ;
padding-right : 5px ;
padding-left : 5px ;
}
dl {
2013-05-10 19:33:35 +02:00
margin-bottom : 20px ;
2013-02-12 21:16:32 +01:00
}
dt ,
dd {
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
}
dt {
font-weight : bold ;
}
dd {
2013-05-10 19:33:35 +02:00
margin-left : 10px ;
2013-02-12 21:16:32 +01:00
}
. dl-horizontal : before ,
. dl-horizontal : after {
display : table ;
content : " " ;
}
. dl-horizontal : after {
clear : both ;
}
2013-03-30 21:23:18 +01:00
. dl-horizontal : before ,
. dl-horizontal : after {
display : table ;
content : " " ;
}
. dl-horizontal : after {
clear : both ;
}
2013-02-12 21:16:32 +01:00
. dl-horizontal dt {
float : left ;
width : 160px ;
overflow : hidden ;
clear : left ;
text-align : right ;
text-overflow : ellipsis ;
white-space : nowrap ;
}
. dl-horizontal dd {
margin-left : 180px ;
}
hr {
2013-05-10 19:33:35 +02:00
margin : 20px 0 ;
2013-02-12 21:16:32 +01:00
border : 0 ;
border-top : 1px solid # eeeeee ;
border-bottom : 1px solid # fff ;
2013-03-15 07:01:23 +01:00
border-bottom : 1px solid rgba ( 255 , 255 , 255 , 0 . 5 ) ;
2013-02-12 21:16:32 +01:00
}
abbr [ title ] ,
abbr [ data-original-title ] {
cursor : help ;
border-bottom : 1px dotted # 999999 ;
}
abbr . initialism {
font-size : 90 % ;
text-transform : uppercase ;
}
blockquote {
2013-05-10 19:33:35 +02:00
padding : 10px 20px ;
margin : 0 0 20px ;
2013-02-12 21:16:32 +01:00
border-left : 5px solid # eeeeee ;
}
blockquote p {
2013-03-31 21:00:04 +02:00
font-size : 17 . 5px ;
2013-02-12 21:16:32 +01:00
font-weight : 300 ;
line-height : 1 . 25 ;
}
2013-04-20 21:09:08 +02:00
blockquote p : last-child {
margin-bottom : 0 ;
}
2013-02-12 21:16:32 +01:00
blockquote small {
display : block ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
color : # 999999 ;
}
blockquote small : before {
content : '\2014 \00A0' ;
}
blockquote . pull-right {
float : right ;
padding-right : 15px ;
padding-left : 0 ;
border-right : 5px solid # eeeeee ;
border-left : 0 ;
}
blockquote . pull-right p ,
blockquote . pull-right small {
text-align : right ;
}
blockquote . pull-right small : before {
content : '' ;
}
blockquote . pull-right small : after {
content : '\00A0 \2014' ;
}
q : before ,
q : after ,
blockquote : before ,
blockquote : after {
content : "" ;
}
address {
display : block ;
2013-05-10 19:33:35 +02:00
margin-bottom : 20px ;
2013-02-12 21:16:32 +01:00
font-style : normal ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
}
code ,
pre {
padding : 0 3px 2px ;
font-family : Monaco , Menlo , Consolas , "Courier New" , monospace ;
2013-03-31 21:00:04 +02:00
font-size : 12px ;
2013-02-12 21:16:32 +01:00
color : # 333333 ;
border-radius : 4px ;
}
code {
padding : 2px 4px ;
font-size : 90 % ;
color : # c7254e ;
white-space : nowrap ;
background-color : # f9f2f4 ;
}
pre {
display : block ;
2013-05-10 19:33:35 +02:00
padding : 9 . 5px ;
margin : 0 0 10px ;
2013-03-31 21:00:04 +02:00
font-size : 13px ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
word-break : break-all ;
word-wrap : break-word ;
white-space : pre ;
white-space : pre-wrap ;
background-color : # f5f5f5 ;
border : 1px solid # ccc ;
border : 1px solid rgba ( 0 , 0 , 0 , 0 . 15 ) ;
border-radius : 4px ;
}
pre . prettyprint {
2013-05-10 19:33:35 +02:00
margin-bottom : 20px ;
2013-02-12 21:16:32 +01:00
}
pre code {
padding : 0 ;
color : inherit ;
white-space : pre ;
white-space : pre-wrap ;
background-color : transparent ;
border : 0 ;
}
. pre-scrollable {
max-height : 340px ;
overflow-y : scroll ;
}
. container {
margin-right : auto ;
margin-left : auto ;
}
. container : before ,
. container : after {
display : table ;
content : " " ;
}
. container : after {
clear : both ;
}
2013-03-30 21:23:18 +01:00
. container : before ,
. container : after {
display : table ;
content : " " ;
}
. container : after {
clear : both ;
}
2013-02-12 21:16:32 +01:00
. row : before ,
. row : after {
display : table ;
content : " " ;
}
. row : after {
clear : both ;
}
2013-03-30 21:23:18 +01:00
. row : before ,
. row : after {
display : table ;
content : " " ;
}
. row : after {
clear : both ;
}
2013-04-01 21:55:48 +02:00
. row . row {
margin-right : -15px ;
margin-left : -15px ;
}
2013-04-27 08:59:51 +02:00
. col {
2013-03-16 07:21:10 +01:00
position : relative ;
2013-04-27 08:59:51 +02:00
float : left ;
width : 100 % ;
2013-02-12 21:16:32 +01:00
min-height : 1px ;
2013-03-16 07:21:10 +01:00
padding-right : 15px ;
padding-left : 15px ;
2013-02-12 21:16:32 +01:00
}
2013-04-27 08:59:51 +02:00
. col-sm-12 {
2013-04-03 04:40:43 +02:00
width : 100 % ;
}
2013-04-27 08:59:51 +02:00
. col-sm-11 {
2013-04-03 04:40:43 +02:00
width : 91 . 66666666666666 % ;
}
2013-04-27 08:59:51 +02:00
. col-sm-10 {
2013-04-03 04:40:43 +02:00
width : 83 . 33333333333334 % ;
}
2013-04-27 08:59:51 +02:00
. col-sm-9 {
2013-04-03 04:40:43 +02:00
width : 75 % ;
}
2013-04-27 08:59:51 +02:00
. col-sm-8 {
2013-04-03 04:40:43 +02:00
width : 66 . 66666666666666 % ;
}
2013-04-27 08:59:51 +02:00
. col-sm-7 {
2013-04-03 04:40:43 +02:00
width : 58 . 333333333333336 % ;
}
2013-04-27 08:59:51 +02:00
. col-sm-6 {
2013-04-03 04:40:43 +02:00
width : 50 % ;
}
2013-04-27 08:59:51 +02:00
. col-sm-5 {
2013-04-03 04:40:43 +02:00
width : 41 . 66666666666667 % ;
}
2013-04-27 08:59:51 +02:00
. col-sm-4 {
2013-04-03 04:40:43 +02:00
width : 33 . 33333333333333 % ;
}
2013-04-27 08:59:51 +02:00
. col-sm-3 {
2013-04-03 04:40:43 +02:00
width : 25 % ;
}
2013-04-27 08:59:51 +02:00
. col-sm-2 {
2013-04-03 04:40:43 +02:00
width : 16 . 666666666666664 % ;
}
2013-04-27 08:59:51 +02:00
. col-sm-1 {
2013-04-03 04:40:43 +02:00
width : 8 . 333333333333332 % ;
}
2013-02-12 21:16:32 +01:00
@ media screen and ( min-width : 768px ) {
2013-04-27 08:59:51 +02:00
. col-lg-12 {
2013-02-12 21:16:32 +01:00
width : 100 % ;
}
2013-04-27 08:59:51 +02:00
. col-lg-11 {
2013-02-12 21:16:32 +01:00
width : 91 . 66666666666666 % ;
}
2013-04-27 08:59:51 +02:00
. col-lg-10 {
2013-02-12 21:16:32 +01:00
width : 83 . 33333333333334 % ;
}
2013-04-27 08:59:51 +02:00
. col-lg-9 {
2013-02-12 21:16:32 +01:00
width : 75 % ;
}
2013-04-27 08:59:51 +02:00
. col-lg-8 {
2013-02-12 21:16:32 +01:00
width : 66 . 66666666666666 % ;
}
2013-04-27 08:59:51 +02:00
. col-lg-7 {
2013-02-12 21:16:32 +01:00
width : 58 . 333333333333336 % ;
}
2013-04-27 08:59:51 +02:00
. col-lg-6 {
2013-02-12 21:16:32 +01:00
width : 50 % ;
}
2013-04-27 08:59:51 +02:00
. col-lg-5 {
2013-02-12 21:16:32 +01:00
width : 41 . 66666666666667 % ;
}
2013-04-27 08:59:51 +02:00
. col-lg-4 {
2013-02-12 21:16:32 +01:00
width : 33 . 33333333333333 % ;
}
2013-04-27 08:59:51 +02:00
. col-lg-3 {
2013-02-12 21:16:32 +01:00
width : 25 % ;
}
2013-04-27 08:59:51 +02:00
. col-lg-2 {
2013-02-12 21:16:32 +01:00
width : 16 . 666666666666664 % ;
}
2013-04-27 08:59:51 +02:00
. col-lg-1 {
2013-02-12 21:16:32 +01:00
width : 8 . 333333333333332 % ;
}
2013-03-27 01:12:17 +01:00
. col-offset-12 {
2013-02-12 21:16:32 +01:00
margin-left : 100 % ;
}
2013-03-27 01:12:17 +01:00
. col-offset-11 {
2013-02-12 21:16:32 +01:00
margin-left : 91 . 66666666666666 % ;
}
2013-03-27 01:12:17 +01:00
. col-offset-10 {
2013-02-12 21:16:32 +01:00
margin-left : 83 . 33333333333334 % ;
}
2013-03-27 01:12:17 +01:00
. col-offset-9 {
2013-02-12 21:16:32 +01:00
margin-left : 75 % ;
}
2013-03-27 01:12:17 +01:00
. col-offset-8 {
2013-02-12 21:16:32 +01:00
margin-left : 66 . 66666666666666 % ;
}
2013-03-27 01:12:17 +01:00
. col-offset-7 {
2013-02-12 21:16:32 +01:00
margin-left : 58 . 333333333333336 % ;
}
2013-03-27 01:12:17 +01:00
. col-offset-6 {
2013-02-12 21:16:32 +01:00
margin-left : 50 % ;
}
2013-03-27 01:12:17 +01:00
. col-offset-5 {
2013-02-12 21:16:32 +01:00
margin-left : 41 . 66666666666667 % ;
}
2013-03-27 01:12:17 +01:00
. col-offset-4 {
2013-02-12 21:16:32 +01:00
margin-left : 33 . 33333333333333 % ;
}
2013-03-27 01:12:17 +01:00
. col-offset-3 {
2013-02-12 21:16:32 +01:00
margin-left : 25 % ;
}
2013-03-27 01:12:17 +01:00
. col-offset-2 {
2013-02-12 21:16:32 +01:00
margin-left : 16 . 666666666666664 % ;
}
2013-03-27 01:12:17 +01:00
. col-offset-1 {
2013-02-12 21:16:32 +01:00
margin-left : 8 . 333333333333332 % ;
}
2013-03-27 01:12:17 +01:00
. col-push-12 {
2013-03-16 07:21:10 +01:00
left : 100 % ;
}
2013-03-27 01:12:17 +01:00
. col-push-11 {
2013-03-16 07:21:10 +01:00
left : 91 . 66666666666666 % ;
}
2013-03-27 01:12:17 +01:00
. col-push-10 {
2013-03-16 07:21:10 +01:00
left : 83 . 33333333333334 % ;
}
2013-03-27 01:12:17 +01:00
. col-push-9 {
2013-03-16 07:21:10 +01:00
left : 75 % ;
}
2013-03-27 01:12:17 +01:00
. col-push-8 {
2013-03-16 07:21:10 +01:00
left : 66 . 66666666666666 % ;
}
2013-03-27 01:12:17 +01:00
. col-push-7 {
2013-03-16 07:21:10 +01:00
left : 58 . 333333333333336 % ;
}
2013-03-27 01:12:17 +01:00
. col-push-6 {
2013-03-16 07:21:10 +01:00
left : 50 % ;
}
2013-03-27 01:12:17 +01:00
. col-push-5 {
2013-03-16 07:21:10 +01:00
left : 41 . 66666666666667 % ;
}
2013-03-27 01:12:17 +01:00
. col-push-4 {
2013-03-16 07:21:10 +01:00
left : 33 . 33333333333333 % ;
}
2013-03-27 01:12:17 +01:00
. col-push-3 {
2013-03-16 07:21:10 +01:00
left : 25 % ;
}
2013-03-27 01:12:17 +01:00
. col-push-2 {
2013-03-16 07:21:10 +01:00
left : 16 . 666666666666664 % ;
}
2013-03-27 01:12:17 +01:00
. col-push-1 {
2013-03-16 07:21:10 +01:00
left : 8 . 333333333333332 % ;
}
2013-03-27 01:12:17 +01:00
. col-pull-12 {
2013-03-16 07:21:10 +01:00
right : 100 % ;
}
2013-03-27 01:12:17 +01:00
. col-pull-11 {
2013-03-16 07:21:10 +01:00
right : 91 . 66666666666666 % ;
}
2013-03-27 01:12:17 +01:00
. col-pull-10 {
2013-03-16 07:21:10 +01:00
right : 83 . 33333333333334 % ;
}
2013-03-27 01:12:17 +01:00
. col-pull-9 {
2013-03-16 07:21:10 +01:00
right : 75 % ;
}
2013-03-27 01:12:17 +01:00
. col-pull-8 {
2013-03-16 07:21:10 +01:00
right : 66 . 66666666666666 % ;
}
2013-03-27 01:12:17 +01:00
. col-pull-7 {
2013-03-16 07:21:10 +01:00
right : 58 . 333333333333336 % ;
}
2013-03-27 01:12:17 +01:00
. col-pull-6 {
2013-03-16 07:21:10 +01:00
right : 50 % ;
}
2013-03-27 01:12:17 +01:00
. col-pull-5 {
2013-03-16 07:21:10 +01:00
right : 41 . 66666666666667 % ;
}
2013-03-27 01:12:17 +01:00
. col-pull-4 {
2013-03-16 07:21:10 +01:00
right : 33 . 33333333333333 % ;
}
2013-03-27 01:12:17 +01:00
. col-pull-3 {
2013-03-16 07:21:10 +01:00
right : 25 % ;
}
2013-03-27 01:12:17 +01:00
. col-pull-2 {
2013-03-16 07:21:10 +01:00
right : 16 . 666666666666664 % ;
}
2013-03-27 01:12:17 +01:00
. col-pull-1 {
2013-03-16 07:21:10 +01:00
right : 8 . 333333333333332 % ;
}
2013-02-12 21:16:32 +01:00
}
2013-04-27 08:59:51 +02:00
@ media screen and ( min-width : 768px ) {
. container {
max-width : 728px ;
}
}
2013-02-12 21:16:32 +01:00
@ media screen and ( min-width : 992px ) {
. container {
2013-03-15 07:01:23 +01:00
max-width : 940px ;
2013-02-12 21:16:32 +01:00
}
}
@ media screen and ( min-width : 1200px ) {
. container {
2013-03-15 07:01:23 +01:00
max-width : 1170px ;
2013-02-12 21:16:32 +01:00
}
}
2013-04-27 08:59:51 +02:00
/ * [ class * = "col-span-" ] . pull-right {
2013-02-12 21:16:32 +01:00
float : right ;
2013-04-27 08:59:51 +02:00
} * /
2013-02-12 21:16:32 +01:00
table {
max-width : 100 % ;
background-color : transparent ;
}
th {
text-align : left ;
}
. table {
width : 100 % ;
2013-05-10 19:33:35 +02:00
margin-bottom : 20px ;
2013-02-12 21:16:32 +01:00
}
2013-04-15 05:33:10 +02:00
. table thead > tr > th ,
. table tbody > tr > th ,
. table thead > tr > td ,
. table tbody > tr > td {
2013-02-12 21:16:32 +01:00
padding : 8px ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
vertical-align : top ;
border-top : 1px solid # dddddd ;
}
2013-04-15 05:33:10 +02:00
. table thead > tr > th {
2013-02-12 21:16:32 +01:00
vertical-align : bottom ;
}
. table caption + thead tr : first-child th ,
. table caption + thead tr : first-child td ,
. table colgroup + thead tr : first-child th ,
. table colgroup + thead tr : first-child td ,
. table thead : first-child tr : first-child th ,
. table thead : first-child tr : first-child td {
border-top : 0 ;
}
. table tbody + tbody {
border-top : 2px solid # dddddd ;
}
. table . table {
background-color : # ffffff ;
}
2013-04-15 05:33:10 +02:00
. table-condensed thead > tr > th ,
. table-condensed tbody > tr > th ,
. table-condensed thead > tr > td ,
. table-condensed tbody > tr > td {
2013-02-12 21:16:32 +01:00
padding : 4px 5px ;
}
. table-bordered {
border : 1px solid # dddddd ;
border-collapse : separate ;
border-left : 0 ;
border-radius : 4px ;
}
2013-05-03 23:56:57 +02:00
. table-bordered > thead > tr > th ,
. table-bordered > tbody > tr > th ,
. table-bordered > thead > tr > td ,
. table-bordered > tbody > tr > td {
2013-02-12 21:16:32 +01:00
border-left : 1px solid # dddddd ;
}
2013-05-03 23:56:57 +02:00
. table-bordered > caption + thead > tr : first-child th ,
. table-bordered > caption + tbody > tr : first-child th ,
. table-bordered > caption + tbody > tr : first-child td ,
. table-bordered > colgroup + thead > tr : first-child th ,
. table-bordered > colgroup + tbody > tr : first-child th ,
. table-bordered > colgroup + tbody > tr : first-child td ,
. 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 {
2013-02-12 21:16:32 +01:00
border-top : 0 ;
}
2013-05-03 23:56:57 +02:00
. table-bordered > thead : first-child > tr : first-child > th : first-child ,
. table-bordered > tbody : first-child > tr : first-child > td : first-child ,
. table-bordered > tbody : first-child > tr : first-child > th : first-child {
2013-02-12 21:16:32 +01:00
border-top-left-radius : 4px ;
}
2013-05-03 23:56:57 +02:00
. table-bordered > thead : first-child > tr : first-child > th : last-child ,
. table-bordered > tbody : first-child > tr : first-child > td : last-child ,
. table-bordered > tbody : first-child > tr : first-child > th : last-child {
2013-02-12 21:16:32 +01:00
border-top-right-radius : 4px ;
}
2013-05-03 23:56:57 +02:00
. table-bordered > thead : last-child > tr : last-child > th : first-child ,
. table-bordered > tbody : last-child > tr : last-child > td : first-child ,
. table-bordered > tbody : last-child > tr : last-child > th : first-child ,
. table-bordered > tfoot : last-child > tr : last-child > td : first-child ,
. table-bordered > tfoot : last-child > tr : last-child > th : first-child {
2013-02-12 21:16:32 +01:00
border-bottom-left-radius : 4px ;
}
2013-05-03 23:56:57 +02:00
. table-bordered > thead : last-child > tr : last-child > th : last-child ,
. table-bordered > tbody : last-child > tr : last-child > td : last-child ,
. table-bordered > tbody : last-child > tr : last-child > th : last-child ,
. table-bordered > tfoot : last-child > tr : last-child > td : last-child ,
. table-bordered > tfoot : last-child > tr : last-child > th : last-child {
2013-02-12 21:16:32 +01:00
border-bottom-right-radius : 4px ;
}
2013-05-03 23:56:57 +02:00
. table-bordered > tfoot + tbody : last-child > tr : last-child > td : first-child {
2013-02-12 21:16:32 +01:00
border-bottom-left-radius : 0 ;
}
2013-05-03 23:56:57 +02:00
. table-bordered > tfoot + tbody : last-child > tr : last-child > td : last-child {
2013-02-12 21:16:32 +01:00
border-bottom-right-radius : 0 ;
}
2013-05-03 23:56:57 +02:00
. table-bordered > caption + thead > tr : first-child > th : first-child ,
. table-bordered > caption + tbody > tr : first-child > td : first-child ,
. table-bordered > colgroup + thead > tr : first-child > th : first-child ,
. table-bordered > colgroup + tbody > tr : first-child > td : first-child {
2013-02-12 21:16:32 +01:00
border-top-left-radius : 4px ;
}
2013-05-03 23:56:57 +02:00
. table-bordered > caption + thead > tr : first-child > th : last-child ,
. table-bordered > caption + tbody > tr : first-child > td : last-child ,
. table-bordered > colgroup + thead > tr : first-child > th : last-child ,
. table-bordered > colgroup + tbody > tr : first-child > td : last-child {
2013-02-12 21:16:32 +01:00
border-top-right-radius : 4px ;
}
2013-03-14 21:29:43 +01:00
. table-striped > tbody > tr : nth-child ( odd ) > td ,
. table-striped > tbody > tr : nth-child ( odd ) > th {
2013-02-12 21:16:32 +01:00
background-color : # f9f9f9 ;
}
2013-03-14 21:29:43 +01:00
. table-hover > tbody > tr : hover > td ,
. table-hover > tbody > tr : hover > th {
2013-02-12 21:16:32 +01:00
background-color : # f5f5f5 ;
}
2013-03-27 01:12:17 +01:00
table col [ class * = "col-span-" ] {
2013-03-01 07:47:32 +01:00
display : table-column ;
float : none ;
}
2013-03-27 01:12:17 +01:00
table td [ class * = "col-span-" ] ,
table th [ class * = "col-span-" ] {
2013-02-12 21:16:32 +01:00
display : table-cell ;
float : none ;
}
2013-03-17 20:10:58 +01:00
. table > tbody > tr > td . success ,
. table > tbody > tr > th . success ,
2013-03-14 21:29:43 +01:00
. table > tbody > tr . success > td {
2013-02-12 21:16:32 +01:00
background-color : # dff0d8 ;
2013-03-18 01:26:02 +01:00
border-color : # d6e9c6 ;
2013-02-12 21:16:32 +01:00
}
2013-03-30 22:15:18 +01:00
. table > tbody > tr > td . danger ,
. table > tbody > tr > th . danger ,
. table > tbody > tr . danger > td {
2013-02-12 21:16:32 +01:00
background-color : # f2dede ;
2013-03-18 01:26:02 +01:00
border-color : # eed3d7 ;
2013-02-12 21:16:32 +01:00
}
2013-03-17 20:10:58 +01:00
. table > tbody > tr > td . warning ,
. table > tbody > tr > th . warning ,
2013-03-14 21:29:43 +01:00
. table > tbody > tr . warning > td {
2013-02-12 21:16:32 +01:00
background-color : # fcf8e3 ;
2013-03-18 01:26:02 +01:00
border-color : # fbeed5 ;
2013-02-12 21:16:32 +01:00
}
2013-03-17 20:10:58 +01:00
. table-hover > tbody > tr > td . success : hover ,
. table-hover > tbody > tr > th . success : hover ,
2013-03-14 21:29:43 +01:00
. table-hover > tbody > tr . success : hover > td {
2013-02-12 21:16:32 +01:00
background-color : # d0e9c6 ;
2013-03-18 01:26:02 +01:00
border-color : # c9e2b3 ;
2013-02-12 21:16:32 +01:00
}
2013-03-30 22:15:18 +01:00
. table-hover > tbody > tr > td . danger : hover ,
. table-hover > tbody > tr > th . danger : hover ,
. table-hover > tbody > tr . danger : hover > td {
2013-02-12 21:16:32 +01:00
background-color : # ebcccc ;
2013-03-18 01:26:02 +01:00
border-color : # e6c1c7 ;
2013-02-12 21:16:32 +01:00
}
2013-03-17 20:10:58 +01:00
. table-hover > tbody > tr > td . warning : hover ,
. table-hover > tbody > tr > th . warning : hover ,
2013-03-14 21:29:43 +01:00
. table-hover > tbody > tr . warning : hover > td {
2013-02-12 21:16:32 +01:00
background-color : # faf2cc ;
2013-03-18 01:26:02 +01:00
border-color : # f8e5be ;
2013-02-12 21:16:32 +01:00
}
form {
margin : 0 ;
}
fieldset {
padding : 0 ;
margin : 0 ;
border : 0 ;
}
legend {
display : block ;
width : 100 % ;
padding : 0 ;
2013-05-10 19:33:35 +02:00
margin-bottom : 20px ;
2013-03-31 21:00:04 +02:00
font-size : 21px ;
2013-05-15 08:21:30 +02:00
line-height : inherit ;
2013-02-12 21:16:32 +01:00
color : # 333333 ;
border : 0 ;
border-bottom : 1px solid # e5e5e5 ;
}
label {
display : inline-block ;
margin-bottom : 5px ;
font-weight : bold ;
}
select ,
textarea ,
input [ type = "text" ] ,
input [ type = "password" ] ,
input [ type = "datetime" ] ,
input [ type = "datetime-local" ] ,
input [ type = "date" ] ,
input [ type = "month" ] ,
input [ type = "time" ] ,
input [ type = "week" ] ,
input [ type = "number" ] ,
input [ type = "email" ] ,
input [ type = "url" ] ,
input [ type = "search" ] ,
input [ type = "tel" ] ,
2013-03-04 08:31:09 +01:00
input [ type = "color" ] {
2013-05-08 06:56:55 +02:00
display : block ;
2013-05-15 08:21:30 +02:00
min-height : 36px ;
padding : 8px 12px ;
2013-03-31 21:00:04 +02:00
font-size : 14px ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
color : # 555555 ;
vertical-align : middle ;
background-color : # ffffff ;
border : 1px solid # cccccc ;
border-radius : 4px ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
2013-05-15 19:16:11 +02:00
-webkit-transition : border-color ease-in-out 0 . 15s , box-shadow ease-in-out 0 . 15s ;
-moz-transition : border-color ease-in-out 0 . 15s , box-shadow ease-in-out 0 . 15s ;
-o-transition : border-color ease-in-out 0 . 15s , box-shadow ease-in-out 0 . 15s ;
transition : border-color ease-in-out 0 . 15s , box-shadow ease-in-out 0 . 15s ;
}
select : focus ,
textarea : focus ,
input [ type = "text" ] : focus ,
input [ type = "password" ] : focus ,
input [ type = "datetime" ] : focus ,
input [ type = "datetime-local" ] : focus ,
input [ type = "date" ] : focus ,
input [ type = "month" ] : focus ,
input [ type = "time" ] : focus ,
input [ type = "week" ] : focus ,
input [ type = "number" ] : focus ,
input [ type = "email" ] : focus ,
input [ type = "url" ] : focus ,
input [ type = "search" ] : focus ,
input [ type = "tel" ] : focus ,
input [ type = "color" ] : focus {
border-color : rgba ( 82 , 168 , 236 , 0 . 8 ) ;
outline : 0 ;
-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 ) ;
2013-02-12 21:16:32 +01:00
}
input ,
select ,
2013-03-04 08:31:09 +01:00
textarea {
2013-02-12 21:16:32 +01:00
width : 100 % ;
}
input [ type = "file" ] ,
input [ type = "image" ] ,
input [ type = "submit" ] ,
input [ type = "reset" ] ,
input [ type = "button" ] ,
input [ type = "radio" ] ,
input [ type = "checkbox" ] {
width : auto ;
}
2013-04-14 08:17:39 +02:00
input [ type = "search" ] {
-webkit-box-sizing : border-box ;
-moz-box-sizing : border-box ;
box-sizing : border-box ;
}
2013-02-12 21:16:32 +01:00
textarea {
height : auto ;
}
input [ type = "radio" ] ,
input [ type = "checkbox" ] {
margin : 4px 0 0 ;
margin-top : 1px \ 9 ;
/* IE8-9 */
line-height : normal ;
}
select ,
input [ type = "file" ] {
2013-05-15 08:21:30 +02:00
height : 36px ;
2013-02-12 21:16:32 +01:00
/* In IE7, the height of the select element cannot be changed by height, only font-size. TODO: Check if this is still needed when dropping IE7 support */
2013-05-15 08:21:30 +02:00
line-height : 36px ;
2013-02-12 21:16:32 +01:00
}
select [ multiple ] ,
select [ size ] {
height : auto ;
}
2013-05-20 07:06:10 +02:00
select optgroup {
font-family : inherit ;
font-size : inherit ;
font-style : inherit ;
}
2013-02-12 21:16:32 +01:00
input [ type = "file" ] : focus ,
input [ type = "radio" ] : focus ,
input [ type = "checkbox" ] : focus {
outline : thin dotted # 333 ;
outline : 5px auto -webkit-focus-ring-color ;
outline-offset : -2px ;
}
input : -moz-placeholder ,
textarea : -moz-placeholder {
color : # 999999 ;
}
input :: -moz-placeholder ,
textarea :: -moz-placeholder {
color : # 999999 ;
}
input : -ms-input-placeholder ,
textarea : -ms-input-placeholder {
color : # 999999 ;
}
input :: -webkit-input-placeholder ,
textarea :: -webkit-input-placeholder {
color : # 999999 ;
}
. radio ,
. checkbox {
display : block ;
2013-05-10 19:33:35 +02:00
min-height : 20px ;
2013-02-12 21:16:32 +01:00
padding-left : 20px ;
2013-05-10 00:05:06 +02:00
margin-top : 10px ;
2013-02-12 21:16:32 +01:00
margin-bottom : 10px ;
2013-05-08 06:56:55 +02:00
vertical-align : middle ;
2013-02-12 21:16:32 +01:00
}
. radio label ,
. checkbox label {
display : inline ;
margin-bottom : 0 ;
font-weight : normal ;
2013-05-03 20:56:00 +02:00
cursor : pointer ;
2013-02-12 21:16:32 +01:00
}
. radio input [ type = "radio" ] ,
. radio-inline input [ type = "radio" ] ,
. checkbox input [ type = "checkbox" ] ,
. checkbox-inline input [ type = "checkbox" ] {
float : left ;
margin-left : -20px ;
}
. radio + . radio ,
. checkbox + . checkbox {
margin-top : -5px ;
}
2013-05-03 19:53:26 +02:00
/ *
/ / Move the options list down to align with labels
2013-02-12 21:16:32 +01:00
. controls > . radio : first-child ,
. controls > . checkbox : first-child {
2013-05-03 19:53:26 +02:00
padding-top : 5px ; / / has to be padding because margin collaspes
2013-02-12 21:16:32 +01:00
}
2013-05-03 19:53:26 +02:00
* /
2013-02-12 21:16:32 +01:00
. radio-inline ,
. checkbox-inline {
display : inline-block ;
padding-left : 20px ;
margin-bottom : 0 ;
font-weight : normal ;
vertical-align : middle ;
2013-05-03 20:56:00 +02:00
cursor : pointer ;
2013-02-12 21:16:32 +01:00
}
. radio-inline + . radio-inline ,
. checkbox-inline + . checkbox-inline {
margin-top : 0 ;
margin-left : 10px ;
}
select . input-large ,
textarea . input-large ,
input [ type = "text" ] . input-large ,
input [ type = "password" ] . input-large ,
input [ type = "datetime" ] . input-large ,
input [ type = "datetime-local" ] . input-large ,
input [ type = "date" ] . input-large ,
input [ type = "month" ] . input-large ,
input [ type = "time" ] . input-large ,
input [ type = "week" ] . input-large ,
input [ type = "number" ] . input-large ,
input [ type = "email" ] . input-large ,
input [ type = "url" ] . input-large ,
input [ type = "search" ] . input-large ,
input [ type = "tel" ] . input-large ,
2013-03-04 08:31:09 +01:00
input [ type = "color" ] . input-large {
2013-05-15 08:21:30 +02:00
padding : 14px 16px ;
2013-05-10 19:33:35 +02:00
font-size : 18px ;
2013-02-12 21:16:32 +01:00
border-radius : 6px ;
}
select . input-small ,
textarea . input-small ,
input [ type = "text" ] . input-small ,
input [ type = "password" ] . input-small ,
input [ type = "datetime" ] . input-small ,
input [ type = "datetime-local" ] . input-small ,
input [ type = "date" ] . input-small ,
input [ type = "month" ] . input-small ,
input [ type = "time" ] . input-small ,
input [ type = "week" ] . input-small ,
input [ type = "number" ] . input-small ,
input [ type = "email" ] . input-small ,
input [ type = "url" ] . input-small ,
input [ type = "search" ] . input-small ,
input [ type = "tel" ] . input-small ,
2013-03-04 08:31:09 +01:00
input [ type = "color" ] . input-small {
2013-05-15 08:21:30 +02:00
min-height : 30px ;
padding : 5px 10px ;
2013-05-10 19:33:35 +02:00
font-size : 12px ;
2013-02-12 21:16:32 +01:00
border-radius : 3px ;
}
input [ disabled ] ,
select [ disabled ] ,
textarea [ disabled ] ,
input [ readonly ] ,
select [ readonly ] ,
textarea [ readonly ] ,
fieldset [ disabled ] input ,
fieldset [ disabled ] select ,
fieldset [ disabled ] textarea {
cursor : not-allowed ;
background-color : # eeeeee ;
}
input [ type = "radio" ] [ disabled ] ,
input [ type = "checkbox" ] [ disabled ] ,
input [ type = "radio" ] [ readonly ] ,
input [ type = "checkbox" ] [ readonly ] ,
fieldset [ disabled ] input [ type = "radio" ] ,
fieldset [ disabled ] input [ type = "checkbox" ] {
background-color : transparent ;
}
. has-warning . control-label {
color : # c09853 ;
}
. has-warning . input-with-feedback {
padding-right : 32px ;
border-color : # c09853 ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
}
. has-warning . input-with-feedback : focus {
border-color : # a47e3c ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # dbc59e ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # dbc59e ;
}
. has-error . control-label {
color : # b94a48 ;
}
. has-error . input-with-feedback {
padding-right : 32px ;
border-color : # b94a48 ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
}
. has-error . input-with-feedback : focus {
border-color : # 953b39 ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # d59392 ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # d59392 ;
}
. has-success . control-label {
color : # 468847 ;
}
. has-success . input-with-feedback {
padding-right : 32px ;
border-color : # 468847 ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
}
. has-success . input-with-feedback : focus {
border-color : # 356635 ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # 7aba7b ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # 7aba7b ;
}
input : focus : invalid ,
textarea : focus : invalid ,
select : focus : invalid {
color : # b94a48 ;
border-color : # ee5f5b ;
}
input : focus : invalid : focus ,
textarea : focus : invalid : focus ,
select : focus : invalid : focus {
border-color : # e9322d ;
-webkit-box-shadow : 0 0 6px # f8b9b7 ;
box-shadow : 0 0 6px # f8b9b7 ;
}
. help-block {
display : block ;
2013-05-10 00:05:06 +02:00
margin-top : 5px ;
2013-02-12 21:16:32 +01:00
margin-bottom : 10px ;
2013-05-10 00:05:06 +02:00
color : # 737373 ;
2013-02-12 21:16:32 +01:00
}
. input-group {
display : table ;
}
2013-05-08 06:56:55 +02:00
. input-group . col {
2013-02-12 21:16:32 +01:00
float : none ;
2013-05-08 06:56:55 +02:00
padding-right : 0 ;
padding-left : 0 ;
2013-02-12 21:16:32 +01:00
}
. input-group input ,
2013-03-04 08:31:09 +01:00
. input-group select {
2013-02-12 21:16:32 +01:00
width : 100 % ;
2013-05-08 06:56:55 +02:00
margin-bottom : 0 ;
2013-02-12 21:16:32 +01:00
}
. input-group-addon ,
. input-group-btn ,
2013-03-04 08:31:09 +01:00
. input-group input {
2013-02-12 21:16:32 +01:00
display : table-cell ;
}
2013-05-09 23:48:27 +02:00
. input-group-addon : not ( : first-child ) : not ( : last-child ) ,
. input-group-btn : not ( : first-child ) : not ( : last-child ) ,
. input-group input : not ( : first-child ) : not ( : last-child ) {
2013-02-12 21:16:32 +01:00
border-radius : 0 ;
}
. input-group-addon ,
. input-group-btn {
width : 1 % ;
vertical-align : middle ;
}
. input-group-addon {
padding : 6px 8px ;
2013-03-31 21:00:04 +02:00
font-size : 14px ;
2013-02-12 21:16:32 +01:00
font-weight : normal ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
text-align : center ;
text-shadow : 0 1px 0 # fff ;
background-color : # eeeeee ;
border : 1px solid # ccc ;
2013-05-09 23:48:27 +02:00
border-radius : 4px ;
2013-02-12 21:16:32 +01:00
-webkit-box-sizing : border-box ;
-moz-box-sizing : border-box ;
box-sizing : border-box ;
}
. input-group-addon . input-small {
2013-05-15 08:21:30 +02:00
padding : 5px 10px ;
2013-05-10 19:33:35 +02:00
font-size : 12px ;
2013-05-09 23:48:27 +02:00
border-radius : 3px ;
2013-02-12 21:16:32 +01:00
}
. input-group-addon . input-large {
2013-05-15 08:21:30 +02:00
padding : 14px 16px ;
2013-05-10 19:33:35 +02:00
font-size : 18px ;
2013-05-09 23:48:27 +02:00
border-radius : 6px ;
2013-02-12 21:16:32 +01:00
}
. input-group input : first-child ,
2013-05-09 23:48:27 +02:00
. input-group-addon : first-child ,
2013-05-11 18:38:48 +02:00
. input-group-btn : first-child > . btn ,
. input-group-btn : first-child > . dropdown-toggle ,
. input-group-btn : last-child > . btn : not ( : last-child ) : not ( . dropdown-toggle ) {
2013-05-09 23:48:27 +02:00
border-top-right-radius : 0 ;
border-bottom-right-radius : 0 ;
2013-02-12 21:16:32 +01:00
}
. input-group-addon : first-child {
border-right : 0 ;
}
. input-group input : last-child ,
2013-05-09 23:48:27 +02:00
. input-group-addon : last-child ,
2013-05-11 18:38:48 +02:00
. input-group-btn : last-child > . btn ,
. input-group-btn : last-child > . dropdown-toggle ,
. input-group-btn : first-child > . btn : not ( : first-child ) {
2013-05-09 23:48:27 +02:00
border-bottom-left-radius : 0 ;
border-top-left-radius : 0 ;
2013-02-12 21:16:32 +01:00
}
. input-group-addon : last-child {
border-left : 0 ;
}
2013-03-01 06:19:02 +01:00
. input-group-btn {
position : relative ;
2013-02-12 21:16:32 +01:00
white-space : nowrap ;
}
. input-group-btn > . btn {
2013-03-01 06:19:02 +01:00
position : relative ;
2013-02-12 21:16:32 +01:00
float : left ;
}
. input-group-btn > . btn + . btn {
2013-03-01 06:19:02 +01:00
margin-left : -1px ;
2013-02-12 21:16:32 +01:00
}
2013-03-01 06:19:02 +01:00
. input-group-btn > . btn : hover ,
. input-group-btn > . btn : active {
z-index : 2 ;
2013-02-12 21:16:32 +01:00
}
2013-05-08 06:56:55 +02:00
. form-inline input ,
. form-inline select ,
. form-inline textarea ,
. form-inline . radio ,
. form-inline . checkbox {
display : inline-block ;
2013-05-10 00:05:06 +02:00
}
. form-inline . radio ,
. form-inline . checkbox {
margin-top : 0 ;
2013-05-08 06:56:55 +02:00
margin-bottom : 0 ;
}
2013-05-10 00:05:06 +02:00
. form-horizontal . row + . row {
margin-top : 15px ;
}
2013-05-17 05:17:42 +02:00
. form-horizontal . control-label {
2013-05-10 00:05:06 +02:00
padding-top : 6px ;
2013-05-15 03:59:13 +02:00
}
@ media ( min-width : 768px ) {
2013-05-17 05:17:42 +02:00
. form-horizontal . control-label {
2013-05-15 03:59:13 +02:00
text-align : right ;
}
2013-02-12 21:16:32 +01:00
}
. btn {
display : inline-block ;
2013-05-15 08:21:30 +02:00
padding : 8px 12px ;
2013-02-12 21:16:32 +01:00
margin-bottom : 0 ;
2013-03-31 21:00:04 +02:00
font-size : 14px ;
2013-02-12 21:16:32 +01:00
font-weight : 500 ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
text-align : center ;
2013-03-01 06:19:02 +01:00
white-space : nowrap ;
2013-02-12 21:16:32 +01:00
vertical-align : middle ;
cursor : pointer ;
2013-05-08 03:07:06 +02:00
border : 1px solid transparent ;
2013-02-12 21:16:32 +01:00
border-radius : 4px ;
}
. btn : focus {
outline : thin dotted # 333 ;
outline : 5px auto -webkit-focus-ring-color ;
outline-offset : -2px ;
}
. btn : hover ,
. btn : focus {
color : # fff ;
text-decoration : none ;
}
. btn : active ,
. btn . active {
background-image : none ;
outline : 0 ;
-webkit-box-shadow : inset 0 3px 5px rgba ( 0 , 0 , 0 , 0 . 125 ) ;
box-shadow : inset 0 3px 5px rgba ( 0 , 0 , 0 , 0 . 125 ) ;
}
. btn . disabled ,
. btn [ disabled ] ,
fieldset [ disabled ] . btn {
2013-03-16 23:31:03 +01:00
pointer-events : none ;
2013-02-12 21:16:32 +01:00
cursor : default ;
opacity : 0 . 65 ;
filter : alpha ( opacity = 65 ) ;
-webkit-box-shadow : none ;
box-shadow : none ;
}
2013-05-08 03:07:06 +02:00
. btn-default {
2013-02-12 21:16:32 +01:00
color : # ffffff ;
background-color : # a7a9aa ;
border-color : # a7a9aa ;
}
2013-05-08 03:07:06 +02:00
. btn-default : hover ,
. btn-default : focus ,
. btn-default : active ,
. btn-default . active {
2013-02-12 21:16:32 +01:00
background-color : # 9a9c9d ;
border-color : # 8d9091 ;
}
2013-05-08 03:07:06 +02:00
. btn-default . disabled : hover ,
. btn-default [ disabled ] : hover ,
fieldset [ disabled ] . btn-default : hover ,
. btn-default . disabled : focus ,
. btn-default [ disabled ] : focus ,
fieldset [ disabled ] . btn-default : focus ,
. btn-default . disabled : active ,
. btn-default [ disabled ] : active ,
fieldset [ disabled ] . btn-default : active ,
. btn-default . disabled . active ,
. btn-default [ disabled ] . active ,
fieldset [ disabled ] . btn-default . active {
2013-02-12 21:16:32 +01:00
background-color : # a7a9aa ;
border-color : # a7a9aa ;
}
. btn-primary {
2013-05-08 03:07:06 +02:00
color : # ffffff ;
2013-02-12 21:16:32 +01:00
background-color : # 428bca ;
border-color : # 428bca ;
}
. btn-primary : hover ,
. btn-primary : focus ,
2013-03-16 20:34:07 +01:00
. btn-primary : active ,
. btn-primary . active {
2013-02-12 21:16:32 +01:00
background-color : # 357ebd ;
border-color : # 3071a9 ;
}
. btn-primary . disabled : hover ,
. btn-primary [ disabled ] : hover ,
fieldset [ disabled ] . btn-primary : hover ,
. btn-primary . disabled : focus ,
. btn-primary [ disabled ] : focus ,
fieldset [ disabled ] . btn-primary : focus ,
. btn-primary . disabled : active ,
. btn-primary [ disabled ] : active ,
2013-03-16 20:34:07 +01:00
fieldset [ disabled ] . btn-primary : active ,
. btn-primary . disabled . active ,
. btn-primary [ disabled ] . active ,
fieldset [ disabled ] . btn-primary . active {
2013-02-12 21:16:32 +01:00
background-color : # 428bca ;
border-color : # 428bca ;
}
. btn-warning {
2013-05-08 03:07:06 +02:00
color : # ffffff ;
2013-02-12 21:16:32 +01:00
background-color : # f0ad4e ;
border-color : # f0ad4e ;
}
. btn-warning : hover ,
. btn-warning : focus ,
2013-03-16 20:34:07 +01:00
. btn-warning : active ,
. btn-warning . active {
2013-02-12 21:16:32 +01:00
background-color : # eea236 ;
border-color : # ec971f ;
}
. btn-warning . disabled : hover ,
. btn-warning [ disabled ] : hover ,
fieldset [ disabled ] . btn-warning : hover ,
. btn-warning . disabled : focus ,
. btn-warning [ disabled ] : focus ,
fieldset [ disabled ] . btn-warning : focus ,
. btn-warning . disabled : active ,
. btn-warning [ disabled ] : active ,
2013-03-16 20:34:07 +01:00
fieldset [ disabled ] . btn-warning : active ,
. btn-warning . disabled . active ,
. btn-warning [ disabled ] . active ,
fieldset [ disabled ] . btn-warning . active {
2013-02-12 21:16:32 +01:00
background-color : # f0ad4e ;
border-color : # f0ad4e ;
}
. btn-danger {
2013-05-08 03:07:06 +02:00
color : # ffffff ;
2013-02-12 21:16:32 +01:00
background-color : # d9534f ;
border-color : # d9534f ;
}
. btn-danger : hover ,
. btn-danger : focus ,
2013-03-16 20:34:07 +01:00
. btn-danger : active ,
. btn-danger . active {
2013-02-12 21:16:32 +01:00
background-color : # d43f3a ;
border-color : # c9302c ;
}
. btn-danger . disabled : hover ,
. btn-danger [ disabled ] : hover ,
fieldset [ disabled ] . btn-danger : hover ,
. btn-danger . disabled : focus ,
. btn-danger [ disabled ] : focus ,
fieldset [ disabled ] . btn-danger : focus ,
. btn-danger . disabled : active ,
. btn-danger [ disabled ] : active ,
2013-03-16 20:34:07 +01:00
fieldset [ disabled ] . btn-danger : active ,
. btn-danger . disabled . active ,
. btn-danger [ disabled ] . active ,
fieldset [ disabled ] . btn-danger . active {
2013-02-12 21:16:32 +01:00
background-color : # d9534f ;
border-color : # d9534f ;
}
. btn-success {
2013-05-08 03:07:06 +02:00
color : # ffffff ;
2013-02-12 21:16:32 +01:00
background-color : # 5cb85c ;
border-color : # 5cb85c ;
}
. btn-success : hover ,
. btn-success : focus ,
2013-03-16 20:34:07 +01:00
. btn-success : active ,
. btn-success . active {
2013-02-12 21:16:32 +01:00
background-color : # 4cae4c ;
border-color : # 449d44 ;
}
. btn-success . disabled : hover ,
. btn-success [ disabled ] : hover ,
fieldset [ disabled ] . btn-success : hover ,
. btn-success . disabled : focus ,
. btn-success [ disabled ] : focus ,
fieldset [ disabled ] . btn-success : focus ,
. btn-success . disabled : active ,
. btn-success [ disabled ] : active ,
2013-03-16 20:34:07 +01:00
fieldset [ disabled ] . btn-success : active ,
. btn-success . disabled . active ,
. btn-success [ disabled ] . active ,
fieldset [ disabled ] . btn-success . active {
2013-02-12 21:16:32 +01:00
background-color : # 5cb85c ;
border-color : # 5cb85c ;
}
. btn-info {
2013-05-08 03:07:06 +02:00
color : # ffffff ;
2013-02-12 21:16:32 +01:00
background-color : # 5bc0de ;
border-color : # 5bc0de ;
}
. btn-info : hover ,
. btn-info : focus ,
2013-03-16 20:34:07 +01:00
. btn-info : active ,
. btn-info . active {
2013-02-12 21:16:32 +01:00
background-color : # 46b8da ;
border-color : # 31b0d5 ;
}
. btn-info . disabled : hover ,
. btn-info [ disabled ] : hover ,
fieldset [ disabled ] . btn-info : hover ,
. btn-info . disabled : focus ,
. btn-info [ disabled ] : focus ,
fieldset [ disabled ] . btn-info : focus ,
. btn-info . disabled : active ,
. btn-info [ disabled ] : active ,
2013-03-16 20:34:07 +01:00
fieldset [ disabled ] . btn-info : active ,
. btn-info . disabled . active ,
. btn-info [ disabled ] . active ,
fieldset [ disabled ] . btn-info . active {
2013-02-12 21:16:32 +01:00
background-color : # 5bc0de ;
border-color : # 5bc0de ;
}
. btn-link ,
. btn-link : active ,
. btn-link [ disabled ] ,
fieldset [ disabled ] . btn-link {
background-color : transparent ;
background-image : none ;
-webkit-box-shadow : none ;
box-shadow : none ;
}
. btn-link ,
. btn-link : hover ,
. btn-link : focus ,
. btn-link : active {
border-color : transparent ;
}
. btn-link {
font-weight : normal ;
color : # 428bca ;
cursor : pointer ;
border-radius : 0 ;
}
. btn-link : hover ,
. btn-link : focus {
color : # 2a6496 ;
text-decoration : underline ;
background-color : transparent ;
}
. btn-link [ disabled ] : hover ,
fieldset [ disabled ] . btn-link : hover ,
. btn-link [ disabled ] : focus ,
fieldset [ disabled ] . btn-link : focus {
color : # 333333 ;
text-decoration : none ;
}
2013-05-08 03:07:06 +02:00
. btn-large {
2013-05-15 08:21:30 +02:00
padding : 14px 16px ;
2013-05-10 19:33:35 +02:00
font-size : 18px ;
2013-05-08 03:07:06 +02:00
border-radius : 6px ;
}
. btn-small {
2013-05-15 08:21:30 +02:00
padding : 5px 10px ;
2013-05-10 19:33:35 +02:00
font-size : 12px ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 5 ;
2013-05-08 03:07:06 +02:00
border-radius : 3px ;
}
. btn-block {
display : block ;
width : 100 % ;
padding-right : 0 ;
padding-left : 0 ;
}
. btn-block + . btn-block {
margin-top : 5px ;
}
input [ type = "submit" ] . btn-block ,
input [ type = "reset" ] . btn-block ,
input [ type = "button" ] . btn-block {
width : 100 % ;
}
2013-02-12 21:16:32 +01:00
. fade {
opacity : 0 ;
-webkit-transition : opacity 0 . 15s linear ;
-moz-transition : opacity 0 . 15s linear ;
-o-transition : opacity 0 . 15s linear ;
transition : opacity 0 . 15s linear ;
}
. fade . in {
opacity : 1 ;
}
. collapse {
position : relative ;
height : 0 ;
overflow : hidden ;
-webkit-transition : height 0 . 35s ease ;
-moz-transition : height 0 . 35s ease ;
-o-transition : height 0 . 35s ease ;
transition : height 0 . 35s ease ;
}
. collapse . in {
height : auto ;
}
@ font-face {
font-family : 'Glyphicons Halflings' ;
src : url ( '../fonts/glyphiconshalflings-regular.eot' ) ;
src : url ( '../fonts/glyphiconshalflings-regular.eot?#iefix' ) format ( 'embedded-opentype' ) , url ( '../fonts/glyphiconshalflings-regular.woff' ) format ( 'woff' ) , url ( '../fonts/glyphiconshalflings-regular.ttf' ) format ( 'truetype' ) , url ( '../fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular' ) format ( 'svg' ) ;
}
2013-04-29 07:45:56 +02:00
. glyphicon : before {
2013-02-12 21:16:32 +01:00
font-family : 'Glyphicons Halflings' ;
2013-05-09 22:48:02 +02:00
-webkit-font-smoothing : antialiased ;
2013-02-12 21:16:32 +01:00
font-style : normal ;
2013-04-27 08:13:04 +02:00
font-weight : normal ;
2013-02-12 21:16:32 +01:00
line-height : 1 ;
}
. glyphicon-glass : before {
content : "\e001" ;
}
. glyphicon-music : before {
content : "\e002" ;
}
. glyphicon-search : before {
content : "\e003" ;
}
. glyphicon-envelope : before {
content : "\2709" ;
}
. glyphicon-heart : before {
content : "\e005" ;
}
. glyphicon-star : before {
content : "\e006" ;
}
. glyphicon-star-empty : before {
content : "\e007" ;
}
. glyphicon-user : before {
content : "\e008" ;
}
. glyphicon-film : before {
content : "\e009" ;
}
. glyphicon-th-large : before {
content : "\e010" ;
}
. glyphicon-th : before {
content : "\e011" ;
}
. glyphicon-th-list : before {
content : "\e012" ;
}
. glyphicon-ok : before {
content : "\e013" ;
}
. glyphicon-remove : before {
content : "\e014" ;
}
. glyphicon-zoom-in : before {
content : "\e015" ;
}
. glyphicon-zoom-out : before {
content : "\e016" ;
}
. glyphicon-off : before {
content : "\e017" ;
}
. glyphicon-signal : before {
content : "\e018" ;
}
. glyphicon-cog : before {
content : "\e019" ;
}
. glyphicon-trash : before {
content : "\e020" ;
}
. glyphicon-home : before {
content : "\e021" ;
}
. glyphicon-file : before {
content : "\e022" ;
}
. glyphicon-time : before {
content : "\e023" ;
}
. glyphicon-road : before {
content : "\e024" ;
}
. glyphicon-download-alt : before {
content : "\e025" ;
}
. glyphicon-download : before {
content : "\e026" ;
}
. glyphicon-upload : before {
content : "\e027" ;
}
. glyphicon-inbox : before {
content : "\e028" ;
}
. glyphicon-play-circle : before {
content : "\e029" ;
}
. glyphicon-repeat : before {
content : "\e030" ;
}
. glyphicon-refresh : before {
content : "\e031" ;
}
. glyphicon-list-alt : before {
content : "\e032" ;
}
. glyphicon-lock : before {
content : "\e033" ;
}
. glyphicon-flag : before {
content : "\e034" ;
}
. glyphicon-headphones : before {
content : "\e035" ;
}
. glyphicon-volume-off : before {
content : "\e036" ;
}
. glyphicon-volume-down : before {
content : "\e037" ;
}
. glyphicon-volume-up : before {
content : "\e038" ;
}
. glyphicon-qrcode : before {
content : "\e039" ;
}
. glyphicon-barcode : before {
content : "\e040" ;
}
. glyphicon-tag : before {
content : "\e041" ;
}
. glyphicon-tags : before {
content : "\e042" ;
}
. glyphicon-book : before {
content : "\e043" ;
}
. glyphicon-bookmark : before {
content : "\e044" ;
}
. glyphicon-print : before {
content : "\e045" ;
}
. glyphicon-camera : before {
content : "\e046" ;
}
. glyphicon-font : before {
content : "\e047" ;
}
. glyphicon-bold : before {
content : "\e048" ;
}
. glyphicon-italic : before {
content : "\e049" ;
}
. glyphicon-text-height : before {
content : "\e050" ;
}
. glyphicon-text-width : before {
content : "\e051" ;
}
. glyphicon-align-left : before {
content : "\e052" ;
}
. glyphicon-align-center : before {
content : "\e053" ;
}
. glyphicon-align-right : before {
content : "\e054" ;
}
. glyphicon-align-justify : before {
content : "\e055" ;
}
. glyphicon-list : before {
content : "\e056" ;
}
. glyphicon-indent-left : before {
content : "\e057" ;
}
. glyphicon-indent-right : before {
content : "\e058" ;
}
. glyphicon-facetime-video : before {
content : "\e059" ;
}
. glyphicon-picture : before {
content : "\e060" ;
}
. glyphicon-pencil : before {
content : "\270f" ;
}
. glyphicon-map-marker : before {
content : "\e062" ;
}
. glyphicon-adjust : before {
content : "\e063" ;
}
. glyphicon-tint : before {
content : "\e064" ;
}
. glyphicon-edit : before {
content : "\e065" ;
}
. glyphicon-share : before {
content : "\e066" ;
}
. glyphicon-check : before {
content : "\e067" ;
}
. glyphicon-move : before {
content : "\e068" ;
}
. glyphicon-step-backward : before {
content : "\e069" ;
}
. glyphicon-fast-backward : before {
content : "\e070" ;
}
. glyphicon-backward : before {
content : "\e071" ;
}
. glyphicon-play : before {
content : "\e072" ;
}
. glyphicon-pause : before {
content : "\e073" ;
}
. glyphicon-stop : before {
content : "\e074" ;
}
. glyphicon-forward : before {
content : "\e075" ;
}
. glyphicon-fast-forward : before {
content : "\e076" ;
}
. glyphicon-step-forward : before {
content : "\e077" ;
}
. glyphicon-eject : before {
content : "\e078" ;
}
. glyphicon-chevron-left : before {
content : "\e079" ;
}
. glyphicon-chevron-right : before {
content : "\e080" ;
}
. glyphicon-plus-sign : before {
content : "\e081" ;
}
. glyphicon-minus-sign : before {
content : "\e082" ;
}
. glyphicon-remove-sign : before {
content : "\e083" ;
}
. glyphicon-ok-sign : before {
content : "\e084" ;
}
. glyphicon-question-sign : before {
content : "\e085" ;
}
. glyphicon-info-sign : before {
content : "\e086" ;
}
. glyphicon-screenshot : before {
content : "\e087" ;
}
. glyphicon-remove-circle : before {
content : "\e088" ;
}
. glyphicon-ok-circle : before {
content : "\e089" ;
}
. glyphicon-ban-circle : before {
content : "\e090" ;
}
. glyphicon-arrow-left : before {
content : "\e091" ;
}
. glyphicon-arrow-right : before {
content : "\e092" ;
}
. glyphicon-arrow-up : before {
content : "\e093" ;
}
. glyphicon-arrow-down : before {
content : "\e094" ;
}
. glyphicon-share-alt : before {
content : "\e095" ;
}
. glyphicon-resize-full : before {
content : "\e096" ;
}
. glyphicon-resize-small : before {
content : "\e097" ;
}
. glyphicon-plus : before {
content : "\002b" ;
}
. glyphicon-minus : before {
content : "\2212" ;
}
. glyphicon-asterisk : before {
content : "\002a" ;
}
. glyphicon-exclamation-sign : before {
content : "\e101" ;
}
. glyphicon-gift : before {
content : "\e102" ;
}
. glyphicon-leaf : before {
content : "\e103" ;
}
. glyphicon-fire : before {
content : "\e104" ;
}
. glyphicon-eye-open : before {
content : "\e105" ;
}
. glyphicon-eye-close : before {
content : "\e106" ;
}
. glyphicon-warning-sign : before {
content : "\e107" ;
}
. glyphicon-plane : before {
content : "\e108" ;
}
. glyphicon-calendar : before {
content : "\e109" ;
}
. glyphicon-random : before {
content : "\e110" ;
}
. glyphicon-comment : before {
content : "\e111" ;
}
. glyphicon-magnet : before {
content : "\e112" ;
}
. glyphicon-chevron-up : before {
content : "\e113" ;
}
. glyphicon-chevron-down : before {
content : "\e114" ;
}
. glyphicon-retweet : before {
content : "\e115" ;
}
. glyphicon-shopping-cart : before {
content : "\e116" ;
}
. glyphicon-folder-close : before {
content : "\e117" ;
}
. glyphicon-folder-open : before {
content : "\e118" ;
}
. glyphicon-resize-vertical : before {
content : "\e119" ;
}
. glyphicon-resize-horizontal : before {
content : "\e120" ;
}
. glyphicon-hdd : before {
content : "\e121" ;
}
. glyphicon-bullhorn : before {
content : "\e122" ;
}
. glyphicon-bell : before {
content : "\e123" ;
}
. glyphicon-certificate : before {
content : "\e124" ;
}
. glyphicon-thumbs-up : before {
content : "\e125" ;
}
. glyphicon-thumbs-down : before {
content : "\e126" ;
}
. glyphicon-hand-right : before {
content : "\e127" ;
}
. glyphicon-hand-left : before {
content : "\e128" ;
}
. glyphicon-hand-up : before {
content : "\e129" ;
}
. glyphicon-hand-down : before {
content : "\e130" ;
}
. glyphicon-circle-arrow-right : before {
content : "\e131" ;
}
. glyphicon-circle-arrow-left : before {
content : "\e132" ;
}
. glyphicon-circle-arrow-up : before {
content : "\e133" ;
}
. glyphicon-circle-arrow-down : before {
content : "\e134" ;
}
. glyphicon-globe : before {
content : "\e135" ;
}
. glyphicon-wrench : before {
content : "\e136" ;
}
. glyphicon-tasks : before {
content : "\e137" ;
}
. glyphicon-filter : before {
content : "\e138" ;
}
. glyphicon-briefcase : before {
content : "\e139" ;
}
. glyphicon-fullscreen : before {
content : "\e140" ;
}
. glyphicon-dashboard : before {
content : "\e141" ;
}
. glyphicon-paperclip : before {
content : "\e142" ;
}
. glyphicon-heart-empty : before {
content : "\e143" ;
}
. glyphicon-link : before {
content : "\e144" ;
}
. glyphicon-phone : before {
content : "\e145" ;
}
. glyphicon-pushpin : before {
content : "\e146" ;
}
. glyphicon-euro : before {
content : "\20ac" ;
}
. glyphicon-usd : before {
content : "\e148" ;
}
. glyphicon-gbp : before {
content : "\e149" ;
}
. glyphicon-sort : before {
content : "\e150" ;
}
. glyphicon-sort-by-alphabet : before {
content : "\e151" ;
}
. glyphicon-sort-by-alphabet-alt : before {
content : "\e152" ;
}
. glyphicon-sort-by-order : before {
content : "\e153" ;
}
. glyphicon-sort-by-order-alt : before {
content : "\e154" ;
}
. glyphicon-sort-by-attributes : before {
content : "\e155" ;
}
. glyphicon-sort-by-attributes-alt : before {
content : "\e156" ;
}
. glyphicon-unchecked : before {
content : "\e157" ;
}
. glyphicon-expand : before {
content : "\e158" ;
}
. glyphicon-collapse : before {
content : "\e159" ;
}
. glyphicon-collapse-top : before {
content : "\e160" ;
}
. caret {
display : inline-block ;
width : 0 ;
height : 0 ;
2013-05-13 00:47:18 +02:00
margin-left : 2px ;
vertical-align : middle ;
2013-02-12 21:16:32 +01:00
border-top : 4px solid # 000 ;
border-right : 4px solid transparent ;
border-left : 4px solid transparent ;
content : "" ;
}
. dropdown-menu {
position : absolute ;
top : 100 % ;
left : 0 ;
z-index : 1000 ;
display : none ;
float : left ;
min-width : 160px ;
padding : 5px 0 ;
margin : 2px 0 0 ;
list-style : none ;
background-color : # ffffff ;
border : 1px solid # ccc ;
border : 1px solid rgba ( 0 , 0 , 0 , 0 . 15 ) ;
border-radius : 4px ;
-webkit-box-shadow : 0 6px 12px rgba ( 0 , 0 , 0 , 0 . 175 ) ;
box-shadow : 0 6px 12px rgba ( 0 , 0 , 0 , 0 . 175 ) ;
-webkit-background-clip : padding-box ;
-moz-background-clip : padding-box ;
background-clip : padding-box ;
}
. dropdown-menu . pull-right {
right : 0 ;
left : auto ;
}
. dropdown-menu . divider {
2013-04-01 02:17:10 +02:00
height : 2px ;
2013-05-10 19:33:35 +02:00
margin : 9px 0 ;
2013-02-12 21:16:32 +01:00
overflow : hidden ;
background-color : # e5e5e5 ;
border-bottom : 1px solid # ffffff ;
}
. dropdown-menu > li > a {
display : block ;
padding : 3px 20px ;
clear : both ;
font-weight : normal ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
color : # 333333 ;
2013-04-14 08:54:51 +02:00
white-space : nowrap ;
2013-02-12 21:16:32 +01:00
}
2013-02-17 22:35:14 +01:00
. dropdown-menu > li > a : hover ,
. dropdown-menu > li > a : focus ,
. dropdown-submenu : hover > a ,
. dropdown-submenu : focus > a {
2013-02-12 21:16:32 +01:00
color : # ffffff ;
text-decoration : none ;
background-color : # 357ebd ;
background-image : -webkit-gradient ( linear , 0 0 , 0 100 % , from ( # 428bca ) , to ( # 357ebd ) ) ;
background-image : -webkit-linear-gradient ( top , # 428bca , # 357ebd ) ;
2013-04-20 21:09:08 +02:00
background-image : -moz-linear-gradient ( top , # 428bca , # 357ebd ) ;
2013-02-12 21:16:32 +01:00
background-image : linear-gradient ( to bottom , # 428bca , # 357ebd ) ;
background-repeat : repeat-x ;
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ff428bca' , endColorstr = '#ff357ebd' , GradientType = 0 ) ;
}
. dropdown-menu > . active > a ,
. dropdown-menu > . active > a : hover ,
. dropdown-menu > . active > a : focus {
color : # ffffff ;
text-decoration : none ;
background-color : # 357ebd ;
background-image : -webkit-gradient ( linear , 0 0 , 0 100 % , from ( # 428bca ) , to ( # 357ebd ) ) ;
background-image : -webkit-linear-gradient ( top , # 428bca , # 357ebd ) ;
2013-04-20 21:09:08 +02:00
background-image : -moz-linear-gradient ( top , # 428bca , # 357ebd ) ;
2013-02-12 21:16:32 +01:00
background-image : linear-gradient ( to bottom , # 428bca , # 357ebd ) ;
background-repeat : repeat-x ;
outline : 0 ;
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#ff428bca' , endColorstr = '#ff357ebd' , GradientType = 0 ) ;
}
. dropdown-menu > . disabled > a ,
. dropdown-menu > . disabled > a : hover ,
. dropdown-menu > . disabled > a : focus {
color : # 999999 ;
}
. dropdown-menu > . disabled > a : hover ,
. dropdown-menu > . disabled > a : focus {
text-decoration : none ;
cursor : default ;
background-color : transparent ;
background-image : none ;
filter : progid : DXImageTransform . Microsoft . gradient ( enabled = false ) ;
}
. open > . dropdown-menu {
display : block ;
}
2013-05-13 01:03:56 +02:00
. open > a {
outline : 0 ;
}
2013-05-16 21:50:06 +02:00
. dropdown-backdrop {
position : fixed ;
top : 0 ;
right : 0 ;
bottom : 0 ;
left : 0 ;
z-index : 990 ;
}
2013-02-12 21:16:32 +01:00
. pull-right > . dropdown-menu {
right : 0 ;
left : auto ;
}
. dropup . caret ,
. navbar-fixed-bottom . dropdown . caret {
border-top : 0 ;
border-bottom : 4px solid # 000 ;
content : "" ;
}
. dropup . dropdown-menu ,
. navbar-fixed-bottom . dropdown . dropdown-menu {
top : auto ;
bottom : 100 % ;
margin-bottom : 1px ;
}
2013-02-17 22:35:14 +01:00
. dropdown-submenu {
position : relative ;
}
. dropdown-submenu > . dropdown-menu {
top : 0 ;
left : 100 % ;
margin-top : -6px ;
margin-left : -1px ;
border-top-left-radius : 0 ;
}
. dropdown-submenu : hover > . dropdown-menu {
display : block ;
}
. dropup . dropdown-submenu > . dropdown-menu {
top : auto ;
bottom : 0 ;
margin-top : 0 ;
margin-bottom : -2px ;
border-bottom-left-radius : 0 ;
}
. dropdown-submenu > a : after {
display : block ;
float : right ;
width : 0 ;
height : 0 ;
margin-top : 5px ;
margin-right : -10px ;
border-color : transparent ;
border-left-color : # cccccc ;
border-style : solid ;
border-width : 5px 0 5px 5px ;
content : " " ;
}
. dropdown-submenu : hover > a : after {
border-left-color : # ffffff ;
}
. dropdown-submenu . pull-left {
float : none ;
}
. dropdown-submenu . pull-left > . dropdown-menu {
left : -100 % ;
margin-left : 10px ;
border-top-right-radius : 0 ;
}
2013-02-12 21:16:32 +01:00
. dropdown . dropdown-menu . nav-header {
padding-right : 20px ;
padding-left : 20px ;
}
. typeahead {
z-index : 1051 ;
}
2013-03-31 00:07:50 +01:00
. list-group {
margin : 0 0 20px ;
background-color : # ffffff ;
}
. list-group-item {
position : relative ;
display : block ;
padding : 10px 30px 10px 15px ;
margin-bottom : -1px ;
border : 1px solid # dddddd ;
}
. list-group-item : first-child {
border-top-right-radius : 4px ;
border-top-left-radius : 4px ;
}
. list-group-item : last-child {
margin-bottom : 0 ;
border-bottom-right-radius : 4px ;
border-bottom-left-radius : 4px ;
}
. list-group-item-heading {
margin-top : 0 ;
margin-bottom : 5px ;
}
. list-group-item-text {
margin-bottom : 0 ;
line-height : 1 . 3 ;
}
a . list-group-item . list-group-item-heading {
color : # 333 ;
}
a . list-group-item . list-group-item-text {
color : # 555 ;
}
a . list-group-item : hover ,
a . list-group-item : focus {
text-decoration : none ;
background-color : # f5f5f5 ;
}
a . list-group-item . active {
z-index : 2 ;
color : # ffffff ;
background-color : # 428bca ;
border-color : # 428bca ;
}
2013-03-31 01:00:11 +01:00
a . list-group-item . active . list-group-item-heading {
2013-03-31 00:07:50 +01:00
color : inherit ;
}
2013-03-31 01:00:11 +01:00
a . list-group-item . active . list-group-item-text {
color : # e1edf7 ;
}
2013-03-31 00:07:50 +01:00
. list-group-item > . badge ,
. list-group-item > . glyphicon-chevron-right {
float : right ;
margin-right : -15px ;
}
. list-group-item > . glyphicon-chevron-right {
margin-right : -15px ;
}
. list-group-item > . glyphicon + . badge {
margin-right : 5px ;
}
2013-03-30 22:15:18 +01:00
. panel {
padding : 15px ;
margin-bottom : 20px ;
background-color : # ffffff ;
border : 1px solid # dddddd ;
border-radius : 4px ;
-webkit-box-shadow : 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 05 ) ;
box-shadow : 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 05 ) ;
}
. panel-heading {
padding : 10px 15px ;
margin : -15px -15px 15px ;
2013-03-31 21:00:04 +02:00
font-size : 17 . 5px ;
2013-03-30 22:15:18 +01:00
font-weight : 500 ;
background-color : # f5f5f5 ;
border-bottom : 1px solid # dddddd ;
border-top-right-radius : 3px ;
border-top-left-radius : 3px ;
}
2013-05-15 03:55:37 +02:00
. panel-footer {
padding : 10px 15px ;
margin : 15px -15px -15px ;
background-color : # f5f5f5 ;
border-top : 1px solid # dddddd ;
border-bottom-right-radius : 3px ;
border-bottom-left-radius : 3px ;
}
2013-04-01 07:22:52 +02:00
. panel-primary {
border-color : # 428bca ;
}
. panel-primary . panel-heading {
color : # ffffff ;
background-color : # 428bca ;
border-color : # 428bca ;
}
2013-03-30 22:15:18 +01:00
. panel-success {
border-color : # d6e9c6 ;
}
. panel-success . panel-heading {
color : # 468847 ;
background-color : # dff0d8 ;
border-color : # d6e9c6 ;
}
. panel-warning {
border-color : # fbeed5 ;
}
. panel-warning . panel-heading {
color : # c09853 ;
background-color : # fcf8e3 ;
border-color : # fbeed5 ;
}
. panel-danger {
border-color : # eed3d7 ;
}
. panel-danger . panel-heading {
color : # b94a48 ;
background-color : # f2dede ;
border-color : # eed3d7 ;
}
. panel-info {
border-color : # bce8f1 ;
}
. panel-info . panel-heading {
color : # 3a87ad ;
background-color : # d9edf7 ;
border-color : # bce8f1 ;
}
2013-03-31 00:07:50 +01:00
. list-group-flush {
margin : 15px -15px -15px ;
}
. list-group-flush . list-group-item {
border-width : 1px 0 ;
}
. list-group-flush . list-group-item : first-child {
border-top-right-radius : 0 ;
border-top-left-radius : 0 ;
}
. list-group-flush . list-group-item : last-child {
border-bottom : 0 ;
}
2013-02-12 21:16:32 +01:00
. well {
min-height : 20px ;
padding : 19px ;
margin-bottom : 20px ;
background-color : # f5f5f5 ;
border : 1px solid # e3e3e3 ;
border-radius : 4px ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 05 ) ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 05 ) ;
}
. well blockquote {
border-color : # ddd ;
border-color : rgba ( 0 , 0 , 0 , 0 . 15 ) ;
}
. well-large {
padding : 24px ;
border-radius : 6px ;
}
. well-small {
padding : 9px ;
border-radius : 3px ;
}
. close {
float : right ;
2013-04-24 00:41:06 +02:00
font-size : 21px ;
2013-02-12 21:16:32 +01:00
font-weight : bold ;
2013-04-24 00:41:06 +02:00
line-height : 1 ;
2013-02-12 21:16:32 +01:00
color : # 000 ;
text-shadow : 0 1px 0 # ffffff ;
opacity : 0 . 2 ;
filter : alpha ( opacity = 20 ) ;
}
. close : hover ,
. close : focus {
color : # 000 ;
text-decoration : none ;
cursor : pointer ;
opacity : 0 . 5 ;
filter : alpha ( opacity = 50 ) ;
}
button . close {
padding : 0 ;
cursor : pointer ;
background : transparent ;
border : 0 ;
-webkit-appearance : none ;
}
. nav {
padding-left : 0 ;
margin-bottom : 0 ;
margin-left : 0 ;
list-style : none ;
}
. nav : before ,
. nav : after {
display : table ;
content : " " ;
}
. nav : after {
clear : both ;
}
2013-03-30 21:23:18 +01:00
. nav : before ,
. nav : after {
display : table ;
content : " " ;
}
. nav : after {
clear : both ;
}
2013-02-12 21:16:32 +01:00
. nav > li {
2013-05-13 00:47:18 +02:00
position : relative ;
2013-02-12 21:16:32 +01:00
display : block ;
}
. nav > li > a {
position : relative ;
display : block ;
padding : 10px 15px ;
}
. nav > li > a : hover ,
. nav > li > a : focus {
text-decoration : none ;
background-color : # eeeeee ;
}
2013-04-16 16:45:51 +02:00
. nav > li . disabled > a {
color : # 999999 ;
}
. nav > li . disabled > a : hover ,
. nav > li . disabled > a : focus {
color : # 999999 ;
text-decoration : none ;
cursor : default ;
background-color : transparent ;
}
. nav > li + . nav-header {
margin-top : 9px ;
}
2013-05-13 01:30:54 +02:00
. nav . open > a ,
. nav . open > a : hover ,
. nav . open > a : focus {
2013-05-13 01:12:13 +02:00
color : # fff ;
2013-05-13 01:03:56 +02:00
background-color : # 428bca ;
border-color : # 428bca ;
}
2013-05-13 01:30:54 +02:00
. nav . open > a . caret ,
. nav . open > a : hover . caret ,
. nav . open > a : focus . caret {
2013-05-13 01:12:13 +02:00
border-top-color : # fff ;
border-bottom-color : # fff ;
}
2013-02-12 21:16:32 +01:00
. nav > . pull-right {
float : right ;
}
2013-05-09 06:56:08 +02:00
. nav . nav-divider {
2013-04-16 16:45:51 +02:00
height : 2px ;
2013-05-10 19:33:35 +02:00
margin : 9px 0 ;
2013-04-16 16:45:51 +02:00
overflow : hidden ;
background-color : # e5e5e5 ;
border-bottom : 1px solid # ffffff ;
}
2013-02-12 21:16:32 +01:00
. nav-tabs {
border-bottom : 1px solid # ddd ;
}
. nav-tabs > li {
float : left ;
margin-bottom : -1px ;
}
. nav-tabs > li > a {
margin-right : 2px ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
border : 1px solid transparent ;
border-radius : 4px 4px 0 0 ;
}
. nav-tabs > li > a : hover {
border-color : # eeeeee # eeeeee # dddddd ;
}
2013-04-16 16:45:51 +02:00
. nav-tabs > li . active > a ,
. nav-tabs > li . active > a : hover ,
. nav-tabs > li . active > a : focus {
2013-02-12 21:16:32 +01:00
color : # 555555 ;
cursor : default ;
background-color : # ffffff ;
border : 1px solid # ddd ;
border-bottom-color : transparent ;
}
2013-04-16 16:45:51 +02:00
. nav-tabs . nav-justified {
width : 100 % ;
border-bottom : 0 ;
}
. nav-tabs . nav-justified > li {
display : table-cell ;
float : none ;
width : 1 % ;
2013-05-04 00:29:10 +02:00
}
. nav-tabs . nav-justified > li > a {
2013-04-16 16:45:51 +02:00
text-align : center ;
}
. nav-tabs . nav-justified > li > a {
margin-right : 0 ;
border-bottom : 1px solid # ddd ;
}
. nav-tabs . nav-justified > . active > a {
border-bottom-color : # ffffff ;
}
2013-02-12 21:16:32 +01:00
. nav-pills > li {
float : left ;
}
. nav-pills > li > a {
border-radius : 5px ;
}
. nav-pills > li + li > a {
margin-left : 2px ;
}
2013-04-16 16:45:51 +02:00
. nav-pills > li . active > a ,
. nav-pills > li . active > a : hover ,
. nav-pills > li . active > a : focus {
2013-02-12 21:16:32 +01:00
color : # fff ;
background-color : # 428bca ;
}
. nav-stacked > li {
float : none ;
}
. nav-stacked > li + li > a {
margin-top : 2px ;
margin-left : 0 ;
}
. nav-justified {
2013-04-01 04:26:40 +02:00
width : 100 % ;
2013-02-12 21:16:32 +01:00
}
. nav-justified > li {
display : table-cell ;
float : none ;
width : 1 % ;
2013-05-04 00:29:10 +02:00
}
. nav-justified > li > a {
2013-02-12 21:16:32 +01:00
text-align : center ;
}
. nav-header {
display : block ;
padding : 3px 15px ;
2013-05-10 19:33:35 +02:00
font-size : 11px ;
2013-02-12 21:16:32 +01:00
font-weight : bold ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
color : # 999999 ;
text-shadow : 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 5 ) ;
text-transform : uppercase ;
}
2013-02-18 05:18:29 +01:00
. tabbable : before ,
. tabbable : after {
display : table ;
content : " " ;
}
. tabbable : after {
clear : both ;
}
2013-03-30 21:23:18 +01:00
. tabbable : before ,
. tabbable : after {
display : table ;
content : " " ;
}
. tabbable : after {
clear : both ;
}
2013-02-18 05:18:29 +01:00
. tab-content > . tab-pane ,
. pill-content > . pill-pane {
display : none ;
}
. tab-content > . active ,
. pill-content > . active {
display : block ;
}
2013-05-13 01:03:56 +02:00
. nav . caret {
border-top-color : # 428bca ;
border-bottom-color : # 428bca ;
}
. nav a : hover . caret {
border-top-color : # 2a6496 ;
border-bottom-color : # 2a6496 ;
}
2013-02-12 21:16:32 +01:00
. nav-tabs . dropdown-menu {
2013-05-13 01:12:13 +02:00
margin-top : -1px ;
border-top-right-radius : 0 ;
border-top-left-radius : 0 ;
2013-02-12 21:16:32 +01:00
}
. navbar {
2013-02-18 10:28:35 +01:00
position : relative ;
2013-05-01 04:20:41 +02:00
padding-right : 15px ;
padding-left : 15px ;
2013-05-01 04:12:48 +02:00
margin-bottom : 20px ;
2013-02-12 21:16:32 +01:00
background-color : # eeeeee ;
border-radius : 4px ;
}
. navbar : before ,
. navbar : after {
display : table ;
content : " " ;
}
. navbar : after {
clear : both ;
}
2013-03-30 21:23:18 +01:00
. navbar : before ,
. navbar : after {
display : table ;
content : " " ;
}
. navbar : after {
clear : both ;
}
2013-04-28 03:28:39 +02:00
. navbar-nav {
2013-05-09 04:55:20 +02:00
margin-top : 10px ;
2013-05-15 07:08:56 +02:00
margin-bottom : 15px ;
2013-02-12 21:16:32 +01:00
}
2013-04-28 03:28:39 +02:00
. navbar-nav > li > a {
2013-05-10 19:33:35 +02:00
padding-top : 15px ;
padding-bottom : 15px ;
2013-02-12 21:16:32 +01:00
line-height : 20px ;
color : # 777777 ;
2013-05-15 07:08:56 +02:00
border-radius : 4px ;
2013-02-12 21:16:32 +01:00
}
2013-04-28 03:28:39 +02:00
. navbar-nav > li > a : hover ,
. navbar-nav > li > a : focus {
2013-02-12 21:16:32 +01:00
color : # 333333 ;
background-color : transparent ;
}
2013-04-28 03:28:39 +02:00
. navbar-nav > . active > a ,
. navbar-nav > . active > a : hover ,
. navbar-nav > . active > a : focus {
2013-02-12 21:16:32 +01:00
color : # 555555 ;
background-color : # d5d5d5 ;
}
2013-04-28 03:28:39 +02:00
. navbar-nav > . disabled > a ,
. navbar-nav > . disabled > a : hover ,
. navbar-nav > . disabled > a : focus {
2013-03-01 08:20:25 +01:00
color : # cccccc ;
background-color : transparent ;
}
2013-02-12 21:16:32 +01:00
. navbar-static-top {
border-radius : 0 ;
}
. navbar-fixed-top ,
. navbar-fixed-bottom {
2013-02-18 03:33:55 +01:00
position : fixed ;
right : 0 ;
left : 0 ;
z-index : 1030 ;
2013-02-12 21:16:32 +01:00
border-radius : 0 ;
}
2013-02-18 03:33:55 +01:00
. navbar-fixed-top {
top : 0 ;
}
. navbar-fixed-bottom {
bottom : 0 ;
2013-05-04 22:11:20 +02:00
margin-bottom : 0 ;
2013-02-18 03:33:55 +01:00
}
2013-02-18 10:28:35 +01:00
. navbar-brand {
display : block ;
max-width : 200px ;
2013-04-28 03:28:39 +02:00
padding : 15px ;
2013-02-18 10:28:35 +01:00
margin-right : auto ;
margin-left : auto ;
2013-05-10 19:33:35 +02:00
font-size : 18px ;
2013-02-12 21:16:32 +01:00
font-weight : 500 ;
2013-05-10 19:33:35 +02:00
line-height : 20px ;
2013-02-12 21:16:32 +01:00
color : # 777777 ;
2013-02-18 10:28:35 +01:00
text-align : center ;
2013-02-12 21:16:32 +01:00
}
2013-02-18 10:28:35 +01:00
. navbar-brand : hover ,
. navbar-brand : focus {
2013-02-12 21:16:32 +01:00
color : # 5e5e5e ;
text-decoration : none ;
background-color : transparent ;
}
2013-02-18 10:28:35 +01:00
. navbar-toggle {
position : absolute ;
top : 10px ;
right : 10px ;
padding : 8px 12px ;
background-color : transparent ;
border : 1px solid # ddd ;
2013-02-12 21:16:32 +01:00
border-radius : 4px ;
}
2013-02-18 10:28:35 +01:00
. navbar-toggle : hover ,
. navbar-toggle : focus {
background-color : # ddd ;
}
. navbar-toggle . icon-bar {
2013-02-12 21:16:32 +01:00
display : block ;
2013-02-18 10:28:35 +01:00
width : 22px ;
2013-02-12 21:16:32 +01:00
height : 2px ;
2013-03-01 09:18:10 +01:00
background-color : # ccc ;
2013-02-12 21:16:32 +01:00
border-radius : 1px ;
}
2013-02-18 10:28:35 +01:00
. navbar-toggle . icon-bar + . icon-bar {
margin-top : 4px ;
2013-02-12 21:16:32 +01:00
}
. navbar-form {
2013-05-20 07:12:48 +02:00
margin-top : 7px ;
margin-bottom : 7px ;
2013-02-12 21:16:32 +01:00
}
2013-05-10 01:41:35 +02:00
. navbar-form input ,
. navbar-form select ,
. navbar-form textarea ,
. navbar-form . radio ,
. navbar-form . checkbox {
display : inline-block ;
}
. navbar-form . radio ,
. navbar-form . checkbox {
margin-top : 0 ;
margin-bottom : 0 ;
}
2013-04-28 03:28:39 +02:00
. navbar-nav > li > . dropdown-menu {
2013-02-12 21:16:32 +01:00
margin-top : 0 ;
border-top-right-radius : 0 ;
border-top-left-radius : 0 ;
}
2013-04-28 03:28:39 +02:00
. navbar-fixed-bottom . navbar-nav > li > . dropdown-menu {
2013-02-12 21:16:32 +01:00
border-bottom-right-radius : 0 ;
border-bottom-left-radius : 0 ;
}
2013-05-13 01:30:54 +02:00
. navbar-nav > . dropdown > a : hover . caret ,
. navbar-nav > . dropdown > a : focus . caret {
2013-02-12 21:16:32 +01:00
border-top-color : # 333333 ;
border-bottom-color : # 333333 ;
}
2013-05-13 01:30:54 +02:00
. navbar-nav > . open > a ,
. navbar-nav > . open > a : hover ,
. navbar-nav > . open > a : focus {
2013-02-12 21:16:32 +01:00
color : # 555555 ;
background-color : # d5d5d5 ;
}
2013-05-13 01:30:54 +02:00
. navbar-nav > . dropdown > a . caret {
2013-02-12 21:16:32 +01:00
border-top-color : # 777777 ;
border-bottom-color : # 777777 ;
}
2013-05-13 01:30:54 +02:00
. navbar-nav > . open > a . caret ,
. navbar-nav > . open > a : hover . caret ,
. navbar-nav > . open > a : focus . caret {
2013-02-12 21:16:32 +01:00
border-top-color : # 555555 ;
border-bottom-color : # 555555 ;
}
2013-04-28 03:28:39 +02:00
. navbar-nav . pull-right > li > . dropdown-menu ,
. navbar-nav > li > . dropdown-menu . pull-right {
2013-02-12 21:16:32 +01:00
right : 0 ;
left : auto ;
}
. navbar-inverse {
background-color : # 222222 ;
}
2013-02-18 10:28:35 +01:00
. navbar-inverse . navbar-brand {
2013-02-12 21:16:32 +01:00
color : # 999999 ;
}
2013-02-18 10:28:35 +01:00
. navbar-inverse . navbar-brand : hover ,
. navbar-inverse . navbar-brand : focus {
2013-02-12 21:16:32 +01:00
color : # ffffff ;
background-color : transparent ;
}
. navbar-inverse . navbar-text {
color : # 999999 ;
}
2013-04-28 03:28:39 +02:00
. navbar-inverse . navbar-nav > li > a {
2013-02-12 21:16:32 +01:00
color : # 999999 ;
}
2013-04-28 03:28:39 +02:00
. navbar-inverse . navbar-nav > li > a : hover ,
. navbar-inverse . navbar-nav > li > a : focus {
2013-02-12 21:16:32 +01:00
color : # ffffff ;
background-color : transparent ;
}
2013-04-28 03:28:39 +02:00
. navbar-inverse . navbar-nav > . active > a ,
. navbar-inverse . navbar-nav > . active > a : hover ,
. navbar-inverse . navbar-nav > . active > a : focus {
2013-02-12 21:16:32 +01:00
color : # ffffff ;
2013-02-13 21:30:56 +01:00
background-color : # 080808 ;
2013-02-12 21:16:32 +01:00
}
2013-04-28 03:28:39 +02:00
. navbar-inverse . navbar-nav > . disabled > a ,
. navbar-inverse . navbar-nav > . disabled > a : hover ,
. navbar-inverse . navbar-nav > . disabled > a : focus {
2013-03-01 08:20:25 +01:00
color : # 444444 ;
background-color : transparent ;
}
2013-02-18 10:28:35 +01:00
. navbar-inverse . navbar-toggle {
border-color : # 333 ;
}
. navbar-inverse . navbar-toggle : hover ,
. navbar-inverse . navbar-toggle : focus {
background-color : # 333 ;
2013-02-12 21:16:32 +01:00
}
2013-03-01 09:18:10 +01:00
. navbar-inverse . navbar-toggle . icon-bar {
background-color : # fff ;
}
2013-05-13 01:30:54 +02:00
. navbar-inverse . navbar-nav > . open > a ,
. navbar-inverse . navbar-nav > . open > a : hover ,
. navbar-inverse . navbar-nav > . open > a : focus {
2013-02-12 21:16:32 +01:00
color : # ffffff ;
2013-02-13 21:30:56 +01:00
background-color : # 080808 ;
2013-02-12 21:16:32 +01:00
}
2013-05-13 01:30:54 +02:00
. navbar-inverse . navbar-nav > . dropdown > a : hover . caret {
2013-02-12 21:16:32 +01:00
border-top-color : # ffffff ;
border-bottom-color : # ffffff ;
}
2013-05-13 01:30:54 +02:00
. navbar-inverse . navbar-nav > . dropdown > a . caret {
2013-02-12 21:16:32 +01:00
border-top-color : # 999999 ;
border-bottom-color : # 999999 ;
}
2013-05-13 01:30:54 +02:00
. navbar-inverse . navbar-nav > . open > a . caret ,
. navbar-inverse . navbar-nav > . open > a : hover . caret ,
. navbar-inverse . navbar-nav > . open > a : focus . caret {
2013-02-12 21:16:32 +01:00
border-top-color : # ffffff ;
border-bottom-color : # ffffff ;
}
@ media screen and ( min-width : 768px ) {
2013-02-18 10:28:35 +01:00
. navbar-brand {
2013-02-12 21:16:32 +01:00
float : left ;
2013-04-28 03:28:39 +02:00
margin-right : 5px ;
margin-left : -5px ;
2013-02-12 21:16:32 +01:00
}
. navbar . nav {
float : left ;
margin-top : 0 ;
2013-05-15 07:08:56 +02:00
margin-bottom : 0 ;
2013-02-12 21:16:32 +01:00
}
2013-04-28 03:28:39 +02:00
. navbar . nav > li {
float : left ;
2013-03-30 21:23:18 +01:00
}
2013-05-15 07:08:56 +02:00
. navbar . nav > li > a {
border-radius : 0 ;
}
2013-02-12 21:16:32 +01:00
. navbar . nav . pull-right {
float : right ;
}
2013-02-18 10:28:35 +01:00
. navbar-toggle {
position : relative ;
top : auto ;
left : auto ;
2013-02-12 21:16:32 +01:00
display : none ;
}
. nav-collapse . collapse {
height : auto ! important ;
overflow : visible ! important ;
}
}
2013-05-03 19:53:26 +02:00
. navbar-btn {
2013-05-15 08:21:30 +02:00
margin-top : 7px ;
2013-05-10 02:20:46 +02:00
}
. navbar-text {
2013-05-10 19:33:35 +02:00
margin-top : 15px ;
margin-bottom : 15px ;
2013-05-03 19:53:26 +02:00
}
2013-02-12 21:16:32 +01:00
. navbar-link {
2013-05-03 19:53:26 +02:00
color : # 777777 ;
2013-02-12 21:16:32 +01:00
}
2013-05-03 19:53:26 +02:00
. navbar-link : hover {
color : # 333333 ;
2013-02-12 21:16:32 +01:00
}
2013-05-03 19:53:26 +02:00
. navbar-inverse . navbar-link {
color : # 999999 ;
2013-02-12 21:16:32 +01:00
}
2013-05-03 19:53:26 +02:00
. navbar-inverse . navbar-link : hover {
color : # ffffff ;
}
2013-02-12 21:16:32 +01:00
. btn . caret {
border-top-color : # ffffff ;
}
. dropup . btn . caret {
border-bottom-color : # ffffff ;
}
2013-05-10 01:26:35 +02:00
. btn-group ,
. btn-group-vertical {
2013-02-12 21:16:32 +01:00
position : relative ;
display : inline-block ;
vertical-align : middle ;
}
2013-05-10 01:26:35 +02:00
. btn-group > . btn ,
. btn-group-vertical > . btn {
2013-03-01 06:19:02 +01:00
position : relative ;
2013-02-12 21:16:32 +01:00
float : left ;
}
2013-03-01 06:19:02 +01:00
. btn-group > . btn : hover ,
2013-05-10 01:26:35 +02:00
. btn-group-vertical > . btn : hover ,
. btn-group > . btn : active ,
. btn-group-vertical > . btn : active {
2013-03-01 06:19:02 +01:00
z-index : 2 ;
}
2013-05-10 01:26:35 +02:00
. btn-group . btn + . btn {
margin-left : -1px ;
}
2013-02-12 21:16:32 +01:00
. btn-toolbar : before ,
. btn-toolbar : after {
display : table ;
content : " " ;
}
. btn-toolbar : after {
clear : both ;
}
2013-03-30 21:23:18 +01:00
. btn-toolbar : before ,
. btn-toolbar : after {
display : table ;
content : " " ;
}
. btn-toolbar : after {
clear : both ;
}
2013-02-12 21:16:32 +01:00
. btn-toolbar . btn-group {
float : left ;
}
. btn-toolbar > . btn + . btn ,
. btn-toolbar > . btn-group + . btn ,
. btn-toolbar > . btn + . btn-group ,
. btn-toolbar > . btn-group + . btn-group {
margin-left : 5px ;
}
2013-05-10 01:26:35 +02:00
. btn-group > . btn : not ( : first-child ) : not ( : last-child ) : not ( . dropdown-toggle ) {
2013-02-12 21:16:32 +01:00
border-radius : 0 ;
}
. btn-group > . btn : first-child {
margin-left : 0 ;
}
2013-05-10 01:26:35 +02:00
. btn-group > . btn : first-child : not ( : last-child ) : not ( . dropdown-toggle ) {
border-top-right-radius : 0 ;
border-bottom-right-radius : 0 ;
2013-02-12 21:16:32 +01:00
}
2013-05-10 01:26:35 +02:00
. btn-group > . btn : last-child : not ( : first-child ) ,
. btn-group > . dropdown-toggle : not ( : first-child ) {
border-bottom-left-radius : 0 ;
border-top-left-radius : 0 ;
2013-02-12 21:16:32 +01:00
}
2013-05-04 01:16:26 +02:00
. btn-group > . btn-group {
float : left ;
}
2013-05-10 01:26:35 +02:00
. btn-group > . btn-group : not ( : first-child ) : not ( : last-child ) > . btn {
2013-05-04 01:16:26 +02:00
border-radius : 0 ;
}
2013-05-10 01:26:35 +02:00
. btn-group > . btn-group : first-child > . btn : last-child ,
. btn-group > . btn-group : first-child > . dropdown-toggle {
border-top-right-radius : 0 ;
border-bottom-right-radius : 0 ;
2013-05-04 01:16:26 +02:00
}
2013-05-10 01:26:35 +02:00
. btn-group > . btn-group : last-child > . btn : first-child {
border-bottom-left-radius : 0 ;
border-top-left-radius : 0 ;
2013-05-04 01:16:26 +02:00
}
2013-02-12 21:16:32 +01:00
. btn-group . dropdown-toggle : active ,
. btn-group . open . dropdown-toggle {
outline : 0 ;
}
. btn-group > . btn + . dropdown-toggle {
padding-right : 8px ;
padding-left : 8px ;
}
. btn-group > . btn-mini + . dropdown-toggle {
padding-right : 5px ;
padding-left : 5px ;
}
. btn-group > . btn-large + . dropdown-toggle {
padding-right : 12px ;
padding-left : 12px ;
}
. btn-group . open . dropdown-toggle {
-webkit-box-shadow : inset 0 3px 5px rgba ( 0 , 0 , 0 , 0 . 125 ) ;
box-shadow : inset 0 3px 5px rgba ( 0 , 0 , 0 , 0 . 125 ) ;
}
. btn . caret {
margin-left : 0 ;
}
. btn-large . caret {
border-width : 5px ;
}
. dropup . btn-large . caret {
border-bottom-width : 5px ;
}
. btn-group-vertical > . btn {
display : block ;
float : none ;
2013-03-16 21:03:31 +01:00
width : 100 % ;
2013-02-12 21:16:32 +01:00
max-width : 100 % ;
}
2013-05-10 01:26:35 +02:00
. btn-group-vertical > . btn + . btn {
margin-top : -1px ;
2013-02-12 21:16:32 +01:00
}
2013-05-10 01:26:35 +02:00
. btn-group-vertical . btn : not ( : first-child ) : not ( : last-child ) {
2013-03-01 06:19:02 +01:00
border-radius : 0 ;
2013-02-12 21:16:32 +01:00
}
2013-05-10 01:26:35 +02:00
. btn-group-vertical . btn : first-child {
border-bottom-right-radius : 0 ;
border-bottom-left-radius : 0 ;
2013-02-12 21:16:32 +01:00
}
2013-05-10 01:26:35 +02:00
. btn-group-vertical . btn : last-child {
border-top-right-radius : 0 ;
border-top-left-radius : 0 ;
2013-02-12 21:16:32 +01:00
}
. btn-group-justified {
display : table ;
width : 100 % ;
}
. btn-group-justified . btn {
display : table-cell ;
float : none ;
width : 1 % ;
}
2013-03-16 20:34:07 +01:00
. btn-group [ data-toggle = "buttons-radio" ] > . btn > input [ type = "radio" ] ,
. btn-group [ data-toggle = "buttons-checkbox" ] > . btn > input [ type = "checkbox" ] {
display : none ;
}
2013-02-12 21:16:32 +01:00
. breadcrumb {
padding : 8px 15px ;
2013-05-10 19:33:35 +02:00
margin : 0 0 20px ;
2013-02-12 21:16:32 +01:00
list-style : none ;
background-color : # f5f5f5 ;
border-radius : 4px ;
}
. breadcrumb > li {
display : inline-block ;
text-shadow : 0 1px 0 # fff ;
}
. breadcrumb > li : after {
display : inline-block ;
padding : 0 5px ;
color : # ccc ;
content : "\00a0 /" ;
}
2013-03-31 20:58:25 +02:00
. breadcrumb > li : last-child : after {
2013-04-29 03:51:02 +02:00
display : none ;
2013-03-31 20:58:25 +02:00
}
2013-02-12 21:16:32 +01:00
. breadcrumb > . active {
color : # 999999 ;
}
. pagination {
display : inline-block ;
2013-05-10 19:33:35 +02:00
margin : 20px 0 ;
2013-02-12 21:16:32 +01:00
border-radius : 4px ;
}
. pagination > li {
display : inline ;
}
. pagination > li > a ,
. pagination > li > span {
float : left ;
padding : 4px 12px ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
text-decoration : none ;
background-color : # ffffff ;
border : 1px solid # dddddd ;
border-left-width : 0 ;
}
. pagination > li > a : hover ,
. pagination > li > a : focus ,
. pagination > . active > a ,
. pagination > . active > span {
background-color : # f5f5f5 ;
}
. pagination > . active > a ,
. pagination > . active > span {
color : # 999999 ;
cursor : default ;
}
. pagination > . disabled > span ,
. pagination > . disabled > a ,
. pagination > . disabled > a : hover ,
. pagination > . disabled > a : focus {
color : # 999999 ;
cursor : default ;
2013-03-01 08:23:05 +01:00
background-color : # ffffff ;
2013-02-12 21:16:32 +01:00
}
. pagination > li : first-child > a ,
. pagination > li : first-child > span {
border-left-width : 1px ;
border-bottom-left-radius : 4px ;
border-top-left-radius : 4px ;
}
. pagination > li : last-child > a ,
. pagination > li : last-child > span {
border-top-right-radius : 4px ;
border-bottom-right-radius : 4px ;
}
. pagination-large > li > a ,
. pagination-large > li > span {
2013-05-15 08:21:30 +02:00
padding : 14px 16px ;
2013-05-10 19:33:35 +02:00
font-size : 18px ;
2013-02-12 21:16:32 +01:00
}
. pagination-large > li : first-child > a ,
. pagination-large > li : first-child > span {
border-bottom-left-radius : 6px ;
border-top-left-radius : 6px ;
}
. pagination-large > li : last-child > a ,
. pagination-large > li : last-child > span {
border-top-right-radius : 6px ;
border-bottom-right-radius : 6px ;
}
2013-05-15 08:21:30 +02:00
. pagination-small > li > a ,
. pagination-small > li > span {
padding : 5px 10px ;
font-size : 12px ;
}
2013-02-12 21:16:32 +01:00
. pagination-small > li : first-child > a ,
. pagination-small > li : first-child > span {
border-bottom-left-radius : 3px ;
border-top-left-radius : 3px ;
}
. pagination-small > li : last-child > a ,
. pagination-small > li : last-child > span {
border-top-right-radius : 3px ;
border-bottom-right-radius : 3px ;
}
. pager {
2013-05-10 19:33:35 +02:00
margin : 20px 0 ;
2013-02-12 21:16:32 +01:00
text-align : center ;
list-style : none ;
}
. pager : before ,
. pager : after {
display : table ;
content : " " ;
}
. pager : after {
clear : both ;
}
2013-03-30 21:23:18 +01:00
. pager : before ,
. pager : after {
display : table ;
content : " " ;
}
. pager : after {
clear : both ;
}
2013-02-12 21:16:32 +01:00
. pager li {
display : inline ;
}
. pager li > a ,
. pager li > span {
display : inline-block ;
padding : 5px 14px ;
2013-04-01 02:22:12 +02:00
background-color : # ffffff ;
border : 1px solid # dddddd ;
2013-02-12 21:16:32 +01:00
border-radius : 15px ;
}
. pager li > a : hover ,
. pager li > a : focus {
text-decoration : none ;
background-color : # f5f5f5 ;
}
. pager . next > a ,
. pager . next > span {
float : right ;
}
. pager . previous > a ,
. pager . previous > span {
float : left ;
}
. pager . disabled > a ,
. pager . disabled > a : hover ,
. pager . disabled > a : focus ,
. pager . disabled > span {
color : # 999999 ;
cursor : default ;
2013-04-17 19:47:23 +02:00
background-color : # ffffff ;
2013-02-12 21:16:32 +01:00
}
. modal-open {
overflow : hidden ;
}
. modal {
position : fixed ;
top : 0 ;
right : 0 ;
bottom : 0 ;
left : 0 ;
z-index : 1040 ;
display : none ;
overflow : auto ;
overflow-y : scroll ;
-webkit-overflow-scrolling : touch ;
}
. modal . fade {
top : -25 % ;
-webkit-transition : opacity 0 . 3s linear , top 0 . 3s ease-out ;
-moz-transition : opacity 0 . 3s linear , top 0 . 3s ease-out ;
-o-transition : opacity 0 . 3s linear , top 0 . 3s ease-out ;
transition : opacity 0 . 3s linear , top 0 . 3s ease-out ;
}
. modal . fade . in {
top : 0 ;
}
. modal-dialog {
position : relative ;
top : 0 ;
right : 0 ;
left : 0 ;
z-index : 1050 ;
width : auto ;
padding : 10px ;
}
. modal-content {
position : relative ;
background-color : # fff ;
border : 1px solid # 999 ;
border : 1px solid rgba ( 0 , 0 , 0 , 0 . 2 ) ;
border-radius : 6px ;
outline : none ;
-webkit-box-shadow : 0 3px 9px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
box-shadow : 0 3px 9px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
-webkit-background-clip : padding-box ;
-moz-background-clip : padding-box ;
background-clip : padding-box ;
}
. modal-backdrop {
position : fixed ;
top : 0 ;
right : 0 ;
bottom : 0 ;
left : 0 ;
z-index : 1030 ;
background-color : # 000 ;
}
. modal-backdrop . fade {
opacity : 0 ;
2013-03-01 04:46:49 +01:00
filter : alpha ( opacity = 0 ) ;
2013-02-12 21:16:32 +01:00
}
. modal-backdrop . fade . in {
opacity : 0 . 5 ;
filter : alpha ( opacity = 50 ) ;
}
. modal-header {
2013-05-15 08:21:30 +02:00
min-height : 16 . 428571429px ;
2013-04-13 05:56:19 +02:00
padding : 15px ;
2013-02-12 21:16:32 +01:00
border-bottom : 1px solid # e5e5e5 ;
}
. modal-header . close {
2013-04-13 05:56:19 +02:00
margin-top : -2px ;
2013-02-12 21:16:32 +01:00
}
. modal-title {
margin : 0 ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-02-12 21:16:32 +01:00
}
. modal-body {
position : relative ;
padding : 20px ;
}
. modal-footer {
padding : 19px 20px 20px ;
margin-top : 15px ;
text-align : right ;
border-top : 1px solid # e5e5e5 ;
}
. modal-footer : before ,
. modal-footer : after {
display : table ;
content : " " ;
}
. modal-footer : after {
clear : both ;
}
2013-03-30 21:23:18 +01:00
. modal-footer : before ,
. modal-footer : after {
display : table ;
content : " " ;
}
. modal-footer : after {
clear : both ;
}
2013-02-12 21:16:32 +01:00
. modal-footer . btn + . btn {
margin-bottom : 0 ;
margin-left : 5px ;
}
. modal-footer . btn-group . btn + . btn {
margin-left : -1px ;
}
. modal-footer . btn-block + . btn-block {
margin-left : 0 ;
}
@ media screen and ( min-width : 768px ) {
. modal-dialog {
right : auto ;
left : 50 % ;
width : 560px ;
padding-top : 30px ;
padding-bottom : 30px ;
margin-left : -280px ;
}
. modal-content {
-webkit-box-shadow : 0 5px 15px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
box-shadow : 0 5px 15px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
}
}
. tooltip {
position : absolute ;
z-index : 1030 ;
display : block ;
2013-05-10 19:33:35 +02:00
font-size : 11px ;
2013-02-12 21:16:32 +01:00
line-height : 1 . 4 ;
opacity : 0 ;
filter : alpha ( opacity = 0 ) ;
visibility : visible ;
}
. tooltip . in {
opacity : 1 ;
filter : alpha ( opacity = 100 ) ;
}
. tooltip . top {
padding : 5px 0 ;
margin-top : -3px ;
}
. tooltip . right {
padding : 0 5px ;
margin-left : 3px ;
}
. tooltip . bottom {
padding : 5px 0 ;
margin-top : 3px ;
}
. tooltip . left {
padding : 0 5px ;
margin-left : -3px ;
}
. tooltip-inner {
max-width : 200px ;
padding : 3px 8px ;
color : # ffffff ;
text-align : center ;
text-decoration : none ;
background-color : rgba ( 0 , 0 , 0 , 0 . 9 ) ;
border-radius : 4px ;
}
. tooltip-arrow {
position : absolute ;
width : 0 ;
height : 0 ;
border-color : transparent ;
border-style : solid ;
}
. tooltip . top . tooltip-arrow {
bottom : 0 ;
left : 50 % ;
margin-left : -5px ;
border-top-color : rgba ( 0 , 0 , 0 , 0 . 9 ) ;
border-width : 5px 5px 0 ;
}
. tooltip . right . tooltip-arrow {
top : 50 % ;
left : 0 ;
margin-top : -5px ;
border-right-color : rgba ( 0 , 0 , 0 , 0 . 9 ) ;
border-width : 5px 5px 5px 0 ;
}
. tooltip . left . tooltip-arrow {
top : 50 % ;
right : 0 ;
margin-top : -5px ;
border-left-color : rgba ( 0 , 0 , 0 , 0 . 9 ) ;
border-width : 5px 0 5px 5px ;
}
. tooltip . bottom . tooltip-arrow {
top : 0 ;
left : 50 % ;
margin-left : -5px ;
border-bottom-color : rgba ( 0 , 0 , 0 , 0 . 9 ) ;
border-width : 0 5px 5px ;
}
. popover {
position : absolute ;
top : 0 ;
left : 0 ;
z-index : 1010 ;
display : none ;
max-width : 276px ;
padding : 1px ;
text-align : left ;
white-space : normal ;
background-color : # ffffff ;
border : 1px solid # ccc ;
border : 1px solid rgba ( 0 , 0 , 0 , 0 . 2 ) ;
border-radius : 6px ;
-webkit-box-shadow : 0 5px 10px rgba ( 0 , 0 , 0 , 0 . 2 ) ;
box-shadow : 0 5px 10px rgba ( 0 , 0 , 0 , 0 . 2 ) ;
2013-04-01 02:19:12 +02:00
background-clip : padding-box ;
-webkit-bg-clip : padding-box ;
-moz-bg-clip : padding ;
2013-02-12 21:16:32 +01:00
}
. popover . top {
margin-top : -10px ;
}
. popover . right {
margin-left : 10px ;
}
. popover . bottom {
margin-top : 10px ;
}
. popover . left {
margin-left : -10px ;
}
. popover-title {
padding : 8px 14px ;
margin : 0 ;
font-size : 14px ;
font-weight : normal ;
line-height : 18px ;
background-color : # f7f7f7 ;
border-bottom : 1px solid # ebebeb ;
border-radius : 5px 5px 0 0 ;
}
. popover-title : empty {
display : none ;
}
. popover-content {
padding : 9px 14px ;
}
. popover . arrow ,
. popover . arrow : after {
position : absolute ;
display : block ;
width : 0 ;
height : 0 ;
border-color : transparent ;
border-style : solid ;
}
. popover . arrow {
border-width : 11px ;
}
. popover . arrow : after {
border-width : 10px ;
content : "" ;
}
. popover . top . arrow {
bottom : -11px ;
left : 50 % ;
margin-left : -11px ;
border-top-color : # 999 ;
border-top-color : rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-bottom-width : 0 ;
}
. popover . top . arrow : after {
bottom : 1px ;
margin-left : -10px ;
border-top-color : # ffffff ;
border-bottom-width : 0 ;
}
. popover . right . arrow {
top : 50 % ;
left : -11px ;
margin-top : -11px ;
border-right-color : # 999 ;
border-right-color : rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-left-width : 0 ;
}
. popover . right . arrow : after {
bottom : -10px ;
left : 1px ;
border-right-color : # ffffff ;
border-left-width : 0 ;
}
. popover . bottom . arrow {
top : -11px ;
left : 50 % ;
margin-left : -11px ;
border-bottom-color : # 999 ;
border-bottom-color : rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-top-width : 0 ;
}
. popover . bottom . arrow : after {
top : 1px ;
margin-left : -10px ;
border-bottom-color : # ffffff ;
border-top-width : 0 ;
}
. popover . left . arrow {
top : 50 % ;
right : -11px ;
margin-top : -11px ;
border-left-color : # 999 ;
border-left-color : rgba ( 0 , 0 , 0 , 0 . 25 ) ;
border-right-width : 0 ;
}
. popover . left . arrow : after {
right : 1px ;
bottom : -10px ;
border-left-color : # ffffff ;
border-right-width : 0 ;
}
. alert {
2013-05-10 02:20:46 +02:00
padding : 10px 35px 10px 15px ;
2013-05-10 19:33:35 +02:00
margin-bottom : 20px ;
2013-02-12 21:16:32 +01:00
color : # c09853 ;
background-color : # fcf8e3 ;
border : 1px solid # fbeed5 ;
border-radius : 4px ;
}
. alert h4 {
margin-top : 0 ;
color : inherit ;
}
2013-03-15 07:01:23 +01:00
. alert hr {
border-top-color : # f8e5be ;
}
2013-05-17 05:53:59 +02:00
. alert . alert-link {
2013-03-16 23:31:03 +01:00
font-weight : 500 ;
color : # a47e3c ;
}
2013-04-09 19:43:37 +02:00
. alert . close {
2013-02-12 21:16:32 +01:00
position : relative ;
top : -2px ;
right : -21px ;
color : inherit ;
}
. alert-success {
color : # 468847 ;
background-color : # dff0d8 ;
border-color : # d6e9c6 ;
}
2013-03-15 07:01:23 +01:00
. alert-success hr {
border-top-color : # c9e2b3 ;
}
2013-05-17 05:53:59 +02:00
. alert-success . alert-link {
2013-03-16 23:31:03 +01:00
color : # 356635 ;
}
2013-04-21 00:36:11 +02:00
. alert-danger {
2013-02-12 21:16:32 +01:00
color : # b94a48 ;
background-color : # f2dede ;
border-color : # eed3d7 ;
}
2013-04-21 00:36:11 +02:00
. alert-danger hr {
2013-03-15 07:01:23 +01:00
border-top-color : # e6c1c7 ;
}
2013-05-17 05:53:59 +02:00
. alert-danger . alert-link {
2013-03-16 23:31:03 +01:00
color : # 953b39 ;
}
2013-02-12 21:16:32 +01:00
. alert-info {
color : # 3a87ad ;
background-color : # d9edf7 ;
border-color : # bce8f1 ;
}
2013-03-15 07:01:23 +01:00
. alert-info hr {
border-top-color : # a6e1ec ;
}
2013-05-17 05:53:59 +02:00
. alert-info . alert-link {
2013-03-16 23:31:03 +01:00
color : # 2d6987 ;
}
2013-02-12 21:16:32 +01:00
. alert-block {
2013-05-10 02:20:46 +02:00
padding-top : 15px ;
padding-bottom : 15px ;
2013-02-12 21:16:32 +01:00
}
. alert-block > p ,
. alert-block > ul {
margin-bottom : 0 ;
}
. alert-block p + p {
margin-top : 5px ;
}
. thumbnail ,
. img-thumbnail {
padding : 4px ;
2013-05-15 08:21:30 +02:00
line-height : 1 . 428571429 ;
2013-04-22 03:29:06 +02:00
background-color : # ffffff ;
border : 1px solid # dddddd ;
2013-02-12 21:16:32 +01:00
border-radius : 4px ;
-webkit-transition : all 0 . 2s ease-in-out ;
-moz-transition : all 0 . 2s ease-in-out ;
-o-transition : all 0 . 2s ease-in-out ;
transition : all 0 . 2s ease-in-out ;
}
. thumbnail {
display : block ;
}
. img-thumbnail {
display : inline-block ;
}
a . thumbnail : hover ,
a . thumbnail : focus {
border-color : # 428bca ;
}
. thumbnail > img {
display : block ;
max-width : 100 % ;
margin-right : auto ;
margin-left : auto ;
}
. thumbnail . caption {
padding : 9px ;
2013-04-22 03:29:06 +02:00
color : # 333333 ;
2013-02-12 21:16:32 +01:00
}
. media ,
. media-body {
overflow : hidden ;
zoom : 1 ;
}
. media ,
. media . media {
margin-top : 15px ;
}
. media : first-child {
margin-top : 0 ;
}
. media-object {
display : block ;
}
. media-heading {
margin : 0 0 5px ;
}
. media > . pull-left {
margin-right : 10px ;
}
. media > . pull-right {
margin-left : 10px ;
}
. media-list {
margin-left : 0 ;
list-style : none ;
}
2013-02-18 07:20:49 +01:00
. label {
2013-04-19 21:31:55 +02:00
display : inline ;
2013-02-18 07:20:49 +01:00
padding : . 25em . 6em ;
font-size : 75 % ;
font-weight : 500 ;
line-height : 1 ;
color : # fff ;
text-align : center ;
white-space : nowrap ;
vertical-align : middle ;
background-color : # 999999 ;
border-radius : . 25em ;
}
2013-04-22 15:34:23 +02:00
. label [ href ] : hover ,
2013-04-26 19:44:44 +02:00
. label [ href ] : focus {
2013-02-18 07:20:49 +01:00
color : # fff ;
text-decoration : none ;
cursor : pointer ;
2013-04-26 19:44:44 +02:00
background-color : # 808080 ;
2013-02-18 07:20:49 +01:00
}
. label-danger {
background-color : # d9534f ;
}
2013-04-26 19:44:44 +02:00
. label-danger [ href ] : hover ,
. label-danger [ href ] : focus {
2013-02-18 07:20:49 +01:00
background-color : # c9302c ;
}
. label-success {
background-color : # 5cb85c ;
}
2013-04-26 19:44:44 +02:00
. label-success [ href ] : hover ,
. label-success [ href ] : focus {
2013-02-18 07:20:49 +01:00
background-color : # 449d44 ;
}
2013-04-22 15:34:23 +02:00
. label-warning {
background-color : # f0ad4e ;
}
2013-04-26 19:44:44 +02:00
. label-warning [ href ] : hover ,
. label-warning [ href ] : focus {
2013-04-22 15:34:23 +02:00
background-color : # ec971f ;
}
2013-02-18 07:20:49 +01:00
. label-info {
background-color : # 5bc0de ;
}
2013-04-26 19:44:44 +02:00
. label-info [ href ] : hover ,
. label-info [ href ] : focus {
2013-02-18 07:20:49 +01:00
background-color : # 31b0d5 ;
}
2013-02-18 06:06:20 +01:00
. badge {
2013-02-12 21:16:32 +01:00
display : inline-block ;
min-width : 10px ;
padding : 3px 7px ;
2013-05-10 19:33:35 +02:00
font-size : 12px ;
2013-02-12 21:16:32 +01:00
font-weight : bold ;
line-height : 1 ;
color : # fff ;
text-align : center ;
white-space : nowrap ;
vertical-align : middle ;
background-color : # 999999 ;
border-radius : 10px ;
}
2013-02-18 06:06:20 +01:00
. badge : empty {
2013-02-12 21:16:32 +01:00
display : none ;
}
2013-02-18 06:06:20 +01:00
a . badge : hover ,
a . badge : focus {
2013-02-12 21:16:32 +01:00
color : # fff ;
text-decoration : none ;
cursor : pointer ;
}
2013-02-18 06:06:20 +01:00
. btn . badge {
2013-02-12 21:16:32 +01:00
position : relative ;
top : -1px ;
}
2013-02-18 06:06:20 +01:00
. btn-mini . badge {
2013-02-12 21:16:32 +01:00
top : 0 ;
}
2013-03-31 00:56:49 +01:00
a . list-group-item . active > . badge ,
2013-02-18 06:06:20 +01:00
. nav-pills > . active > a > . badge {
2013-02-12 21:16:32 +01:00
color : # 428bca ;
background-color : # fff ;
}
2013-02-18 06:06:20 +01:00
. nav-pills > li > a > . badge {
2013-02-12 21:16:32 +01:00
margin-left : 3px ;
}
@ -webkit-keyframes progress-bar-stripes {
from {
background-position : 40px 0 ;
}
to {
background-position : 0 0 ;
}
}
@ -moz-keyframes progress-bar-stripes {
from {
background-position : 40px 0 ;
}
to {
background-position : 0 0 ;
}
}
@ -ms-keyframes progress-bar-stripes {
from {
background-position : 40px 0 ;
}
to {
background-position : 0 0 ;
}
}
@ -o-keyframes progress-bar-stripes {
from {
background-position : 0 0 ;
}
to {
background-position : 40px 0 ;
}
}
@ keyframes progress-bar-stripes {
from {
background-position : 40px 0 ;
}
to {
background-position : 0 0 ;
}
}
. progress {
2013-05-10 19:33:35 +02:00
height : 20px ;
margin-bottom : 20px ;
2013-02-12 21:16:32 +01:00
overflow : hidden ;
background-color : # f5f5f5 ;
border-radius : 4px ;
-webkit-box-shadow : inset 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 1 ) ;
box-shadow : inset 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 1 ) ;
}
. progress-bar {
float : left ;
width : 0 ;
height : 100 % ;
2013-05-10 19:33:35 +02:00
font-size : 12px ;
2013-02-12 21:16:32 +01:00
color : # fff ;
text-align : center ;
text-shadow : 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ;
background-color : # 428bca ;
-webkit-box-shadow : inset 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 15 ) ;
box-shadow : inset 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 15 ) ;
-webkit-transition : width 0 . 6s ease ;
-moz-transition : width 0 . 6s ease ;
-o-transition : width 0 . 6s ease ;
transition : width 0 . 6s ease ;
}
. progress-striped . progress-bar {
background-color : # 428bca ;
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 : 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 . progress-bar {
-webkit-animation : progress-bar-stripes 2s linear infinite ;
-moz-animation : progress-bar-stripes 2s linear infinite ;
-ms-animation : progress-bar-stripes 2s linear infinite ;
-o-animation : progress-bar-stripes 2s linear infinite ;
animation : progress-bar-stripes 2s linear infinite ;
}
. progress-bar-danger {
background-color : # d9534f ;
}
. progress-striped . progress-bar-danger {
background-color : # d9534f ;
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 : linear-gradient ( 45deg , rgba ( 255 , 255 , 255 , 0 . 15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ;
}
. progress-bar-success {
background-color : # 5cb85c ;
}
. progress-striped . progress-bar-success {
background-color : # 5cb85c ;
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 : linear-gradient ( 45deg , rgba ( 255 , 255 , 255 , 0 . 15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ;
}
. progress-bar-warning {
background-color : # f0ad4e ;
}
. progress-striped . progress-bar-warning {
background-color : # f0ad4e ;
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 : linear-gradient ( 45deg , rgba ( 255 , 255 , 255 , 0 . 15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ;
}
. progress-bar-info {
background-color : # 5bc0de ;
}
. progress-striped . progress-bar-info {
background-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 : 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 {
2013-05-10 19:33:35 +02:00
margin-bottom : 20px ;
2013-02-12 21:16:32 +01:00
}
. accordion-group {
margin-bottom : 2px ;
border : 1px solid # e5e5e5 ;
border-radius : 4px ;
}
. accordion-heading {
border-bottom : 0 ;
}
. accordion-heading . accordion-toggle {
display : block ;
padding : 8px 15px ;
}
. accordion-toggle {
cursor : pointer ;
}
. accordion-inner {
padding : 9px 15px ;
border-top : 1px solid # e5e5e5 ;
}
. carousel {
position : relative ;
}
. carousel-inner {
position : relative ;
width : 100 % ;
overflow : hidden ;
}
. carousel-inner > . item {
position : relative ;
display : none ;
-webkit-transition : 0 . 6s ease-in-out left ;
-moz-transition : 0 . 6s ease-in-out left ;
-o-transition : 0 . 6s ease-in-out left ;
transition : 0 . 6s ease-in-out left ;
}
. carousel-inner > . item > img ,
. carousel-inner > . item > a > img {
display : block ;
line-height : 1 ;
}
. carousel-inner > . active ,
. carousel-inner > . next ,
. carousel-inner > . prev {
display : block ;
}
. carousel-inner > . active {
left : 0 ;
}
. carousel-inner > . next ,
. carousel-inner > . prev {
position : absolute ;
top : 0 ;
width : 100 % ;
}
. carousel-inner > . next {
left : 100 % ;
}
. carousel-inner > . prev {
left : -100 % ;
}
. carousel-inner > . next . left ,
. carousel-inner > . prev . right {
left : 0 ;
}
. carousel-inner > . active . left {
left : -100 % ;
}
. carousel-inner > . active . right {
left : 100 % ;
}
. carousel-control {
position : absolute ;
top : 0 ;
bottom : 0 ;
left : 0 ;
2013-02-16 11:47:15 +01:00
width : 15 % ;
font-size : 20px ;
color : # fff ;
text-align : center ;
text-shadow : 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 6 ) ;
2013-02-12 21:16:32 +01:00
opacity : 0 . 5 ;
filter : alpha ( opacity = 50 ) ;
}
. carousel-control . left {
2013-02-16 11:47:15 +01:00
background-color : rgba ( 0 , 0 , 0 , 0 . 0001 ) ;
2013-02-12 21:16:32 +01:00
background-color : transparent ;
2013-02-16 11:47:15 +01:00
background-image : -webkit-gradient ( linear , 0 0 , 100 % 0 , from ( rgba ( 0 , 0 , 0 , 0 . 5 ) ) , to ( rgba ( 0 , 0 , 0 , 0 . 0001 ) ) ) ;
background-image : -webkit-linear-gradient ( left , rgba ( 0 , 0 , 0 , 0 . 5 ) , rgba ( 0 , 0 , 0 , 0 . 0001 ) ) ;
2013-04-20 21:09:08 +02:00
background-image : -moz-linear-gradient ( left , rgba ( 0 , 0 , 0 , 0 . 5 ) , rgba ( 0 , 0 , 0 , 0 . 0001 ) ) ;
2013-02-16 11:47:15 +01:00
background-image : linear-gradient ( to right , rgba ( 0 , 0 , 0 , 0 . 5 ) , rgba ( 0 , 0 , 0 , 0 . 0001 ) ) ;
2013-02-12 21:16:32 +01:00
background-repeat : repeat-x ;
2013-02-16 10:22:15 +01:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#80000000' , endColorstr = '#00000000' , GradientType = 1 ) ;
2013-02-12 21:16:32 +01:00
}
. carousel-control . right {
right : 0 ;
left : auto ;
2013-02-16 10:22:15 +01:00
background-color : rgba ( 0 , 0 , 0 , 0 . 5 ) ;
2013-02-12 21:16:32 +01:00
background-color : transparent ;
2013-02-16 11:47:15 +01:00
background-image : -webkit-gradient ( linear , 0 0 , 100 % 0 , from ( rgba ( 0 , 0 , 0 , 0 . 0001 ) ) , to ( rgba ( 0 , 0 , 0 , 0 . 5 ) ) ) ;
background-image : -webkit-linear-gradient ( left , rgba ( 0 , 0 , 0 , 0 . 0001 ) , rgba ( 0 , 0 , 0 , 0 . 5 ) ) ;
2013-04-20 21:09:08 +02:00
background-image : -moz-linear-gradient ( left , rgba ( 0 , 0 , 0 , 0 . 0001 ) , rgba ( 0 , 0 , 0 , 0 . 5 ) ) ;
2013-02-16 11:47:15 +01:00
background-image : linear-gradient ( to right , rgba ( 0 , 0 , 0 , 0 . 0001 ) , rgba ( 0 , 0 , 0 , 0 . 5 ) ) ;
2013-02-12 21:16:32 +01:00
background-repeat : repeat-x ;
2013-02-16 10:22:15 +01:00
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#00000000' , endColorstr = '#80000000' , GradientType = 1 ) ;
2013-02-12 21:16:32 +01:00
}
. carousel-control : hover ,
. carousel-control : focus {
color : # fff ;
text-decoration : none ;
opacity : 0 . 9 ;
filter : alpha ( opacity = 90 ) ;
}
2013-02-16 11:47:15 +01:00
. carousel-control . glyphicon {
2013-02-12 21:16:32 +01:00
position : absolute ;
top : 50 % ;
2013-02-16 11:47:15 +01:00
left : 50 % ;
2013-02-12 21:16:32 +01:00
z-index : 5 ;
2013-02-16 10:22:15 +01:00
display : inline-block ;
width : 20px ;
height : 20px ;
margin-top : -10px ;
2013-02-16 11:47:15 +01:00
margin-left : -10px ;
2013-02-12 21:16:32 +01:00
}
. carousel-indicators {
position : absolute ;
2013-02-16 11:47:15 +01:00
bottom : 20px ;
2013-02-16 10:22:15 +01:00
left : 50 % ;
2013-05-17 03:29:53 +02:00
z-index : 15 ;
2013-02-16 10:22:15 +01:00
width : 100px ;
margin : 0 0 0 -50px ;
text-align : center ;
2013-02-12 21:16:32 +01:00
list-style : none ;
}
. carousel-indicators li {
2013-02-16 10:22:15 +01:00
display : inline-block ;
width : 8px ;
height : 8px ;
margin-right : 0 ;
margin-left : 0 ;
2013-02-12 21:16:32 +01:00
text-indent : -999px ;
cursor : pointer ;
2013-02-16 10:22:15 +01:00
border : 1px solid # fff ;
2013-02-12 21:16:32 +01:00
border-radius : 5px ;
}
. carousel-indicators . active {
background-color : # fff ;
}
2013-02-16 11:47:15 +01:00
. carousel-caption {
position : absolute ;
2013-04-03 01:17:04 +02:00
right : 15 % ;
2013-02-16 11:47:15 +01:00
bottom : 20px ;
2013-04-03 01:17:04 +02:00
left : 15 % ;
z-index : 10 ;
2013-02-16 11:47:15 +01:00
padding-top : 20px ;
padding-bottom : 20px ;
color : # fff ;
2013-04-03 01:17:04 +02:00
text-align : center ;
2013-02-16 11:47:15 +01:00
text-shadow : 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 6 ) ;
}
2013-04-01 22:25:51 +02:00
. carousel-caption . btn {
text-shadow : none ;
}
2013-02-16 10:22:15 +01:00
@ media screen and ( min-width : 768px ) {
2013-02-16 11:47:15 +01:00
. carousel-control . glyphicon {
2013-02-16 10:22:15 +01:00
width : 30px ;
height : 30px ;
margin-top : -15px ;
2013-02-16 11:47:15 +01:00
margin-left : -15px ;
2013-02-16 10:22:15 +01:00
font-size : 30px ;
}
2013-02-16 11:47:15 +01:00
. carousel-caption {
2013-04-03 04:40:43 +02:00
right : 20 % ;
left : 20 % ;
2013-04-03 01:17:04 +02:00
padding-bottom : 30px ;
2013-02-16 10:22:15 +01:00
}
2013-02-12 21:16:32 +01:00
}
. jumbotron {
padding : 30px ;
margin-bottom : 30px ;
font-size : 21px ;
font-weight : 200 ;
2013-05-15 08:21:30 +02:00
line-height : 2 . 1428571435 ;
2013-02-12 21:16:32 +01:00
color : inherit ;
background-color : # eeeeee ;
}
. jumbotron h1 {
line-height : 1 ;
color : inherit ;
}
. jumbotron p {
line-height : 1 . 4 ;
}
@ media screen and ( min-width : 768px ) {
. jumbotron {
padding : 50px 60px ;
border-radius : 6px ;
}
. jumbotron h1 {
2013-04-24 00:41:06 +02:00
font-size : 63px ;
2013-02-12 21:16:32 +01:00
}
}
. clearfix : before ,
. clearfix : after {
display : table ;
content : " " ;
}
. clearfix : after {
clear : both ;
}
. pull-right {
float : right ;
}
. pull-left {
float : left ;
}
. hide {
display : none ! important ;
}
. show {
display : block ! important ;
}
. invisible {
visibility : hidden ;
}
. text-hide {
font : 0 / 0 a ;
color : transparent ;
text-shadow : none ;
background-color : transparent ;
border : 0 ;
}
. affix {
position : fixed ;
}
@ -ms-viewport {
width : device-width ;
}
2013-04-21 23:50:44 +02:00
@ media screen and ( max-width : 400px ) {
@ -ms-viewport {
width : 320px ;
}
}
2013-02-12 21:16:32 +01:00
. hidden {
display : none ;
visibility : hidden ;
}
2013-05-11 15:58:59 +02:00
. visible-sm {
2013-05-17 04:13:58 +02:00
display : block ! important ;
2013-02-12 21:16:32 +01:00
}
2013-05-11 15:58:59 +02:00
. visible-md {
2013-02-12 21:16:32 +01:00
display : none ! important ;
}
2013-05-11 15:58:59 +02:00
. visible-lg {
2013-02-12 21:16:32 +01:00
display : none ! important ;
}
2013-05-11 15:58:59 +02:00
. hidden-sm {
2013-04-20 21:33:09 +02:00
display : none ! important ;
}
2013-05-11 15:58:59 +02:00
. hidden-md {
2013-05-17 04:13:58 +02:00
display : block ! important ;
2013-04-20 21:33:09 +02:00
}
2013-05-11 15:58:59 +02:00
. hidden-lg {
2013-05-17 04:13:58 +02:00
display : block ! important ;
2013-02-12 21:16:32 +01:00
}
2013-04-27 20:55:45 +02:00
@ media ( min-width : 768px ) and ( max-width : 991px ) {
2013-05-11 15:58:59 +02:00
. visible-sm {
2013-04-20 21:33:09 +02:00
display : none ! important ;
}
2013-05-11 15:58:59 +02:00
. visible-md {
2013-05-17 04:13:58 +02:00
display : block ! important ;
2013-02-12 21:16:32 +01:00
}
2013-05-11 15:58:59 +02:00
. visible-lg {
2013-04-20 21:33:09 +02:00
display : none ! important ;
2013-02-12 21:16:32 +01:00
}
2013-05-11 15:58:59 +02:00
. hidden-sm {
2013-05-17 04:13:58 +02:00
display : block ! important ;
2013-02-12 21:16:32 +01:00
}
2013-05-11 15:58:59 +02:00
. hidden-md {
2013-02-12 21:16:32 +01:00
display : none ! important ;
}
2013-05-11 15:58:59 +02:00
. hidden-lg {
2013-05-17 04:13:58 +02:00
display : block ! important ;
2013-02-12 21:16:32 +01:00
}
2013-04-20 21:33:09 +02:00
}
2013-04-27 18:47:47 +02:00
@ media ( min-width : 992px ) {
2013-05-11 15:58:59 +02:00
. visible-sm {
2013-02-12 21:16:32 +01:00
display : none ! important ;
}
2013-05-11 15:58:59 +02:00
. visible-md {
2013-04-20 21:33:09 +02:00
display : none ! important ;
}
2013-05-11 15:58:59 +02:00
. visible-lg {
2013-05-17 04:13:58 +02:00
display : block ! important ;
2013-02-12 21:16:32 +01:00
}
2013-05-11 15:58:59 +02:00
. hidden-sm {
2013-05-17 04:13:58 +02:00
display : block ! important ;
2013-04-20 21:33:09 +02:00
}
2013-05-11 15:58:59 +02:00
. hidden-md {
2013-05-17 04:13:58 +02:00
display : block ! important ;
2013-04-20 21:33:09 +02:00
}
2013-05-11 15:58:59 +02:00
. hidden-lg {
2013-02-12 21:16:32 +01:00
display : none ! important ;
}
}
. visible-print {
display : none ! important ;
}
@ media print {
. visible-print {
2013-05-17 04:13:58 +02:00
display : block ! important ;
2013-02-12 21:16:32 +01:00
}
. hidden-print {
display : none ! important ;
}
}