2015-02-13 13:32:27 +00:00
@ charset "UTF-8" ;
/ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Import all needed 3rd party sass files plus your own style and variables
2015-08-12 07:10:10 +00:00
1 . . . / bower_components / _s / sass / style / / Adding underscores default styles ake sure you run bower install before ! < - Dont edit this files !
2015-02-13 14:39:31 +00:00
--------------------------------------
2015-02-13 13:32:27 +00:00
2 . theme / theme_variables . scss / / Overwriting Bootstrap variables and for own variables < -- ADD YOUR VARIABLES HERE
2015-02-13 14:39:31 +00:00
--------------------------------------
2015-08-12 07:10:10 +00:00
3 . . . / bower_components / bootstrap-sass / assets / stylesheets / bootstrap / / adding bootstrap from bower components folder . Make sure you run bower install before ! < - Dont edit this files !
2015-02-13 14:39:31 +00:00
--------------------------------------
2015-02-13 13:32:27 +00:00
4 . understrap / understrap . scss / / Some basic understrap styles . Helps to combine Bootsrap and _s theme and provides some basic styleing for additonal functions < - Dont edit this files !
2015-02-13 14:39:31 +00:00
--------------------------------------
2015-08-12 07:10:10 +00:00
5 . . . / bower_components / fontawesome / scss / font-awesome < - Dont edit this files ! If you don ´ t need / want Font Awesome support comment out this line
2015-02-13 14:39:31 +00:00
--------------------------------------
*
*
*
* * * * * * *
* * * * *
* * *
*
2015-02-13 13:32:27 +00:00
/ / Any additional imported files / /
6 . theme / theme . scss " ; / / < -- ADD YOUR STYLES HERE
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
2015-08-12 07:06:27 +00:00
/ * !
Theme Name : _s
Theme URI : http : / / underscores . me /
Author : Automattic
Author URI : http : / / automattic . com /
Description : Hi . I 'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I' m a theme meant for hacking so don 't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That' s what I ' m here for .
Version : 1 . 0 . 0
License : GNU General Public License v2 or later
License URI : http : / / www . gnu . org / licenses / gpl-2 . 0 . html
Text Domain : _s
Tags :
This theme , like WordPress , is licensed under the GPL .
Use it to make something cool , have fun , and share what you ' ve learned with others .
_s is based on Underscores http : / / underscores . me / , ( C ) 2012-2015 Automattic , Inc .
Underscores is distributed under the terms of the GNU GPL v2 or later .
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http : / / necolas . github . com / normalize . css /
2015-02-13 13:32:27 +00:00
* /
/ * --------------------------------------------------------------
> > > TABLE OF CONTENTS :
----------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# Normalize
# Typography
# Elements
# Forms
# Navigation
# # Links
# # Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
# # Posts and pages
# # Asides
# # Comments
# Infinite scroll
# Media
# # Captions
# # Galleries
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# Normalize
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
html {
2015-08-12 07:06:27 +00:00
font-family : sans-serif ;
2015-02-13 13:32:27 +00:00
-webkit-text-size-adjust : 100 % ;
2015-08-12 07:06:27 +00:00
-ms-text-size-adjust : 100 % ; }
2015-02-13 13:32:27 +00:00
body {
2015-08-12 07:06:27 +00:00
margin : 0 ; }
2015-02-13 13:32:27 +00:00
article ,
aside ,
details ,
figcaption ,
figure ,
footer ,
header ,
main ,
2015-08-12 07:06:27 +00:00
menu ,
2015-02-13 13:32:27 +00:00
nav ,
2015-08-12 07:06:27 +00:00
section ,
summary {
2015-08-12 06:13:10 +00:00
display : block ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
audio ,
canvas ,
progress ,
video {
display : inline-block ;
vertical-align : baseline ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
audio : not ( [ controls ] ) {
display : none ;
height : 0 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
[ hidden ] ,
template {
display : none ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a {
background-color : transparent ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a : active ,
a : hover {
outline : 0 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
abbr [ title ] {
border-bottom : 1px dotted ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
b ,
strong {
font-weight : bold ; }
dfn {
font-style : italic ; }
h1 {
font-size : 2em ;
margin : 0 . 67em 0 ; }
mark {
background : # ff0 ;
color : # 000 ; }
small {
font-size : 80 % ; }
sub ,
sup {
font-size : 75 % ;
line-height : 0 ;
position : relative ;
vertical-align : baseline ; }
sup {
top : -0 . 5em ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
sub {
bottom : -0 . 25em ; }
img {
2015-08-12 06:13:10 +00:00
border : 0 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
svg : not ( : root ) {
overflow : hidden ; }
figure {
margin : 1em 40px ; }
hr {
box-sizing : content-box ;
height : 0 ; }
pre {
overflow : auto ; }
code ,
kbd ,
pre ,
samp {
font-family : monospace , monospace ;
font-size : 1em ; }
button ,
input ,
optgroup ,
select ,
textarea {
color : inherit ;
font : inherit ;
margin : 0 ; }
button {
overflow : visible ; }
button ,
select {
text-transform : none ; }
button ,
html input [ type = "button" ] ,
input [ type = "reset" ] ,
input [ type = "submit" ] {
-webkit-appearance : button ;
cursor : pointer ; }
button [ disabled ] ,
html input [ disabled ] {
cursor : default ; }
button :: -moz-focus-inner ,
input :: -moz-focus-inner {
border : 0 ;
padding : 0 ; }
input {
line-height : normal ; }
input [ type = "checkbox" ] ,
input [ type = "radio" ] {
box-sizing : border-box ;
padding : 0 ; }
input [ type = "number" ] :: -webkit-inner-spin-button ,
input [ type = "number" ] :: -webkit-outer-spin-button {
height : auto ; }
input [ type = "search" ] {
-webkit-appearance : textfield ;
box-sizing : content-box ; }
input [ type = "search" ] :: -webkit-search-cancel-button ,
input [ type = "search" ] :: -webkit-search-decoration {
-webkit-appearance : none ; }
fieldset {
border : 1px solid # c0c0c0 ;
margin : 0 2px ;
padding : 0 . 35em 0 . 625em 0 . 75em ; }
legend {
border : 0 ;
padding : 0 ; }
textarea {
overflow : auto ; }
optgroup {
font-weight : bold ; }
table {
border-collapse : collapse ;
border-spacing : 0 ; }
td ,
th {
padding : 0 ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# Typography
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
2015-08-12 07:06:27 +00:00
body ,
button ,
input ,
select ,
textarea {
color : # 404040 ;
font-family : sans-serif ;
font-size : 16px ;
font-size : 1rem ;
line-height : 1 . 5 ; }
h1 , h2 , h3 , h4 , h5 , h6 {
clear : both ; }
p {
margin-bottom : 1 . 5em ; }
dfn , cite , em , i {
font-style : italic ; }
blockquote {
margin : 0 1 . 5em ; }
address {
margin : 0 0 1 . 5em ; }
pre {
background : # eee ;
font-family : "Courier 10 Pitch" , Courier , monospace ;
font-size : 15px ;
font-size : 0 . 9375rem ;
line-height : 1 . 6 ;
margin-bottom : 1 . 6em ;
max-width : 100 % ;
overflow : auto ;
padding : 1 . 6em ; }
code , kbd , tt , var {
font-family : Monaco , Consolas , "Andale Mono" , "DejaVu Sans Mono" , monospace ;
font-size : 15px ;
font-size : 0 . 9375rem ; }
abbr , acronym {
border-bottom : 1px dotted # 666 ;
cursor : help ; }
mark , ins {
background : # fff9c0 ;
text-decoration : none ; }
big {
font-size : 125 % ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# Elements
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
2015-08-12 07:06:27 +00:00
html {
box-sizing : border-box ; }
* ,
* : before ,
* : after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing : inherit ; }
body {
background : # fff ;
/* Fallback for when there is no custom background color defined. */ }
blockquote , q {
quotes : "" "" ; }
blockquote : before ,
blockquote : after , q : before ,
q : after {
content : "" ; }
2015-02-13 13:32:27 +00:00
hr {
background-color : # ccc ;
border : 0 ;
height : 1px ;
2015-08-12 06:13:10 +00:00
margin-bottom : 1 . 5em ; }
2015-02-13 13:32:27 +00:00
ul , ol {
2015-08-12 06:13:10 +00:00
margin : 0 0 1 . 5em 3em ; }
2015-02-13 13:32:27 +00:00
ul {
2015-08-12 06:13:10 +00:00
list-style : disc ; }
2015-02-13 13:32:27 +00:00
ol {
2015-08-12 06:13:10 +00:00
list-style : decimal ; }
2015-02-13 13:32:27 +00:00
li > ul ,
li > ol {
margin-bottom : 0 ;
2015-08-12 06:13:10 +00:00
margin-left : 1 . 5em ; }
2015-02-13 13:32:27 +00:00
dt {
2015-08-12 06:13:10 +00:00
font-weight : bold ; }
2015-02-13 13:32:27 +00:00
dd {
2015-08-12 06:13:10 +00:00
margin : 0 1 . 5em 1 . 5em ; }
2015-02-13 13:32:27 +00:00
img {
height : auto ;
/* Make sure images are scaled correctly. */
max-width : 100 % ;
2015-08-12 06:13:10 +00:00
/* Adhere to container width. */ }
2015-02-13 13:32:27 +00:00
table {
margin : 0 0 1 . 5em ;
2015-08-12 06:13:10 +00:00
width : 100 % ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# Forms
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
2015-08-12 07:06:27 +00:00
button ,
input [ type = "button" ] ,
input [ type = "reset" ] ,
input [ type = "submit" ] {
border : 1px solid ;
border-color : # ccc # ccc # bbb ;
border-radius : 3px ;
background : # e6e6e6 ;
box-shadow : inset 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 5 ) , inset 0 15px 17px rgba ( 255 , 255 , 255 , 0 . 5 ) , inset 0 -5px 12px rgba ( 0 , 0 , 0 , 0 . 05 ) ;
color : rgba ( 0 , 0 , 0 , 0 . 8 ) ;
font-size : 12px ;
font-size : 0 . 75rem ;
line-height : 1 ;
padding : 0 . 6em 1em 0 . 4em ;
text-shadow : 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 8 ) ; }
button : hover ,
input [ type = "button" ] : hover ,
input [ type = "reset" ] : hover ,
input [ type = "submit" ] : hover {
border-color : # ccc # bbb # aaa ;
box-shadow : inset 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 8 ) , inset 0 15px 17px rgba ( 255 , 255 , 255 , 0 . 8 ) , inset 0 -5px 12px rgba ( 0 , 0 , 0 , 0 . 02 ) ; }
button : active ,
button : focus ,
input [ type = "button" ] : active ,
input [ type = "button" ] : focus ,
input [ type = "reset" ] : active ,
input [ type = "reset" ] : focus ,
input [ type = "submit" ] : active ,
input [ type = "submit" ] : focus {
border-color : # aaa # bbb # bbb ;
box-shadow : inset 0 -1px 0 rgba ( 255 , 255 , 255 , 0 . 5 ) , inset 0 2px 5px rgba ( 0 , 0 , 0 , 0 . 15 ) ; }
input [ type = "text" ] ,
input [ type = "email" ] ,
input [ type = "url" ] ,
input [ type = "password" ] ,
input [ type = "search" ] ,
textarea {
color : # 666 ;
border : 1px solid # ccc ;
border-radius : 3px ; }
input [ type = "text" ] : focus ,
input [ type = "email" ] : focus ,
input [ type = "url" ] : focus ,
input [ type = "password" ] : focus ,
input [ type = "search" ] : focus ,
textarea : focus {
color : # 111 ; }
input [ type = "text" ] ,
input [ type = "email" ] ,
input [ type = "url" ] ,
input [ type = "password" ] ,
input [ type = "search" ] {
padding : 3px ; }
textarea {
padding-left : 3px ;
width : 100 % ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# Navigation
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# # Links
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
a {
2015-08-12 06:13:10 +00:00
color : royalblue ; }
a : visited {
color : purple ; }
a : hover ,
a : focus ,
a : active {
color : midnightblue ; }
2015-08-12 07:06:27 +00:00
a : focus {
outline : thin dotted ; }
a : hover ,
a : active {
outline : 0 ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# # Menus
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
. main-navigation {
clear : both ;
display : block ;
float : left ;
2015-08-12 06:13:10 +00:00
width : 100 % ; }
. main-navigation ul {
2015-08-12 07:06:27 +00:00
display : none ;
2015-08-12 06:13:10 +00:00
list-style : none ;
margin : 0 ;
padding-left : 0 ; }
. main-navigation ul ul {
box-shadow : 0 3px 3px rgba ( 0 , 0 , 0 , 0 . 2 ) ;
float : left ;
position : absolute ;
top : 1 . 5em ;
left : -999em ;
z-index : 99999 ; }
. main-navigation ul ul ul {
left : -999em ;
top : 0 ; }
2015-08-12 07:06:27 +00:00
. main-navigation ul ul li : hover > ul ,
. main-navigation ul ul li . focus > ul {
2015-08-12 06:13:10 +00:00
left : 100 % ; }
. main-navigation ul ul a {
width : 200px ; }
2015-08-12 07:06:27 +00:00
. main-navigation ul li : hover > ul ,
. main-navigation ul li . focus > ul {
2015-08-12 06:13:10 +00:00
left : auto ; }
. main-navigation li {
float : left ;
position : relative ; }
. main-navigation a {
display : block ;
text-decoration : none ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
/* Small menu. */
. menu-toggle ,
. main-navigation . toggled ul {
display : block ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
@ media screen and ( min-width : 37 . 5em ) {
. menu-toggle {
display : none ; }
2015-02-13 13:32:27 +00:00
. main-navigation ul {
2015-08-12 07:06:27 +00:00
display : block ; } }
2015-08-12 06:13:10 +00:00
2015-02-13 13:32:27 +00:00
. site-main . comment-navigation ,
2015-08-12 07:06:27 +00:00
. site-main . posts-navigation ,
2015-02-13 13:32:27 +00:00
. site-main . post-navigation {
margin : 0 0 1 . 5em ;
2015-08-12 06:13:10 +00:00
overflow : hidden ; }
2015-02-13 13:32:27 +00:00
. comment-navigation . nav-previous ,
2015-08-12 07:06:27 +00:00
. posts-navigation . nav-previous ,
2015-02-13 13:32:27 +00:00
. post-navigation . nav-previous {
float : left ;
2015-08-12 06:13:10 +00:00
width : 50 % ; }
2015-02-13 13:32:27 +00:00
. comment-navigation . nav-next ,
2015-08-12 07:06:27 +00:00
. posts-navigation . nav-next ,
2015-02-13 13:32:27 +00:00
. post-navigation . nav-next {
float : right ;
text-align : right ;
2015-08-12 06:13:10 +00:00
width : 50 % ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# Accessibility
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
2015-08-12 07:06:27 +00:00
/* Text meant only for screen readers. */
2015-02-13 13:32:27 +00:00
. screen-reader-text {
clip : rect ( 1px , 1px , 1px , 1px ) ;
position : absolute ! important ;
height : 1px ;
width : 1px ;
2015-08-12 06:13:10 +00:00
overflow : hidden ; }
. screen-reader-text : hover ,
. screen-reader-text : active ,
. screen-reader-text : focus {
background-color : # f1f1f1 ;
border-radius : 3px ;
box-shadow : 0 0 2px 2px rgba ( 0 , 0 , 0 , 0 . 6 ) ;
clip : auto ! important ;
color : # 21759b ;
display : block ;
font-size : 14px ;
2015-08-12 07:06:27 +00:00
font-size : 0 . 875rem ;
2015-08-12 06:13:10 +00:00
font-weight : bold ;
height : auto ;
left : 5px ;
line-height : normal ;
padding : 15px 23px 14px ;
text-decoration : none ;
top : 5px ;
width : auto ;
z-index : 100000 ;
2015-08-12 07:06:27 +00:00
/* Above WP toolbar. */ }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# Alignments
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
. alignleft {
display : inline ;
float : left ;
2015-08-12 06:13:10 +00:00
margin-right : 1 . 5em ; }
2015-02-13 13:32:27 +00:00
. alignright {
display : inline ;
float : right ;
2015-08-12 06:13:10 +00:00
margin-left : 1 . 5em ; }
2015-02-13 13:32:27 +00:00
. aligncenter {
display : block ;
2015-08-12 07:06:27 +00:00
margin-left : auto ;
margin-right : auto ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# Clearings
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
. clear : before ,
. clear : after ,
. entry-content : before ,
. entry-content : after ,
. comment-content : before ,
. comment-content : after ,
. site-header : before ,
. site-header : after ,
. site-content : before ,
. site-content : after ,
. site-footer : before ,
. site-footer : after {
content : "" ;
2015-08-12 06:13:10 +00:00
display : table ; }
2015-02-13 13:32:27 +00:00
. clear : after ,
. entry-content : after ,
. comment-content : after ,
. site-header : after ,
. site-content : after ,
. site-footer : after {
2015-08-12 06:13:10 +00:00
clear : both ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# Widgets
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
. widget {
margin : 0 0 1 . 5em ;
2015-08-12 07:06:27 +00:00
/* Make sure select elements fit in widgets. */ }
2015-08-12 06:13:10 +00:00
. widget select {
max-width : 100 % ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
/* Search widget. */
2015-02-13 13:32:27 +00:00
. widget_search . search-submit {
2015-08-12 06:13:10 +00:00
display : none ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# Content
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# # Posts and pages
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
. sticky {
2015-08-12 06:13:10 +00:00
display : block ; }
2015-02-13 13:32:27 +00:00
. hentry {
2015-08-12 06:13:10 +00:00
margin : 0 0 1 . 5em ; }
2015-02-13 13:32:27 +00:00
. byline ,
. updated : not ( . published ) {
2015-08-12 06:13:10 +00:00
display : none ; }
2015-02-13 13:32:27 +00:00
. single . byline ,
. group-blog . byline {
2015-08-12 06:13:10 +00:00
display : inline ; }
2015-02-13 13:32:27 +00:00
. page-content ,
. entry-content ,
. entry-summary {
2015-08-12 06:13:10 +00:00
margin : 1 . 5em 0 0 ; }
2015-02-13 13:32:27 +00:00
. page-links {
clear : both ;
2015-08-12 06:13:10 +00:00
margin : 0 0 1 . 5em ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# # Asides
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
. blog . format-aside . entry-title ,
. archive . format-aside . entry-title {
2015-08-12 06:13:10 +00:00
display : none ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# # Comments
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
. comment-content a {
2015-08-12 06:13:10 +00:00
word-wrap : break-word ; }
2015-02-13 13:32:27 +00:00
. bypostauthor {
2015-08-12 06:13:10 +00:00
display : block ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# Infinite scroll
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
/* Globally hidden elements when Infinite Scroll is supported and in use. */
2015-08-12 07:06:27 +00:00
. infinite-scroll . posts-navigation , . infinite-scroll . neverending . site-footer {
2015-02-13 13:32:27 +00:00
/* Theme Footer (when set to scrolling) */
2015-08-12 06:13:10 +00:00
display : none ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
2015-02-13 13:32:27 +00:00
. infinity-end . neverending . site-footer {
2015-08-12 06:13:10 +00:00
display : block ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# Media
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
2015-08-12 07:06:27 +00:00
. page-content . wp-smiley ,
. entry-content . wp-smiley ,
. comment-content . wp-smiley {
2015-02-13 13:32:27 +00:00
border : none ;
margin-bottom : 0 ;
margin-top : 0 ;
2015-08-12 06:13:10 +00:00
padding : 0 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
/* Make sure embeds and iframes fit their containers. */
2015-02-13 13:32:27 +00:00
embed ,
iframe ,
object {
2015-08-12 06:13:10 +00:00
max-width : 100 % ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# # Captions
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
. wp-caption {
margin-bottom : 1 . 5em ;
2015-08-12 06:13:10 +00:00
max-width : 100 % ; }
. wp-caption img [ class * = "wp-image-" ] {
display : block ;
2015-08-12 07:06:27 +00:00
margin-left : auto ;
margin-right : auto ; }
2015-08-12 06:13:10 +00:00
. wp-caption . wp-caption-text {
margin : 0 . 8075em 0 ; }
2015-02-13 13:32:27 +00:00
. wp-caption-text {
2015-08-12 06:13:10 +00:00
text-align : center ; }
2015-02-13 13:32:27 +00:00
/ * --------------------------------------------------------------
2015-08-12 07:06:27 +00:00
# # Galleries
2015-02-13 13:32:27 +00:00
-------------------------------------------------------------- * /
. gallery {
2015-08-12 06:13:10 +00:00
margin-bottom : 1 . 5em ; }
2015-02-13 13:32:27 +00:00
. gallery-item {
display : inline-block ;
text-align : center ;
vertical-align : top ;
2015-08-12 06:13:10 +00:00
width : 100 % ; }
2015-08-12 07:06:27 +00:00
. gallery-columns-2 . gallery-item {
max-width : 50 % ; }
. gallery-columns-3 . gallery-item {
max-width : 33 . 33 % ; }
. gallery-columns-4 . gallery-item {
max-width : 25 % ; }
. gallery-columns-5 . gallery-item {
max-width : 20 % ; }
. gallery-columns-6 . gallery-item {
max-width : 16 . 66 % ; }
. gallery-columns-7 . gallery-item {
max-width : 14 . 28 % ; }
. gallery-columns-8 . gallery-item {
max-width : 12 . 5 % ; }
. gallery-columns-9 . gallery-item {
max-width : 11 . 11 % ; }
2015-02-13 13:32:27 +00:00
. gallery-caption {
2015-08-12 06:13:10 +00:00
display : block ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
/ * !
* Bootstrap v3 . 3 . 5 ( http : / / getbootstrap . com )
* Copyright 2011-2015 Twitter , Inc .
* Licensed under MIT ( https : / / github . com / twbs / bootstrap / blob / master / LICENSE )
* /
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
2015-02-13 13:32:27 +00:00
html {
font-family : sans-serif ;
-ms-text-size-adjust : 100 % ;
2015-08-12 06:13:10 +00:00
-webkit-text-size-adjust : 100 % ; }
2015-02-13 13:32:27 +00:00
body {
2015-08-12 06:13:10 +00:00
margin : 0 ; }
2015-02-13 13:32:27 +00:00
article ,
aside ,
details ,
figcaption ,
figure ,
footer ,
header ,
hgroup ,
main ,
2015-08-12 07:06:27 +00:00
menu ,
2015-02-13 13:32:27 +00:00
nav ,
section ,
summary {
2015-08-12 06:13:10 +00:00
display : block ; }
2015-02-13 13:32:27 +00:00
audio ,
canvas ,
progress ,
video {
display : inline-block ;
2015-08-12 06:13:10 +00:00
vertical-align : baseline ; }
2015-02-13 13:32:27 +00:00
audio : not ( [ controls ] ) {
display : none ;
2015-08-12 06:13:10 +00:00
height : 0 ; }
2015-02-13 13:32:27 +00:00
[ hidden ] ,
template {
2015-08-12 06:13:10 +00:00
display : none ; }
2015-02-13 13:32:27 +00:00
a {
2015-08-12 07:06:27 +00:00
background-color : transparent ; }
2015-02-13 13:32:27 +00:00
a : active ,
a : hover {
2015-08-12 06:13:10 +00:00
outline : 0 ; }
2015-02-13 13:32:27 +00:00
abbr [ title ] {
2015-08-12 06:13:10 +00:00
border-bottom : 1px dotted ; }
2015-02-13 13:32:27 +00:00
b ,
strong {
2015-08-12 06:13:10 +00:00
font-weight : bold ; }
2015-02-13 13:32:27 +00:00
dfn {
2015-08-12 06:13:10 +00:00
font-style : italic ; }
2015-02-13 13:32:27 +00:00
h1 {
font-size : 2em ;
2015-08-12 06:13:10 +00:00
margin : 0 . 67em 0 ; }
2015-02-13 13:32:27 +00:00
mark {
background : # ff0 ;
2015-08-12 06:13:10 +00:00
color : # 000 ; }
2015-02-13 13:32:27 +00:00
small {
2015-08-12 06:13:10 +00:00
font-size : 80 % ; }
2015-02-13 13:32:27 +00:00
sub ,
sup {
font-size : 75 % ;
line-height : 0 ;
position : relative ;
2015-08-12 06:13:10 +00:00
vertical-align : baseline ; }
2015-02-13 13:32:27 +00:00
sup {
2015-08-12 06:13:10 +00:00
top : -0 . 5em ; }
2015-02-13 13:32:27 +00:00
sub {
2015-08-12 06:13:10 +00:00
bottom : -0 . 25em ; }
2015-02-13 13:32:27 +00:00
img {
2015-08-12 06:13:10 +00:00
border : 0 ; }
2015-02-13 13:32:27 +00:00
svg : not ( : root ) {
2015-08-12 06:13:10 +00:00
overflow : hidden ; }
2015-02-13 13:32:27 +00:00
figure {
2015-08-12 06:13:10 +00:00
margin : 1em 40px ; }
2015-02-13 13:32:27 +00:00
hr {
box-sizing : content-box ;
2015-08-12 06:13:10 +00:00
height : 0 ; }
2015-02-13 13:32:27 +00:00
pre {
2015-08-12 06:13:10 +00:00
overflow : auto ; }
2015-02-13 13:32:27 +00:00
code ,
kbd ,
pre ,
samp {
font-family : monospace , monospace ;
2015-08-12 06:13:10 +00:00
font-size : 1em ; }
2015-02-13 13:32:27 +00:00
button ,
input ,
optgroup ,
select ,
textarea {
color : inherit ;
font : inherit ;
2015-08-12 06:13:10 +00:00
margin : 0 ; }
2015-02-13 13:32:27 +00:00
button {
2015-08-12 06:13:10 +00:00
overflow : visible ; }
2015-02-13 13:32:27 +00:00
button ,
select {
2015-08-12 06:13:10 +00:00
text-transform : none ; }
2015-02-13 13:32:27 +00:00
button ,
2015-08-12 06:13:10 +00:00
html input [ type = "button" ] , input [ type = "reset" ] ,
2015-02-13 13:32:27 +00:00
input [ type = "submit" ] {
-webkit-appearance : button ;
2015-08-12 06:13:10 +00:00
cursor : pointer ; }
2015-02-13 13:32:27 +00:00
button [ disabled ] ,
html input [ disabled ] {
2015-08-12 06:13:10 +00:00
cursor : default ; }
2015-02-13 13:32:27 +00:00
button :: -moz-focus-inner ,
input :: -moz-focus-inner {
border : 0 ;
2015-08-12 06:13:10 +00:00
padding : 0 ; }
2015-02-13 13:32:27 +00:00
input {
2015-08-12 06:13:10 +00:00
line-height : normal ; }
2015-02-13 13:32:27 +00:00
input [ type = "checkbox" ] ,
input [ type = "radio" ] {
box-sizing : border-box ;
2015-08-12 06:13:10 +00:00
padding : 0 ; }
2015-02-13 13:32:27 +00:00
input [ type = "number" ] :: -webkit-inner-spin-button ,
input [ type = "number" ] :: -webkit-outer-spin-button {
2015-08-12 06:13:10 +00:00
height : auto ; }
2015-02-13 13:32:27 +00:00
input [ type = "search" ] {
-webkit-appearance : textfield ;
2015-08-12 06:13:10 +00:00
box-sizing : content-box ; }
2015-02-13 13:32:27 +00:00
input [ type = "search" ] :: -webkit-search-cancel-button ,
input [ type = "search" ] :: -webkit-search-decoration {
2015-08-12 06:13:10 +00:00
-webkit-appearance : none ; }
2015-02-13 13:32:27 +00:00
fieldset {
border : 1px solid # c0c0c0 ;
margin : 0 2px ;
2015-08-12 06:13:10 +00:00
padding : 0 . 35em 0 . 625em 0 . 75em ; }
2015-02-13 13:32:27 +00:00
legend {
border : 0 ;
2015-08-12 06:13:10 +00:00
padding : 0 ; }
2015-02-13 13:32:27 +00:00
textarea {
2015-08-12 06:13:10 +00:00
overflow : auto ; }
2015-02-13 13:32:27 +00:00
optgroup {
2015-08-12 06:13:10 +00:00
font-weight : bold ; }
2015-02-13 13:32:27 +00:00
table {
border-collapse : collapse ;
2015-08-12 06:13:10 +00:00
border-spacing : 0 ; }
2015-02-13 13:32:27 +00:00
td ,
th {
2015-08-12 06:13:10 +00:00
padding : 0 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
2015-02-13 13:32:27 +00:00
@ media print {
2015-08-12 07:06:27 +00:00
* ,
* : before ,
* : after {
2015-02-13 13:32:27 +00:00
background : transparent ! important ;
2015-08-12 07:06:27 +00:00
color : # 000 ! important ;
box-shadow : none ! important ;
text-shadow : none ! important ; }
2015-02-13 13:32:27 +00:00
a ,
a : visited {
2015-08-12 06:13:10 +00:00
text-decoration : underline ; }
2015-02-13 13:32:27 +00:00
a [ href ] : after {
2015-08-12 06:13:10 +00:00
content : " (" attr ( href ) ")" ; }
2015-02-13 13:32:27 +00:00
abbr [ title ] : after {
2015-08-12 06:13:10 +00:00
content : " (" attr ( title ) ")" ; }
2015-08-12 07:06:27 +00:00
a [ href ^ = "#" ] : after ,
a [ href ^ = "javascript:" ] : after {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
pre ,
blockquote {
border : 1px solid # 999 ;
2015-08-12 06:13:10 +00:00
page-break-inside : avoid ; }
2015-02-13 13:32:27 +00:00
thead {
2015-08-12 06:13:10 +00:00
display : table-header-group ; }
2015-02-13 13:32:27 +00:00
tr ,
img {
2015-08-12 06:13:10 +00:00
page-break-inside : avoid ; }
2015-02-13 13:32:27 +00:00
img {
2015-08-12 06:13:10 +00:00
max-width : 100 % ! important ; }
2015-02-13 13:32:27 +00:00
p ,
h2 ,
h3 {
orphans : 3 ;
2015-08-12 06:13:10 +00:00
widows : 3 ; }
2015-02-13 13:32:27 +00:00
h2 ,
h3 {
2015-08-12 06:13:10 +00:00
page-break-after : avoid ; }
2015-02-13 13:32:27 +00:00
. navbar {
2015-08-12 06:13:10 +00:00
display : none ; }
2015-02-13 13:32:27 +00:00
. btn > . caret ,
. dropup > . btn > . caret {
2015-08-12 06:13:10 +00:00
border-top-color : # 000 ! important ; }
2015-02-13 13:32:27 +00:00
. label {
2015-08-12 06:13:10 +00:00
border : 1px solid # 000 ; }
2015-02-13 13:32:27 +00:00
. table {
2015-08-12 06:13:10 +00:00
border-collapse : collapse ! important ; }
2015-08-12 07:06:27 +00:00
. table td ,
. table th {
background-color : # fff ! important ; }
2015-02-13 13:32:27 +00:00
. table-bordered th ,
. table-bordered td {
2015-08-12 06:13:10 +00:00
border : 1px solid # ddd ! important ; } }
2015-02-13 13:32:27 +00:00
@ font-face {
font-family : 'Glyphicons Halflings' ;
src : url ( "../fonts/bootstrap/glyphicons-halflings-regular.eot" ) ;
2015-08-12 07:06:27 +00:00
src : url ( "../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix" ) format ( "embedded-opentype" ) , url ( "../fonts/bootstrap/glyphicons-halflings-regular.woff2" ) format ( "woff2" ) , url ( "../fonts/bootstrap/glyphicons-halflings-regular.woff" ) format ( "woff" ) , url ( "../fonts/bootstrap/glyphicons-halflings-regular.ttf" ) format ( "truetype" ) , url ( "../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular" ) format ( "svg" ) ; }
2015-08-12 06:13:10 +00:00
2015-02-13 13:32:27 +00:00
. glyphicon {
position : relative ;
top : 1px ;
display : inline-block ;
font-family : 'Glyphicons Halflings' ;
font-style : normal ;
font-weight : normal ;
line-height : 1 ;
-webkit-font-smoothing : antialiased ;
2015-08-12 06:13:10 +00:00
-moz-osx-font-smoothing : grayscale ; }
2015-02-13 13:32:27 +00:00
. glyphicon-asterisk : before {
2015-08-12 06:13:10 +00:00
content : "\2a" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-plus : before {
2015-08-12 06:13:10 +00:00
content : "\2b" ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. glyphicon-euro : before ,
. glyphicon-eur : before {
2015-08-12 06:13:10 +00:00
content : "\20ac" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-minus : before {
2015-08-12 06:13:10 +00:00
content : "\2212" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-cloud : before {
2015-08-12 06:13:10 +00:00
content : "\2601" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-envelope : before {
2015-08-12 06:13:10 +00:00
content : "\2709" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-pencil : before {
2015-08-12 06:13:10 +00:00
content : "\270f" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-glass : before {
2015-08-12 06:13:10 +00:00
content : "\e001" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-music : before {
2015-08-12 06:13:10 +00:00
content : "\e002" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-search : before {
2015-08-12 06:13:10 +00:00
content : "\e003" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-heart : before {
2015-08-12 06:13:10 +00:00
content : "\e005" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-star : before {
2015-08-12 06:13:10 +00:00
content : "\e006" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-star-empty : before {
2015-08-12 06:13:10 +00:00
content : "\e007" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-user : before {
2015-08-12 06:13:10 +00:00
content : "\e008" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-film : before {
2015-08-12 06:13:10 +00:00
content : "\e009" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-th-large : before {
2015-08-12 06:13:10 +00:00
content : "\e010" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-th : before {
2015-08-12 06:13:10 +00:00
content : "\e011" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-th-list : before {
2015-08-12 06:13:10 +00:00
content : "\e012" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-ok : before {
2015-08-12 06:13:10 +00:00
content : "\e013" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-remove : before {
2015-08-12 06:13:10 +00:00
content : "\e014" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-zoom-in : before {
2015-08-12 06:13:10 +00:00
content : "\e015" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-zoom-out : before {
2015-08-12 06:13:10 +00:00
content : "\e016" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-off : before {
2015-08-12 06:13:10 +00:00
content : "\e017" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-signal : before {
2015-08-12 06:13:10 +00:00
content : "\e018" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-cog : before {
2015-08-12 06:13:10 +00:00
content : "\e019" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-trash : before {
2015-08-12 06:13:10 +00:00
content : "\e020" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-home : before {
2015-08-12 06:13:10 +00:00
content : "\e021" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-file : before {
2015-08-12 06:13:10 +00:00
content : "\e022" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-time : before {
2015-08-12 06:13:10 +00:00
content : "\e023" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-road : before {
2015-08-12 06:13:10 +00:00
content : "\e024" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-download-alt : before {
2015-08-12 06:13:10 +00:00
content : "\e025" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-download : before {
2015-08-12 06:13:10 +00:00
content : "\e026" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-upload : before {
2015-08-12 06:13:10 +00:00
content : "\e027" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-inbox : before {
2015-08-12 06:13:10 +00:00
content : "\e028" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-play-circle : before {
2015-08-12 06:13:10 +00:00
content : "\e029" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-repeat : before {
2015-08-12 06:13:10 +00:00
content : "\e030" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-refresh : before {
2015-08-12 06:13:10 +00:00
content : "\e031" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-list-alt : before {
2015-08-12 06:13:10 +00:00
content : "\e032" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-lock : before {
2015-08-12 06:13:10 +00:00
content : "\e033" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-flag : before {
2015-08-12 06:13:10 +00:00
content : "\e034" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-headphones : before {
2015-08-12 06:13:10 +00:00
content : "\e035" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-volume-off : before {
2015-08-12 06:13:10 +00:00
content : "\e036" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-volume-down : before {
2015-08-12 06:13:10 +00:00
content : "\e037" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-volume-up : before {
2015-08-12 06:13:10 +00:00
content : "\e038" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-qrcode : before {
2015-08-12 06:13:10 +00:00
content : "\e039" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-barcode : before {
2015-08-12 06:13:10 +00:00
content : "\e040" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-tag : before {
2015-08-12 06:13:10 +00:00
content : "\e041" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-tags : before {
2015-08-12 06:13:10 +00:00
content : "\e042" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-book : before {
2015-08-12 06:13:10 +00:00
content : "\e043" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-bookmark : before {
2015-08-12 06:13:10 +00:00
content : "\e044" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-print : before {
2015-08-12 06:13:10 +00:00
content : "\e045" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-camera : before {
2015-08-12 06:13:10 +00:00
content : "\e046" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-font : before {
2015-08-12 06:13:10 +00:00
content : "\e047" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-bold : before {
2015-08-12 06:13:10 +00:00
content : "\e048" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-italic : before {
2015-08-12 06:13:10 +00:00
content : "\e049" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-text-height : before {
2015-08-12 06:13:10 +00:00
content : "\e050" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-text-width : before {
2015-08-12 06:13:10 +00:00
content : "\e051" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-align-left : before {
2015-08-12 06:13:10 +00:00
content : "\e052" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-align-center : before {
2015-08-12 06:13:10 +00:00
content : "\e053" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-align-right : before {
2015-08-12 06:13:10 +00:00
content : "\e054" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-align-justify : before {
2015-08-12 06:13:10 +00:00
content : "\e055" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-list : before {
2015-08-12 06:13:10 +00:00
content : "\e056" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-indent-left : before {
2015-08-12 06:13:10 +00:00
content : "\e057" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-indent-right : before {
2015-08-12 06:13:10 +00:00
content : "\e058" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-facetime-video : before {
2015-08-12 06:13:10 +00:00
content : "\e059" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-picture : before {
2015-08-12 06:13:10 +00:00
content : "\e060" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-map-marker : before {
2015-08-12 06:13:10 +00:00
content : "\e062" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-adjust : before {
2015-08-12 06:13:10 +00:00
content : "\e063" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-tint : before {
2015-08-12 06:13:10 +00:00
content : "\e064" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-edit : before {
2015-08-12 06:13:10 +00:00
content : "\e065" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-share : before {
2015-08-12 06:13:10 +00:00
content : "\e066" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-check : before {
2015-08-12 06:13:10 +00:00
content : "\e067" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-move : before {
2015-08-12 06:13:10 +00:00
content : "\e068" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-step-backward : before {
2015-08-12 06:13:10 +00:00
content : "\e069" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-fast-backward : before {
2015-08-12 06:13:10 +00:00
content : "\e070" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-backward : before {
2015-08-12 06:13:10 +00:00
content : "\e071" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-play : before {
2015-08-12 06:13:10 +00:00
content : "\e072" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-pause : before {
2015-08-12 06:13:10 +00:00
content : "\e073" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-stop : before {
2015-08-12 06:13:10 +00:00
content : "\e074" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-forward : before {
2015-08-12 06:13:10 +00:00
content : "\e075" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-fast-forward : before {
2015-08-12 06:13:10 +00:00
content : "\e076" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-step-forward : before {
2015-08-12 06:13:10 +00:00
content : "\e077" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-eject : before {
2015-08-12 06:13:10 +00:00
content : "\e078" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-chevron-left : before {
2015-08-12 06:13:10 +00:00
content : "\e079" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-chevron-right : before {
2015-08-12 06:13:10 +00:00
content : "\e080" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-plus-sign : before {
2015-08-12 06:13:10 +00:00
content : "\e081" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-minus-sign : before {
2015-08-12 06:13:10 +00:00
content : "\e082" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-remove-sign : before {
2015-08-12 06:13:10 +00:00
content : "\e083" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-ok-sign : before {
2015-08-12 06:13:10 +00:00
content : "\e084" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-question-sign : before {
2015-08-12 06:13:10 +00:00
content : "\e085" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-info-sign : before {
2015-08-12 06:13:10 +00:00
content : "\e086" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-screenshot : before {
2015-08-12 06:13:10 +00:00
content : "\e087" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-remove-circle : before {
2015-08-12 06:13:10 +00:00
content : "\e088" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-ok-circle : before {
2015-08-12 06:13:10 +00:00
content : "\e089" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-ban-circle : before {
2015-08-12 06:13:10 +00:00
content : "\e090" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-arrow-left : before {
2015-08-12 06:13:10 +00:00
content : "\e091" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-arrow-right : before {
2015-08-12 06:13:10 +00:00
content : "\e092" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-arrow-up : before {
2015-08-12 06:13:10 +00:00
content : "\e093" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-arrow-down : before {
2015-08-12 06:13:10 +00:00
content : "\e094" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-share-alt : before {
2015-08-12 06:13:10 +00:00
content : "\e095" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-resize-full : before {
2015-08-12 06:13:10 +00:00
content : "\e096" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-resize-small : before {
2015-08-12 06:13:10 +00:00
content : "\e097" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-exclamation-sign : before {
2015-08-12 06:13:10 +00:00
content : "\e101" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-gift : before {
2015-08-12 06:13:10 +00:00
content : "\e102" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-leaf : before {
2015-08-12 06:13:10 +00:00
content : "\e103" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-fire : before {
2015-08-12 06:13:10 +00:00
content : "\e104" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-eye-open : before {
2015-08-12 06:13:10 +00:00
content : "\e105" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-eye-close : before {
2015-08-12 06:13:10 +00:00
content : "\e106" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-warning-sign : before {
2015-08-12 06:13:10 +00:00
content : "\e107" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-plane : before {
2015-08-12 06:13:10 +00:00
content : "\e108" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-calendar : before {
2015-08-12 06:13:10 +00:00
content : "\e109" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-random : before {
2015-08-12 06:13:10 +00:00
content : "\e110" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-comment : before {
2015-08-12 06:13:10 +00:00
content : "\e111" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-magnet : before {
2015-08-12 06:13:10 +00:00
content : "\e112" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-chevron-up : before {
2015-08-12 06:13:10 +00:00
content : "\e113" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-chevron-down : before {
2015-08-12 06:13:10 +00:00
content : "\e114" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-retweet : before {
2015-08-12 06:13:10 +00:00
content : "\e115" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-shopping-cart : before {
2015-08-12 06:13:10 +00:00
content : "\e116" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-folder-close : before {
2015-08-12 06:13:10 +00:00
content : "\e117" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-folder-open : before {
2015-08-12 06:13:10 +00:00
content : "\e118" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-resize-vertical : before {
2015-08-12 06:13:10 +00:00
content : "\e119" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-resize-horizontal : before {
2015-08-12 06:13:10 +00:00
content : "\e120" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-hdd : before {
2015-08-12 06:13:10 +00:00
content : "\e121" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-bullhorn : before {
2015-08-12 06:13:10 +00:00
content : "\e122" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-bell : before {
2015-08-12 06:13:10 +00:00
content : "\e123" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-certificate : before {
2015-08-12 06:13:10 +00:00
content : "\e124" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-thumbs-up : before {
2015-08-12 06:13:10 +00:00
content : "\e125" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-thumbs-down : before {
2015-08-12 06:13:10 +00:00
content : "\e126" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-hand-right : before {
2015-08-12 06:13:10 +00:00
content : "\e127" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-hand-left : before {
2015-08-12 06:13:10 +00:00
content : "\e128" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-hand-up : before {
2015-08-12 06:13:10 +00:00
content : "\e129" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-hand-down : before {
2015-08-12 06:13:10 +00:00
content : "\e130" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-circle-arrow-right : before {
2015-08-12 06:13:10 +00:00
content : "\e131" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-circle-arrow-left : before {
2015-08-12 06:13:10 +00:00
content : "\e132" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-circle-arrow-up : before {
2015-08-12 06:13:10 +00:00
content : "\e133" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-circle-arrow-down : before {
2015-08-12 06:13:10 +00:00
content : "\e134" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-globe : before {
2015-08-12 06:13:10 +00:00
content : "\e135" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-wrench : before {
2015-08-12 06:13:10 +00:00
content : "\e136" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-tasks : before {
2015-08-12 06:13:10 +00:00
content : "\e137" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-filter : before {
2015-08-12 06:13:10 +00:00
content : "\e138" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-briefcase : before {
2015-08-12 06:13:10 +00:00
content : "\e139" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-fullscreen : before {
2015-08-12 06:13:10 +00:00
content : "\e140" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-dashboard : before {
2015-08-12 06:13:10 +00:00
content : "\e141" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-paperclip : before {
2015-08-12 06:13:10 +00:00
content : "\e142" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-heart-empty : before {
2015-08-12 06:13:10 +00:00
content : "\e143" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-link : before {
2015-08-12 06:13:10 +00:00
content : "\e144" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-phone : before {
2015-08-12 06:13:10 +00:00
content : "\e145" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-pushpin : before {
2015-08-12 06:13:10 +00:00
content : "\e146" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-usd : before {
2015-08-12 06:13:10 +00:00
content : "\e148" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-gbp : before {
2015-08-12 06:13:10 +00:00
content : "\e149" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-sort : before {
2015-08-12 06:13:10 +00:00
content : "\e150" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-sort-by-alphabet : before {
2015-08-12 06:13:10 +00:00
content : "\e151" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-sort-by-alphabet-alt : before {
2015-08-12 06:13:10 +00:00
content : "\e152" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-sort-by-order : before {
2015-08-12 06:13:10 +00:00
content : "\e153" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-sort-by-order-alt : before {
2015-08-12 06:13:10 +00:00
content : "\e154" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-sort-by-attributes : before {
2015-08-12 06:13:10 +00:00
content : "\e155" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-sort-by-attributes-alt : before {
2015-08-12 06:13:10 +00:00
content : "\e156" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-unchecked : before {
2015-08-12 06:13:10 +00:00
content : "\e157" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-expand : before {
2015-08-12 06:13:10 +00:00
content : "\e158" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-collapse-down : before {
2015-08-12 06:13:10 +00:00
content : "\e159" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-collapse-up : before {
2015-08-12 06:13:10 +00:00
content : "\e160" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-log-in : before {
2015-08-12 06:13:10 +00:00
content : "\e161" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-flash : before {
2015-08-12 06:13:10 +00:00
content : "\e162" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-log-out : before {
2015-08-12 06:13:10 +00:00
content : "\e163" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-new-window : before {
2015-08-12 06:13:10 +00:00
content : "\e164" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-record : before {
2015-08-12 06:13:10 +00:00
content : "\e165" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-save : before {
2015-08-12 06:13:10 +00:00
content : "\e166" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-open : before {
2015-08-12 06:13:10 +00:00
content : "\e167" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-saved : before {
2015-08-12 06:13:10 +00:00
content : "\e168" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-import : before {
2015-08-12 06:13:10 +00:00
content : "\e169" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-export : before {
2015-08-12 06:13:10 +00:00
content : "\e170" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-send : before {
2015-08-12 06:13:10 +00:00
content : "\e171" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-floppy-disk : before {
2015-08-12 06:13:10 +00:00
content : "\e172" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-floppy-saved : before {
2015-08-12 06:13:10 +00:00
content : "\e173" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-floppy-remove : before {
2015-08-12 06:13:10 +00:00
content : "\e174" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-floppy-save : before {
2015-08-12 06:13:10 +00:00
content : "\e175" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-floppy-open : before {
2015-08-12 06:13:10 +00:00
content : "\e176" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-credit-card : before {
2015-08-12 06:13:10 +00:00
content : "\e177" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-transfer : before {
2015-08-12 06:13:10 +00:00
content : "\e178" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-cutlery : before {
2015-08-12 06:13:10 +00:00
content : "\e179" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-header : before {
2015-08-12 06:13:10 +00:00
content : "\e180" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-compressed : before {
2015-08-12 06:13:10 +00:00
content : "\e181" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-earphone : before {
2015-08-12 06:13:10 +00:00
content : "\e182" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-phone-alt : before {
2015-08-12 06:13:10 +00:00
content : "\e183" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-tower : before {
2015-08-12 06:13:10 +00:00
content : "\e184" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-stats : before {
2015-08-12 06:13:10 +00:00
content : "\e185" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-sd-video : before {
2015-08-12 06:13:10 +00:00
content : "\e186" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-hd-video : before {
2015-08-12 06:13:10 +00:00
content : "\e187" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-subtitles : before {
2015-08-12 06:13:10 +00:00
content : "\e188" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-sound-stereo : before {
2015-08-12 06:13:10 +00:00
content : "\e189" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-sound-dolby : before {
2015-08-12 06:13:10 +00:00
content : "\e190" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-sound-5-1 : before {
2015-08-12 06:13:10 +00:00
content : "\e191" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-sound-6-1 : before {
2015-08-12 06:13:10 +00:00
content : "\e192" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-sound-7-1 : before {
2015-08-12 06:13:10 +00:00
content : "\e193" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-copyright-mark : before {
2015-08-12 06:13:10 +00:00
content : "\e194" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-registration-mark : before {
2015-08-12 06:13:10 +00:00
content : "\e195" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-cloud-download : before {
2015-08-12 06:13:10 +00:00
content : "\e197" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-cloud-upload : before {
2015-08-12 06:13:10 +00:00
content : "\e198" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-tree-conifer : before {
2015-08-12 06:13:10 +00:00
content : "\e199" ; }
2015-02-13 13:32:27 +00:00
. glyphicon-tree-deciduous : before {
2015-08-12 06:13:10 +00:00
content : "\e200" ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. glyphicon-cd : before {
content : "\e201" ; }
. glyphicon-save-file : before {
content : "\e202" ; }
. glyphicon-open-file : before {
content : "\e203" ; }
. glyphicon-level-up : before {
content : "\e204" ; }
. glyphicon-copy : before {
content : "\e205" ; }
. glyphicon-paste : before {
content : "\e206" ; }
. glyphicon-alert : before {
content : "\e209" ; }
. glyphicon-equalizer : before {
content : "\e210" ; }
. glyphicon-king : before {
content : "\e211" ; }
. glyphicon-queen : before {
content : "\e212" ; }
. glyphicon-pawn : before {
content : "\e213" ; }
. glyphicon-bishop : before {
content : "\e214" ; }
. glyphicon-knight : before {
content : "\e215" ; }
. glyphicon-baby-formula : before {
content : "\e216" ; }
. glyphicon-tent : before {
content : "\26fa" ; }
. glyphicon-blackboard : before {
content : "\e218" ; }
. glyphicon-bed : before {
content : "\e219" ; }
. glyphicon-apple : before {
content : "\f8ff" ; }
. glyphicon-erase : before {
content : "\e221" ; }
. glyphicon-hourglass : before {
content : "\231b" ; }
. glyphicon-lamp : before {
content : "\e223" ; }
. glyphicon-duplicate : before {
content : "\e224" ; }
. glyphicon-piggy-bank : before {
content : "\e225" ; }
. glyphicon-scissors : before {
content : "\e226" ; }
. glyphicon-bitcoin : before {
content : "\e227" ; }
. glyphicon-btc : before {
content : "\e227" ; }
. glyphicon-xbt : before {
content : "\e227" ; }
. glyphicon-yen : before {
content : "\00a5" ; }
. glyphicon-jpy : before {
content : "\00a5" ; }
. glyphicon-ruble : before {
content : "\20bd" ; }
. glyphicon-rub : before {
content : "\20bd" ; }
. glyphicon-scale : before {
content : "\e230" ; }
. glyphicon-ice-lolly : before {
content : "\e231" ; }
. glyphicon-ice-lolly-tasted : before {
content : "\e232" ; }
. glyphicon-education : before {
content : "\e233" ; }
. glyphicon-option-horizontal : before {
content : "\e234" ; }
. glyphicon-option-vertical : before {
content : "\e235" ; }
. glyphicon-menu-hamburger : before {
content : "\e236" ; }
. glyphicon-modal-window : before {
content : "\e237" ; }
. glyphicon-oil : before {
content : "\e238" ; }
. glyphicon-grain : before {
content : "\e239" ; }
. glyphicon-sunglasses : before {
content : "\e240" ; }
. glyphicon-text-size : before {
content : "\e241" ; }
. glyphicon-text-color : before {
content : "\e242" ; }
. glyphicon-text-background : before {
content : "\e243" ; }
. glyphicon-object-align-top : before {
content : "\e244" ; }
. glyphicon-object-align-bottom : before {
content : "\e245" ; }
. glyphicon-object-align-horizontal : before {
content : "\e246" ; }
. glyphicon-object-align-left : before {
content : "\e247" ; }
. glyphicon-object-align-vertical : before {
content : "\e248" ; }
. glyphicon-object-align-right : before {
content : "\e249" ; }
. glyphicon-triangle-right : before {
content : "\e250" ; }
. glyphicon-triangle-left : before {
content : "\e251" ; }
. glyphicon-triangle-bottom : before {
content : "\e252" ; }
. glyphicon-triangle-top : before {
content : "\e253" ; }
. glyphicon-console : before {
content : "\e254" ; }
. glyphicon-superscript : before {
content : "\e255" ; }
. glyphicon-subscript : before {
content : "\e256" ; }
. glyphicon-menu-left : before {
content : "\e257" ; }
. glyphicon-menu-right : before {
content : "\e258" ; }
. glyphicon-menu-down : before {
content : "\e259" ; }
. glyphicon-menu-up : before {
content : "\e260" ; }
2015-02-13 13:32:27 +00:00
* {
-webkit-box-sizing : border-box ;
-moz-box-sizing : border-box ;
2015-08-12 06:13:10 +00:00
box-sizing : border-box ; }
2015-02-13 13:32:27 +00:00
* : before ,
* : after {
-webkit-box-sizing : border-box ;
-moz-box-sizing : border-box ;
2015-08-12 06:13:10 +00:00
box-sizing : border-box ; }
2015-02-13 13:32:27 +00:00
html {
font-size : 10px ;
2015-08-12 06:13:10 +00:00
-webkit-tap-highlight-color : transparent ; }
2015-02-13 13:32:27 +00:00
body {
font-family : "Helvetica Neue" , Helvetica , Arial , sans-serif ;
font-size : 14px ;
line-height : 1 . 42857 ;
color : # 333333 ;
2015-08-12 06:13:10 +00:00
background-color : # fff ; }
2015-02-13 13:32:27 +00:00
input ,
button ,
select ,
textarea {
font-family : inherit ;
font-size : inherit ;
2015-08-12 06:13:10 +00:00
line-height : inherit ; }
2015-02-13 13:32:27 +00:00
a {
color : # ff6d5a ;
2015-08-12 06:13:10 +00:00
text-decoration : none ; }
a : hover ,
a : focus {
color : # ff290e ;
text-decoration : underline ; }
a : focus {
outline : thin dotted ;
outline : 5px auto -webkit-focus-ring-color ;
outline-offset : -2px ; }
2015-02-13 13:32:27 +00:00
figure {
2015-08-12 06:13:10 +00:00
margin : 0 ; }
2015-02-13 13:32:27 +00:00
img {
2015-08-12 06:13:10 +00:00
vertical-align : middle ; }
2015-02-13 13:32:27 +00:00
. img-responsive {
display : block ;
max-width : 100 % ;
2015-08-12 06:13:10 +00:00
height : auto ; }
2015-02-13 13:32:27 +00:00
. img-rounded {
2015-08-12 06:13:10 +00:00
border-radius : 6px ; }
2015-02-13 13:32:27 +00:00
. img-thumbnail {
padding : 4px ;
line-height : 1 . 42857 ;
background-color : # fff ;
border : 1px solid # ddd ;
border-radius : 4px ;
-webkit-transition : all 0 . 2s ease-in-out ;
-o-transition : all 0 . 2s ease-in-out ;
transition : all 0 . 2s ease-in-out ;
display : inline-block ;
max-width : 100 % ;
2015-08-12 06:13:10 +00:00
height : auto ; }
2015-02-13 13:32:27 +00:00
. img-circle {
2015-08-12 06:13:10 +00:00
border-radius : 50 % ; }
2015-02-13 13:32:27 +00:00
hr {
margin-top : 20px ;
margin-bottom : 20px ;
border : 0 ;
2015-08-12 06:13:10 +00:00
border-top : 1px solid # eeeeee ; }
2015-02-13 13:32:27 +00:00
. sr-only {
position : absolute ;
width : 1px ;
height : 1px ;
margin : -1px ;
padding : 0 ;
overflow : hidden ;
clip : rect ( 0 , 0 , 0 , 0 ) ;
2015-08-12 06:13:10 +00:00
border : 0 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 06:13:10 +00:00
. sr-only-focusable : active ,
. sr-only-focusable : focus {
2015-02-13 13:32:27 +00:00
position : static ;
width : auto ;
height : auto ;
margin : 0 ;
overflow : visible ;
2015-08-12 06:13:10 +00:00
clip : auto ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
[ role = "button" ] {
cursor : pointer ; }
2015-02-13 13:32:27 +00:00
h1 , h2 , h3 , h4 , h5 , h6 ,
. h1 , . h2 , . h3 , . h4 , . h5 , . h6 {
font-family : inherit ;
font-weight : 500 ;
line-height : 1 . 1 ;
2015-08-12 06:13:10 +00:00
color : inherit ; }
h1 small ,
h1 . small , h2 small ,
h2 . small , h3 small ,
h3 . small , h4 small ,
h4 . small , h5 small ,
h5 . small , h6 small ,
h6 . small ,
. h1 small ,
. h1 . small , . h2 small ,
. h2 . small , . h3 small ,
. h3 . small , . h4 small ,
. h4 . small , . h5 small ,
. h5 . small , . h6 small ,
. h6 . small {
font-weight : normal ;
line-height : 1 ;
color : # 777777 ; }
2015-02-13 13:32:27 +00:00
h1 , . h1 ,
h2 , . h2 ,
h3 , . h3 {
margin-top : 20px ;
2015-08-12 06:13:10 +00:00
margin-bottom : 10px ; }
h1 small ,
h1 . small , . h1 small ,
. h1 . small ,
h2 small ,
h2 . small , . h2 small ,
. h2 . small ,
h3 small ,
h3 . small , . h3 small ,
. h3 . small {
font-size : 65 % ; }
2015-02-13 13:32:27 +00:00
h4 , . h4 ,
h5 , . h5 ,
h6 , . h6 {
margin-top : 10px ;
2015-08-12 06:13:10 +00:00
margin-bottom : 10px ; }
h4 small ,
h4 . small , . h4 small ,
. h4 . small ,
h5 small ,
h5 . small , . h5 small ,
. h5 . small ,
h6 small ,
h6 . small , . h6 small ,
. h6 . small {
font-size : 75 % ; }
2015-02-13 13:32:27 +00:00
h1 , . h1 {
2015-08-12 06:13:10 +00:00
font-size : 36px ; }
2015-02-13 13:32:27 +00:00
h2 , . h2 {
2015-08-12 06:13:10 +00:00
font-size : 30px ; }
2015-02-13 13:32:27 +00:00
h3 , . h3 {
2015-08-12 06:13:10 +00:00
font-size : 24px ; }
2015-02-13 13:32:27 +00:00
h4 , . h4 {
2015-08-12 06:13:10 +00:00
font-size : 18px ; }
2015-02-13 13:32:27 +00:00
h5 , . h5 {
2015-08-12 06:13:10 +00:00
font-size : 14px ; }
2015-02-13 13:32:27 +00:00
h6 , . h6 {
2015-08-12 06:13:10 +00:00
font-size : 12px ; }
2015-02-13 13:32:27 +00:00
p {
2015-08-12 06:13:10 +00:00
margin : 0 0 10px ; }
2015-02-13 13:32:27 +00:00
. lead {
margin-bottom : 20px ;
font-size : 16px ;
font-weight : 300 ;
2015-08-12 06:13:10 +00:00
line-height : 1 . 4 ; }
@ media ( min-width : 768px ) {
. lead {
font-size : 21px ; } }
2015-02-13 13:32:27 +00:00
small ,
. small {
2015-08-12 06:13:10 +00:00
font-size : 85 % ; }
2015-02-13 13:32:27 +00:00
mark ,
. mark {
background-color : # fcf8e3 ;
2015-08-12 06:13:10 +00:00
padding : . 2em ; }
2015-02-13 13:32:27 +00:00
. text-left {
2015-08-12 06:13:10 +00:00
text-align : left ; }
2015-02-13 13:32:27 +00:00
. text-right {
2015-08-12 06:13:10 +00:00
text-align : right ; }
2015-02-13 13:32:27 +00:00
. text-center {
2015-08-12 06:13:10 +00:00
text-align : center ; }
2015-02-13 13:32:27 +00:00
. text-justify {
2015-08-12 06:13:10 +00:00
text-align : justify ; }
2015-02-13 13:32:27 +00:00
. text-nowrap {
2015-08-12 06:13:10 +00:00
white-space : nowrap ; }
2015-02-13 13:32:27 +00:00
. text-lowercase {
2015-08-12 06:13:10 +00:00
text-transform : lowercase ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. text-uppercase , . initialism {
2015-08-12 06:13:10 +00:00
text-transform : uppercase ; }
2015-02-13 13:32:27 +00:00
. text-capitalize {
2015-08-12 06:13:10 +00:00
text-transform : capitalize ; }
2015-02-13 13:32:27 +00:00
. text-muted {
2015-08-12 06:13:10 +00:00
color : # 777777 ; }
2015-02-13 13:32:27 +00:00
. text-primary {
2015-08-12 06:13:10 +00:00
color : # ff6d5a ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . text-primary : hover ,
a . text-primary : focus {
2015-08-12 06:13:10 +00:00
color : # ff4027 ; }
2015-02-13 13:32:27 +00:00
. text-success {
2015-08-12 06:13:10 +00:00
color : # 3c763d ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . text-success : hover ,
a . text-success : focus {
2015-08-12 06:13:10 +00:00
color : # 2b542c ; }
2015-02-13 13:32:27 +00:00
. text-info {
2015-08-12 06:13:10 +00:00
color : # 31708f ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . text-info : hover ,
a . text-info : focus {
2015-08-12 06:13:10 +00:00
color : # 245269 ; }
2015-02-13 13:32:27 +00:00
. text-warning {
2015-08-12 06:13:10 +00:00
color : # 8a6d3b ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . text-warning : hover ,
a . text-warning : focus {
2015-08-12 06:13:10 +00:00
color : # 66512c ; }
2015-02-13 13:32:27 +00:00
. text-danger {
2015-08-12 06:13:10 +00:00
color : # a94442 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . text-danger : hover ,
a . text-danger : focus {
2015-08-12 06:13:10 +00:00
color : # 843534 ; }
2015-02-13 13:32:27 +00:00
. bg-primary {
2015-08-12 06:13:10 +00:00
color : # fff ; }
2015-02-13 13:32:27 +00:00
. bg-primary {
2015-08-12 06:13:10 +00:00
background-color : # ff6d5a ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . bg-primary : hover ,
a . bg-primary : focus {
2015-08-12 06:13:10 +00:00
background-color : # ff4027 ; }
2015-02-13 13:32:27 +00:00
. bg-success {
2015-08-12 06:13:10 +00:00
background-color : # dff0d8 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . bg-success : hover ,
a . bg-success : focus {
2015-08-12 06:13:10 +00:00
background-color : # c1e2b3 ; }
2015-02-13 13:32:27 +00:00
. bg-info {
2015-08-12 06:13:10 +00:00
background-color : # d9edf7 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . bg-info : hover ,
a . bg-info : focus {
2015-08-12 06:13:10 +00:00
background-color : # afd9ee ; }
2015-02-13 13:32:27 +00:00
. bg-warning {
2015-08-12 06:13:10 +00:00
background-color : # fcf8e3 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . bg-warning : hover ,
a . bg-warning : focus {
2015-08-12 06:13:10 +00:00
background-color : # f7ecb5 ; }
2015-02-13 13:32:27 +00:00
. bg-danger {
2015-08-12 06:13:10 +00:00
background-color : # f2dede ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . bg-danger : hover ,
a . bg-danger : focus {
2015-08-12 06:13:10 +00:00
background-color : # e4b9b9 ; }
2015-02-13 13:32:27 +00:00
. page-header {
padding-bottom : 9px ;
margin : 40px 0 20px ;
2015-08-12 06:13:10 +00:00
border-bottom : 1px solid # eeeeee ; }
2015-02-13 13:32:27 +00:00
ul ,
ol {
margin-top : 0 ;
2015-08-12 06:13:10 +00:00
margin-bottom : 10px ; }
ul ul ,
ul ol ,
ol ul ,
ol ol {
margin-bottom : 0 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. list-unstyled {
2015-02-13 13:32:27 +00:00
padding-left : 0 ;
2015-08-12 06:13:10 +00:00
list-style : none ; }
2015-02-13 13:32:27 +00:00
. list-inline {
2015-08-12 07:06:27 +00:00
padding-left : 0 ;
list-style : none ;
2015-08-12 06:13:10 +00:00
margin-left : -5px ; }
. list-inline > li {
display : inline-block ;
padding-left : 5px ;
padding-right : 5px ; }
2015-02-13 13:32:27 +00:00
dl {
margin-top : 0 ;
2015-08-12 06:13:10 +00:00
margin-bottom : 20px ; }
2015-02-13 13:32:27 +00:00
dt ,
dd {
2015-08-12 06:13:10 +00:00
line-height : 1 . 42857 ; }
2015-02-13 13:32:27 +00:00
dt {
2015-08-12 06:13:10 +00:00
font-weight : bold ; }
2015-02-13 13:32:27 +00:00
dd {
2015-08-12 06:13:10 +00:00
margin-left : 0 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 06:13:10 +00:00
. dl-horizontal dd : before ,
. dl-horizontal dd : after {
2015-02-13 13:32:27 +00:00
content : " " ;
2015-08-12 06:13:10 +00:00
display : table ; }
2015-02-13 13:32:27 +00:00
. dl-horizontal dd : after {
2015-08-12 06:13:10 +00:00
clear : both ; }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 768px ) {
. dl-horizontal dt {
float : left ;
width : 160px ;
clear : left ;
text-align : right ;
overflow : hidden ;
text-overflow : ellipsis ;
2015-08-12 06:13:10 +00:00
white-space : nowrap ; }
2015-02-13 13:32:27 +00:00
. dl-horizontal dd {
2015-08-12 06:13:10 +00:00
margin-left : 180px ; } }
2015-02-13 13:32:27 +00:00
abbr [ title ] ,
abbr [ data-original-title ] {
cursor : help ;
2015-08-12 06:13:10 +00:00
border-bottom : 1px dotted # 777777 ; }
2015-02-13 13:32:27 +00:00
. initialism {
2015-08-12 07:06:27 +00:00
font-size : 90 % ; }
2015-02-13 13:32:27 +00:00
blockquote {
padding : 10px 20px ;
margin : 0 0 20px ;
font-size : 17 . 5px ;
2015-08-12 06:13:10 +00:00
border-left : 5px solid # eeeeee ; }
blockquote p : last-child ,
blockquote ul : last-child ,
blockquote ol : last-child {
margin-bottom : 0 ; }
blockquote footer ,
blockquote small ,
blockquote . small {
display : block ;
font-size : 80 % ;
line-height : 1 . 42857 ;
color : # 777777 ; }
blockquote footer : before ,
blockquote small : before ,
blockquote . small : before {
content : '\2014 \00A0' ; }
2015-02-13 13:32:27 +00:00
. blockquote-reverse ,
blockquote . pull-right {
padding-right : 15px ;
padding-left : 0 ;
border-right : 5px solid # eeeeee ;
border-left : 0 ;
2015-08-12 06:13:10 +00:00
text-align : right ; }
. blockquote-reverse footer : before ,
. blockquote-reverse small : before ,
. blockquote-reverse . small : before ,
blockquote . pull-right footer : before ,
blockquote . pull-right small : before ,
blockquote . pull-right . small : before {
content : '' ; }
. blockquote-reverse footer : after ,
. blockquote-reverse small : after ,
. blockquote-reverse . small : after ,
blockquote . pull-right footer : after ,
blockquote . pull-right small : after ,
blockquote . pull-right . small : after {
content : '\00A0 \2014' ; }
2015-02-13 13:32:27 +00:00
address {
margin-bottom : 20px ;
font-style : normal ;
2015-08-12 06:13:10 +00:00
line-height : 1 . 42857 ; }
2015-02-13 13:32:27 +00:00
code ,
kbd ,
pre ,
samp {
2015-08-12 06:13:10 +00:00
font-family : Menlo , Monaco , Consolas , "Courier New" , monospace ; }
2015-02-13 13:32:27 +00:00
code {
padding : 2px 4px ;
font-size : 90 % ;
color : # c7254e ;
background-color : # f9f2f4 ;
2015-08-12 06:13:10 +00:00
border-radius : 4px ; }
2015-02-13 13:32:27 +00:00
kbd {
padding : 2px 4px ;
font-size : 90 % ;
color : # fff ;
background-color : # 333 ;
border-radius : 3px ;
2015-08-12 06:13:10 +00:00
box-shadow : inset 0 -1px 0 rgba ( 0 , 0 , 0 , 0 . 25 ) ; }
kbd kbd {
padding : 0 ;
font-size : 100 % ;
2015-08-12 07:06:27 +00:00
font-weight : bold ;
2015-08-12 06:13:10 +00:00
box-shadow : none ; }
2015-02-13 13:32:27 +00:00
pre {
display : block ;
padding : 9 . 5px ;
margin : 0 0 10px ;
font-size : 13px ;
line-height : 1 . 42857 ;
word-break : break-all ;
word-wrap : break-word ;
color : # 333333 ;
background-color : # f5f5f5 ;
border : 1px solid # ccc ;
2015-08-12 06:13:10 +00:00
border-radius : 4px ; }
pre code {
padding : 0 ;
font-size : inherit ;
color : inherit ;
white-space : pre-wrap ;
background-color : transparent ;
border-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. pre-scrollable {
max-height : 340px ;
2015-08-12 06:13:10 +00:00
overflow-y : scroll ; }
2015-02-13 13:32:27 +00:00
. container {
margin-right : auto ;
margin-left : auto ;
padding-left : 15px ;
2015-08-12 06:13:10 +00:00
padding-right : 15px ; }
. container : before ,
. container : after {
content : " " ;
display : table ; }
. container : after {
clear : both ; }
@ media ( min-width : 768px ) {
. container {
width : 750px ; } }
@ media ( min-width : 992px ) {
. container {
width : 970px ; } }
@ media ( min-width : 1200px ) {
. container {
width : 1170px ; } }
2015-02-13 13:32:27 +00:00
. container-fluid {
margin-right : auto ;
margin-left : auto ;
padding-left : 15px ;
2015-08-12 06:13:10 +00:00
padding-right : 15px ; }
. container-fluid : before ,
. container-fluid : after {
content : " " ;
display : table ; }
. container-fluid : after {
clear : both ; }
2015-02-13 13:32:27 +00:00
. row {
margin-left : -15px ;
2015-08-12 06:13:10 +00:00
margin-right : -15px ; }
. row : before ,
. row : after {
content : " " ;
display : table ; }
. row : after {
clear : both ; }
2015-02-13 13:32:27 +00:00
. col-xs-1 , . col-sm-1 , . col-md-1 , . col-lg-1 , . col-xs-2 , . col-sm-2 , . col-md-2 , . col-lg-2 , . col-xs-3 , . col-sm-3 , . col-md-3 , . col-lg-3 , . col-xs-4 , . col-sm-4 , . col-md-4 , . col-lg-4 , . col-xs-5 , . col-sm-5 , . col-md-5 , . col-lg-5 , . col-xs-6 , . col-sm-6 , . col-md-6 , . col-lg-6 , . col-xs-7 , . col-sm-7 , . col-md-7 , . col-lg-7 , . col-xs-8 , . col-sm-8 , . col-md-8 , . col-lg-8 , . col-xs-9 , . col-sm-9 , . col-md-9 , . col-lg-9 , . col-xs-10 , . col-sm-10 , . col-md-10 , . col-lg-10 , . col-xs-11 , . col-sm-11 , . col-md-11 , . col-lg-11 , . col-xs-12 , . col-sm-12 , . col-md-12 , . col-lg-12 {
position : relative ;
min-height : 1px ;
padding-left : 15px ;
2015-08-12 06:13:10 +00:00
padding-right : 15px ; }
2015-02-13 13:32:27 +00:00
. col-xs-1 , . col-xs-2 , . col-xs-3 , . col-xs-4 , . col-xs-5 , . col-xs-6 , . col-xs-7 , . col-xs-8 , . col-xs-9 , . col-xs-10 , . col-xs-11 , . col-xs-12 {
2015-08-12 06:13:10 +00:00
float : left ; }
2015-02-13 13:32:27 +00:00
. col-xs-1 {
2015-08-12 06:13:10 +00:00
width : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-2 {
2015-08-12 06:13:10 +00:00
width : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-3 {
2015-08-12 06:13:10 +00:00
width : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-4 {
2015-08-12 06:13:10 +00:00
width : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-5 {
2015-08-12 06:13:10 +00:00
width : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-6 {
2015-08-12 06:13:10 +00:00
width : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-7 {
2015-08-12 06:13:10 +00:00
width : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-8 {
2015-08-12 06:13:10 +00:00
width : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-9 {
2015-08-12 06:13:10 +00:00
width : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-10 {
2015-08-12 06:13:10 +00:00
width : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-11 {
2015-08-12 06:13:10 +00:00
width : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-12 {
2015-08-12 06:13:10 +00:00
width : 100 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-pull-0 {
2015-08-12 06:13:10 +00:00
right : auto ; }
2015-02-13 13:32:27 +00:00
. col-xs-pull-1 {
2015-08-12 06:13:10 +00:00
right : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-pull-2 {
2015-08-12 06:13:10 +00:00
right : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-pull-3 {
2015-08-12 06:13:10 +00:00
right : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-pull-4 {
2015-08-12 06:13:10 +00:00
right : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-pull-5 {
2015-08-12 06:13:10 +00:00
right : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-pull-6 {
2015-08-12 06:13:10 +00:00
right : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-pull-7 {
2015-08-12 06:13:10 +00:00
right : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-pull-8 {
2015-08-12 06:13:10 +00:00
right : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-pull-9 {
2015-08-12 06:13:10 +00:00
right : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-pull-10 {
2015-08-12 06:13:10 +00:00
right : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-pull-11 {
2015-08-12 06:13:10 +00:00
right : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-pull-12 {
2015-08-12 06:13:10 +00:00
right : 100 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-push-0 {
2015-08-12 06:13:10 +00:00
left : auto ; }
2015-02-13 13:32:27 +00:00
. col-xs-push-1 {
2015-08-12 06:13:10 +00:00
left : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-push-2 {
2015-08-12 06:13:10 +00:00
left : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-push-3 {
2015-08-12 06:13:10 +00:00
left : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-push-4 {
2015-08-12 06:13:10 +00:00
left : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-push-5 {
2015-08-12 06:13:10 +00:00
left : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-push-6 {
2015-08-12 06:13:10 +00:00
left : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-push-7 {
2015-08-12 06:13:10 +00:00
left : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-push-8 {
2015-08-12 06:13:10 +00:00
left : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-push-9 {
2015-08-12 06:13:10 +00:00
left : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-push-10 {
2015-08-12 06:13:10 +00:00
left : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-push-11 {
2015-08-12 06:13:10 +00:00
left : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-push-12 {
2015-08-12 06:13:10 +00:00
left : 100 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-offset-0 {
2015-08-12 06:13:10 +00:00
margin-left : 0 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-offset-1 {
2015-08-12 06:13:10 +00:00
margin-left : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-offset-2 {
2015-08-12 06:13:10 +00:00
margin-left : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-offset-3 {
2015-08-12 06:13:10 +00:00
margin-left : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-offset-4 {
2015-08-12 06:13:10 +00:00
margin-left : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-offset-5 {
2015-08-12 06:13:10 +00:00
margin-left : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-offset-6 {
2015-08-12 06:13:10 +00:00
margin-left : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-offset-7 {
2015-08-12 06:13:10 +00:00
margin-left : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-offset-8 {
2015-08-12 06:13:10 +00:00
margin-left : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-offset-9 {
2015-08-12 06:13:10 +00:00
margin-left : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-offset-10 {
2015-08-12 06:13:10 +00:00
margin-left : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-offset-11 {
2015-08-12 06:13:10 +00:00
margin-left : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-xs-offset-12 {
2015-08-12 06:13:10 +00:00
margin-left : 100 % ; }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 768px ) {
. col-sm-1 , . col-sm-2 , . col-sm-3 , . col-sm-4 , . col-sm-5 , . col-sm-6 , . col-sm-7 , . col-sm-8 , . col-sm-9 , . col-sm-10 , . col-sm-11 , . col-sm-12 {
2015-08-12 06:13:10 +00:00
float : left ; }
2015-02-13 13:32:27 +00:00
. col-sm-1 {
2015-08-12 06:13:10 +00:00
width : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-2 {
2015-08-12 06:13:10 +00:00
width : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-3 {
2015-08-12 06:13:10 +00:00
width : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-4 {
2015-08-12 06:13:10 +00:00
width : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-5 {
2015-08-12 06:13:10 +00:00
width : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-6 {
2015-08-12 06:13:10 +00:00
width : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-7 {
2015-08-12 06:13:10 +00:00
width : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-8 {
2015-08-12 06:13:10 +00:00
width : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-9 {
2015-08-12 06:13:10 +00:00
width : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-10 {
2015-08-12 06:13:10 +00:00
width : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-11 {
2015-08-12 06:13:10 +00:00
width : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-12 {
2015-08-12 06:13:10 +00:00
width : 100 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-pull-0 {
2015-08-12 06:13:10 +00:00
right : auto ; }
2015-02-13 13:32:27 +00:00
. col-sm-pull-1 {
2015-08-12 06:13:10 +00:00
right : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-pull-2 {
2015-08-12 06:13:10 +00:00
right : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-pull-3 {
2015-08-12 06:13:10 +00:00
right : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-pull-4 {
2015-08-12 06:13:10 +00:00
right : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-pull-5 {
2015-08-12 06:13:10 +00:00
right : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-pull-6 {
2015-08-12 06:13:10 +00:00
right : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-pull-7 {
2015-08-12 06:13:10 +00:00
right : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-pull-8 {
2015-08-12 06:13:10 +00:00
right : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-pull-9 {
2015-08-12 06:13:10 +00:00
right : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-pull-10 {
2015-08-12 06:13:10 +00:00
right : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-pull-11 {
2015-08-12 06:13:10 +00:00
right : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-pull-12 {
2015-08-12 06:13:10 +00:00
right : 100 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-push-0 {
2015-08-12 06:13:10 +00:00
left : auto ; }
2015-02-13 13:32:27 +00:00
. col-sm-push-1 {
2015-08-12 06:13:10 +00:00
left : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-push-2 {
2015-08-12 06:13:10 +00:00
left : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-push-3 {
2015-08-12 06:13:10 +00:00
left : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-push-4 {
2015-08-12 06:13:10 +00:00
left : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-push-5 {
2015-08-12 06:13:10 +00:00
left : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-push-6 {
2015-08-12 06:13:10 +00:00
left : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-push-7 {
2015-08-12 06:13:10 +00:00
left : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-push-8 {
2015-08-12 06:13:10 +00:00
left : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-push-9 {
2015-08-12 06:13:10 +00:00
left : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-push-10 {
2015-08-12 06:13:10 +00:00
left : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-push-11 {
2015-08-12 06:13:10 +00:00
left : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-push-12 {
2015-08-12 06:13:10 +00:00
left : 100 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-offset-0 {
2015-08-12 06:13:10 +00:00
margin-left : 0 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-offset-1 {
2015-08-12 06:13:10 +00:00
margin-left : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-offset-2 {
2015-08-12 06:13:10 +00:00
margin-left : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-offset-3 {
2015-08-12 06:13:10 +00:00
margin-left : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-offset-4 {
2015-08-12 06:13:10 +00:00
margin-left : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-offset-5 {
2015-08-12 06:13:10 +00:00
margin-left : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-offset-6 {
2015-08-12 06:13:10 +00:00
margin-left : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-offset-7 {
2015-08-12 06:13:10 +00:00
margin-left : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-offset-8 {
2015-08-12 06:13:10 +00:00
margin-left : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-offset-9 {
2015-08-12 06:13:10 +00:00
margin-left : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-offset-10 {
2015-08-12 06:13:10 +00:00
margin-left : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-offset-11 {
2015-08-12 06:13:10 +00:00
margin-left : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-sm-offset-12 {
2015-08-12 06:13:10 +00:00
margin-left : 100 % ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 992px ) {
. col-md-1 , . col-md-2 , . col-md-3 , . col-md-4 , . col-md-5 , . col-md-6 , . col-md-7 , . col-md-8 , . col-md-9 , . col-md-10 , . col-md-11 , . col-md-12 {
2015-08-12 06:13:10 +00:00
float : left ; }
2015-02-13 13:32:27 +00:00
. col-md-1 {
2015-08-12 06:13:10 +00:00
width : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-2 {
2015-08-12 06:13:10 +00:00
width : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-3 {
2015-08-12 06:13:10 +00:00
width : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-md-4 {
2015-08-12 06:13:10 +00:00
width : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-5 {
2015-08-12 06:13:10 +00:00
width : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-6 {
2015-08-12 06:13:10 +00:00
width : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-md-7 {
2015-08-12 06:13:10 +00:00
width : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-8 {
2015-08-12 06:13:10 +00:00
width : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-9 {
2015-08-12 06:13:10 +00:00
width : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-md-10 {
2015-08-12 06:13:10 +00:00
width : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-11 {
2015-08-12 06:13:10 +00:00
width : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-12 {
2015-08-12 06:13:10 +00:00
width : 100 % ; }
2015-02-13 13:32:27 +00:00
. col-md-pull-0 {
2015-08-12 06:13:10 +00:00
right : auto ; }
2015-02-13 13:32:27 +00:00
. col-md-pull-1 {
2015-08-12 06:13:10 +00:00
right : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-pull-2 {
2015-08-12 06:13:10 +00:00
right : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-pull-3 {
2015-08-12 06:13:10 +00:00
right : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-md-pull-4 {
2015-08-12 06:13:10 +00:00
right : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-pull-5 {
2015-08-12 06:13:10 +00:00
right : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-pull-6 {
2015-08-12 06:13:10 +00:00
right : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-md-pull-7 {
2015-08-12 06:13:10 +00:00
right : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-pull-8 {
2015-08-12 06:13:10 +00:00
right : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-pull-9 {
2015-08-12 06:13:10 +00:00
right : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-md-pull-10 {
2015-08-12 06:13:10 +00:00
right : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-pull-11 {
2015-08-12 06:13:10 +00:00
right : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-pull-12 {
2015-08-12 06:13:10 +00:00
right : 100 % ; }
2015-02-13 13:32:27 +00:00
. col-md-push-0 {
2015-08-12 06:13:10 +00:00
left : auto ; }
2015-02-13 13:32:27 +00:00
. col-md-push-1 {
2015-08-12 06:13:10 +00:00
left : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-push-2 {
2015-08-12 06:13:10 +00:00
left : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-push-3 {
2015-08-12 06:13:10 +00:00
left : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-md-push-4 {
2015-08-12 06:13:10 +00:00
left : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-push-5 {
2015-08-12 06:13:10 +00:00
left : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-push-6 {
2015-08-12 06:13:10 +00:00
left : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-md-push-7 {
2015-08-12 06:13:10 +00:00
left : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-push-8 {
2015-08-12 06:13:10 +00:00
left : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-push-9 {
2015-08-12 06:13:10 +00:00
left : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-md-push-10 {
2015-08-12 06:13:10 +00:00
left : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-push-11 {
2015-08-12 06:13:10 +00:00
left : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-push-12 {
2015-08-12 06:13:10 +00:00
left : 100 % ; }
2015-02-13 13:32:27 +00:00
. col-md-offset-0 {
2015-08-12 06:13:10 +00:00
margin-left : 0 % ; }
2015-02-13 13:32:27 +00:00
. col-md-offset-1 {
2015-08-12 06:13:10 +00:00
margin-left : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-offset-2 {
2015-08-12 06:13:10 +00:00
margin-left : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-offset-3 {
2015-08-12 06:13:10 +00:00
margin-left : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-md-offset-4 {
2015-08-12 06:13:10 +00:00
margin-left : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-offset-5 {
2015-08-12 06:13:10 +00:00
margin-left : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-offset-6 {
2015-08-12 06:13:10 +00:00
margin-left : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-md-offset-7 {
2015-08-12 06:13:10 +00:00
margin-left : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-offset-8 {
2015-08-12 06:13:10 +00:00
margin-left : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-offset-9 {
2015-08-12 06:13:10 +00:00
margin-left : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-md-offset-10 {
2015-08-12 06:13:10 +00:00
margin-left : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-md-offset-11 {
2015-08-12 06:13:10 +00:00
margin-left : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-md-offset-12 {
2015-08-12 06:13:10 +00:00
margin-left : 100 % ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 1200px ) {
. col-lg-1 , . col-lg-2 , . col-lg-3 , . col-lg-4 , . col-lg-5 , . col-lg-6 , . col-lg-7 , . col-lg-8 , . col-lg-9 , . col-lg-10 , . col-lg-11 , . col-lg-12 {
2015-08-12 06:13:10 +00:00
float : left ; }
2015-02-13 13:32:27 +00:00
. col-lg-1 {
2015-08-12 06:13:10 +00:00
width : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-2 {
2015-08-12 06:13:10 +00:00
width : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-3 {
2015-08-12 06:13:10 +00:00
width : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-4 {
2015-08-12 06:13:10 +00:00
width : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-5 {
2015-08-12 06:13:10 +00:00
width : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-6 {
2015-08-12 06:13:10 +00:00
width : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-7 {
2015-08-12 06:13:10 +00:00
width : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-8 {
2015-08-12 06:13:10 +00:00
width : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-9 {
2015-08-12 06:13:10 +00:00
width : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-10 {
2015-08-12 06:13:10 +00:00
width : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-11 {
2015-08-12 06:13:10 +00:00
width : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-12 {
2015-08-12 06:13:10 +00:00
width : 100 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-pull-0 {
2015-08-12 06:13:10 +00:00
right : auto ; }
2015-02-13 13:32:27 +00:00
. col-lg-pull-1 {
2015-08-12 06:13:10 +00:00
right : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-pull-2 {
2015-08-12 06:13:10 +00:00
right : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-pull-3 {
2015-08-12 06:13:10 +00:00
right : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-pull-4 {
2015-08-12 06:13:10 +00:00
right : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-pull-5 {
2015-08-12 06:13:10 +00:00
right : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-pull-6 {
2015-08-12 06:13:10 +00:00
right : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-pull-7 {
2015-08-12 06:13:10 +00:00
right : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-pull-8 {
2015-08-12 06:13:10 +00:00
right : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-pull-9 {
2015-08-12 06:13:10 +00:00
right : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-pull-10 {
2015-08-12 06:13:10 +00:00
right : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-pull-11 {
2015-08-12 06:13:10 +00:00
right : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-pull-12 {
2015-08-12 06:13:10 +00:00
right : 100 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-push-0 {
2015-08-12 06:13:10 +00:00
left : auto ; }
2015-02-13 13:32:27 +00:00
. col-lg-push-1 {
2015-08-12 06:13:10 +00:00
left : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-push-2 {
2015-08-12 06:13:10 +00:00
left : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-push-3 {
2015-08-12 06:13:10 +00:00
left : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-push-4 {
2015-08-12 06:13:10 +00:00
left : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-push-5 {
2015-08-12 06:13:10 +00:00
left : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-push-6 {
2015-08-12 06:13:10 +00:00
left : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-push-7 {
2015-08-12 06:13:10 +00:00
left : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-push-8 {
2015-08-12 06:13:10 +00:00
left : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-push-9 {
2015-08-12 06:13:10 +00:00
left : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-push-10 {
2015-08-12 06:13:10 +00:00
left : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-push-11 {
2015-08-12 06:13:10 +00:00
left : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-push-12 {
2015-08-12 06:13:10 +00:00
left : 100 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-offset-0 {
2015-08-12 06:13:10 +00:00
margin-left : 0 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-offset-1 {
2015-08-12 06:13:10 +00:00
margin-left : 8 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-offset-2 {
2015-08-12 06:13:10 +00:00
margin-left : 16 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-offset-3 {
2015-08-12 06:13:10 +00:00
margin-left : 25 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-offset-4 {
2015-08-12 06:13:10 +00:00
margin-left : 33 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-offset-5 {
2015-08-12 06:13:10 +00:00
margin-left : 41 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-offset-6 {
2015-08-12 06:13:10 +00:00
margin-left : 50 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-offset-7 {
2015-08-12 06:13:10 +00:00
margin-left : 58 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-offset-8 {
2015-08-12 06:13:10 +00:00
margin-left : 66 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-offset-9 {
2015-08-12 06:13:10 +00:00
margin-left : 75 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-offset-10 {
2015-08-12 06:13:10 +00:00
margin-left : 83 . 33333 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-offset-11 {
2015-08-12 06:13:10 +00:00
margin-left : 91 . 66667 % ; }
2015-02-13 13:32:27 +00:00
. col-lg-offset-12 {
2015-08-12 06:13:10 +00:00
margin-left : 100 % ; } }
2015-02-13 13:32:27 +00:00
table {
2015-08-12 06:13:10 +00:00
background-color : transparent ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
caption {
padding-top : 8px ;
padding-bottom : 8px ;
color : # 777777 ;
text-align : left ; }
2015-02-13 13:32:27 +00:00
th {
2015-08-12 06:13:10 +00:00
text-align : left ; }
2015-02-13 13:32:27 +00:00
. table {
width : 100 % ;
max-width : 100 % ;
2015-08-12 06:13:10 +00:00
margin-bottom : 20px ; }
. table > thead > tr > th ,
. table > thead > tr > td ,
. table > tbody > tr > th ,
. table > tbody > tr > td ,
. table > tfoot > tr > th ,
. table > tfoot > tr > td {
padding : 8px ;
line-height : 1 . 42857 ;
vertical-align : top ;
border-top : 1px solid # ddd ; }
. table > thead > tr > th {
vertical-align : bottom ;
border-bottom : 2px solid # ddd ; }
. 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 # ddd ; }
. table . table {
background-color : # fff ; }
2015-02-13 13:32:27 +00:00
. table-condensed > thead > tr > th ,
. table-condensed > thead > tr > td ,
. table-condensed > tbody > tr > th ,
. table-condensed > tbody > tr > td ,
. table-condensed > tfoot > tr > th ,
. table-condensed > tfoot > tr > td {
2015-08-12 06:13:10 +00:00
padding : 5px ; }
2015-02-13 13:32:27 +00:00
. table-bordered {
2015-08-12 06:13:10 +00:00
border : 1px solid # ddd ; }
. table-bordered > thead > tr > th ,
. table-bordered > thead > tr > td ,
. table-bordered > tbody > tr > th ,
. table-bordered > tbody > tr > td ,
. table-bordered > tfoot > tr > th ,
. table-bordered > tfoot > tr > td {
border : 1px solid # ddd ; }
. table-bordered > thead > tr > th ,
. table-bordered > thead > tr > td {
border-bottom-width : 2px ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. table-striped > tbody > tr : nth-of-type ( odd ) {
2015-08-12 06:13:10 +00:00
background-color : # f9f9f9 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. table-hover > tbody > tr : hover {
2015-08-12 06:13:10 +00:00
background-color : # f5f5f5 ; }
2015-02-13 13:32:27 +00:00
table col [ class * = "col-" ] {
position : static ;
float : none ;
2015-08-12 06:13:10 +00:00
display : table-column ; }
2015-02-13 13:32:27 +00:00
table td [ class * = "col-" ] ,
table th [ class * = "col-" ] {
position : static ;
float : none ;
2015-08-12 06:13:10 +00:00
display : table-cell ; }
2015-02-13 13:32:27 +00:00
. table > thead > tr > td . active ,
2015-08-12 06:13:10 +00:00
. table > thead > tr > th . active ,
. table > thead > tr . active > td ,
. table > thead > tr . active > th ,
2015-02-13 13:32:27 +00:00
. table > tbody > tr > td . active ,
. table > tbody > tr > th . active ,
. table > tbody > tr . active > td ,
. table > tbody > tr . active > th ,
. table > tfoot > tr > td . active ,
. table > tfoot > tr > th . active ,
. table > tfoot > tr . active > td ,
. table > tfoot > tr . active > th {
2015-08-12 06:13:10 +00:00
background-color : # f5f5f5 ; }
2015-02-13 13:32:27 +00:00
. table-hover > tbody > tr > td . active : hover ,
2015-08-12 06:13:10 +00:00
. table-hover > tbody > tr > th . active : hover ,
. table-hover > tbody > tr . active : hover > td ,
. table-hover > tbody > tr : hover > . active ,
. table-hover > tbody > tr . active : hover > th {
background-color : # e8e8e8 ; }
2015-02-13 13:32:27 +00:00
. table > thead > tr > td . success ,
2015-08-12 06:13:10 +00:00
. table > thead > tr > th . success ,
. table > thead > tr . success > td ,
. table > thead > tr . success > th ,
2015-02-13 13:32:27 +00:00
. table > tbody > tr > td . success ,
. table > tbody > tr > th . success ,
. table > tbody > tr . success > td ,
. table > tbody > tr . success > th ,
. table > tfoot > tr > td . success ,
. table > tfoot > tr > th . success ,
. table > tfoot > tr . success > td ,
. table > tfoot > tr . success > th {
2015-08-12 06:13:10 +00:00
background-color : # dff0d8 ; }
2015-02-13 13:32:27 +00:00
. table-hover > tbody > tr > td . success : hover ,
2015-08-12 06:13:10 +00:00
. table-hover > tbody > tr > th . success : hover ,
. table-hover > tbody > tr . success : hover > td ,
. table-hover > tbody > tr : hover > . success ,
. table-hover > tbody > tr . success : hover > th {
background-color : # d0e9c6 ; }
2015-02-13 13:32:27 +00:00
. table > thead > tr > td . info ,
2015-08-12 06:13:10 +00:00
. table > thead > tr > th . info ,
. table > thead > tr . info > td ,
. table > thead > tr . info > th ,
2015-02-13 13:32:27 +00:00
. table > tbody > tr > td . info ,
. table > tbody > tr > th . info ,
. table > tbody > tr . info > td ,
. table > tbody > tr . info > th ,
. table > tfoot > tr > td . info ,
. table > tfoot > tr > th . info ,
. table > tfoot > tr . info > td ,
. table > tfoot > tr . info > th {
2015-08-12 06:13:10 +00:00
background-color : # d9edf7 ; }
2015-02-13 13:32:27 +00:00
. table-hover > tbody > tr > td . info : hover ,
2015-08-12 06:13:10 +00:00
. table-hover > tbody > tr > th . info : hover ,
. table-hover > tbody > tr . info : hover > td ,
. table-hover > tbody > tr : hover > . info ,
. table-hover > tbody > tr . info : hover > th {
background-color : # c4e3f3 ; }
2015-02-13 13:32:27 +00:00
. table > thead > tr > td . warning ,
2015-08-12 06:13:10 +00:00
. table > thead > tr > th . warning ,
. table > thead > tr . warning > td ,
. table > thead > tr . warning > th ,
2015-02-13 13:32:27 +00:00
. table > tbody > tr > td . warning ,
. table > tbody > tr > th . warning ,
. table > tbody > tr . warning > td ,
. table > tbody > tr . warning > th ,
. table > tfoot > tr > td . warning ,
. table > tfoot > tr > th . warning ,
. table > tfoot > tr . warning > td ,
. table > tfoot > tr . warning > th {
2015-08-12 06:13:10 +00:00
background-color : # fcf8e3 ; }
2015-02-13 13:32:27 +00:00
. table-hover > tbody > tr > td . warning : hover ,
2015-08-12 06:13:10 +00:00
. table-hover > tbody > tr > th . warning : hover ,
. table-hover > tbody > tr . warning : hover > td ,
. table-hover > tbody > tr : hover > . warning ,
. table-hover > tbody > tr . warning : hover > th {
background-color : # faf2cc ; }
2015-02-13 13:32:27 +00:00
. table > thead > tr > td . danger ,
2015-08-12 06:13:10 +00:00
. table > thead > tr > th . danger ,
. table > thead > tr . danger > td ,
. table > thead > tr . danger > th ,
2015-02-13 13:32:27 +00:00
. table > tbody > tr > td . danger ,
. table > tbody > tr > th . danger ,
. table > tbody > tr . danger > td ,
. table > tbody > tr . danger > th ,
. table > tfoot > tr > td . danger ,
. table > tfoot > tr > th . danger ,
. table > tfoot > tr . danger > td ,
. table > tfoot > tr . danger > th {
2015-08-12 06:13:10 +00:00
background-color : # f2dede ; }
2015-02-13 13:32:27 +00:00
. table-hover > tbody > tr > td . danger : hover ,
2015-08-12 06:13:10 +00:00
. table-hover > tbody > tr > th . danger : hover ,
. table-hover > tbody > tr . danger : hover > td ,
. table-hover > tbody > tr : hover > . danger ,
. table-hover > tbody > tr . danger : hover > th {
background-color : # ebcccc ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. table-responsive {
overflow-x : auto ;
min-height : 0 . 01 % ; }
@ media screen and ( max-width : 767px ) {
. table-responsive {
width : 100 % ;
margin-bottom : 15px ;
overflow-y : hidden ;
-ms-overflow-style : -ms-autohiding-scrollbar ;
border : 1px solid # ddd ; }
. table-responsive > . table {
margin-bottom : 0 ; }
. table-responsive > . table > thead > tr > th ,
. table-responsive > . table > thead > tr > td ,
. table-responsive > . table > tbody > tr > th ,
. table-responsive > . table > tbody > tr > td ,
. table-responsive > . table > tfoot > tr > th ,
. table-responsive > . table > tfoot > tr > td {
white-space : nowrap ; }
. table-responsive > . table-bordered {
border : 0 ; }
. table-responsive > . table-bordered > thead > tr > th : first-child ,
. table-responsive > . table-bordered > thead > tr > td : first-child ,
. table-responsive > . table-bordered > tbody > tr > th : first-child ,
. table-responsive > . table-bordered > tbody > tr > td : first-child ,
. table-responsive > . table-bordered > tfoot > tr > th : first-child ,
. table-responsive > . table-bordered > tfoot > tr > td : first-child {
border-left : 0 ; }
. table-responsive > . table-bordered > thead > tr > th : last-child ,
. table-responsive > . table-bordered > thead > tr > td : last-child ,
. table-responsive > . table-bordered > tbody > tr > th : last-child ,
. table-responsive > . table-bordered > tbody > tr > td : last-child ,
. table-responsive > . table-bordered > tfoot > tr > th : last-child ,
. table-responsive > . table-bordered > tfoot > tr > td : last-child {
border-right : 0 ; }
. table-responsive > . table-bordered > tbody > tr : last-child > th ,
. table-responsive > . table-bordered > tbody > tr : last-child > td ,
. table-responsive > . table-bordered > tfoot > tr : last-child > th ,
. table-responsive > . table-bordered > tfoot > tr : last-child > td {
border-bottom : 0 ; } }
2015-02-13 13:32:27 +00:00
fieldset {
padding : 0 ;
margin : 0 ;
border : 0 ;
2015-08-12 06:13:10 +00:00
min-width : 0 ; }
2015-02-13 13:32:27 +00:00
legend {
display : block ;
width : 100 % ;
padding : 0 ;
margin-bottom : 20px ;
font-size : 21px ;
line-height : inherit ;
color : # 333333 ;
border : 0 ;
2015-08-12 06:13:10 +00:00
border-bottom : 1px solid # e5e5e5 ; }
2015-02-13 13:32:27 +00:00
label {
display : inline-block ;
max-width : 100 % ;
margin-bottom : 5px ;
2015-08-12 06:13:10 +00:00
font-weight : bold ; }
2015-02-13 13:32:27 +00:00
input [ type = "search" ] {
-webkit-box-sizing : border-box ;
-moz-box-sizing : border-box ;
2015-08-12 06:13:10 +00:00
box-sizing : border-box ; }
2015-02-13 13:32:27 +00:00
input [ type = "radio" ] ,
input [ type = "checkbox" ] {
margin : 4px 0 0 ;
margin-top : 1px \ 9 ;
2015-08-12 06:13:10 +00:00
line-height : normal ; }
2015-02-13 13:32:27 +00:00
input [ type = "file" ] {
2015-08-12 06:13:10 +00:00
display : block ; }
2015-02-13 13:32:27 +00:00
input [ type = "range" ] {
display : block ;
2015-08-12 06:13:10 +00:00
width : 100 % ; }
2015-02-13 13:32:27 +00:00
select [ multiple ] ,
select [ size ] {
2015-08-12 06:13:10 +00:00
height : auto ; }
2015-02-13 13:32:27 +00:00
input [ type = "file" ] : focus ,
input [ type = "radio" ] : focus ,
input [ type = "checkbox" ] : focus {
outline : thin dotted ;
outline : 5px auto -webkit-focus-ring-color ;
2015-08-12 06:13:10 +00:00
outline-offset : -2px ; }
2015-02-13 13:32:27 +00:00
output {
display : block ;
padding-top : 7px ;
font-size : 14px ;
line-height : 1 . 42857 ;
2015-08-12 06:13:10 +00:00
color : # 555555 ; }
2015-02-13 13:32:27 +00:00
. form-control {
display : block ;
width : 100 % ;
height : 34px ;
padding : 6px 12px ;
font-size : 14px ;
line-height : 1 . 42857 ;
color : # 555555 ;
background-color : # fff ;
background-image : none ;
border : 1px solid # ccc ;
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 ) ;
-webkit-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 ;
2015-08-12 06:13:10 +00:00
transition : border-color ease-in-out 0 . 15s , box-shadow ease-in-out 0 . 15s ; }
. form-control : focus {
border-color : # 66afe9 ;
outline : 0 ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 8px rgba ( 102 , 175 , 233 , 0 . 6 ) ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 8px rgba ( 102 , 175 , 233 , 0 . 6 ) ; }
. form-control :: -moz-placeholder {
2015-08-12 07:06:27 +00:00
color : # 999 ;
2015-08-12 06:13:10 +00:00
opacity : 1 ; }
. form-control : -ms-input-placeholder {
2015-08-12 07:06:27 +00:00
color : # 999 ; }
2015-08-12 06:13:10 +00:00
. form-control :: -webkit-input-placeholder {
2015-08-12 07:06:27 +00:00
color : # 999 ; }
2015-08-12 06:13:10 +00:00
. form-control [ disabled ] ,
. form-control [ readonly ] ,
fieldset [ disabled ] . form-control {
background-color : # eeeeee ;
opacity : 1 ; }
2015-08-12 07:06:27 +00:00
. form-control [ disabled ] ,
fieldset [ disabled ] . form-control {
cursor : not-allowed ; }
2015-02-13 13:32:27 +00:00
textarea . form-control {
2015-08-12 06:13:10 +00:00
height : auto ; }
2015-02-13 13:32:27 +00:00
input [ type = "search" ] {
2015-08-12 06:13:10 +00:00
-webkit-appearance : none ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
@ media screen and ( -webkit-min-device-pixel-ratio : 0 ) {
input [ type = "date" ] . form-control ,
input [ type = "time" ] . form-control ,
input [ type = "datetime-local" ] . form-control ,
input [ type = "month" ] . form-control {
line-height : 34px ; }
2015-08-12 06:13:10 +00:00
input [ type = "date" ] . input-sm ,
. input-group-sm > input [ type = "date" ] . form-control ,
. input-group-sm > input [ type = "date" ] . input-group-addon ,
. input-group-sm > . input-group-btn > input [ type = "date" ] . btn ,
2015-08-12 07:06:27 +00:00
. input-group-sm input [ type = "date" ] ,
2015-08-12 06:13:10 +00:00
input [ type = "time" ] . input-sm ,
. input-group-sm > input [ type = "time" ] . form-control ,
. input-group-sm > input [ type = "time" ] . input-group-addon ,
. input-group-sm > . input-group-btn > input [ type = "time" ] . btn ,
2015-08-12 07:06:27 +00:00
. input-group-sm input [ type = "time" ] ,
2015-08-12 06:13:10 +00:00
input [ type = "datetime-local" ] . input-sm ,
. input-group-sm > input [ type = "datetime-local" ] . form-control ,
. input-group-sm > input [ type = "datetime-local" ] . input-group-addon ,
. input-group-sm > . input-group-btn > input [ type = "datetime-local" ] . btn ,
2015-08-12 07:06:27 +00:00
. input-group-sm input [ type = "datetime-local" ] ,
input [ type = "month" ] . input-sm ,
. input-group-sm > input [ type = "month" ] . form-control ,
2015-08-12 06:13:10 +00:00
. input-group-sm > input [ type = "month" ] . input-group-addon ,
2015-08-12 07:06:27 +00:00
. input-group-sm > . input-group-btn > input [ type = "month" ] . btn ,
. input-group-sm input [ type = "month" ] {
2015-08-12 06:13:10 +00:00
line-height : 30px ; }
input [ type = "date" ] . input-lg ,
. input-group-lg > input [ type = "date" ] . form-control ,
. input-group-lg > input [ type = "date" ] . input-group-addon ,
. input-group-lg > . input-group-btn > input [ type = "date" ] . btn ,
2015-08-12 07:06:27 +00:00
. input-group-lg input [ type = "date" ] ,
2015-08-12 06:13:10 +00:00
input [ type = "time" ] . input-lg ,
. input-group-lg > input [ type = "time" ] . form-control ,
. input-group-lg > input [ type = "time" ] . input-group-addon ,
. input-group-lg > . input-group-btn > input [ type = "time" ] . btn ,
2015-08-12 07:06:27 +00:00
. input-group-lg input [ type = "time" ] ,
2015-08-12 06:13:10 +00:00
input [ type = "datetime-local" ] . input-lg ,
. input-group-lg > input [ type = "datetime-local" ] . form-control ,
. input-group-lg > input [ type = "datetime-local" ] . input-group-addon ,
. input-group-lg > . input-group-btn > input [ type = "datetime-local" ] . btn ,
2015-08-12 07:06:27 +00:00
. input-group-lg input [ type = "datetime-local" ] ,
input [ type = "month" ] . input-lg ,
. input-group-lg > input [ type = "month" ] . form-control ,
2015-08-12 06:13:10 +00:00
. input-group-lg > input [ type = "month" ] . input-group-addon ,
2015-08-12 07:06:27 +00:00
. input-group-lg > . input-group-btn > input [ type = "month" ] . btn ,
. input-group-lg input [ type = "month" ] {
line-height : 46px ; } }
2015-02-13 13:32:27 +00:00
. form-group {
2015-08-12 06:13:10 +00:00
margin-bottom : 15px ; }
2015-02-13 13:32:27 +00:00
. radio ,
. checkbox {
position : relative ;
display : block ;
margin-top : 10px ;
2015-08-12 06:13:10 +00:00
margin-bottom : 10px ; }
. radio label ,
. checkbox label {
2015-08-12 07:06:27 +00:00
min-height : 20px ;
2015-08-12 06:13:10 +00:00
padding-left : 20px ;
margin-bottom : 0 ;
font-weight : normal ;
cursor : pointer ; }
2015-02-13 13:32:27 +00:00
. radio input [ type = "radio" ] ,
. radio-inline input [ type = "radio" ] ,
. checkbox input [ type = "checkbox" ] ,
. checkbox-inline input [ type = "checkbox" ] {
position : absolute ;
margin-left : -20px ;
2015-08-12 06:13:10 +00:00
margin-top : 4px \ 9 ; }
2015-02-13 13:32:27 +00:00
. radio + . radio ,
. checkbox + . checkbox {
2015-08-12 06:13:10 +00:00
margin-top : -5px ; }
2015-02-13 13:32:27 +00:00
. radio-inline ,
. checkbox-inline {
2015-08-12 07:06:27 +00:00
position : relative ;
2015-02-13 13:32:27 +00:00
display : inline-block ;
padding-left : 20px ;
margin-bottom : 0 ;
vertical-align : middle ;
font-weight : normal ;
2015-08-12 06:13:10 +00:00
cursor : pointer ; }
2015-02-13 13:32:27 +00:00
. radio-inline + . radio-inline ,
. checkbox-inline + . checkbox-inline {
margin-top : 0 ;
2015-08-12 06:13:10 +00:00
margin-left : 10px ; }
2015-02-13 13:32:27 +00:00
2015-08-12 06:13:10 +00:00
input [ type = "radio" ] [ disabled ] ,
input [ type = "radio" ] . disabled ,
fieldset [ disabled ] input [ type = "radio" ] ,
2015-02-13 13:32:27 +00:00
input [ type = "checkbox" ] [ disabled ] ,
2015-08-12 06:13:10 +00:00
input [ type = "checkbox" ] . disabled ,
fieldset [ disabled ] input [ type = "checkbox" ] {
cursor : not-allowed ; }
. radio-inline . disabled ,
fieldset [ disabled ] . radio-inline ,
. checkbox-inline . disabled ,
fieldset [ disabled ] . checkbox-inline {
cursor : not-allowed ; }
. radio . disabled label ,
fieldset [ disabled ] . radio label ,
. checkbox . disabled label ,
fieldset [ disabled ] . checkbox label {
cursor : not-allowed ; }
2015-02-13 13:32:27 +00:00
. form-control-static {
padding-top : 7px ;
padding-bottom : 7px ;
2015-08-12 07:06:27 +00:00
margin-bottom : 0 ;
min-height : 34px ; }
2015-08-12 06:13:10 +00:00
. form-control-static . input-lg ,
. input-group-lg > . form-control-static . form-control ,
. input-group-lg > . form-control-static . input-group-addon ,
. input-group-lg > . input-group-btn > . form-control-static . btn ,
2015-08-12 07:06:27 +00:00
. form-control-static . input-sm , . input-group-sm > . form-control-static . form-control ,
2015-08-12 06:13:10 +00:00
. input-group-sm > . form-control-static . input-group-addon ,
. input-group-sm > . input-group-btn > . form-control-static . btn {
padding-left : 0 ;
padding-right : 0 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. input-sm , . input-group-sm > . form-control ,
2015-02-13 13:32:27 +00:00
. input-group-sm > . input-group-addon ,
. input-group-sm > . input-group-btn > . btn {
height : 30px ;
padding : 5px 10px ;
font-size : 12px ;
line-height : 1 . 5 ;
2015-08-12 06:13:10 +00:00
border-radius : 3px ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
select . input-sm , . input-group-sm > select . form-control ,
2015-02-13 13:32:27 +00:00
. input-group-sm > select . input-group-addon ,
. input-group-sm > . input-group-btn > select . btn {
height : 30px ;
2015-08-12 06:13:10 +00:00
line-height : 30px ; }
2015-02-13 13:32:27 +00:00
2015-08-12 06:13:10 +00:00
textarea . input-sm ,
. input-group-sm > textarea . form-control ,
2015-02-13 13:32:27 +00:00
. input-group-sm > textarea . input-group-addon ,
. input-group-sm > . input-group-btn > textarea . btn ,
2015-08-12 07:06:27 +00:00
select [ multiple ] . input-sm , . input-group-sm > select [ multiple ] . form-control ,
2015-02-13 13:32:27 +00:00
. input-group-sm > select [ multiple ] . input-group-addon ,
. input-group-sm > . input-group-btn > select [ multiple ] . btn {
2015-08-12 06:13:10 +00:00
height : auto ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. form-group-sm . form-control {
height : 30px ;
padding : 5px 10px ;
font-size : 12px ;
line-height : 1 . 5 ;
border-radius : 3px ; }
. form-group-sm select . form-control {
height : 30px ;
line-height : 30px ; }
. form-group-sm textarea . form-control ,
. form-group-sm select [ multiple ] . form-control {
height : auto ; }
. form-group-sm . form-control-static {
height : 30px ;
min-height : 32px ;
padding : 6px 10px ;
font-size : 12px ;
line-height : 1 . 5 ; }
. input-lg , . input-group-lg > . form-control ,
2015-02-13 13:32:27 +00:00
. input-group-lg > . input-group-addon ,
. input-group-lg > . input-group-btn > . btn {
height : 46px ;
padding : 10px 16px ;
font-size : 18px ;
2015-08-12 07:06:27 +00:00
line-height : 1 . 33333 ;
2015-08-12 06:13:10 +00:00
border-radius : 6px ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
select . input-lg , . input-group-lg > select . form-control ,
2015-02-13 13:32:27 +00:00
. input-group-lg > select . input-group-addon ,
. input-group-lg > . input-group-btn > select . btn {
height : 46px ;
2015-08-12 06:13:10 +00:00
line-height : 46px ; }
2015-02-13 13:32:27 +00:00
2015-08-12 06:13:10 +00:00
textarea . input-lg ,
. input-group-lg > textarea . form-control ,
2015-02-13 13:32:27 +00:00
. input-group-lg > textarea . input-group-addon ,
. input-group-lg > . input-group-btn > textarea . btn ,
2015-08-12 07:06:27 +00:00
select [ multiple ] . input-lg , . input-group-lg > select [ multiple ] . form-control ,
2015-02-13 13:32:27 +00:00
. input-group-lg > select [ multiple ] . input-group-addon ,
. input-group-lg > . input-group-btn > select [ multiple ] . btn {
2015-08-12 06:13:10 +00:00
height : auto ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. form-group-lg . form-control {
height : 46px ;
padding : 10px 16px ;
font-size : 18px ;
line-height : 1 . 33333 ;
border-radius : 6px ; }
. form-group-lg select . form-control {
height : 46px ;
line-height : 46px ; }
. form-group-lg textarea . form-control ,
. form-group-lg select [ multiple ] . form-control {
height : auto ; }
. form-group-lg . form-control-static {
height : 46px ;
min-height : 38px ;
padding : 11px 16px ;
font-size : 18px ;
line-height : 1 . 33333 ; }
2015-02-13 13:32:27 +00:00
. has-feedback {
2015-08-12 06:13:10 +00:00
position : relative ; }
. has-feedback . form-control {
padding-right : 42 . 5px ; }
2015-02-13 13:32:27 +00:00
. form-control-feedback {
position : absolute ;
2015-08-12 07:06:27 +00:00
top : 0 ;
2015-02-13 13:32:27 +00:00
right : 0 ;
z-index : 2 ;
display : block ;
width : 34px ;
height : 34px ;
line-height : 34px ;
2015-08-12 07:06:27 +00:00
text-align : center ;
pointer-events : none ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. input-lg + . form-control-feedback ,
. input-group-lg > . form-control + . form-control-feedback ,
2015-02-13 13:32:27 +00:00
. input-group-lg > . input-group-addon + . form-control-feedback ,
2015-08-12 07:06:27 +00:00
. input-group-lg > . input-group-btn > . btn + . form-control-feedback ,
. input-group-lg + . form-control-feedback ,
. form-group-lg . form-control + . form-control-feedback {
2015-02-13 13:32:27 +00:00
width : 46px ;
height : 46px ;
2015-08-12 06:13:10 +00:00
line-height : 46px ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. input-sm + . form-control-feedback ,
. input-group-sm > . form-control + . form-control-feedback ,
2015-02-13 13:32:27 +00:00
. input-group-sm > . input-group-addon + . form-control-feedback ,
2015-08-12 07:06:27 +00:00
. input-group-sm > . input-group-btn > . btn + . form-control-feedback ,
. input-group-sm + . form-control-feedback ,
. form-group-sm . form-control + . form-control-feedback {
2015-02-13 13:32:27 +00:00
width : 30px ;
height : 30px ;
2015-08-12 06:13:10 +00:00
line-height : 30px ; }
2015-02-13 13:32:27 +00:00
. has-success . help-block ,
. has-success . control-label ,
. has-success . radio ,
. has-success . checkbox ,
. has-success . radio-inline ,
2015-08-12 07:06:27 +00:00
. has-success . checkbox-inline ,
. has-success . radio label ,
. has-success . checkbox label ,
. has-success . radio-inline label ,
. has-success . checkbox-inline label {
2015-08-12 06:13:10 +00:00
color : # 3c763d ; }
2015-02-13 13:32:27 +00:00
. has-success . form-control {
border-color : # 3c763d ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
2015-08-12 06:13:10 +00:00
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ; }
. has-success . form-control : focus {
border-color : # 2b542c ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # 67b168 ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # 67b168 ; }
2015-02-13 13:32:27 +00:00
. has-success . input-group-addon {
color : # 3c763d ;
border-color : # 3c763d ;
2015-08-12 06:13:10 +00:00
background-color : # dff0d8 ; }
2015-02-13 13:32:27 +00:00
. has-success . form-control-feedback {
2015-08-12 06:13:10 +00:00
color : # 3c763d ; }
2015-02-13 13:32:27 +00:00
. has-warning . help-block ,
. has-warning . control-label ,
. has-warning . radio ,
. has-warning . checkbox ,
. has-warning . radio-inline ,
2015-08-12 07:06:27 +00:00
. has-warning . checkbox-inline ,
. has-warning . radio label ,
. has-warning . checkbox label ,
. has-warning . radio-inline label ,
. has-warning . checkbox-inline label {
2015-08-12 06:13:10 +00:00
color : # 8a6d3b ; }
2015-02-13 13:32:27 +00:00
. has-warning . form-control {
border-color : # 8a6d3b ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
2015-08-12 06:13:10 +00:00
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ; }
. has-warning . form-control : focus {
border-color : # 66512c ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # c0a16b ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # c0a16b ; }
2015-02-13 13:32:27 +00:00
. has-warning . input-group-addon {
color : # 8a6d3b ;
border-color : # 8a6d3b ;
2015-08-12 06:13:10 +00:00
background-color : # fcf8e3 ; }
2015-02-13 13:32:27 +00:00
. has-warning . form-control-feedback {
2015-08-12 06:13:10 +00:00
color : # 8a6d3b ; }
2015-02-13 13:32:27 +00:00
. has-error . help-block ,
. has-error . control-label ,
. has-error . radio ,
. has-error . checkbox ,
. has-error . radio-inline ,
2015-08-12 07:06:27 +00:00
. has-error . checkbox-inline ,
. has-error . radio label ,
. has-error . checkbox label ,
. has-error . radio-inline label ,
. has-error . checkbox-inline label {
2015-08-12 06:13:10 +00:00
color : # a94442 ; }
2015-02-13 13:32:27 +00:00
. has-error . form-control {
border-color : # a94442 ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ;
2015-08-12 06:13:10 +00:00
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) ; }
. has-error . form-control : focus {
border-color : # 843534 ;
-webkit-box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # ce8483 ;
box-shadow : inset 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 075 ) , 0 0 6px # ce8483 ; }
2015-02-13 13:32:27 +00:00
. has-error . input-group-addon {
color : # a94442 ;
border-color : # a94442 ;
2015-08-12 06:13:10 +00:00
background-color : # f2dede ; }
2015-02-13 13:32:27 +00:00
. has-error . form-control-feedback {
2015-08-12 06:13:10 +00:00
color : # a94442 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. has-feedback label ~ . form-control-feedback {
top : 25px ; }
2015-02-13 13:32:27 +00:00
. has-feedback label . sr-only ~ . form-control-feedback {
2015-08-12 06:13:10 +00:00
top : 0 ; }
2015-02-13 13:32:27 +00:00
. help-block {
display : block ;
margin-top : 5px ;
margin-bottom : 10px ;
2015-08-12 06:13:10 +00:00
color : # 737373 ; }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 768px ) {
2015-08-12 07:06:27 +00:00
. form-inline . form-group {
2015-02-13 13:32:27 +00:00
display : inline-block ;
margin-bottom : 0 ;
2015-08-12 06:13:10 +00:00
vertical-align : middle ; }
2015-08-12 07:06:27 +00:00
. form-inline . form-control {
2015-02-13 13:32:27 +00:00
display : inline-block ;
width : auto ;
2015-08-12 06:13:10 +00:00
vertical-align : middle ; }
2015-08-12 07:06:27 +00:00
. form-inline . form-control-static {
display : inline-block ; }
. form-inline . input-group {
2015-02-13 13:32:27 +00:00
display : inline-table ;
2015-08-12 06:13:10 +00:00
vertical-align : middle ; }
. form-inline . input-group . input-group-addon ,
. form-inline . input-group . input-group-btn ,
2015-08-12 07:06:27 +00:00
. form-inline . input-group . form-control {
2015-08-12 06:13:10 +00:00
width : auto ; }
2015-08-12 07:06:27 +00:00
. form-inline . input-group > . form-control {
2015-08-12 06:13:10 +00:00
width : 100 % ; }
2015-08-12 07:06:27 +00:00
. form-inline . control-label {
2015-02-13 13:32:27 +00:00
margin-bottom : 0 ;
2015-08-12 06:13:10 +00:00
vertical-align : middle ; }
. form-inline . radio ,
2015-08-12 07:06:27 +00:00
. form-inline . checkbox {
2015-02-13 13:32:27 +00:00
display : inline-block ;
margin-top : 0 ;
margin-bottom : 0 ;
2015-08-12 06:13:10 +00:00
vertical-align : middle ; }
. form-inline . radio label ,
2015-08-12 07:06:27 +00:00
. form-inline . checkbox label {
2015-08-12 06:13:10 +00:00
padding-left : 0 ; }
. form-inline . radio input [ type = "radio" ] ,
2015-08-12 07:06:27 +00:00
. form-inline . checkbox input [ type = "checkbox" ] {
2015-02-13 13:32:27 +00:00
position : relative ;
2015-08-12 06:13:10 +00:00
margin-left : 0 ; }
2015-08-12 07:06:27 +00:00
. form-inline . has-feedback . form-control-feedback {
2015-08-12 06:13:10 +00:00
top : 0 ; } }
2015-02-13 13:32:27 +00:00
. form-horizontal . radio ,
. form-horizontal . checkbox ,
. form-horizontal . radio-inline ,
. form-horizontal . checkbox-inline {
margin-top : 0 ;
margin-bottom : 0 ;
2015-08-12 06:13:10 +00:00
padding-top : 7px ; }
2015-02-13 13:32:27 +00:00
. form-horizontal . radio ,
. form-horizontal . checkbox {
2015-08-12 06:13:10 +00:00
min-height : 27px ; }
2015-02-13 13:32:27 +00:00
. form-horizontal . form-group {
margin-left : -15px ;
2015-08-12 06:13:10 +00:00
margin-right : -15px ; }
. form-horizontal . form-group : before ,
. form-horizontal . form-group : after {
content : " " ;
display : table ; }
. form-horizontal . form-group : after {
clear : both ; }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 768px ) {
. form-horizontal . control-label {
text-align : right ;
margin-bottom : 0 ;
2015-08-12 06:13:10 +00:00
padding-top : 7px ; } }
2015-02-13 13:32:27 +00:00
. form-horizontal . has-feedback . form-control-feedback {
2015-08-12 06:13:10 +00:00
right : 15px ; }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 768px ) {
. form-horizontal . form-group-lg . control-label {
2015-08-12 07:06:27 +00:00
padding-top : 14 . 33333px ;
font-size : 18px ; } }
2015-08-12 06:13:10 +00:00
2015-02-13 13:32:27 +00:00
@ media ( min-width : 768px ) {
. form-horizontal . form-group-sm . control-label {
2015-08-12 07:06:27 +00:00
padding-top : 6px ;
font-size : 12px ; } }
2015-02-13 13:32:27 +00:00
. btn {
display : inline-block ;
margin-bottom : 0 ;
font-weight : normal ;
text-align : center ;
vertical-align : middle ;
2015-08-12 07:06:27 +00:00
touch-action : manipulation ;
2015-02-13 13:32:27 +00:00
cursor : pointer ;
background-image : none ;
border : 1px solid transparent ;
white-space : nowrap ;
padding : 6px 12px ;
font-size : 14px ;
line-height : 1 . 42857 ;
border-radius : 4px ;
-webkit-user-select : none ;
-moz-user-select : none ;
-ms-user-select : none ;
2015-08-12 06:13:10 +00:00
user-select : none ; }
. btn : focus ,
2015-08-12 07:06:27 +00:00
. btn . focus ,
2015-08-12 06:13:10 +00:00
. btn : active : focus ,
2015-08-12 07:06:27 +00:00
. btn : active . focus ,
. btn . active : focus ,
. btn . active . focus {
2015-08-12 06:13:10 +00:00
outline : thin dotted ;
outline : 5px auto -webkit-focus-ring-color ;
outline-offset : -2px ; }
. btn : hover ,
2015-08-12 07:06:27 +00:00
. btn : focus ,
. btn . focus {
2015-08-12 06:13:10 +00:00
color : # 333 ;
text-decoration : none ; }
. btn : active ,
. btn . active {
outline : 0 ;
background-image : none ;
-webkit-box-shadow : inset 0 3px 5px rgba ( 0 , 0 , 0 , 0 . 125 ) ;
box-shadow : inset 0 3px 5px rgba ( 0 , 0 , 0 , 0 . 125 ) ; }
. btn . disabled ,
. btn [ disabled ] ,
fieldset [ disabled ] . btn {
cursor : not-allowed ;
opacity : 0 . 65 ;
filter : alpha ( opacity = 65 ) ;
-webkit-box-shadow : none ;
box-shadow : none ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . btn . disabled ,
fieldset [ disabled ] a . btn {
pointer-events : none ; }
2015-02-13 13:32:27 +00:00
. btn-default {
color : # 333 ;
background-color : # fff ;
2015-08-12 06:13:10 +00:00
border-color : # ccc ; }
. btn-default : focus ,
2015-08-12 07:06:27 +00:00
. btn-default . focus {
color : # 333 ;
background-color : # e6e6e6 ;
border-color : # 8c8c8c ; }
. btn-default : hover {
color : # 333 ;
background-color : # e6e6e6 ;
border-color : # adadad ; }
2015-08-12 06:13:10 +00:00
. btn-default : active ,
. btn-default . active ,
. open > . btn-default . dropdown-toggle {
color : # 333 ;
background-color : # e6e6e6 ;
border-color : # adadad ; }
2015-08-12 07:06:27 +00:00
. btn-default : active : hover ,
. btn-default : active : focus ,
. btn-default : active . focus ,
. btn-default . active : hover ,
. btn-default . active : focus ,
. btn-default . active . focus ,
. open > . btn-default . dropdown-toggle : hover ,
. open > . btn-default . dropdown-toggle : focus ,
. open > . btn-default . dropdown-toggle . focus {
color : # 333 ;
background-color : # d4d4d4 ;
border-color : # 8c8c8c ; }
2015-08-12 06:13:10 +00:00
. btn-default : active ,
. btn-default . active ,
. open > . btn-default . dropdown-toggle {
background-image : none ; }
. btn-default . disabled ,
. btn-default . disabled : hover ,
. btn-default . disabled : focus ,
2015-08-12 07:06:27 +00:00
. btn-default . disabled . focus ,
2015-08-12 06:13:10 +00:00
. btn-default . disabled : active ,
. btn-default . disabled . active ,
. btn-default [ disabled ] ,
. btn-default [ disabled ] : hover ,
. btn-default [ disabled ] : focus ,
2015-08-12 07:06:27 +00:00
. btn-default [ disabled ] . focus ,
2015-08-12 06:13:10 +00:00
. btn-default [ disabled ] : active ,
. btn-default [ disabled ] . active ,
fieldset [ disabled ] . btn-default ,
fieldset [ disabled ] . btn-default : hover ,
fieldset [ disabled ] . btn-default : focus ,
2015-08-12 07:06:27 +00:00
fieldset [ disabled ] . btn-default . focus ,
2015-08-12 06:13:10 +00:00
fieldset [ disabled ] . btn-default : active ,
fieldset [ disabled ] . btn-default . active {
background-color : # fff ;
border-color : # ccc ; }
. btn-default . badge {
color : # fff ;
background-color : # 333 ; }
2015-02-13 13:32:27 +00:00
. btn-primary {
color : # fff ;
background-color : # ff6d5a ;
2015-08-12 06:13:10 +00:00
border-color : # ff5641 ; }
. btn-primary : focus ,
2015-08-12 07:06:27 +00:00
. btn-primary . focus {
color : # fff ;
background-color : # ff4027 ;
border-color : # c01600 ; }
. btn-primary : hover {
color : # fff ;
background-color : # ff4027 ;
border-color : # ff2003 ; }
2015-08-12 06:13:10 +00:00
. btn-primary : active ,
. btn-primary . active ,
. open > . btn-primary . dropdown-toggle {
color : # fff ;
background-color : # ff4027 ;
border-color : # ff2003 ; }
2015-08-12 07:06:27 +00:00
. btn-primary : active : hover ,
. btn-primary : active : focus ,
. btn-primary : active . focus ,
. btn-primary . active : hover ,
. btn-primary . active : focus ,
. btn-primary . active . focus ,
. open > . btn-primary . dropdown-toggle : hover ,
. open > . btn-primary . dropdown-toggle : focus ,
. open > . btn-primary . dropdown-toggle . focus {
color : # fff ;
background-color : # ff2003 ;
border-color : # c01600 ; }
2015-08-12 06:13:10 +00:00
. btn-primary : active ,
. btn-primary . active ,
. open > . btn-primary . dropdown-toggle {
background-image : none ; }
. btn-primary . disabled ,
. btn-primary . disabled : hover ,
. btn-primary . disabled : focus ,
2015-08-12 07:06:27 +00:00
. btn-primary . disabled . focus ,
2015-08-12 06:13:10 +00:00
. btn-primary . disabled : active ,
. btn-primary . disabled . active ,
. btn-primary [ disabled ] ,
. btn-primary [ disabled ] : hover ,
. btn-primary [ disabled ] : focus ,
2015-08-12 07:06:27 +00:00
. btn-primary [ disabled ] . focus ,
2015-08-12 06:13:10 +00:00
. btn-primary [ disabled ] : active ,
. btn-primary [ disabled ] . active ,
fieldset [ disabled ] . btn-primary ,
fieldset [ disabled ] . btn-primary : hover ,
fieldset [ disabled ] . btn-primary : focus ,
2015-08-12 07:06:27 +00:00
fieldset [ disabled ] . btn-primary . focus ,
2015-08-12 06:13:10 +00:00
fieldset [ disabled ] . btn-primary : active ,
fieldset [ disabled ] . btn-primary . active {
background-color : # ff6d5a ;
border-color : # ff5641 ; }
. btn-primary . badge {
color : # ff6d5a ;
background-color : # fff ; }
2015-02-13 13:32:27 +00:00
. btn-success {
color : # fff ;
background-color : # 5cb85c ;
2015-08-12 06:13:10 +00:00
border-color : # 4cae4c ; }
. btn-success : focus ,
2015-08-12 07:06:27 +00:00
. btn-success . focus {
color : # fff ;
background-color : # 449d44 ;
border-color : # 255625 ; }
. btn-success : hover {
color : # fff ;
background-color : # 449d44 ;
border-color : # 398439 ; }
2015-08-12 06:13:10 +00:00
. btn-success : active ,
. btn-success . active ,
. open > . btn-success . dropdown-toggle {
color : # fff ;
background-color : # 449d44 ;
border-color : # 398439 ; }
2015-08-12 07:06:27 +00:00
. btn-success : active : hover ,
. btn-success : active : focus ,
. btn-success : active . focus ,
. btn-success . active : hover ,
. btn-success . active : focus ,
. btn-success . active . focus ,
. open > . btn-success . dropdown-toggle : hover ,
. open > . btn-success . dropdown-toggle : focus ,
. open > . btn-success . dropdown-toggle . focus {
color : # fff ;
background-color : # 398439 ;
border-color : # 255625 ; }
2015-08-12 06:13:10 +00:00
. btn-success : active ,
. btn-success . active ,
. open > . btn-success . dropdown-toggle {
background-image : none ; }
. btn-success . disabled ,
. btn-success . disabled : hover ,
. btn-success . disabled : focus ,
2015-08-12 07:06:27 +00:00
. btn-success . disabled . focus ,
2015-08-12 06:13:10 +00:00
. btn-success . disabled : active ,
. btn-success . disabled . active ,
. btn-success [ disabled ] ,
. btn-success [ disabled ] : hover ,
. btn-success [ disabled ] : focus ,
2015-08-12 07:06:27 +00:00
. btn-success [ disabled ] . focus ,
2015-08-12 06:13:10 +00:00
. btn-success [ disabled ] : active ,
. btn-success [ disabled ] . active ,
fieldset [ disabled ] . btn-success ,
fieldset [ disabled ] . btn-success : hover ,
fieldset [ disabled ] . btn-success : focus ,
2015-08-12 07:06:27 +00:00
fieldset [ disabled ] . btn-success . focus ,
2015-08-12 06:13:10 +00:00
fieldset [ disabled ] . btn-success : active ,
fieldset [ disabled ] . btn-success . active {
background-color : # 5cb85c ;
border-color : # 4cae4c ; }
. btn-success . badge {
color : # 5cb85c ;
background-color : # fff ; }
2015-02-13 13:32:27 +00:00
. btn-info {
color : # fff ;
background-color : # 5bc0de ;
2015-08-12 06:13:10 +00:00
border-color : # 46b8da ; }
. btn-info : focus ,
2015-08-12 07:06:27 +00:00
. btn-info . focus {
color : # fff ;
background-color : # 31b0d5 ;
border-color : # 1b6d85 ; }
. btn-info : hover {
color : # fff ;
background-color : # 31b0d5 ;
border-color : # 269abc ; }
2015-08-12 06:13:10 +00:00
. btn-info : active ,
. btn-info . active ,
. open > . btn-info . dropdown-toggle {
color : # fff ;
background-color : # 31b0d5 ;
border-color : # 269abc ; }
2015-08-12 07:06:27 +00:00
. btn-info : active : hover ,
. btn-info : active : focus ,
. btn-info : active . focus ,
. btn-info . active : hover ,
. btn-info . active : focus ,
. btn-info . active . focus ,
. open > . btn-info . dropdown-toggle : hover ,
. open > . btn-info . dropdown-toggle : focus ,
. open > . btn-info . dropdown-toggle . focus {
color : # fff ;
background-color : # 269abc ;
border-color : # 1b6d85 ; }
2015-08-12 06:13:10 +00:00
. btn-info : active ,
. btn-info . active ,
. open > . btn-info . dropdown-toggle {
background-image : none ; }
. btn-info . disabled ,
. btn-info . disabled : hover ,
. btn-info . disabled : focus ,
2015-08-12 07:06:27 +00:00
. btn-info . disabled . focus ,
2015-08-12 06:13:10 +00:00
. btn-info . disabled : active ,
. btn-info . disabled . active ,
. btn-info [ disabled ] ,
. btn-info [ disabled ] : hover ,
. btn-info [ disabled ] : focus ,
2015-08-12 07:06:27 +00:00
. btn-info [ disabled ] . focus ,
2015-08-12 06:13:10 +00:00
. btn-info [ disabled ] : active ,
. btn-info [ disabled ] . active ,
fieldset [ disabled ] . btn-info ,
fieldset [ disabled ] . btn-info : hover ,
fieldset [ disabled ] . btn-info : focus ,
2015-08-12 07:06:27 +00:00
fieldset [ disabled ] . btn-info . focus ,
2015-08-12 06:13:10 +00:00
fieldset [ disabled ] . btn-info : active ,
fieldset [ disabled ] . btn-info . active {
background-color : # 5bc0de ;
border-color : # 46b8da ; }
. btn-info . badge {
color : # 5bc0de ;
background-color : # fff ; }
2015-02-13 13:32:27 +00:00
. btn-warning {
color : # fff ;
background-color : # f0ad4e ;
2015-08-12 06:13:10 +00:00
border-color : # eea236 ; }
. btn-warning : focus ,
2015-08-12 07:06:27 +00:00
. btn-warning . focus {
color : # fff ;
background-color : # ec971f ;
border-color : # 985f0d ; }
. btn-warning : hover {
color : # fff ;
background-color : # ec971f ;
border-color : # d58512 ; }
2015-08-12 06:13:10 +00:00
. btn-warning : active ,
. btn-warning . active ,
. open > . btn-warning . dropdown-toggle {
color : # fff ;
background-color : # ec971f ;
border-color : # d58512 ; }
2015-08-12 07:06:27 +00:00
. btn-warning : active : hover ,
. btn-warning : active : focus ,
. btn-warning : active . focus ,
. btn-warning . active : hover ,
. btn-warning . active : focus ,
. btn-warning . active . focus ,
. open > . btn-warning . dropdown-toggle : hover ,
. open > . btn-warning . dropdown-toggle : focus ,
. open > . btn-warning . dropdown-toggle . focus {
color : # fff ;
background-color : # d58512 ;
border-color : # 985f0d ; }
2015-08-12 06:13:10 +00:00
. btn-warning : active ,
. btn-warning . active ,
. open > . btn-warning . dropdown-toggle {
background-image : none ; }
. btn-warning . disabled ,
. btn-warning . disabled : hover ,
. btn-warning . disabled : focus ,
2015-08-12 07:06:27 +00:00
. btn-warning . disabled . focus ,
2015-08-12 06:13:10 +00:00
. btn-warning . disabled : active ,
. btn-warning . disabled . active ,
. btn-warning [ disabled ] ,
. btn-warning [ disabled ] : hover ,
. btn-warning [ disabled ] : focus ,
2015-08-12 07:06:27 +00:00
. btn-warning [ disabled ] . focus ,
2015-08-12 06:13:10 +00:00
. btn-warning [ disabled ] : active ,
. btn-warning [ disabled ] . active ,
fieldset [ disabled ] . btn-warning ,
fieldset [ disabled ] . btn-warning : hover ,
fieldset [ disabled ] . btn-warning : focus ,
2015-08-12 07:06:27 +00:00
fieldset [ disabled ] . btn-warning . focus ,
2015-08-12 06:13:10 +00:00
fieldset [ disabled ] . btn-warning : active ,
fieldset [ disabled ] . btn-warning . active {
background-color : # f0ad4e ;
border-color : # eea236 ; }
. btn-warning . badge {
color : # f0ad4e ;
background-color : # fff ; }
2015-02-13 13:32:27 +00:00
. btn-danger {
color : # fff ;
background-color : # d9534f ;
2015-08-12 06:13:10 +00:00
border-color : # d43f3a ; }
. btn-danger : focus ,
2015-08-12 07:06:27 +00:00
. btn-danger . focus {
color : # fff ;
background-color : # c9302c ;
border-color : # 761c19 ; }
. btn-danger : hover {
color : # fff ;
background-color : # c9302c ;
border-color : # ac2925 ; }
2015-08-12 06:13:10 +00:00
. btn-danger : active ,
. btn-danger . active ,
. open > . btn-danger . dropdown-toggle {
color : # fff ;
background-color : # c9302c ;
border-color : # ac2925 ; }
2015-08-12 07:06:27 +00:00
. btn-danger : active : hover ,
. btn-danger : active : focus ,
. btn-danger : active . focus ,
. btn-danger . active : hover ,
. btn-danger . active : focus ,
. btn-danger . active . focus ,
. open > . btn-danger . dropdown-toggle : hover ,
. open > . btn-danger . dropdown-toggle : focus ,
. open > . btn-danger . dropdown-toggle . focus {
color : # fff ;
background-color : # ac2925 ;
border-color : # 761c19 ; }
2015-08-12 06:13:10 +00:00
. btn-danger : active ,
. btn-danger . active ,
. open > . btn-danger . dropdown-toggle {
background-image : none ; }
. btn-danger . disabled ,
. btn-danger . disabled : hover ,
. btn-danger . disabled : focus ,
2015-08-12 07:06:27 +00:00
. btn-danger . disabled . focus ,
2015-08-12 06:13:10 +00:00
. btn-danger . disabled : active ,
. btn-danger . disabled . active ,
. btn-danger [ disabled ] ,
. btn-danger [ disabled ] : hover ,
. btn-danger [ disabled ] : focus ,
2015-08-12 07:06:27 +00:00
. btn-danger [ disabled ] . focus ,
2015-08-12 06:13:10 +00:00
. btn-danger [ disabled ] : active ,
. btn-danger [ disabled ] . active ,
fieldset [ disabled ] . btn-danger ,
fieldset [ disabled ] . btn-danger : hover ,
fieldset [ disabled ] . btn-danger : focus ,
2015-08-12 07:06:27 +00:00
fieldset [ disabled ] . btn-danger . focus ,
2015-08-12 06:13:10 +00:00
fieldset [ disabled ] . btn-danger : active ,
fieldset [ disabled ] . btn-danger . active {
background-color : # d9534f ;
border-color : # d43f3a ; }
. btn-danger . badge {
color : # d9534f ;
background-color : # fff ; }
2015-02-13 13:32:27 +00:00
. btn-link {
color : # ff6d5a ;
font-weight : normal ;
2015-08-12 06:13:10 +00:00
border-radius : 0 ; }
. btn-link ,
. btn-link : active ,
2015-08-12 07:06:27 +00:00
. btn-link . active ,
2015-08-12 06:13:10 +00:00
. btn-link [ disabled ] ,
fieldset [ disabled ] . btn-link {
background-color : transparent ;
-webkit-box-shadow : none ;
box-shadow : none ; }
. btn-link ,
. btn-link : hover ,
. btn-link : focus ,
. btn-link : active {
border-color : transparent ; }
. btn-link : hover ,
. btn-link : focus {
color : # ff290e ;
text-decoration : underline ;
background-color : transparent ; }
. btn-link [ disabled ] : hover ,
. btn-link [ disabled ] : focus ,
fieldset [ disabled ] . btn-link : hover ,
fieldset [ disabled ] . btn-link : focus {
color : # 777777 ;
text-decoration : none ; }
2015-02-13 13:32:27 +00:00
. btn-lg , . btn-group-lg > . btn {
padding : 10px 16px ;
font-size : 18px ;
2015-08-12 07:06:27 +00:00
line-height : 1 . 33333 ;
2015-08-12 06:13:10 +00:00
border-radius : 6px ; }
2015-02-13 13:32:27 +00:00
. btn-sm , . btn-group-sm > . btn {
padding : 5px 10px ;
font-size : 12px ;
line-height : 1 . 5 ;
2015-08-12 06:13:10 +00:00
border-radius : 3px ; }
2015-02-13 13:32:27 +00:00
. btn-xs , . btn-group-xs > . btn {
padding : 1px 5px ;
font-size : 12px ;
line-height : 1 . 5 ;
2015-08-12 06:13:10 +00:00
border-radius : 3px ; }
2015-02-13 13:32:27 +00:00
. btn-block {
display : block ;
2015-08-12 06:13:10 +00:00
width : 100 % ; }
2015-02-13 13:32:27 +00:00
. btn-block + . btn-block {
2015-08-12 06:13:10 +00:00
margin-top : 5px ; }
2015-02-13 13:32:27 +00:00
input [ type = "submit" ] . btn-block ,
input [ type = "reset" ] . btn-block ,
input [ type = "button" ] . btn-block {
2015-08-12 06:13:10 +00:00
width : 100 % ; }
2015-02-13 13:32:27 +00:00
. fade {
opacity : 0 ;
-webkit-transition : opacity 0 . 15s linear ;
-o-transition : opacity 0 . 15s linear ;
2015-08-12 06:13:10 +00:00
transition : opacity 0 . 15s linear ; }
. fade . in {
opacity : 1 ; }
2015-02-13 13:32:27 +00:00
. collapse {
2015-08-12 06:13:10 +00:00
display : none ; }
. collapse . in {
display : block ; }
2015-02-13 13:32:27 +00:00
tr . collapse . in {
2015-08-12 06:13:10 +00:00
display : table-row ; }
2015-02-13 13:32:27 +00:00
tbody . collapse . in {
2015-08-12 06:13:10 +00:00
display : table-row-group ; }
2015-02-13 13:32:27 +00:00
. collapsing {
position : relative ;
height : 0 ;
overflow : hidden ;
2015-08-12 07:06:27 +00:00
-webkit-transition-property : height , visibility ;
transition-property : height , visibility ;
-webkit-transition-duration : 0 . 35s ;
transition-duration : 0 . 35s ;
-webkit-transition-timing-function : ease ;
transition-timing-function : ease ; }
2015-02-13 13:32:27 +00:00
. caret {
display : inline-block ;
width : 0 ;
height : 0 ;
margin-left : 2px ;
vertical-align : middle ;
2015-08-12 07:06:27 +00:00
border-top : 4px dashed ;
border-top : 4px solid \ 9 ;
2015-02-13 13:32:27 +00:00
border-right : 4px solid transparent ;
2015-08-12 06:13:10 +00:00
border-left : 4px solid transparent ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. dropup ,
2015-02-13 13:32:27 +00:00
. dropdown {
2015-08-12 06:13:10 +00:00
position : relative ; }
2015-02-13 13:32:27 +00:00
. dropdown-toggle : focus {
2015-08-12 06:13:10 +00:00
outline : 0 ; }
2015-02-13 13:32:27 +00:00
. 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 ;
font-size : 14px ;
text-align : left ;
background-color : # fff ;
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 ) ;
2015-08-12 06:13:10 +00:00
background-clip : padding-box ; }
. dropdown-menu . pull-right {
right : 0 ;
left : auto ; }
. dropdown-menu . divider {
height : 1px ;
margin : 9px 0 ;
overflow : hidden ;
background-color : # e5e5e5 ; }
. dropdown-menu > li > a {
display : block ;
padding : 3px 20px ;
clear : both ;
font-weight : normal ;
line-height : 1 . 42857 ;
color : # 333333 ;
white-space : nowrap ; }
. dropdown-menu > li > a : hover ,
. dropdown-menu > li > a : focus {
2015-02-13 13:32:27 +00:00
text-decoration : none ;
color : # 262626 ;
2015-08-12 06:13:10 +00:00
background-color : # f5f5f5 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 06:13:10 +00:00
. dropdown-menu > . active > a ,
. dropdown-menu > . active > a : hover ,
. dropdown-menu > . active > a : focus {
2015-02-13 13:32:27 +00:00
color : # fff ;
text-decoration : none ;
outline : 0 ;
2015-08-12 06:13:10 +00:00
background-color : # ff6d5a ; }
2015-02-13 13:32:27 +00:00
2015-08-12 06:13:10 +00:00
. dropdown-menu > . disabled > a ,
. dropdown-menu > . disabled > a : hover ,
. dropdown-menu > . disabled > a : focus {
color : # 777777 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 06:13:10 +00:00
. dropdown-menu > . disabled > a : hover ,
. dropdown-menu > . disabled > a : focus {
2015-02-13 13:32:27 +00:00
text-decoration : none ;
background-color : transparent ;
background-image : none ;
filter : progid : DXImageTransform . Microsoft . gradient ( enabled = false ) ;
2015-08-12 06:13:10 +00:00
cursor : not-allowed ; }
2015-02-13 13:32:27 +00:00
. open > . dropdown-menu {
2015-08-12 06:13:10 +00:00
display : block ; }
2015-02-13 13:32:27 +00:00
. open > a {
2015-08-12 06:13:10 +00:00
outline : 0 ; }
2015-02-13 13:32:27 +00:00
. dropdown-menu-right {
left : auto ;
2015-08-12 06:13:10 +00:00
right : 0 ; }
2015-02-13 13:32:27 +00:00
. dropdown-menu-left {
left : 0 ;
2015-08-12 06:13:10 +00:00
right : auto ; }
2015-02-13 13:32:27 +00:00
. dropdown-header {
display : block ;
padding : 3px 20px ;
font-size : 12px ;
line-height : 1 . 42857 ;
color : # 777777 ;
2015-08-12 06:13:10 +00:00
white-space : nowrap ; }
2015-02-13 13:32:27 +00:00
. dropdown-backdrop {
position : fixed ;
left : 0 ;
right : 0 ;
bottom : 0 ;
top : 0 ;
2015-08-12 06:13:10 +00:00
z-index : 990 ; }
2015-02-13 13:32:27 +00:00
. pull-right > . dropdown-menu {
right : 0 ;
2015-08-12 06:13:10 +00:00
left : auto ; }
2015-02-13 13:32:27 +00:00
. dropup . caret ,
. navbar-fixed-bottom . dropdown . caret {
border-top : 0 ;
2015-08-12 07:06:27 +00:00
border-bottom : 4px dashed ;
border-bottom : 4px solid \ 9 ;
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. dropup . dropdown-menu ,
. navbar-fixed-bottom . dropdown . dropdown-menu {
top : auto ;
bottom : 100 % ;
2015-08-12 07:06:27 +00:00
margin-bottom : 2px ; }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 768px ) {
. navbar-right . dropdown-menu {
right : 0 ;
2015-08-12 06:13:10 +00:00
left : auto ; }
2015-02-13 13:32:27 +00:00
. navbar-right . dropdown-menu-left {
left : 0 ;
2015-08-12 06:13:10 +00:00
right : auto ; } }
2015-02-13 13:32:27 +00:00
. btn-group ,
. btn-group-vertical {
position : relative ;
display : inline-block ;
2015-08-12 06:13:10 +00:00
vertical-align : middle ; }
. btn-group > . btn ,
. btn-group-vertical > . btn {
position : relative ;
float : left ; }
. btn-group > . btn : hover ,
. btn-group > . btn : focus ,
. btn-group > . btn : active ,
. btn-group > . btn . active ,
. btn-group-vertical > . btn : hover ,
. btn-group-vertical > . btn : focus ,
. btn-group-vertical > . btn : active ,
. btn-group-vertical > . btn . active {
z-index : 2 ; }
2015-02-13 13:32:27 +00:00
. btn-group . btn + . btn ,
. btn-group . btn + . btn-group ,
. btn-group . btn-group + . btn ,
. btn-group . btn-group + . btn-group {
2015-08-12 06:13:10 +00:00
margin-left : -1px ; }
2015-02-13 13:32:27 +00:00
. btn-toolbar {
2015-08-12 06:13:10 +00:00
margin-left : -5px ; }
. btn-toolbar : before ,
. btn-toolbar : after {
content : " " ;
display : table ; }
. btn-toolbar : after {
clear : both ; }
2015-08-12 07:06:27 +00:00
. btn-toolbar . btn ,
2015-08-12 06:13:10 +00:00
. btn-toolbar . btn-group ,
. btn-toolbar . input-group {
float : left ; }
. btn-toolbar > . btn ,
. btn-toolbar > . btn-group ,
. btn-toolbar > . input-group {
margin-left : 5px ; }
2015-02-13 13:32:27 +00:00
. btn-group > . btn : not ( : first-child ) : not ( : last-child ) : not ( . dropdown-toggle ) {
2015-08-12 06:13:10 +00:00
border-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. btn-group > . btn : first-child {
2015-08-12 06:13:10 +00:00
margin-left : 0 ; }
. btn-group > . btn : first-child : not ( : last-child ) : not ( . dropdown-toggle ) {
border-bottom-right-radius : 0 ;
border-top-right-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. btn-group > . btn : last-child : not ( : first-child ) ,
. btn-group > . dropdown-toggle : not ( : first-child ) {
border-bottom-left-radius : 0 ;
2015-08-12 06:13:10 +00:00
border-top-left-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. btn-group > . btn-group {
2015-08-12 06:13:10 +00:00
float : left ; }
2015-02-13 13:32:27 +00:00
. btn-group > . btn-group : not ( : first-child ) : not ( : last-child ) > . btn {
2015-08-12 06:13:10 +00:00
border-radius : 0 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. btn-group > . btn-group : first-child : not ( : last-child ) > . btn : last-child ,
. btn-group > . btn-group : first-child : not ( : last-child ) > . dropdown-toggle {
2015-02-13 13:32:27 +00:00
border-bottom-right-radius : 0 ;
2015-08-12 06:13:10 +00:00
border-top-right-radius : 0 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. btn-group > . btn-group : last-child : not ( : first-child ) > . btn : first-child {
2015-02-13 13:32:27 +00:00
border-bottom-left-radius : 0 ;
2015-08-12 06:13:10 +00:00
border-top-left-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. btn-group . dropdown-toggle : active ,
. btn-group . open . dropdown-toggle {
2015-08-12 06:13:10 +00:00
outline : 0 ; }
2015-02-13 13:32:27 +00:00
. btn-group > . btn + . dropdown-toggle {
padding-left : 8px ;
2015-08-12 06:13:10 +00:00
padding-right : 8px ; }
2015-02-13 13:32:27 +00:00
. btn-group > . btn-lg + . dropdown-toggle , . btn-group-lg . btn-group > . btn + . dropdown-toggle {
padding-left : 12px ;
2015-08-12 06:13:10 +00:00
padding-right : 12px ; }
2015-02-13 13:32:27 +00:00
. btn-group . open . dropdown-toggle {
-webkit-box-shadow : inset 0 3px 5px rgba ( 0 , 0 , 0 , 0 . 125 ) ;
2015-08-12 06:13:10 +00:00
box-shadow : inset 0 3px 5px rgba ( 0 , 0 , 0 , 0 . 125 ) ; }
. btn-group . open . dropdown-toggle . btn-link {
-webkit-box-shadow : none ;
box-shadow : none ; }
2015-02-13 13:32:27 +00:00
. btn . caret {
2015-08-12 06:13:10 +00:00
margin-left : 0 ; }
2015-02-13 13:32:27 +00:00
. btn-lg . caret , . btn-group-lg > . btn . caret {
border-width : 5px 5px 0 ;
2015-08-12 06:13:10 +00:00
border-bottom-width : 0 ; }
2015-02-13 13:32:27 +00:00
. dropup . btn-lg . caret , . dropup . btn-group-lg > . btn . caret {
2015-08-12 06:13:10 +00:00
border-width : 0 5px 5px ; }
2015-02-13 13:32:27 +00:00
. btn-group-vertical > . btn ,
. btn-group-vertical > . btn-group ,
. btn-group-vertical > . btn-group > . btn {
display : block ;
float : none ;
width : 100 % ;
2015-08-12 06:13:10 +00:00
max-width : 100 % ; }
. btn-group-vertical > . btn-group : before ,
. btn-group-vertical > . btn-group : after {
2015-02-13 13:32:27 +00:00
content : " " ;
2015-08-12 06:13:10 +00:00
display : table ; }
2015-02-13 13:32:27 +00:00
. btn-group-vertical > . btn-group : after {
2015-08-12 06:13:10 +00:00
clear : both ; }
2015-02-13 13:32:27 +00:00
. btn-group-vertical > . btn-group > . btn {
2015-08-12 06:13:10 +00:00
float : none ; }
2015-02-13 13:32:27 +00:00
. btn-group-vertical > . btn + . btn ,
. btn-group-vertical > . btn + . btn-group ,
. btn-group-vertical > . btn-group + . btn ,
. btn-group-vertical > . btn-group + . btn-group {
margin-top : -1px ;
2015-08-12 06:13:10 +00:00
margin-left : 0 ; }
2015-02-13 13:32:27 +00:00
. btn-group-vertical > . btn : not ( : first-child ) : not ( : last-child ) {
2015-08-12 06:13:10 +00:00
border-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. btn-group-vertical > . btn : first-child : not ( : last-child ) {
border-top-right-radius : 4px ;
border-bottom-right-radius : 0 ;
2015-08-12 06:13:10 +00:00
border-bottom-left-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. btn-group-vertical > . btn : last-child : not ( : first-child ) {
border-bottom-left-radius : 4px ;
border-top-right-radius : 0 ;
2015-08-12 06:13:10 +00:00
border-top-left-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. btn-group-vertical > . btn-group : not ( : first-child ) : not ( : last-child ) > . btn {
2015-08-12 06:13:10 +00:00
border-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. btn-group-vertical > . btn-group : first-child : not ( : last-child ) > . btn : last-child ,
. btn-group-vertical > . btn-group : first-child : not ( : last-child ) > . dropdown-toggle {
border-bottom-right-radius : 0 ;
2015-08-12 06:13:10 +00:00
border-bottom-left-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. btn-group-vertical > . btn-group : last-child : not ( : first-child ) > . btn : first-child {
border-top-right-radius : 0 ;
2015-08-12 06:13:10 +00:00
border-top-left-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. btn-group-justified {
display : table ;
width : 100 % ;
table-layout : fixed ;
2015-08-12 06:13:10 +00:00
border-collapse : separate ; }
. btn-group-justified > . btn ,
. btn-group-justified > . btn-group {
float : none ;
display : table-cell ;
width : 1 % ; }
. btn-group-justified > . btn-group . btn {
width : 100 % ; }
. btn-group-justified > . btn-group . dropdown-menu {
left : auto ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
[ data-toggle = "buttons" ] > . btn input [ type = "radio" ] ,
[ data-toggle = "buttons" ] > . btn input [ type = "checkbox" ] ,
[ data-toggle = "buttons" ] > . btn-group > . btn input [ type = "radio" ] ,
[ data-toggle = "buttons" ] > . btn-group > . btn input [ type = "checkbox" ] {
2015-02-13 13:32:27 +00:00
position : absolute ;
2015-08-12 07:06:27 +00:00
clip : rect ( 0 , 0 , 0 , 0 ) ;
pointer-events : none ; }
2015-02-13 13:32:27 +00:00
. input-group {
position : relative ;
display : table ;
2015-08-12 06:13:10 +00:00
border-collapse : separate ; }
. input-group [ class * = "col-" ] {
float : none ;
padding-left : 0 ;
padding-right : 0 ; }
. input-group . form-control {
position : relative ;
z-index : 2 ;
float : left ;
width : 100 % ;
margin-bottom : 0 ; }
2015-02-13 13:32:27 +00:00
. input-group-addon ,
. input-group-btn ,
. input-group . form-control {
2015-08-12 06:13:10 +00:00
display : table-cell ; }
. input-group-addon : not ( : first-child ) : not ( : last-child ) ,
. input-group-btn : not ( : first-child ) : not ( : last-child ) ,
. input-group . form-control : not ( : first-child ) : not ( : last-child ) {
border-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. input-group-addon ,
. input-group-btn {
width : 1 % ;
white-space : nowrap ;
2015-08-12 06:13:10 +00:00
vertical-align : middle ; }
2015-02-13 13:32:27 +00:00
. input-group-addon {
padding : 6px 12px ;
font-size : 14px ;
font-weight : normal ;
line-height : 1 ;
color : # 555555 ;
text-align : center ;
background-color : # eeeeee ;
border : 1px solid # ccc ;
2015-08-12 06:13:10 +00:00
border-radius : 4px ; }
2015-08-12 07:06:27 +00:00
. input-group-addon . input-sm , . input-group-sm > . input-group-addon ,
2015-08-12 06:13:10 +00:00
. input-group-sm > . input-group-btn > . input-group-addon . btn {
padding : 5px 10px ;
font-size : 12px ;
border-radius : 3px ; }
2015-08-12 07:06:27 +00:00
. input-group-addon . input-lg , . input-group-lg > . input-group-addon ,
2015-08-12 06:13:10 +00:00
. input-group-lg > . input-group-btn > . input-group-addon . btn {
padding : 10px 16px ;
font-size : 18px ;
border-radius : 6px ; }
. input-group-addon input [ type = "radio" ] ,
. input-group-addon input [ type = "checkbox" ] {
margin-top : 0 ; }
2015-02-13 13:32:27 +00:00
. input-group . form-control : first-child ,
. input-group-addon : first-child ,
. input-group-btn : first-child > . btn ,
. input-group-btn : first-child > . btn-group > . btn ,
. input-group-btn : first-child > . dropdown-toggle ,
. input-group-btn : last-child > . btn : not ( : last-child ) : not ( . dropdown-toggle ) ,
. input-group-btn : last-child > . btn-group : not ( : last-child ) > . btn {
border-bottom-right-radius : 0 ;
2015-08-12 06:13:10 +00:00
border-top-right-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. input-group-addon : first-child {
2015-08-12 06:13:10 +00:00
border-right : 0 ; }
2015-02-13 13:32:27 +00:00
. input-group . form-control : last-child ,
. input-group-addon : last-child ,
. input-group-btn : last-child > . btn ,
. input-group-btn : last-child > . btn-group > . btn ,
. input-group-btn : last-child > . dropdown-toggle ,
. input-group-btn : first-child > . btn : not ( : first-child ) ,
. input-group-btn : first-child > . btn-group : not ( : first-child ) > . btn {
border-bottom-left-radius : 0 ;
2015-08-12 06:13:10 +00:00
border-top-left-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. input-group-addon : last-child {
2015-08-12 06:13:10 +00:00
border-left : 0 ; }
2015-02-13 13:32:27 +00:00
. input-group-btn {
position : relative ;
font-size : 0 ;
2015-08-12 06:13:10 +00:00
white-space : nowrap ; }
. input-group-btn > . btn {
position : relative ; }
. input-group-btn > . btn + . btn {
margin-left : -1px ; }
. input-group-btn > . btn : hover ,
. input-group-btn > . btn : focus ,
. input-group-btn > . btn : active {
z-index : 2 ; }
. input-group-btn : first-child > . btn ,
. input-group-btn : first-child > . btn-group {
margin-right : -1px ; }
. input-group-btn : last-child > . btn ,
. input-group-btn : last-child > . btn-group {
2015-08-12 07:06:27 +00:00
z-index : 2 ;
2015-08-12 06:13:10 +00:00
margin-left : -1px ; }
2015-02-13 13:32:27 +00:00
. nav {
margin-bottom : 0 ;
padding-left : 0 ;
2015-08-12 06:13:10 +00:00
list-style : none ; }
. nav : before ,
. nav : after {
content : " " ;
display : table ; }
. nav : after {
clear : both ; }
. nav > li {
position : relative ;
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 ; }
. nav > li . disabled > a {
color : # 777777 ; }
. nav > li . disabled > a : hover ,
. nav > li . disabled > a : focus {
color : # 777777 ;
text-decoration : none ;
background-color : transparent ;
cursor : not-allowed ; }
. nav . open > a ,
. nav . open > a : hover ,
. nav . open > a : focus {
background-color : # eeeeee ;
border-color : # ff6d5a ; }
. nav . nav-divider {
height : 1px ;
margin : 9px 0 ;
overflow : hidden ;
background-color : # e5e5e5 ; }
. nav > li > a > img {
max-width : none ; }
2015-02-13 13:32:27 +00:00
. nav-tabs {
2015-08-12 06:13:10 +00:00
border-bottom : 1px solid # ddd ; }
. nav-tabs > li {
float : left ;
margin-bottom : -1px ; }
. nav-tabs > li > a {
margin-right : 2px ;
line-height : 1 . 42857 ;
border : 1px solid transparent ;
border-radius : 4px 4px 0 0 ; }
. nav-tabs > li > a : hover {
border-color : # eeeeee # eeeeee # ddd ; }
. nav-tabs > li . active > a ,
. nav-tabs > li . active > a : hover ,
. nav-tabs > li . active > a : focus {
color : # 555555 ;
background-color : # fff ;
border : 1px solid # ddd ;
border-bottom-color : transparent ;
cursor : default ; }
2015-02-13 13:32:27 +00:00
. nav-pills > li {
2015-08-12 06:13:10 +00:00
float : left ; }
. nav-pills > li > a {
border-radius : 4px ; }
. nav-pills > li + li {
margin-left : 2px ; }
. nav-pills > li . active > a ,
. nav-pills > li . active > a : hover ,
. nav-pills > li . active > a : focus {
color : # fff ;
background-color : # ff6d5a ; }
2015-02-13 13:32:27 +00:00
. nav-stacked > li {
2015-08-12 06:13:10 +00:00
float : none ; }
. nav-stacked > li + li {
margin-top : 2px ;
margin-left : 0 ; }
2015-02-13 13:32:27 +00:00
. nav-justified , . nav-tabs . nav-justified {
2015-08-12 06:13:10 +00:00
width : 100 % ; }
2015-02-13 13:32:27 +00:00
. nav-justified > li , . nav-tabs . nav-justified > li {
2015-08-12 06:13:10 +00:00
float : none ; }
. nav-justified > li > a , . nav-tabs . nav-justified > li > a {
text-align : center ;
margin-bottom : 5px ; }
. nav-justified > . dropdown . dropdown-menu {
top : auto ;
left : auto ; }
@ media ( min-width : 768px ) {
. nav-justified > li , . nav-tabs . nav-justified > li {
display : table-cell ;
width : 1 % ; }
. nav-justified > li > a , . nav-tabs . nav-justified > li > a {
margin-bottom : 0 ; } }
2015-02-13 13:32:27 +00:00
. nav-tabs-justified , . nav-tabs . nav-justified {
2015-08-12 06:13:10 +00:00
border-bottom : 0 ; }
2015-02-13 13:32:27 +00:00
. nav-tabs-justified > li > a , . nav-tabs . nav-justified > li > a {
2015-08-12 06:13:10 +00:00
margin-right : 0 ;
border-radius : 4px ; }
. nav-tabs-justified > . active > a ,
. nav-tabs . nav-justified > . active > a , . nav-tabs-justified > . active > a : hover ,
. nav-tabs . nav-justified > . active > a : hover , . nav-tabs-justified > . active > a : focus , . nav-tabs . nav-justified > . active > a : focus {
border : 1px solid # ddd ; }
@ media ( min-width : 768px ) {
. nav-tabs-justified > li > a , . nav-tabs . nav-justified > li > a {
border-bottom : 1px solid # ddd ;
border-radius : 4px 4px 0 0 ; }
. nav-tabs-justified > . active > a ,
. nav-tabs . nav-justified > . active > a , . nav-tabs-justified > . active > a : hover ,
. nav-tabs . nav-justified > . active > a : hover , . nav-tabs-justified > . active > a : focus , . nav-tabs . nav-justified > . active > a : focus {
border-bottom-color : # fff ; } }
2015-02-13 13:32:27 +00:00
. tab-content > . tab-pane {
2015-08-12 06:13:10 +00:00
display : none ; }
2015-02-13 13:32:27 +00:00
. tab-content > . active {
2015-08-12 06:13:10 +00:00
display : block ; }
2015-02-13 13:32:27 +00:00
. nav-tabs . dropdown-menu {
margin-top : -1px ;
border-top-right-radius : 0 ;
2015-08-12 06:13:10 +00:00
border-top-left-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. navbar {
position : relative ;
min-height : 50px ;
margin-bottom : 20px ;
2015-08-12 06:13:10 +00:00
border : 1px solid transparent ; }
. navbar : before ,
. navbar : after {
content : " " ;
display : table ; }
. navbar : after {
clear : both ; }
@ media ( min-width : 768px ) {
. navbar {
border-radius : 4px ; } }
. navbar-header : before ,
. navbar-header : after {
2015-02-13 13:32:27 +00:00
content : " " ;
2015-08-12 06:13:10 +00:00
display : table ; }
2015-02-13 13:32:27 +00:00
. navbar-header : after {
2015-08-12 06:13:10 +00:00
clear : both ; }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 768px ) {
. navbar-header {
2015-08-12 06:13:10 +00:00
float : left ; } }
2015-02-13 13:32:27 +00:00
. navbar-collapse {
overflow-x : visible ;
padding-right : 15px ;
padding-left : 15px ;
border-top : 1px solid transparent ;
box-shadow : inset 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 1 ) ;
2015-08-12 06:13:10 +00:00
-webkit-overflow-scrolling : touch ; }
. navbar-collapse : before ,
. navbar-collapse : after {
content : " " ;
display : table ; }
. navbar-collapse : after {
clear : both ; }
2015-02-13 13:32:27 +00:00
. navbar-collapse . in {
2015-08-12 06:13:10 +00:00
overflow-y : auto ; }
@ media ( min-width : 768px ) {
. navbar-collapse {
width : auto ;
border-top : 0 ;
box-shadow : none ; }
. navbar-collapse . collapse {
display : block ! important ;
height : auto ! important ;
padding-bottom : 0 ;
overflow : visible ! important ; }
. navbar-collapse . in {
overflow-y : visible ; }
. navbar-fixed-top . navbar-collapse ,
. navbar-static-top . navbar-collapse ,
. navbar-fixed-bottom . navbar-collapse {
padding-left : 0 ;
padding-right : 0 ; } }
2015-02-13 13:32:27 +00:00
. navbar-fixed-top . navbar-collapse ,
. navbar-fixed-bottom . navbar-collapse {
2015-08-12 06:13:10 +00:00
max-height : 340px ; }
2015-08-12 07:06:27 +00:00
@ media ( max-device-width : 480px ) and ( orientation : landscape ) {
2015-08-12 06:13:10 +00:00
. navbar-fixed-top . navbar-collapse ,
. navbar-fixed-bottom . navbar-collapse {
max-height : 200px ; } }
2015-02-13 13:32:27 +00:00
. container > . navbar-header ,
. container > . navbar-collapse ,
. container-fluid > . navbar-header ,
. container-fluid > . navbar-collapse {
margin-right : -15px ;
2015-08-12 06:13:10 +00:00
margin-left : -15px ; }
@ media ( min-width : 768px ) {
. container > . navbar-header ,
. container > . navbar-collapse ,
. container-fluid > . navbar-header ,
. container-fluid > . navbar-collapse {
margin-right : 0 ;
margin-left : 0 ; } }
2015-02-13 13:32:27 +00:00
. navbar-static-top {
z-index : 1000 ;
2015-08-12 06:13:10 +00:00
border-width : 0 0 1px ; }
@ media ( min-width : 768px ) {
. navbar-static-top {
border-radius : 0 ; } }
2015-02-13 13:32:27 +00:00
. navbar-fixed-top ,
. navbar-fixed-bottom {
position : fixed ;
right : 0 ;
left : 0 ;
2015-08-12 07:06:27 +00:00
z-index : 1030 ; }
2015-08-12 06:13:10 +00:00
@ media ( min-width : 768px ) {
. navbar-fixed-top ,
. navbar-fixed-bottom {
border-radius : 0 ; } }
2015-02-13 13:32:27 +00:00
. navbar-fixed-top {
top : 0 ;
2015-08-12 06:13:10 +00:00
border-width : 0 0 1px ; }
2015-02-13 13:32:27 +00:00
. navbar-fixed-bottom {
bottom : 0 ;
margin-bottom : 0 ;
2015-08-12 06:13:10 +00:00
border-width : 1px 0 0 ; }
2015-02-13 13:32:27 +00:00
. navbar-brand {
float : left ;
padding : 15px 15px ;
font-size : 18px ;
line-height : 20px ;
2015-08-12 06:13:10 +00:00
height : 50px ; }
. navbar-brand : hover ,
. navbar-brand : focus {
text-decoration : none ; }
2015-08-12 07:06:27 +00:00
. navbar-brand > img {
display : block ; }
2015-08-12 06:13:10 +00:00
@ media ( min-width : 768px ) {
. navbar > . container . navbar-brand ,
. navbar > . container-fluid . navbar-brand {
margin-left : -15px ; } }
2015-02-13 13:32:27 +00:00
. navbar-toggle {
position : relative ;
float : right ;
margin-right : 15px ;
padding : 9px 10px ;
margin-top : 8px ;
margin-bottom : 8px ;
background-color : transparent ;
background-image : none ;
border : 1px solid transparent ;
2015-08-12 06:13:10 +00:00
border-radius : 4px ; }
. navbar-toggle : focus {
outline : 0 ; }
. navbar-toggle . icon-bar {
display : block ;
width : 22px ;
height : 2px ;
border-radius : 1px ; }
. navbar-toggle . icon-bar + . icon-bar {
margin-top : 4px ; }
@ media ( min-width : 768px ) {
. navbar-toggle {
display : none ; } }
2015-02-13 13:32:27 +00:00
. navbar-nav {
2015-08-12 06:13:10 +00:00
margin : 7 . 5px -15px ; }
2015-02-13 13:32:27 +00:00
. navbar-nav > li > a {
2015-08-12 06:13:10 +00:00
padding-top : 10px ;
padding-bottom : 10px ;
line-height : 20px ; }
@ media ( max-width : 767px ) {
. navbar-nav . open . dropdown-menu {
position : static ;
float : none ;
width : auto ;
margin-top : 0 ;
background-color : transparent ;
border : 0 ;
box-shadow : none ; }
. navbar-nav . open . dropdown-menu > li > a ,
. navbar-nav . open . dropdown-menu . dropdown-header {
padding : 5px 15px 5px 25px ; }
. navbar-nav . open . dropdown-menu > li > a {
line-height : 20px ; }
. navbar-nav . open . dropdown-menu > li > a : hover ,
. navbar-nav . open . dropdown-menu > li > a : focus {
background-image : none ; } }
@ media ( min-width : 768px ) {
. navbar-nav {
float : left ;
margin : 0 ; }
. navbar-nav > li {
float : left ; }
. navbar-nav > li > a {
padding-top : 15px ;
2015-08-12 07:06:27 +00:00
padding-bottom : 15px ; } }
2015-08-12 06:13:10 +00:00
2015-02-13 13:32:27 +00:00
. navbar-form {
margin-left : -15px ;
margin-right : -15px ;
padding : 10px 15px ;
border-top : 1px solid transparent ;
border-bottom : 1px solid transparent ;
-webkit-box-shadow : inset 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 1 ) , 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 1 ) ;
box-shadow : inset 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 1 ) , 0 1px 0 rgba ( 255 , 255 , 255 , 0 . 1 ) ;
margin-top : 8px ;
2015-08-12 06:13:10 +00:00
margin-bottom : 8px ; }
2015-08-12 07:06:27 +00:00
@ media ( min-width : 768px ) {
. navbar-form . form-group {
display : inline-block ;
margin-bottom : 0 ;
vertical-align : middle ; }
. navbar-form . form-control {
display : inline-block ;
width : auto ;
vertical-align : middle ; }
. navbar-form . form-control-static {
display : inline-block ; }
. navbar-form . input-group {
display : inline-table ;
vertical-align : middle ; }
. navbar-form . input-group . input-group-addon ,
. navbar-form . input-group . input-group-btn ,
. navbar-form . input-group . form-control {
width : auto ; }
. navbar-form . input-group > . form-control {
width : 100 % ; }
. navbar-form . control-label {
margin-bottom : 0 ;
vertical-align : middle ; }
. navbar-form . radio ,
. navbar-form . checkbox {
display : inline-block ;
margin-top : 0 ;
margin-bottom : 0 ;
vertical-align : middle ; }
. navbar-form . radio label ,
. navbar-form . checkbox label {
padding-left : 0 ; }
. navbar-form . radio input [ type = "radio" ] ,
. navbar-form . checkbox input [ type = "checkbox" ] {
position : relative ;
margin-left : 0 ; }
. navbar-form . has-feedback . form-control-feedback {
top : 0 ; } }
2015-08-12 06:13:10 +00:00
@ media ( max-width : 767px ) {
. navbar-form . form-group {
2015-08-12 07:06:27 +00:00
margin-bottom : 5px ; }
. navbar-form . form-group : last-child {
margin-bottom : 0 ; } }
2015-08-12 06:13:10 +00:00
@ media ( min-width : 768px ) {
. navbar-form {
width : auto ;
border : 0 ;
margin-left : 0 ;
margin-right : 0 ;
padding-top : 0 ;
padding-bottom : 0 ;
-webkit-box-shadow : none ;
2015-08-12 07:06:27 +00:00
box-shadow : none ; } }
2015-02-13 13:32:27 +00:00
. navbar-nav > li > . dropdown-menu {
margin-top : 0 ;
border-top-right-radius : 0 ;
2015-08-12 06:13:10 +00:00
border-top-left-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. navbar-fixed-bottom . navbar-nav > li > . dropdown-menu {
2015-08-12 07:06:27 +00:00
margin-bottom : 0 ;
border-top-right-radius : 4px ;
border-top-left-radius : 4px ;
2015-02-13 13:32:27 +00:00
border-bottom-right-radius : 0 ;
2015-08-12 06:13:10 +00:00
border-bottom-left-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. navbar-btn {
margin-top : 8px ;
2015-08-12 06:13:10 +00:00
margin-bottom : 8px ; }
. navbar-btn . btn-sm , . btn-group-sm > . navbar-btn . btn {
margin-top : 10px ;
margin-bottom : 10px ; }
. navbar-btn . btn-xs , . btn-group-xs > . navbar-btn . btn {
margin-top : 14px ;
margin-bottom : 14px ; }
2015-02-13 13:32:27 +00:00
. navbar-text {
margin-top : 15px ;
2015-08-12 06:13:10 +00:00
margin-bottom : 15px ; }
@ media ( min-width : 768px ) {
. navbar-text {
float : left ;
margin-left : 15px ;
2015-08-12 07:06:27 +00:00
margin-right : 15px ; } }
@ media ( min-width : 768px ) {
. navbar-left {
float : left ! important ; }
. navbar-right {
float : right ! important ;
margin-right : -15px ; }
. navbar-right ~ . navbar-right {
margin-right : 0 ; } }
2015-02-13 13:32:27 +00:00
. navbar-default {
background-color : # f8f8f8 ;
2015-08-12 06:13:10 +00:00
border-color : # e7e7e7 ; }
. navbar-default . navbar-brand {
color : # 777 ; }
. navbar-default . navbar-brand : hover ,
. navbar-default . navbar-brand : focus {
color : # 5e5e5e ;
background-color : transparent ; }
. navbar-default . navbar-text {
color : # 777 ; }
. navbar-default . navbar-nav > li > a {
color : # 777 ; }
. navbar-default . navbar-nav > li > a : hover ,
. navbar-default . navbar-nav > li > a : focus {
color : # 333 ;
background-color : transparent ; }
. navbar-default . navbar-nav > . active > a ,
. navbar-default . navbar-nav > . active > a : hover ,
. navbar-default . navbar-nav > . active > a : focus {
2015-02-13 13:32:27 +00:00
color : # 555 ;
2015-08-12 06:13:10 +00:00
background-color : # e7e7e7 ; }
. navbar-default . navbar-nav > . disabled > a ,
. navbar-default . navbar-nav > . disabled > a : hover ,
. navbar-default . navbar-nav > . disabled > a : focus {
2015-02-13 13:32:27 +00:00
color : # ccc ;
2015-08-12 06:13:10 +00:00
background-color : transparent ; }
. navbar-default . navbar-toggle {
border-color : # ddd ; }
. navbar-default . navbar-toggle : hover ,
. navbar-default . navbar-toggle : focus {
background-color : # ddd ; }
. navbar-default . navbar-toggle . icon-bar {
background-color : # 888 ; }
. navbar-default . navbar-collapse ,
. navbar-default . navbar-form {
border-color : # e7e7e7 ; }
. navbar-default . navbar-nav > . open > a ,
. navbar-default . navbar-nav > . open > a : hover ,
. navbar-default . navbar-nav > . open > a : focus {
background-color : # e7e7e7 ;
color : # 555 ; }
@ media ( max-width : 767px ) {
. navbar-default . navbar-nav . open . dropdown-menu > li > a {
color : # 777 ; }
. navbar-default . navbar-nav . open . dropdown-menu > li > a : hover ,
. navbar-default . navbar-nav . open . dropdown-menu > li > a : focus {
color : # 333 ;
background-color : transparent ; }
. navbar-default . navbar-nav . open . dropdown-menu > . active > a ,
. navbar-default . navbar-nav . open . dropdown-menu > . active > a : hover ,
. navbar-default . navbar-nav . open . dropdown-menu > . active > a : focus {
color : # 555 ;
background-color : # e7e7e7 ; }
. navbar-default . navbar-nav . open . dropdown-menu > . disabled > a ,
. navbar-default . navbar-nav . open . dropdown-menu > . disabled > a : hover ,
. navbar-default . navbar-nav . open . dropdown-menu > . disabled > a : focus {
color : # ccc ;
background-color : transparent ; } }
. navbar-default . navbar-link {
color : # 777 ; }
. navbar-default . navbar-link : hover {
color : # 333 ; }
. navbar-default . btn-link {
color : # 777 ; }
. navbar-default . btn-link : hover ,
. navbar-default . btn-link : focus {
color : # 333 ; }
. navbar-default . btn-link [ disabled ] : hover ,
. navbar-default . btn-link [ disabled ] : focus ,
fieldset [ disabled ] . navbar-default . btn-link : hover ,
fieldset [ disabled ] . navbar-default . btn-link : focus {
color : # ccc ; }
2015-02-13 13:32:27 +00:00
. navbar-inverse {
background-color : # 222 ;
2015-08-12 06:13:10 +00:00
border-color : # 090909 ; }
. navbar-inverse . navbar-brand {
2015-08-12 07:06:27 +00:00
color : # 9d9d9d ; }
2015-08-12 06:13:10 +00:00
. navbar-inverse . navbar-brand : hover ,
. navbar-inverse . navbar-brand : focus {
color : # fff ;
background-color : transparent ; }
. navbar-inverse . navbar-text {
2015-08-12 07:06:27 +00:00
color : # 9d9d9d ; }
2015-08-12 06:13:10 +00:00
. navbar-inverse . navbar-nav > li > a {
2015-08-12 07:06:27 +00:00
color : # 9d9d9d ; }
2015-08-12 06:13:10 +00:00
. navbar-inverse . navbar-nav > li > a : hover ,
. navbar-inverse . navbar-nav > li > a : focus {
color : # fff ;
background-color : transparent ; }
. navbar-inverse . navbar-nav > . active > a ,
. navbar-inverse . navbar-nav > . active > a : hover ,
. navbar-inverse . navbar-nav > . active > a : focus {
2015-02-13 13:32:27 +00:00
color : # fff ;
2015-08-12 06:13:10 +00:00
background-color : # 090909 ; }
. navbar-inverse . navbar-nav > . disabled > a ,
. navbar-inverse . navbar-nav > . disabled > a : hover ,
. navbar-inverse . navbar-nav > . disabled > a : focus {
2015-02-13 13:32:27 +00:00
color : # 444 ;
2015-08-12 06:13:10 +00:00
background-color : transparent ; }
. navbar-inverse . navbar-toggle {
border-color : # 333 ; }
. navbar-inverse . navbar-toggle : hover ,
. navbar-inverse . navbar-toggle : focus {
background-color : # 333 ; }
. navbar-inverse . navbar-toggle . icon-bar {
background-color : # fff ; }
. navbar-inverse . navbar-collapse ,
. navbar-inverse . navbar-form {
border-color : # 101010 ; }
. navbar-inverse . navbar-nav > . open > a ,
. navbar-inverse . navbar-nav > . open > a : hover ,
. navbar-inverse . navbar-nav > . open > a : focus {
background-color : # 090909 ;
color : # fff ; }
@ media ( max-width : 767px ) {
. navbar-inverse . navbar-nav . open . dropdown-menu > . dropdown-header {
border-color : # 090909 ; }
. navbar-inverse . navbar-nav . open . dropdown-menu . divider {
background-color : # 090909 ; }
. navbar-inverse . navbar-nav . open . dropdown-menu > li > a {
2015-08-12 07:06:27 +00:00
color : # 9d9d9d ; }
2015-08-12 06:13:10 +00:00
. navbar-inverse . navbar-nav . open . dropdown-menu > li > a : hover ,
. navbar-inverse . navbar-nav . open . dropdown-menu > li > a : focus {
color : # fff ;
background-color : transparent ; }
. navbar-inverse . navbar-nav . open . dropdown-menu > . active > a ,
. navbar-inverse . navbar-nav . open . dropdown-menu > . active > a : hover ,
. navbar-inverse . navbar-nav . open . dropdown-menu > . active > a : focus {
color : # fff ;
background-color : # 090909 ; }
. navbar-inverse . navbar-nav . open . dropdown-menu > . disabled > a ,
. navbar-inverse . navbar-nav . open . dropdown-menu > . disabled > a : hover ,
. navbar-inverse . navbar-nav . open . dropdown-menu > . disabled > a : focus {
color : # 444 ;
background-color : transparent ; } }
. navbar-inverse . navbar-link {
2015-08-12 07:06:27 +00:00
color : # 9d9d9d ; }
2015-08-12 06:13:10 +00:00
. navbar-inverse . navbar-link : hover {
color : # fff ; }
. navbar-inverse . btn-link {
2015-08-12 07:06:27 +00:00
color : # 9d9d9d ; }
2015-08-12 06:13:10 +00:00
. navbar-inverse . btn-link : hover ,
. navbar-inverse . btn-link : focus {
color : # fff ; }
. navbar-inverse . btn-link [ disabled ] : hover ,
. navbar-inverse . btn-link [ disabled ] : focus ,
fieldset [ disabled ] . navbar-inverse . btn-link : hover ,
fieldset [ disabled ] . navbar-inverse . btn-link : focus {
color : # 444 ; }
2015-02-13 13:32:27 +00:00
. breadcrumb {
padding : 8px 15px ;
margin-bottom : 20px ;
list-style : none ;
background-color : # f5f5f5 ;
2015-08-12 06:13:10 +00:00
border-radius : 4px ; }
. breadcrumb > li {
display : inline-block ; }
. breadcrumb > li + li : before {
content : "/\\00a0" ;
padding : 0 5px ;
color : # ccc ; }
. breadcrumb > . active {
color : # 777777 ; }
2015-02-13 13:32:27 +00:00
. pagination {
display : inline-block ;
padding-left : 0 ;
margin : 20px 0 ;
2015-08-12 06:13:10 +00:00
border-radius : 4px ; }
. pagination > li {
display : inline ; }
. pagination > li > a ,
. pagination > li > span {
position : relative ;
float : left ;
padding : 6px 12px ;
line-height : 1 . 42857 ;
text-decoration : none ;
color : # ff6d5a ;
background-color : # fff ;
border : 1px solid # ddd ;
margin-left : -1px ; }
. pagination > li : first-child > a ,
. pagination > li : first-child > span {
margin-left : 0 ;
border-bottom-left-radius : 4px ;
border-top-left-radius : 4px ; }
. pagination > li : last-child > a ,
. pagination > li : last-child > span {
border-bottom-right-radius : 4px ;
border-top-right-radius : 4px ; }
. pagination > li > a : hover ,
. pagination > li > a : focus ,
. pagination > li > span : hover ,
. pagination > li > span : focus {
2015-08-12 07:06:27 +00:00
z-index : 3 ;
2015-08-12 06:13:10 +00:00
color : # ff290e ;
background-color : # eeeeee ;
border-color : # ddd ; }
. pagination > . active > a ,
. pagination > . active > a : hover ,
. pagination > . active > a : focus ,
. pagination > . active > span ,
. pagination > . active > span : hover ,
. pagination > . active > span : focus {
z-index : 2 ;
color : # fff ;
background-color : # ff6d5a ;
border-color : # ff6d5a ;
cursor : default ; }
. pagination > . disabled > span ,
. pagination > . disabled > span : hover ,
. pagination > . disabled > span : focus ,
. pagination > . disabled > a ,
. pagination > . disabled > a : hover ,
. pagination > . disabled > a : focus {
color : # 777777 ;
background-color : # fff ;
border-color : # ddd ;
cursor : not-allowed ; }
2015-02-13 13:32:27 +00:00
. pagination-lg > li > a ,
. pagination-lg > li > span {
padding : 10px 16px ;
2015-08-12 07:06:27 +00:00
font-size : 18px ;
line-height : 1 . 33333 ; }
2015-08-12 06:13:10 +00:00
2015-02-13 13:32:27 +00:00
. pagination-lg > li : first-child > a ,
. pagination-lg > li : first-child > span {
border-bottom-left-radius : 6px ;
2015-08-12 06:13:10 +00:00
border-top-left-radius : 6px ; }
2015-02-13 13:32:27 +00:00
. pagination-lg > li : last-child > a ,
. pagination-lg > li : last-child > span {
border-bottom-right-radius : 6px ;
2015-08-12 06:13:10 +00:00
border-top-right-radius : 6px ; }
2015-02-13 13:32:27 +00:00
. pagination-sm > li > a ,
. pagination-sm > li > span {
padding : 5px 10px ;
2015-08-12 07:06:27 +00:00
font-size : 12px ;
line-height : 1 . 5 ; }
2015-08-12 06:13:10 +00:00
2015-02-13 13:32:27 +00:00
. pagination-sm > li : first-child > a ,
. pagination-sm > li : first-child > span {
border-bottom-left-radius : 3px ;
2015-08-12 06:13:10 +00:00
border-top-left-radius : 3px ; }
2015-02-13 13:32:27 +00:00
. pagination-sm > li : last-child > a ,
. pagination-sm > li : last-child > span {
border-bottom-right-radius : 3px ;
2015-08-12 06:13:10 +00:00
border-top-right-radius : 3px ; }
2015-02-13 13:32:27 +00:00
. pager {
padding-left : 0 ;
margin : 20px 0 ;
list-style : none ;
2015-08-12 06:13:10 +00:00
text-align : center ; }
. pager : before ,
. pager : after {
content : " " ;
display : table ; }
. pager : after {
clear : both ; }
. pager li {
display : inline ; }
. pager li > a ,
. pager li > span {
display : inline-block ;
padding : 5px 14px ;
background-color : # fff ;
border : 1px solid # ddd ;
border-radius : 15px ; }
. pager li > a : hover ,
. pager li > a : focus {
text-decoration : none ;
background-color : # eeeeee ; }
. 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 : # 777777 ;
background-color : # fff ;
cursor : not-allowed ; }
2015-02-13 13:32:27 +00:00
. label {
display : inline ;
2015-08-12 06:13:10 +00:00
padding : 0 . 2em 0 . 6em 0 . 3em ;
2015-02-13 13:32:27 +00:00
font-size : 75 % ;
font-weight : bold ;
line-height : 1 ;
color : # fff ;
text-align : center ;
white-space : nowrap ;
vertical-align : baseline ;
2015-08-12 06:13:10 +00:00
border-radius : . 25em ; }
. label : empty {
display : none ; }
. btn . label {
position : relative ;
top : -1px ; }
2015-02-13 13:32:27 +00:00
2015-08-12 06:13:10 +00:00
a . label : hover ,
a . label : focus {
2015-02-13 13:32:27 +00:00
color : # fff ;
text-decoration : none ;
2015-08-12 06:13:10 +00:00
cursor : pointer ; }
2015-02-13 13:32:27 +00:00
. label-default {
2015-08-12 06:13:10 +00:00
background-color : # 777777 ; }
. label-default [ href ] : hover ,
. label-default [ href ] : focus {
background-color : # 5e5e5e ; }
2015-02-13 13:32:27 +00:00
. label-primary {
2015-08-12 06:13:10 +00:00
background-color : # ff6d5a ; }
. label-primary [ href ] : hover ,
. label-primary [ href ] : focus {
background-color : # ff4027 ; }
2015-02-13 13:32:27 +00:00
. label-success {
2015-08-12 06:13:10 +00:00
background-color : # 5cb85c ; }
. label-success [ href ] : hover ,
. label-success [ href ] : focus {
background-color : # 449d44 ; }
2015-02-13 13:32:27 +00:00
. label-info {
2015-08-12 06:13:10 +00:00
background-color : # 5bc0de ; }
. label-info [ href ] : hover ,
. label-info [ href ] : focus {
background-color : # 31b0d5 ; }
2015-02-13 13:32:27 +00:00
. label-warning {
2015-08-12 06:13:10 +00:00
background-color : # f0ad4e ; }
. label-warning [ href ] : hover ,
. label-warning [ href ] : focus {
background-color : # ec971f ; }
2015-02-13 13:32:27 +00:00
. label-danger {
2015-08-12 06:13:10 +00:00
background-color : # d9534f ; }
. label-danger [ href ] : hover ,
. label-danger [ href ] : focus {
background-color : # c9302c ; }
2015-02-13 13:32:27 +00:00
. badge {
display : inline-block ;
min-width : 10px ;
padding : 3px 7px ;
font-size : 12px ;
font-weight : bold ;
color : # fff ;
line-height : 1 ;
2015-08-12 07:06:27 +00:00
vertical-align : middle ;
2015-02-13 13:32:27 +00:00
white-space : nowrap ;
text-align : center ;
background-color : # 777777 ;
2015-08-12 06:13:10 +00:00
border-radius : 10px ; }
. badge : empty {
display : none ; }
. btn . badge {
position : relative ;
top : -1px ; }
2015-08-12 07:06:27 +00:00
. btn-xs . badge ,
. btn-group-xs > . btn . badge ,
. btn-group-xs > . btn . badge {
2015-08-12 06:13:10 +00:00
top : 0 ;
padding : 1px 5px ; }
2015-08-12 07:06:27 +00:00
. list-group-item . active > . badge ,
2015-08-12 06:13:10 +00:00
. nav-pills > . active > a > . badge {
color : # ff6d5a ;
background-color : # fff ; }
2015-08-12 07:06:27 +00:00
. list-group-item > . badge {
float : right ; }
. list-group-item > . badge + . badge {
margin-right : 5px ; }
2015-08-12 06:13:10 +00:00
. nav-pills > li > a > . badge {
margin-left : 3px ; }
a . badge : hover ,
a . badge : focus {
2015-02-13 13:32:27 +00:00
color : # fff ;
text-decoration : none ;
2015-08-12 06:13:10 +00:00
cursor : pointer ; }
2015-02-13 13:32:27 +00:00
. jumbotron {
2015-08-12 07:06:27 +00:00
padding-top : 30px ;
padding-bottom : 30px ;
2015-02-13 13:32:27 +00:00
margin-bottom : 30px ;
color : inherit ;
2015-08-12 06:13:10 +00:00
background-color : # eeeeee ; }
2015-02-13 13:32:27 +00:00
. jumbotron h1 ,
. jumbotron . h1 {
2015-08-12 06:13:10 +00:00
color : inherit ; }
. jumbotron p {
margin-bottom : 15px ;
font-size : 21px ;
font-weight : 200 ; }
. jumbotron > hr {
border-top-color : # d5d5d5 ; }
2015-08-12 07:06:27 +00:00
. container . jumbotron ,
. container-fluid . jumbotron {
2015-08-12 06:13:10 +00:00
border-radius : 6px ; }
. jumbotron . container {
max-width : 100 % ; }
@ media screen and ( min-width : 768px ) {
. jumbotron {
padding-top : 48px ;
padding-bottom : 48px ; }
2015-08-12 07:06:27 +00:00
. container . jumbotron ,
. container-fluid . jumbotron {
2015-08-12 06:13:10 +00:00
padding-left : 60px ;
padding-right : 60px ; }
. jumbotron h1 ,
. jumbotron . h1 {
font-size : 63px ; } }
2015-02-13 13:32:27 +00:00
. thumbnail {
display : block ;
padding : 4px ;
margin-bottom : 20px ;
line-height : 1 . 42857 ;
background-color : # fff ;
border : 1px solid # ddd ;
border-radius : 4px ;
2015-08-12 07:06:27 +00:00
-webkit-transition : border 0 . 2s ease-in-out ;
-o-transition : border 0 . 2s ease-in-out ;
transition : border 0 . 2s ease-in-out ; }
2015-08-12 06:13:10 +00:00
. thumbnail > img ,
. thumbnail a > img {
display : block ;
max-width : 100 % ;
height : auto ;
margin-left : auto ;
margin-right : auto ; }
. thumbnail . caption {
padding : 9px ;
color : # 333333 ; }
2015-02-13 13:32:27 +00:00
a . thumbnail : hover ,
a . thumbnail : focus ,
a . thumbnail . active {
2015-08-12 06:13:10 +00:00
border-color : # ff6d5a ; }
2015-02-13 13:32:27 +00:00
. alert {
padding : 15px ;
margin-bottom : 20px ;
border : 1px solid transparent ;
2015-08-12 06:13:10 +00:00
border-radius : 4px ; }
. alert h4 {
margin-top : 0 ;
color : inherit ; }
. alert . alert-link {
font-weight : bold ; }
. alert > p ,
. alert > ul {
margin-bottom : 0 ; }
. alert > p + p {
margin-top : 5px ; }
. alert-dismissable , . alert-dismissible {
padding-right : 35px ; }
. alert-dismissable . close , . alert-dismissible . close {
position : relative ;
top : -2px ;
right : -21px ;
color : inherit ; }
2015-02-13 13:32:27 +00:00
. alert-success {
background-color : # dff0d8 ;
border-color : # d6e9c6 ;
2015-08-12 06:13:10 +00:00
color : # 3c763d ; }
. alert-success hr {
border-top-color : # c9e2b3 ; }
. alert-success . alert-link {
color : # 2b542c ; }
2015-02-13 13:32:27 +00:00
. alert-info {
background-color : # d9edf7 ;
border-color : # bce8f1 ;
2015-08-12 06:13:10 +00:00
color : # 31708f ; }
. alert-info hr {
border-top-color : # a6e1ec ; }
. alert-info . alert-link {
color : # 245269 ; }
2015-02-13 13:32:27 +00:00
. alert-warning {
background-color : # fcf8e3 ;
border-color : # faebcc ;
2015-08-12 06:13:10 +00:00
color : # 8a6d3b ; }
. alert-warning hr {
border-top-color : # f7e1b5 ; }
. alert-warning . alert-link {
color : # 66512c ; }
2015-02-13 13:32:27 +00:00
. alert-danger {
background-color : # f2dede ;
border-color : # ebccd1 ;
2015-08-12 06:13:10 +00:00
color : # a94442 ; }
. alert-danger hr {
border-top-color : # e4b9c0 ; }
. alert-danger . alert-link {
color : # 843534 ; }
2015-02-13 13:32:27 +00:00
@ -webkit-keyframes progress-bar-stripes {
from {
2015-08-12 06:13:10 +00:00
background-position : 40px 0 ; }
2015-02-13 13:32:27 +00:00
to {
2015-08-12 06:13:10 +00:00
background-position : 0 0 ; } }
2015-02-13 13:32:27 +00:00
@ keyframes progress-bar-stripes {
from {
2015-08-12 06:13:10 +00:00
background-position : 40px 0 ; }
2015-02-13 13:32:27 +00:00
to {
2015-08-12 06:13:10 +00:00
background-position : 0 0 ; } }
2015-02-13 13:32:27 +00:00
. progress {
overflow : hidden ;
height : 20px ;
margin-bottom : 20px ;
background-color : # f5f5f5 ;
border-radius : 4px ;
-webkit-box-shadow : inset 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 1 ) ;
2015-08-12 06:13:10 +00:00
box-shadow : inset 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 1 ) ; }
2015-02-13 13:32:27 +00:00
. progress-bar {
float : left ;
width : 0 % ;
height : 100 % ;
font-size : 12px ;
line-height : 20px ;
color : # fff ;
text-align : center ;
background-color : # ff6d5a ;
-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 ;
-o-transition : width 0 . 6s ease ;
2015-08-12 06:13:10 +00:00
transition : width 0 . 6s ease ; }
2015-02-13 13:32:27 +00:00
. progress-striped . progress-bar ,
. progress-bar-striped {
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 : -o-linear-gradient ( 45deg , rgba ( 255 , 255 , 255 , 0 . 15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ;
background-image : linear-gradient ( 45deg , rgba ( 255 , 255 , 255 , 0 . 15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ;
2015-08-12 06:13:10 +00:00
background-size : 40px 40px ; }
2015-02-13 13:32:27 +00:00
. progress . active . progress-bar ,
. progress-bar . active {
-webkit-animation : progress-bar-stripes 2s linear infinite ;
-o-animation : progress-bar-stripes 2s linear infinite ;
2015-08-12 06:13:10 +00:00
animation : progress-bar-stripes 2s linear infinite ; }
2015-02-13 13:32:27 +00:00
. progress-bar-success {
2015-08-12 06:13:10 +00:00
background-color : # 5cb85c ; }
. progress-striped . progress-bar-success {
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 : -o-linear-gradient ( 45deg , rgba ( 255 , 255 , 255 , 0 . 15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ;
background-image : linear-gradient ( 45deg , rgba ( 255 , 255 , 255 , 0 . 15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ; }
2015-02-13 13:32:27 +00:00
. progress-bar-info {
2015-08-12 06:13:10 +00:00
background-color : # 5bc0de ; }
. progress-striped . progress-bar-info {
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 : -o-linear-gradient ( 45deg , rgba ( 255 , 255 , 255 , 0 . 15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ;
background-image : linear-gradient ( 45deg , rgba ( 255 , 255 , 255 , 0 . 15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ; }
2015-02-13 13:32:27 +00:00
. progress-bar-warning {
2015-08-12 06:13:10 +00:00
background-color : # f0ad4e ; }
. progress-striped . progress-bar-warning {
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 : -o-linear-gradient ( 45deg , rgba ( 255 , 255 , 255 , 0 . 15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ;
background-image : linear-gradient ( 45deg , rgba ( 255 , 255 , 255 , 0 . 15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ; }
2015-02-13 13:32:27 +00:00
. progress-bar-danger {
2015-08-12 06:13:10 +00:00
background-color : # d9534f ; }
. progress-striped . progress-bar-danger {
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 : -o-linear-gradient ( 45deg , rgba ( 255 , 255 , 255 , 0 . 15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ;
background-image : linear-gradient ( 45deg , rgba ( 255 , 255 , 255 , 0 . 15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 50 % , rgba ( 255 , 255 , 255 , 0 . 15 ) 75 % , transparent 75 % , transparent ) ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. media {
margin-top : 15px ; }
. media : first-child {
margin-top : 0 ; }
2015-02-13 13:32:27 +00:00
. media ,
2015-08-12 07:06:27 +00:00
. media-body {
zoom : 1 ;
overflow : hidden ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. media-body {
width : 10000px ; }
2015-02-13 13:32:27 +00:00
. media-object {
2015-08-12 06:13:10 +00:00
display : block ; }
2015-08-12 07:06:27 +00:00
. media-object . img-thumbnail {
max-width : none ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. media-right ,
. media > . pull-right {
padding-left : 10px ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. media-left ,
2015-02-13 13:32:27 +00:00
. media > . pull-left {
2015-08-12 07:06:27 +00:00
padding-right : 10px ; }
2015-08-12 06:13:10 +00:00
2015-08-12 07:06:27 +00:00
. media-left ,
. media-right ,
. media-body {
display : table-cell ;
vertical-align : top ; }
. media-middle {
vertical-align : middle ; }
. media-bottom {
vertical-align : bottom ; }
. media-heading {
margin-top : 0 ;
margin-bottom : 5px ; }
2015-02-13 13:32:27 +00:00
. media-list {
padding-left : 0 ;
2015-08-12 06:13:10 +00:00
list-style : none ; }
2015-02-13 13:32:27 +00:00
. list-group {
margin-bottom : 20px ;
2015-08-12 06:13:10 +00:00
padding-left : 0 ; }
2015-02-13 13:32:27 +00:00
. list-group-item {
position : relative ;
display : block ;
padding : 10px 15px ;
margin-bottom : -1px ;
background-color : # fff ;
2015-08-12 06:13:10 +00:00
border : 1px solid # ddd ; }
. 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 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . list-group-item ,
button . list-group-item {
2015-08-12 06:13:10 +00:00
color : # 555 ; }
2015-08-12 07:06:27 +00:00
a . list-group-item . list-group-item-heading ,
button . list-group-item . list-group-item-heading {
2015-08-12 06:13:10 +00:00
color : # 333 ; }
a . list-group-item : hover ,
2015-08-12 07:06:27 +00:00
a . list-group-item : focus ,
button . list-group-item : hover ,
button . list-group-item : focus {
2015-08-12 06:13:10 +00:00
text-decoration : none ;
color : # 555 ;
background-color : # f5f5f5 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
button . list-group-item {
width : 100 % ;
text-align : left ; }
2015-08-12 06:13:10 +00:00
. list-group-item . disabled ,
. list-group-item . disabled : hover ,
. list-group-item . disabled : focus {
2015-02-13 13:32:27 +00:00
background-color : # eeeeee ;
color : # 777777 ;
2015-08-12 06:13:10 +00:00
cursor : not-allowed ; }
. list-group-item . disabled . list-group-item-heading ,
. list-group-item . disabled : hover . list-group-item-heading ,
. list-group-item . disabled : focus . list-group-item-heading {
color : inherit ; }
. list-group-item . disabled . list-group-item-text ,
. list-group-item . disabled : hover . list-group-item-text ,
. list-group-item . disabled : focus . list-group-item-text {
color : # 777777 ; }
. list-group-item . active ,
. list-group-item . active : hover ,
. list-group-item . active : focus {
2015-02-13 13:32:27 +00:00
z-index : 2 ;
color : # fff ;
background-color : # ff6d5a ;
2015-08-12 06:13:10 +00:00
border-color : # ff6d5a ; }
. list-group-item . active . list-group-item-heading ,
. list-group-item . active . list-group-item-heading > small ,
. list-group-item . active . list-group-item-heading > . small ,
. list-group-item . active : hover . list-group-item-heading ,
. list-group-item . active : hover . list-group-item-heading > small ,
. list-group-item . active : hover . list-group-item-heading > . small ,
. list-group-item . active : focus . list-group-item-heading ,
. list-group-item . active : focus . list-group-item-heading > small ,
. list-group-item . active : focus . list-group-item-heading > . small {
color : inherit ; }
. list-group-item . active . list-group-item-text ,
. list-group-item . active : hover . list-group-item-text ,
. list-group-item . active : focus . list-group-item-text {
color : white ; }
2015-02-13 13:32:27 +00:00
. list-group-item-success {
color : # 3c763d ;
2015-08-12 06:13:10 +00:00
background-color : # dff0d8 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . list-group-item-success ,
button . list-group-item-success {
2015-08-12 06:13:10 +00:00
color : # 3c763d ; }
2015-08-12 07:06:27 +00:00
a . list-group-item-success . list-group-item-heading ,
button . list-group-item-success . list-group-item-heading {
2015-08-12 06:13:10 +00:00
color : inherit ; }
a . list-group-item-success : hover ,
2015-08-12 07:06:27 +00:00
a . list-group-item-success : focus ,
button . list-group-item-success : hover ,
button . list-group-item-success : focus {
2015-08-12 06:13:10 +00:00
color : # 3c763d ;
background-color : # d0e9c6 ; }
a . list-group-item-success . active ,
a . list-group-item-success . active : hover ,
2015-08-12 07:06:27 +00:00
a . list-group-item-success . active : focus ,
button . list-group-item-success . active ,
button . list-group-item-success . active : hover ,
button . list-group-item-success . active : focus {
2015-08-12 06:13:10 +00:00
color : # fff ;
background-color : # 3c763d ;
border-color : # 3c763d ; }
2015-02-13 13:32:27 +00:00
. list-group-item-info {
color : # 31708f ;
2015-08-12 06:13:10 +00:00
background-color : # d9edf7 ; }
2015-08-12 07:06:27 +00:00
a . list-group-item-info ,
button . list-group-item-info {
2015-08-12 06:13:10 +00:00
color : # 31708f ; }
2015-08-12 07:06:27 +00:00
a . list-group-item-info . list-group-item-heading ,
button . list-group-item-info . list-group-item-heading {
2015-08-12 06:13:10 +00:00
color : inherit ; }
a . list-group-item-info : hover ,
2015-08-12 07:06:27 +00:00
a . list-group-item-info : focus ,
button . list-group-item-info : hover ,
button . list-group-item-info : focus {
2015-08-12 06:13:10 +00:00
color : # 31708f ;
background-color : # c4e3f3 ; }
a . list-group-item-info . active ,
a . list-group-item-info . active : hover ,
2015-08-12 07:06:27 +00:00
a . list-group-item-info . active : focus ,
button . list-group-item-info . active ,
button . list-group-item-info . active : hover ,
button . list-group-item-info . active : focus {
2015-08-12 06:13:10 +00:00
color : # fff ;
background-color : # 31708f ;
border-color : # 31708f ; }
2015-02-13 13:32:27 +00:00
. list-group-item-warning {
color : # 8a6d3b ;
2015-08-12 06:13:10 +00:00
background-color : # fcf8e3 ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . list-group-item-warning ,
button . list-group-item-warning {
2015-08-12 06:13:10 +00:00
color : # 8a6d3b ; }
2015-08-12 07:06:27 +00:00
a . list-group-item-warning . list-group-item-heading ,
button . list-group-item-warning . list-group-item-heading {
2015-08-12 06:13:10 +00:00
color : inherit ; }
a . list-group-item-warning : hover ,
2015-08-12 07:06:27 +00:00
a . list-group-item-warning : focus ,
button . list-group-item-warning : hover ,
button . list-group-item-warning : focus {
2015-08-12 06:13:10 +00:00
color : # 8a6d3b ;
background-color : # faf2cc ; }
a . list-group-item-warning . active ,
a . list-group-item-warning . active : hover ,
2015-08-12 07:06:27 +00:00
a . list-group-item-warning . active : focus ,
button . list-group-item-warning . active ,
button . list-group-item-warning . active : hover ,
button . list-group-item-warning . active : focus {
2015-08-12 06:13:10 +00:00
color : # fff ;
background-color : # 8a6d3b ;
border-color : # 8a6d3b ; }
2015-02-13 13:32:27 +00:00
. list-group-item-danger {
color : # a94442 ;
2015-08-12 06:13:10 +00:00
background-color : # f2dede ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
a . list-group-item-danger ,
button . list-group-item-danger {
2015-08-12 06:13:10 +00:00
color : # a94442 ; }
2015-08-12 07:06:27 +00:00
a . list-group-item-danger . list-group-item-heading ,
button . list-group-item-danger . list-group-item-heading {
2015-08-12 06:13:10 +00:00
color : inherit ; }
a . list-group-item-danger : hover ,
2015-08-12 07:06:27 +00:00
a . list-group-item-danger : focus ,
button . list-group-item-danger : hover ,
button . list-group-item-danger : focus {
2015-08-12 06:13:10 +00:00
color : # a94442 ;
background-color : # ebcccc ; }
a . list-group-item-danger . active ,
a . list-group-item-danger . active : hover ,
2015-08-12 07:06:27 +00:00
a . list-group-item-danger . active : focus ,
button . list-group-item-danger . active ,
button . list-group-item-danger . active : hover ,
button . list-group-item-danger . active : focus {
2015-08-12 06:13:10 +00:00
color : # fff ;
background-color : # a94442 ;
border-color : # a94442 ; }
2015-02-13 13:32:27 +00:00
. list-group-item-heading {
margin-top : 0 ;
2015-08-12 06:13:10 +00:00
margin-bottom : 5px ; }
2015-02-13 13:32:27 +00:00
. list-group-item-text {
margin-bottom : 0 ;
2015-08-12 06:13:10 +00:00
line-height : 1 . 3 ; }
2015-02-13 13:32:27 +00:00
. panel {
margin-bottom : 20px ;
background-color : # fff ;
border : 1px solid transparent ;
border-radius : 4px ;
-webkit-box-shadow : 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 05 ) ;
2015-08-12 06:13:10 +00:00
box-shadow : 0 1px 1px rgba ( 0 , 0 , 0 , 0 . 05 ) ; }
2015-02-13 13:32:27 +00:00
. panel-body {
2015-08-12 06:13:10 +00:00
padding : 15px ; }
. panel-body : before ,
. panel-body : after {
content : " " ;
display : table ; }
. panel-body : after {
clear : both ; }
2015-02-13 13:32:27 +00:00
. panel-heading {
padding : 10px 15px ;
border-bottom : 1px solid transparent ;
border-top-right-radius : 3px ;
2015-08-12 06:13:10 +00:00
border-top-left-radius : 3px ; }
. panel-heading > . dropdown . dropdown-toggle {
color : inherit ; }
2015-02-13 13:32:27 +00:00
. panel-title {
margin-top : 0 ;
margin-bottom : 0 ;
font-size : 16px ;
2015-08-12 06:13:10 +00:00
color : inherit ; }
2015-08-12 07:06:27 +00:00
. panel-title > a ,
. panel-title > small ,
. panel-title > . small ,
. panel-title > small > a ,
. panel-title > . small > a {
2015-08-12 06:13:10 +00:00
color : inherit ; }
2015-02-13 13:32:27 +00:00
. panel-footer {
padding : 10px 15px ;
background-color : # f5f5f5 ;
border-top : 1px solid # ddd ;
border-bottom-right-radius : 3px ;
2015-08-12 06:13:10 +00:00
border-bottom-left-radius : 3px ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. panel > . list-group ,
. panel > . panel-collapse > . list-group {
2015-08-12 06:13:10 +00:00
margin-bottom : 0 ; }
2015-08-12 07:06:27 +00:00
. panel > . list-group . list-group-item ,
. panel > . panel-collapse > . list-group . list-group-item {
2015-08-12 06:13:10 +00:00
border-width : 1px 0 ;
border-radius : 0 ; }
2015-08-12 07:06:27 +00:00
. panel > . list-group : first-child . list-group-item : first-child ,
. panel > . panel-collapse > . list-group : first-child . list-group-item : first-child {
2015-08-12 06:13:10 +00:00
border-top : 0 ;
border-top-right-radius : 3px ;
border-top-left-radius : 3px ; }
2015-08-12 07:06:27 +00:00
. panel > . list-group : last-child . list-group-item : last-child ,
. panel > . panel-collapse > . list-group : last-child . list-group-item : last-child {
2015-08-12 06:13:10 +00:00
border-bottom : 0 ;
border-bottom-right-radius : 3px ;
border-bottom-left-radius : 3px ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. panel > . panel-heading + . panel-collapse > . list-group . list-group-item : first-child {
border-top-right-radius : 0 ;
border-top-left-radius : 0 ; }
2015-02-13 13:32:27 +00:00
. panel-heading + . list-group . list-group-item : first-child {
2015-08-12 06:13:10 +00:00
border-top-width : 0 ; }
2015-02-13 13:32:27 +00:00
. list-group + . panel-footer {
2015-08-12 06:13:10 +00:00
border-top-width : 0 ; }
2015-02-13 13:32:27 +00:00
. panel > . table ,
. panel > . table-responsive > . table ,
. panel > . panel-collapse > . table {
2015-08-12 06:13:10 +00:00
margin-bottom : 0 ; }
2015-08-12 07:06:27 +00:00
. panel > . table caption ,
. panel > . table-responsive > . table caption ,
. panel > . panel-collapse > . table caption {
padding-left : 15px ;
padding-right : 15px ; }
2015-08-12 06:13:10 +00:00
2015-02-13 13:32:27 +00:00
. panel > . table : first-child ,
. panel > . table-responsive : first-child > . table : first-child {
border-top-right-radius : 3px ;
2015-08-12 06:13:10 +00:00
border-top-left-radius : 3px ; }
2015-08-12 07:06:27 +00:00
. panel > . table : first-child > thead : first-child > tr : first-child ,
. panel > . table : first-child > tbody : first-child > tr : first-child ,
. panel > . table-responsive : first-child > . table : first-child > thead : first-child > tr : first-child ,
. panel > . table-responsive : first-child > . table : first-child > tbody : first-child > tr : first-child {
border-top-left-radius : 3px ;
2015-08-12 06:13:10 +00:00
border-top-right-radius : 3px ; }
2015-08-12 07:06:27 +00:00
. panel > . table : first-child > thead : first-child > tr : first-child td : first-child ,
. panel > . table : first-child > thead : first-child > tr : first-child th : first-child ,
. panel > . table : first-child > tbody : first-child > tr : first-child td : first-child ,
. panel > . table : first-child > tbody : first-child > tr : first-child th : first-child ,
. panel > . table-responsive : first-child > . table : first-child > thead : first-child > tr : first-child td : first-child ,
. panel > . table-responsive : first-child > . table : first-child > thead : first-child > tr : first-child th : first-child ,
. panel > . table-responsive : first-child > . table : first-child > tbody : first-child > tr : first-child td : first-child ,
. panel > . table-responsive : first-child > . table : first-child > tbody : first-child > tr : first-child th : first-child {
border-top-left-radius : 3px ; }
. panel > . table : first-child > thead : first-child > tr : first-child td : last-child ,
. panel > . table : first-child > thead : first-child > tr : first-child th : last-child ,
. panel > . table : first-child > tbody : first-child > tr : first-child td : last-child ,
. panel > . table : first-child > tbody : first-child > tr : first-child th : last-child ,
. panel > . table-responsive : first-child > . table : first-child > thead : first-child > tr : first-child td : last-child ,
. panel > . table-responsive : first-child > . table : first-child > thead : first-child > tr : first-child th : last-child ,
. panel > . table-responsive : first-child > . table : first-child > tbody : first-child > tr : first-child td : last-child ,
. panel > . table-responsive : first-child > . table : first-child > tbody : first-child > tr : first-child th : last-child {
border-top-right-radius : 3px ; }
2015-08-12 06:13:10 +00:00
2015-02-13 13:32:27 +00:00
. panel > . table : last-child ,
. panel > . table-responsive : last-child > . table : last-child {
border-bottom-right-radius : 3px ;
2015-08-12 06:13:10 +00:00
border-bottom-left-radius : 3px ; }
2015-08-12 07:06:27 +00:00
. panel > . table : last-child > tbody : last-child > tr : last-child ,
. panel > . table : last-child > tfoot : last-child > tr : last-child ,
. panel > . table-responsive : last-child > . table : last-child > tbody : last-child > tr : last-child ,
. panel > . table-responsive : last-child > . table : last-child > tfoot : last-child > tr : last-child {
border-bottom-left-radius : 3px ;
2015-08-12 06:13:10 +00:00
border-bottom-right-radius : 3px ; }
2015-08-12 07:06:27 +00:00
. panel > . table : last-child > tbody : last-child > tr : last-child td : first-child ,
. panel > . table : last-child > tbody : last-child > tr : last-child th : first-child ,
. panel > . table : last-child > tfoot : last-child > tr : last-child td : first-child ,
. panel > . table : last-child > tfoot : last-child > tr : last-child th : first-child ,
. panel > . table-responsive : last-child > . table : last-child > tbody : last-child > tr : last-child td : first-child ,
. panel > . table-responsive : last-child > . table : last-child > tbody : last-child > tr : last-child th : first-child ,
. panel > . table-responsive : last-child > . table : last-child > tfoot : last-child > tr : last-child td : first-child ,
. panel > . table-responsive : last-child > . table : last-child > tfoot : last-child > tr : last-child th : first-child {
border-bottom-left-radius : 3px ; }
. panel > . table : last-child > tbody : last-child > tr : last-child td : last-child ,
. panel > . table : last-child > tbody : last-child > tr : last-child th : last-child ,
. panel > . table : last-child > tfoot : last-child > tr : last-child td : last-child ,
. panel > . table : last-child > tfoot : last-child > tr : last-child th : last-child ,
. panel > . table-responsive : last-child > . table : last-child > tbody : last-child > tr : last-child td : last-child ,
. panel > . table-responsive : last-child > . table : last-child > tbody : last-child > tr : last-child th : last-child ,
. panel > . table-responsive : last-child > . table : last-child > tfoot : last-child > tr : last-child td : last-child ,
. panel > . table-responsive : last-child > . table : last-child > tfoot : last-child > tr : last-child th : last-child {
border-bottom-right-radius : 3px ; }
2015-08-12 06:13:10 +00:00
2015-02-13 13:32:27 +00:00
. panel > . panel-body + . table ,
2015-08-12 07:06:27 +00:00
. panel > . panel-body + . table-responsive ,
. panel > . table + . panel-body ,
. panel > . table-responsive + . panel-body {
2015-08-12 06:13:10 +00:00
border-top : 1px solid # ddd ; }
2015-02-13 13:32:27 +00:00
. panel > . table > tbody : first-child > tr : first-child th ,
. panel > . table > tbody : first-child > tr : first-child td {
2015-08-12 06:13:10 +00:00
border-top : 0 ; }
2015-02-13 13:32:27 +00:00
. panel > . table-bordered ,
. panel > . table-responsive > . table-bordered {
2015-08-12 06:13:10 +00:00
border : 0 ; }
. panel > . table-bordered > thead > tr > th : first-child ,
. panel > . table-bordered > thead > tr > td : first-child ,
. panel > . table-bordered > tbody > tr > th : first-child ,
. panel > . table-bordered > tbody > tr > td : first-child ,
. panel > . table-bordered > tfoot > tr > th : first-child ,
. panel > . table-bordered > tfoot > tr > td : first-child ,
. panel > . table-responsive > . table-bordered > thead > tr > th : first-child ,
. panel > . table-responsive > . table-bordered > thead > tr > td : first-child ,
. panel > . table-responsive > . table-bordered > tbody > tr > th : first-child ,
. panel > . table-responsive > . table-bordered > tbody > tr > td : first-child ,
. panel > . table-responsive > . table-bordered > tfoot > tr > th : first-child ,
. panel > . table-responsive > . table-bordered > tfoot > tr > td : first-child {
border-left : 0 ; }
. panel > . table-bordered > thead > tr > th : last-child ,
. panel > . table-bordered > thead > tr > td : last-child ,
. panel > . table-bordered > tbody > tr > th : last-child ,
. panel > . table-bordered > tbody > tr > td : last-child ,
. panel > . table-bordered > tfoot > tr > th : last-child ,
. panel > . table-bordered > tfoot > tr > td : last-child ,
. panel > . table-responsive > . table-bordered > thead > tr > th : last-child ,
. panel > . table-responsive > . table-bordered > thead > tr > td : last-child ,
. panel > . table-responsive > . table-bordered > tbody > tr > th : last-child ,
. panel > . table-responsive > . table-bordered > tbody > tr > td : last-child ,
. panel > . table-responsive > . table-bordered > tfoot > tr > th : last-child ,
. panel > . table-responsive > . table-bordered > tfoot > tr > td : last-child {
border-right : 0 ; }
. panel > . table-bordered > thead > tr : first-child > td ,
. panel > . table-bordered > thead > tr : first-child > th ,
. panel > . table-bordered > tbody > tr : first-child > td ,
. panel > . table-bordered > tbody > tr : first-child > th ,
. panel > . table-responsive > . table-bordered > thead > tr : first-child > td ,
. panel > . table-responsive > . table-bordered > thead > tr : first-child > th ,
. panel > . table-responsive > . table-bordered > tbody > tr : first-child > td ,
. panel > . table-responsive > . table-bordered > tbody > tr : first-child > th {
border-bottom : 0 ; }
. panel > . table-bordered > tbody > tr : last-child > td ,
. panel > . table-bordered > tbody > tr : last-child > th ,
. panel > . table-bordered > tfoot > tr : last-child > td ,
. panel > . table-bordered > tfoot > tr : last-child > th ,
. panel > . table-responsive > . table-bordered > tbody > tr : last-child > td ,
. panel > . table-responsive > . table-bordered > tbody > tr : last-child > th ,
. panel > . table-responsive > . table-bordered > tfoot > tr : last-child > td ,
. panel > . table-responsive > . table-bordered > tfoot > tr : last-child > th {
border-bottom : 0 ; }
2015-02-13 13:32:27 +00:00
. panel > . table-responsive {
border : 0 ;
2015-08-12 06:13:10 +00:00
margin-bottom : 0 ; }
2015-02-13 13:32:27 +00:00
. panel-group {
2015-08-12 06:13:10 +00:00
margin-bottom : 20px ; }
. panel-group . panel {
margin-bottom : 0 ;
border-radius : 4px ; }
. panel-group . panel + . panel {
margin-top : 5px ; }
. panel-group . panel-heading {
border-bottom : 0 ; }
2015-08-12 07:06:27 +00:00
. panel-group . panel-heading + . panel-collapse > . panel-body ,
. panel-group . panel-heading + . panel-collapse > . list-group {
2015-08-12 06:13:10 +00:00
border-top : 1px solid # ddd ; }
. panel-group . panel-footer {
border-top : 0 ; }
. panel-group . panel-footer + . panel-collapse . panel-body {
border-bottom : 1px solid # ddd ; }
2015-02-13 13:32:27 +00:00
. panel-default {
2015-08-12 06:13:10 +00:00
border-color : # ddd ; }
. panel-default > . panel-heading {
color : # 333333 ;
background-color : # f5f5f5 ;
border-color : # ddd ; }
. panel-default > . panel-heading + . panel-collapse > . panel-body {
border-top-color : # ddd ; }
. panel-default > . panel-heading . badge {
color : # f5f5f5 ;
background-color : # 333333 ; }
. panel-default > . panel-footer + . panel-collapse > . panel-body {
border-bottom-color : # ddd ; }
2015-02-13 13:32:27 +00:00
. panel-primary {
2015-08-12 06:13:10 +00:00
border-color : # ff6d5a ; }
. panel-primary > . panel-heading {
color : # fff ;
background-color : # ff6d5a ;
border-color : # ff6d5a ; }
. panel-primary > . panel-heading + . panel-collapse > . panel-body {
border-top-color : # ff6d5a ; }
. panel-primary > . panel-heading . badge {
color : # ff6d5a ;
background-color : # fff ; }
. panel-primary > . panel-footer + . panel-collapse > . panel-body {
border-bottom-color : # ff6d5a ; }
2015-02-13 13:32:27 +00:00
. panel-success {
2015-08-12 06:13:10 +00:00
border-color : # d6e9c6 ; }
. panel-success > . panel-heading {
color : # 3c763d ;
background-color : # dff0d8 ;
border-color : # d6e9c6 ; }
. panel-success > . panel-heading + . panel-collapse > . panel-body {
border-top-color : # d6e9c6 ; }
. panel-success > . panel-heading . badge {
color : # dff0d8 ;
background-color : # 3c763d ; }
. panel-success > . panel-footer + . panel-collapse > . panel-body {
border-bottom-color : # d6e9c6 ; }
2015-02-13 13:32:27 +00:00
. panel-info {
2015-08-12 06:13:10 +00:00
border-color : # bce8f1 ; }
. panel-info > . panel-heading {
color : # 31708f ;
background-color : # d9edf7 ;
border-color : # bce8f1 ; }
. panel-info > . panel-heading + . panel-collapse > . panel-body {
border-top-color : # bce8f1 ; }
. panel-info > . panel-heading . badge {
color : # d9edf7 ;
background-color : # 31708f ; }
. panel-info > . panel-footer + . panel-collapse > . panel-body {
border-bottom-color : # bce8f1 ; }
2015-02-13 13:32:27 +00:00
. panel-warning {
2015-08-12 06:13:10 +00:00
border-color : # faebcc ; }
. panel-warning > . panel-heading {
color : # 8a6d3b ;
background-color : # fcf8e3 ;
border-color : # faebcc ; }
. panel-warning > . panel-heading + . panel-collapse > . panel-body {
border-top-color : # faebcc ; }
. panel-warning > . panel-heading . badge {
color : # fcf8e3 ;
background-color : # 8a6d3b ; }
. panel-warning > . panel-footer + . panel-collapse > . panel-body {
border-bottom-color : # faebcc ; }
2015-02-13 13:32:27 +00:00
. panel-danger {
2015-08-12 06:13:10 +00:00
border-color : # ebccd1 ; }
. panel-danger > . panel-heading {
color : # a94442 ;
background-color : # f2dede ;
border-color : # ebccd1 ; }
. panel-danger > . panel-heading + . panel-collapse > . panel-body {
border-top-color : # ebccd1 ; }
. panel-danger > . panel-heading . badge {
color : # f2dede ;
background-color : # a94442 ; }
. panel-danger > . panel-footer + . panel-collapse > . panel-body {
border-bottom-color : # ebccd1 ; }
2015-02-13 13:32:27 +00:00
. embed-responsive {
position : relative ;
display : block ;
height : 0 ;
padding : 0 ;
2015-08-12 06:13:10 +00:00
overflow : hidden ; }
. embed-responsive . embed-responsive-item ,
. embed-responsive iframe ,
. embed-responsive embed ,
2015-08-12 07:06:27 +00:00
. embed-responsive object ,
. embed-responsive video {
2015-08-12 06:13:10 +00:00
position : absolute ;
top : 0 ;
left : 0 ;
bottom : 0 ;
height : 100 % ;
width : 100 % ;
border : 0 ; }
2015-08-12 07:06:27 +00:00
. embed-responsive-16by9 {
padding-bottom : 56 . 25 % ; }
. embed-responsive-4by3 {
padding-bottom : 75 % ; }
2015-02-13 13:32:27 +00: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 ) ;
2015-08-12 06:13:10 +00:00
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 ) ; }
2015-02-13 13:32:27 +00:00
. well-lg {
padding : 24px ;
2015-08-12 06:13:10 +00:00
border-radius : 6px ; }
2015-02-13 13:32:27 +00:00
. well-sm {
padding : 9px ;
2015-08-12 06:13:10 +00:00
border-radius : 3px ; }
2015-02-13 13:32:27 +00:00
. close {
float : right ;
font-size : 21px ;
font-weight : bold ;
line-height : 1 ;
color : # 000 ;
text-shadow : 0 1px 0 # fff ;
opacity : 0 . 2 ;
2015-08-12 06:13:10 +00:00
filter : alpha ( opacity = 20 ) ; }
. close : hover ,
. close : focus {
color : # 000 ;
text-decoration : none ;
cursor : pointer ;
opacity : 0 . 5 ;
filter : alpha ( opacity = 50 ) ; }
2015-02-13 13:32:27 +00:00
button . close {
padding : 0 ;
cursor : pointer ;
background : transparent ;
border : 0 ;
2015-08-12 06:13:10 +00:00
-webkit-appearance : none ; }
2015-02-13 13:32:27 +00:00
. modal-open {
2015-08-12 06:13:10 +00:00
overflow : hidden ; }
2015-02-13 13:32:27 +00:00
. modal {
display : none ;
overflow : hidden ;
position : fixed ;
top : 0 ;
right : 0 ;
bottom : 0 ;
left : 0 ;
z-index : 1050 ;
-webkit-overflow-scrolling : touch ;
2015-08-12 06:13:10 +00:00
outline : 0 ; }
. modal . fade . modal-dialog {
2015-08-12 07:06:27 +00:00
-webkit-transform : translate ( 0 , -25 % ) ;
-ms-transform : translate ( 0 , -25 % ) ;
-o-transform : translate ( 0 , -25 % ) ;
transform : translate ( 0 , -25 % ) ;
2015-08-12 06:13:10 +00:00
-webkit-transition : -webkit-transform 0 . 3s ease-out ;
-moz-transition : -moz-transform 0 . 3s ease-out ;
-o-transition : -o-transform 0 . 3s ease-out ;
transition : transform 0 . 3s ease-out ; }
. modal . in . modal-dialog {
2015-08-12 07:06:27 +00:00
-webkit-transform : translate ( 0 , 0 ) ;
-ms-transform : translate ( 0 , 0 ) ;
-o-transform : translate ( 0 , 0 ) ;
transform : translate ( 0 , 0 ) ; }
2015-02-13 13:32:27 +00:00
. modal-open . modal {
overflow-x : hidden ;
2015-08-12 06:13:10 +00:00
overflow-y : auto ; }
2015-02-13 13:32:27 +00:00
. modal-dialog {
position : relative ;
width : auto ;
2015-08-12 06:13:10 +00:00
margin : 10px ; }
2015-02-13 13:32:27 +00:00
. modal-content {
position : relative ;
background-color : # fff ;
border : 1px solid # 999 ;
border : 1px solid rgba ( 0 , 0 , 0 , 0 . 2 ) ;
border-radius : 6px ;
-webkit-box-shadow : 0 3px 9px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
box-shadow : 0 3px 9px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
background-clip : padding-box ;
2015-08-12 06:13:10 +00:00
outline : 0 ; }
2015-02-13 13:32:27 +00:00
. modal-backdrop {
position : fixed ;
top : 0 ;
right : 0 ;
bottom : 0 ;
left : 0 ;
z-index : 1040 ;
2015-08-12 06:13:10 +00:00
background-color : # 000 ; }
. modal-backdrop . fade {
opacity : 0 ;
filter : alpha ( opacity = 0 ) ; }
. modal-backdrop . in {
opacity : 0 . 5 ;
filter : alpha ( opacity = 50 ) ; }
2015-02-13 13:32:27 +00:00
. modal-header {
padding : 15px ;
border-bottom : 1px solid # e5e5e5 ;
2015-08-12 06:13:10 +00:00
min-height : 16 . 42857px ; }
2015-02-13 13:32:27 +00:00
. modal-header . close {
2015-08-12 06:13:10 +00:00
margin-top : -2px ; }
2015-02-13 13:32:27 +00:00
. modal-title {
margin : 0 ;
2015-08-12 06:13:10 +00:00
line-height : 1 . 42857 ; }
2015-02-13 13:32:27 +00:00
. modal-body {
position : relative ;
2015-08-12 06:13:10 +00:00
padding : 15px ; }
2015-02-13 13:32:27 +00:00
. modal-footer {
padding : 15px ;
text-align : right ;
2015-08-12 06:13:10 +00:00
border-top : 1px solid # e5e5e5 ; }
. modal-footer : before ,
. modal-footer : after {
content : " " ;
display : table ; }
. modal-footer : after {
clear : both ; }
. modal-footer . btn + . btn {
margin-left : 5px ;
margin-bottom : 0 ; }
. modal-footer . btn-group . btn + . btn {
margin-left : -1px ; }
. modal-footer . btn-block + . btn-block {
margin-left : 0 ; }
2015-02-13 13:32:27 +00:00
. modal-scrollbar-measure {
position : absolute ;
top : -9999px ;
width : 50px ;
height : 50px ;
2015-08-12 06:13:10 +00:00
overflow : scroll ; }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 768px ) {
. modal-dialog {
width : 600px ;
2015-08-12 06:13:10 +00:00
margin : 30px auto ; }
2015-02-13 13:32:27 +00:00
. modal-content {
-webkit-box-shadow : 0 5px 15px rgba ( 0 , 0 , 0 , 0 . 5 ) ;
2015-08-12 06:13:10 +00:00
box-shadow : 0 5px 15px rgba ( 0 , 0 , 0 , 0 . 5 ) ; }
2015-02-13 13:32:27 +00:00
. modal-sm {
2015-08-12 06:13:10 +00:00
width : 300px ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 992px ) {
. modal-lg {
2015-08-12 06:13:10 +00:00
width : 900px ; } }
2015-02-13 13:32:27 +00:00
. tooltip {
position : absolute ;
z-index : 1070 ;
display : block ;
2015-08-12 07:06:27 +00:00
font-family : "Helvetica Neue" , Helvetica , Arial , sans-serif ;
font-style : normal ;
font-weight : normal ;
letter-spacing : normal ;
line-break : auto ;
line-height : 1 . 42857 ;
text-align : left ;
text-align : start ;
text-decoration : none ;
text-shadow : none ;
text-transform : none ;
white-space : normal ;
word-break : normal ;
word-spacing : normal ;
word-wrap : normal ;
2015-02-13 13:32:27 +00:00
font-size : 12px ;
opacity : 0 ;
2015-08-12 06:13:10 +00:00
filter : alpha ( opacity = 0 ) ; }
. tooltip . in {
opacity : 0 . 9 ;
filter : alpha ( opacity = 90 ) ; }
. tooltip . top {
margin-top : -3px ;
padding : 5px 0 ; }
. tooltip . right {
margin-left : 3px ;
padding : 0 5px ; }
. tooltip . bottom {
margin-top : 3px ;
padding : 5px 0 ; }
. tooltip . left {
margin-left : -3px ;
padding : 0 5px ; }
2015-02-13 13:32:27 +00:00
. tooltip-inner {
max-width : 200px ;
padding : 3px 8px ;
color : # fff ;
text-align : center ;
background-color : # 000 ;
2015-08-12 06:13:10 +00:00
border-radius : 4px ; }
2015-02-13 13:32:27 +00:00
. tooltip-arrow {
position : absolute ;
width : 0 ;
height : 0 ;
border-color : transparent ;
2015-08-12 06:13:10 +00:00
border-style : solid ; }
2015-02-13 13:32:27 +00:00
. tooltip . top . tooltip-arrow {
bottom : 0 ;
left : 50 % ;
margin-left : -5px ;
border-width : 5px 5px 0 ;
2015-08-12 06:13:10 +00:00
border-top-color : # 000 ; }
2015-02-13 13:32:27 +00:00
. tooltip . top-left . tooltip-arrow {
bottom : 0 ;
2015-08-12 07:06:27 +00:00
right : 5px ;
margin-bottom : -5px ;
2015-02-13 13:32:27 +00:00
border-width : 5px 5px 0 ;
2015-08-12 06:13:10 +00:00
border-top-color : # 000 ; }
2015-02-13 13:32:27 +00:00
. tooltip . top-right . tooltip-arrow {
bottom : 0 ;
2015-08-12 07:06:27 +00:00
left : 5px ;
margin-bottom : -5px ;
2015-02-13 13:32:27 +00:00
border-width : 5px 5px 0 ;
2015-08-12 06:13:10 +00:00
border-top-color : # 000 ; }
2015-02-13 13:32:27 +00:00
. tooltip . right . tooltip-arrow {
top : 50 % ;
left : 0 ;
margin-top : -5px ;
border-width : 5px 5px 5px 0 ;
2015-08-12 06:13:10 +00:00
border-right-color : # 000 ; }
2015-02-13 13:32:27 +00:00
. tooltip . left . tooltip-arrow {
top : 50 % ;
right : 0 ;
margin-top : -5px ;
border-width : 5px 0 5px 5px ;
2015-08-12 06:13:10 +00:00
border-left-color : # 000 ; }
2015-02-13 13:32:27 +00:00
. tooltip . bottom . tooltip-arrow {
top : 0 ;
left : 50 % ;
margin-left : -5px ;
border-width : 0 5px 5px ;
2015-08-12 06:13:10 +00:00
border-bottom-color : # 000 ; }
2015-02-13 13:32:27 +00:00
. tooltip . bottom-left . tooltip-arrow {
top : 0 ;
2015-08-12 07:06:27 +00:00
right : 5px ;
margin-top : -5px ;
2015-02-13 13:32:27 +00:00
border-width : 0 5px 5px ;
2015-08-12 06:13:10 +00:00
border-bottom-color : # 000 ; }
2015-02-13 13:32:27 +00:00
. tooltip . bottom-right . tooltip-arrow {
top : 0 ;
2015-08-12 07:06:27 +00:00
left : 5px ;
margin-top : -5px ;
2015-02-13 13:32:27 +00:00
border-width : 0 5px 5px ;
2015-08-12 06:13:10 +00:00
border-bottom-color : # 000 ; }
2015-02-13 13:32:27 +00:00
. popover {
position : absolute ;
top : 0 ;
left : 0 ;
z-index : 1060 ;
display : none ;
max-width : 276px ;
padding : 1px ;
2015-08-12 07:06:27 +00:00
font-family : "Helvetica Neue" , Helvetica , Arial , sans-serif ;
font-style : normal ;
font-weight : normal ;
letter-spacing : normal ;
line-break : auto ;
line-height : 1 . 42857 ;
2015-02-13 13:32:27 +00:00
text-align : left ;
2015-08-12 07:06:27 +00:00
text-align : start ;
text-decoration : none ;
text-shadow : none ;
text-transform : none ;
white-space : normal ;
word-break : normal ;
word-spacing : normal ;
word-wrap : normal ;
font-size : 14px ;
2015-02-13 13:32:27 +00:00
background-color : # fff ;
background-clip : padding-box ;
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 ) ;
2015-08-12 07:06:27 +00:00
box-shadow : 0 5px 10px rgba ( 0 , 0 , 0 , 0 . 2 ) ; }
2015-08-12 06:13:10 +00:00
. popover . top {
margin-top : -10px ; }
. popover . right {
margin-left : 10px ; }
. popover . bottom {
margin-top : 10px ; }
. popover . left {
margin-left : -10px ; }
2015-02-13 13:32:27 +00:00
. popover-title {
margin : 0 ;
padding : 8px 14px ;
font-size : 14px ;
background-color : # f7f7f7 ;
border-bottom : 1px solid # ebebeb ;
2015-08-12 06:13:10 +00:00
border-radius : 5px 5px 0 0 ; }
2015-02-13 13:32:27 +00:00
. popover-content {
2015-08-12 06:13:10 +00:00
padding : 9px 14px ; }
2015-02-13 13:32:27 +00:00
2015-08-12 06:13:10 +00:00
. popover > . arrow ,
. popover > . arrow : after {
2015-02-13 13:32:27 +00:00
position : absolute ;
display : block ;
width : 0 ;
height : 0 ;
border-color : transparent ;
2015-08-12 06:13:10 +00:00
border-style : solid ; }
2015-02-13 13:32:27 +00:00
. popover > . arrow {
2015-08-12 06:13:10 +00:00
border-width : 11px ; }
2015-02-13 13:32:27 +00:00
. popover > . arrow : after {
border-width : 10px ;
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. popover . top > . arrow {
left : 50 % ;
margin-left : -11px ;
border-bottom-width : 0 ;
border-top-color : # 999999 ;
border-top-color : rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2015-08-12 06:13:10 +00:00
bottom : -11px ; }
. popover . top > . arrow : after {
content : " " ;
bottom : 1px ;
margin-left : -10px ;
border-bottom-width : 0 ;
border-top-color : # fff ; }
2015-02-13 13:32:27 +00:00
. popover . right > . arrow {
top : 50 % ;
left : -11px ;
margin-top : -11px ;
border-left-width : 0 ;
border-right-color : # 999999 ;
2015-08-12 06:13:10 +00:00
border-right-color : rgba ( 0 , 0 , 0 , 0 . 25 ) ; }
. popover . right > . arrow : after {
content : " " ;
left : 1px ;
bottom : -10px ;
border-left-width : 0 ;
border-right-color : # fff ; }
2015-02-13 13:32:27 +00:00
. popover . bottom > . arrow {
left : 50 % ;
margin-left : -11px ;
border-top-width : 0 ;
border-bottom-color : # 999999 ;
border-bottom-color : rgba ( 0 , 0 , 0 , 0 . 25 ) ;
2015-08-12 06:13:10 +00:00
top : -11px ; }
. popover . bottom > . arrow : after {
content : " " ;
top : 1px ;
margin-left : -10px ;
border-top-width : 0 ;
border-bottom-color : # fff ; }
2015-02-13 13:32:27 +00:00
. popover . left > . arrow {
top : 50 % ;
right : -11px ;
margin-top : -11px ;
border-right-width : 0 ;
border-left-color : # 999999 ;
2015-08-12 06:13:10 +00:00
border-left-color : rgba ( 0 , 0 , 0 , 0 . 25 ) ; }
. popover . left > . arrow : after {
content : " " ;
right : 1px ;
border-right-width : 0 ;
border-left-color : # fff ;
bottom : -10px ; }
2015-02-13 13:32:27 +00:00
. carousel {
2015-08-12 06:13:10 +00:00
position : relative ; }
2015-02-13 13:32:27 +00:00
. carousel-inner {
position : relative ;
overflow : hidden ;
2015-08-12 06:13:10 +00:00
width : 100 % ; }
. carousel-inner > . item {
display : none ;
position : relative ;
-webkit-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 ;
max-width : 100 % ;
height : auto ;
line-height : 1 ; }
2015-08-12 07:06:27 +00:00
@ media all and ( transform-3d ) , ( -webkit-transform-3d ) {
. carousel-inner > . item {
-webkit-transition : -webkit-transform 0 . 6s ease-in-out ;
-moz-transition : -moz-transform 0 . 6s ease-in-out ;
-o-transition : -o-transform 0 . 6s ease-in-out ;
transition : transform 0 . 6s ease-in-out ;
-webkit-backface-visibility : hidden ;
-moz-backface-visibility : hidden ;
backface-visibility : hidden ;
-webkit-perspective : 1000px ;
-moz-perspective : 1000px ;
perspective : 1000px ; }
. carousel-inner > . item . next ,
. carousel-inner > . item . active . right {
-webkit-transform : translate3d ( 100 % , 0 , 0 ) ;
transform : translate3d ( 100 % , 0 , 0 ) ;
left : 0 ; }
. carousel-inner > . item . prev ,
. carousel-inner > . item . active . left {
-webkit-transform : translate3d ( -100 % , 0 , 0 ) ;
transform : translate3d ( -100 % , 0 , 0 ) ;
left : 0 ; }
. carousel-inner > . item . next . left ,
. carousel-inner > . item . prev . right ,
. carousel-inner > . item . active {
-webkit-transform : translate3d ( 0 , 0 , 0 ) ;
transform : translate3d ( 0 , 0 , 0 ) ;
left : 0 ; } }
2015-08-12 06:13:10 +00:00
. 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 % ; }
2015-02-13 13:32:27 +00:00
. carousel-control {
position : absolute ;
top : 0 ;
left : 0 ;
bottom : 0 ;
width : 15 % ;
opacity : 0 . 5 ;
filter : alpha ( opacity = 50 ) ;
font-size : 20px ;
color : # fff ;
text-align : center ;
2015-08-12 06:13:10 +00:00
text-shadow : 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 6 ) ; }
. carousel-control . left {
background-image : -webkit-linear-gradient ( left , rgba ( 0 , 0 , 0 , 0 . 5 ) 0 % , rgba ( 0 , 0 , 0 , 0 . 0001 ) 100 % ) ;
background-image : -o-linear-gradient ( left , rgba ( 0 , 0 , 0 , 0 . 5 ) 0 % , rgba ( 0 , 0 , 0 , 0 . 0001 ) 100 % ) ;
background-image : linear-gradient ( to right , rgba ( 0 , 0 , 0 , 0 . 5 ) 0 % , rgba ( 0 , 0 , 0 , 0 . 0001 ) 100 % ) ;
background-repeat : repeat-x ;
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#80000000' , endColorstr = '#00000000' , GradientType = 1 ) ; }
. carousel-control . right {
left : auto ;
right : 0 ;
background-image : -webkit-linear-gradient ( left , rgba ( 0 , 0 , 0 , 0 . 0001 ) 0 % , rgba ( 0 , 0 , 0 , 0 . 5 ) 100 % ) ;
background-image : -o-linear-gradient ( left , rgba ( 0 , 0 , 0 , 0 . 0001 ) 0 % , rgba ( 0 , 0 , 0 , 0 . 5 ) 100 % ) ;
background-image : linear-gradient ( to right , rgba ( 0 , 0 , 0 , 0 . 0001 ) 0 % , rgba ( 0 , 0 , 0 , 0 . 5 ) 100 % ) ;
background-repeat : repeat-x ;
filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#00000000' , endColorstr = '#80000000' , GradientType = 1 ) ; }
. carousel-control : hover ,
. carousel-control : focus {
outline : 0 ;
color : # fff ;
text-decoration : none ;
opacity : 0 . 9 ;
filter : alpha ( opacity = 90 ) ; }
. carousel-control . icon-prev ,
. carousel-control . icon-next ,
. carousel-control . glyphicon-chevron-left ,
. carousel-control . glyphicon-chevron-right {
position : absolute ;
top : 50 % ;
2015-08-12 07:06:27 +00:00
margin-top : -10px ;
2015-08-12 06:13:10 +00:00
z-index : 5 ;
display : inline-block ; }
. carousel-control . icon-prev ,
. carousel-control . glyphicon-chevron-left {
left : 50 % ;
margin-left : -10px ; }
. carousel-control . icon-next ,
. carousel-control . glyphicon-chevron-right {
right : 50 % ;
margin-right : -10px ; }
. carousel-control . icon-prev ,
. carousel-control . icon-next {
width : 20px ;
height : 20px ;
2015-08-12 07:06:27 +00:00
line-height : 1 ;
2015-08-12 06:13:10 +00:00
font-family : serif ; }
. carousel-control . icon-prev : before {
content : '\2039' ; }
. carousel-control . icon-next : before {
content : '\203a' ; }
2015-02-13 13:32:27 +00:00
. carousel-indicators {
position : absolute ;
bottom : 10px ;
left : 50 % ;
z-index : 15 ;
width : 60 % ;
margin-left : -30 % ;
padding-left : 0 ;
list-style : none ;
2015-08-12 06:13:10 +00:00
text-align : center ; }
. carousel-indicators li {
display : inline-block ;
width : 10px ;
height : 10px ;
margin : 1px ;
text-indent : -999px ;
border : 1px solid # fff ;
border-radius : 10px ;
cursor : pointer ;
background-color : # 000 \ 9 ;
background-color : transparent ; }
. carousel-indicators . active {
margin : 0 ;
width : 12px ;
height : 12px ;
background-color : # fff ; }
2015-02-13 13:32:27 +00:00
. carousel-caption {
position : absolute ;
left : 15 % ;
right : 15 % ;
bottom : 20px ;
z-index : 10 ;
padding-top : 20px ;
padding-bottom : 20px ;
color : # fff ;
text-align : center ;
2015-08-12 06:13:10 +00:00
text-shadow : 0 1px 2px rgba ( 0 , 0 , 0 , 0 . 6 ) ; }
. carousel-caption . btn {
text-shadow : none ; }
2015-02-13 13:32:27 +00:00
@ media screen and ( min-width : 768px ) {
. carousel-control . glyphicon-chevron-left ,
. carousel-control . glyphicon-chevron-right ,
. carousel-control . icon-prev ,
. carousel-control . icon-next {
width : 30px ;
height : 30px ;
margin-top : -15px ;
2015-08-12 06:13:10 +00:00
font-size : 30px ; }
2015-02-13 13:32:27 +00:00
. carousel-control . glyphicon-chevron-left ,
. carousel-control . icon-prev {
2015-08-12 06:13:10 +00:00
margin-left : -15px ; }
2015-02-13 13:32:27 +00:00
. carousel-control . glyphicon-chevron-right ,
. carousel-control . icon-next {
2015-08-12 06:13:10 +00:00
margin-right : -15px ; }
2015-02-13 13:32:27 +00:00
. carousel-caption {
left : 20 % ;
right : 20 % ;
2015-08-12 06:13:10 +00:00
padding-bottom : 30px ; }
2015-02-13 13:32:27 +00:00
. carousel-indicators {
2015-08-12 06:13:10 +00:00
bottom : 20px ; } }
. clearfix : before ,
. clearfix : after {
2015-02-13 13:32:27 +00:00
content : " " ;
2015-08-12 06:13:10 +00:00
display : table ; }
2015-02-13 13:32:27 +00:00
. clearfix : after {
2015-08-12 06:13:10 +00:00
clear : both ; }
2015-02-13 13:32:27 +00:00
. center-block {
display : block ;
margin-left : auto ;
2015-08-12 06:13:10 +00:00
margin-right : auto ; }
2015-02-13 13:32:27 +00:00
. pull-right {
2015-08-12 06:13:10 +00:00
float : right ! important ; }
2015-02-13 13:32:27 +00:00
. pull-left {
2015-08-12 06:13:10 +00:00
float : left ! important ; }
2015-02-13 13:32:27 +00:00
. hide {
2015-08-12 06:13:10 +00:00
display : none ! important ; }
2015-02-13 13:32:27 +00:00
. show {
2015-08-12 06:13:10 +00:00
display : block ! important ; }
2015-02-13 13:32:27 +00:00
. invisible {
2015-08-12 06:13:10 +00:00
visibility : hidden ; }
2015-02-13 13:32:27 +00:00
. text-hide {
font : 0 / 0 a ;
color : transparent ;
text-shadow : none ;
background-color : transparent ;
2015-08-12 06:13:10 +00:00
border : 0 ; }
2015-02-13 13:32:27 +00:00
. hidden {
2015-08-12 07:06:27 +00:00
display : none ! important ; }
2015-02-13 13:32:27 +00:00
. affix {
2015-08-12 07:06:27 +00:00
position : fixed ; }
2015-02-13 13:32:27 +00:00
@ -ms-viewport {
2015-08-12 06:13:10 +00:00
width : device-width ; }
2015-08-12 07:06:27 +00:00
. visible-xs {
display : none ! important ; }
. visible-sm {
display : none ! important ; }
. visible-md {
display : none ! important ; }
. visible-lg {
2015-08-12 06:13:10 +00:00
display : none ! important ; }
2015-02-13 13:32:27 +00:00
. visible-xs-block ,
. visible-xs-inline ,
. visible-xs-inline-block ,
. visible-sm-block ,
. visible-sm-inline ,
. visible-sm-inline-block ,
. visible-md-block ,
. visible-md-inline ,
. visible-md-inline-block ,
. visible-lg-block ,
. visible-lg-inline ,
. visible-lg-inline-block {
2015-08-12 06:13:10 +00:00
display : none ! important ; }
2015-02-13 13:32:27 +00:00
@ media ( max-width : 767px ) {
. visible-xs {
2015-08-12 06:13:10 +00:00
display : block ! important ; }
2015-02-13 13:32:27 +00:00
table . visible-xs {
2015-08-12 07:06:27 +00:00
display : table ! important ; }
2015-02-13 13:32:27 +00:00
tr . visible-xs {
2015-08-12 06:13:10 +00:00
display : table-row ! important ; }
2015-02-13 13:32:27 +00:00
th . visible-xs ,
td . visible-xs {
2015-08-12 06:13:10 +00:00
display : table-cell ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( max-width : 767px ) {
. visible-xs-block {
2015-08-12 06:13:10 +00:00
display : block ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( max-width : 767px ) {
. visible-xs-inline {
2015-08-12 06:13:10 +00:00
display : inline ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( max-width : 767px ) {
. visible-xs-inline-block {
2015-08-12 06:13:10 +00:00
display : inline-block ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 768px ) and ( max-width : 991px ) {
. visible-sm {
2015-08-12 06:13:10 +00:00
display : block ! important ; }
2015-02-13 13:32:27 +00:00
table . visible-sm {
2015-08-12 07:06:27 +00:00
display : table ! important ; }
2015-02-13 13:32:27 +00:00
tr . visible-sm {
2015-08-12 06:13:10 +00:00
display : table-row ! important ; }
2015-02-13 13:32:27 +00:00
th . visible-sm ,
td . visible-sm {
2015-08-12 06:13:10 +00:00
display : table-cell ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 768px ) and ( max-width : 991px ) {
. visible-sm-block {
2015-08-12 06:13:10 +00:00
display : block ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 768px ) and ( max-width : 991px ) {
. visible-sm-inline {
2015-08-12 06:13:10 +00:00
display : inline ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 768px ) and ( max-width : 991px ) {
. visible-sm-inline-block {
2015-08-12 06:13:10 +00:00
display : inline-block ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 992px ) and ( max-width : 1199px ) {
. visible-md {
2015-08-12 06:13:10 +00:00
display : block ! important ; }
2015-02-13 13:32:27 +00:00
table . visible-md {
2015-08-12 07:06:27 +00:00
display : table ! important ; }
2015-02-13 13:32:27 +00:00
tr . visible-md {
2015-08-12 06:13:10 +00:00
display : table-row ! important ; }
2015-02-13 13:32:27 +00:00
th . visible-md ,
td . visible-md {
2015-08-12 06:13:10 +00:00
display : table-cell ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 992px ) and ( max-width : 1199px ) {
. visible-md-block {
2015-08-12 06:13:10 +00:00
display : block ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 992px ) and ( max-width : 1199px ) {
. visible-md-inline {
2015-08-12 06:13:10 +00:00
display : inline ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 992px ) and ( max-width : 1199px ) {
. visible-md-inline-block {
2015-08-12 06:13:10 +00:00
display : inline-block ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 1200px ) {
. visible-lg {
2015-08-12 06:13:10 +00:00
display : block ! important ; }
2015-02-13 13:32:27 +00:00
table . visible-lg {
2015-08-12 07:06:27 +00:00
display : table ! important ; }
2015-02-13 13:32:27 +00:00
tr . visible-lg {
2015-08-12 06:13:10 +00:00
display : table-row ! important ; }
2015-02-13 13:32:27 +00:00
th . visible-lg ,
td . visible-lg {
2015-08-12 06:13:10 +00:00
display : table-cell ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 1200px ) {
. visible-lg-block {
2015-08-12 06:13:10 +00:00
display : block ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 1200px ) {
. visible-lg-inline {
2015-08-12 06:13:10 +00:00
display : inline ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 1200px ) {
. visible-lg-inline-block {
2015-08-12 06:13:10 +00:00
display : inline-block ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( max-width : 767px ) {
. hidden-xs {
2015-08-12 06:13:10 +00:00
display : none ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 768px ) and ( max-width : 991px ) {
. hidden-sm {
2015-08-12 06:13:10 +00:00
display : none ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 992px ) and ( max-width : 1199px ) {
. hidden-md {
2015-08-12 06:13:10 +00:00
display : none ! important ; } }
2015-02-13 13:32:27 +00:00
@ media ( min-width : 1200px ) {
. hidden-lg {
2015-08-12 06:13:10 +00:00
display : none ! important ; } }
2015-02-13 13:32:27 +00:00
. visible-print {
2015-08-12 06:13:10 +00:00
display : none ! important ; }
2015-02-13 13:32:27 +00:00
@ media print {
. visible-print {
2015-08-12 06:13:10 +00:00
display : block ! important ; }
2015-02-13 13:32:27 +00:00
table . visible-print {
2015-08-12 07:06:27 +00:00
display : table ! important ; }
2015-02-13 13:32:27 +00:00
tr . visible-print {
2015-08-12 06:13:10 +00:00
display : table-row ! important ; }
2015-02-13 13:32:27 +00:00
th . visible-print ,
td . visible-print {
2015-08-12 06:13:10 +00:00
display : table-cell ! important ; } }
2015-02-13 13:32:27 +00:00
. visible-print-block {
2015-08-12 06:13:10 +00:00
display : none ! important ; }
@ media print {
. visible-print-block {
display : block ! important ; } }
2015-02-13 13:32:27 +00:00
. visible-print-inline {
2015-08-12 06:13:10 +00:00
display : none ! important ; }
@ media print {
. visible-print-inline {
display : inline ! important ; } }
2015-02-13 13:32:27 +00:00
. visible-print-inline-block {
2015-08-12 06:13:10 +00:00
display : none ! important ; }
@ media print {
. visible-print-inline-block {
display : inline-block ! important ; } }
2015-02-13 13:32:27 +00:00
@ media print {
. hidden-print {
2015-08-12 06:13:10 +00:00
display : none ! important ; } }
2015-02-13 13:32:27 +00:00
body {
2015-08-12 06:13:10 +00:00
padding-top : 50px ; }
2015-02-13 13:32:27 +00:00
. wrapper {
2015-08-12 06:13:10 +00:00
padding : 30px 0 ; }
2015-02-13 13:32:27 +00:00
2015-08-13 13:13:33 +00:00
# wrapper-hero , # wrapper-static-hero {
2015-08-13 13:11:16 +00:00
padding : 0px ! important ; }
2015-02-13 13:32:27 +00:00
. sticky , . gallery-caption , . bypostauthor {
2015-08-12 06:13:10 +00:00
font-size : inherit ; }
2015-02-13 13:32:27 +00:00
2015-03-23 12:48:34 +00:00
. wrapper # wrapper-sticky {
2015-08-12 06:13:10 +00:00
border-bottom : 1px solid # eeeeee ; }
2015-02-13 13:32:27 +00:00
/ * !
2015-08-12 07:06:27 +00:00
* Font Awesome 4 . 4 . 0 by @ davegandy - http : / / fontawesome . io - @ fontawesome
2014-12-19 07:50:59 +00:00
* License - http : / / fontawesome . io / license ( Font : SIL OFL 1 . 1 , CSS : MIT License )
2015-02-13 13:32:27 +00:00
* /
/ * FONT PATH
* -------------------------- * /
@ font-face {
font-family : 'FontAwesome' ;
2015-08-12 07:06:27 +00:00
src : url ( "../fonts/fontawesome-webfont.eot?v=4.4.0" ) ;
src : url ( "../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0" ) format ( "embedded-opentype" ) , url ( "../fonts/fontawesome-webfont.woff2?v=4.4.0" ) format ( "woff2" ) , url ( "../fonts/fontawesome-webfont.woff?v=4.4.0" ) format ( "woff" ) , url ( "../fonts/fontawesome-webfont.ttf?v=4.4.0" ) format ( "truetype" ) , url ( "../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular" ) format ( "svg" ) ;
2015-02-13 13:32:27 +00:00
font-weight : normal ;
2015-08-12 06:13:10 +00:00
font-style : normal ; }
2015-02-13 13:32:27 +00:00
. fa {
display : inline-block ;
2015-08-12 07:06:27 +00:00
font : normal normal normal 14px / 1 FontAwesome ;
font-size : inherit ;
text-rendering : auto ;
2015-02-13 13:32:27 +00:00
-webkit-font-smoothing : antialiased ;
2015-08-12 06:13:10 +00:00
-moz-osx-font-smoothing : grayscale ; }
2015-02-13 13:32:27 +00:00
/* makes the font 33% larger relative to the icon container */
. fa-lg {
font-size : 1 . 33333em ;
line-height : 0 . 75em ;
2015-08-12 06:13:10 +00:00
vertical-align : -15 % ; }
2015-02-13 13:32:27 +00:00
. fa-2x {
2015-08-12 06:13:10 +00:00
font-size : 2em ; }
2015-02-13 13:32:27 +00:00
. fa-3x {
2015-08-12 06:13:10 +00:00
font-size : 3em ; }
2015-02-13 13:32:27 +00:00
. fa-4x {
2015-08-12 06:13:10 +00:00
font-size : 4em ; }
2015-02-13 13:32:27 +00:00
. fa-5x {
2015-08-12 06:13:10 +00:00
font-size : 5em ; }
2015-02-13 13:32:27 +00:00
. fa-fw {
width : 1 . 28571em ;
2015-08-12 06:13:10 +00:00
text-align : center ; }
2015-02-13 13:32:27 +00:00
. fa-ul {
padding-left : 0 ;
margin-left : 2 . 14286em ;
2015-08-12 06:13:10 +00:00
list-style-type : none ; }
. fa-ul > li {
position : relative ; }
2015-02-13 13:32:27 +00:00
. fa-li {
position : absolute ;
left : -2 . 14286em ;
width : 2 . 14286em ;
top : 0 . 14286em ;
2015-08-12 06:13:10 +00:00
text-align : center ; }
. fa-li . fa-lg {
left : -1 . 85714em ; }
2015-02-13 13:32:27 +00:00
. fa-border {
2015-08-12 06:13:10 +00:00
padding : 0 . 2em 0 . 25em 0 . 15em ;
2015-02-13 13:32:27 +00:00
border : solid 0 . 08em # eee ;
2015-08-12 06:13:10 +00:00
border-radius : . 1em ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. fa-pull-left {
float : left ; }
. fa-pull-right {
float : right ; }
. fa . fa-pull-left {
margin-right : . 3em ; }
. fa . fa-pull-right {
margin-left : . 3em ; }
/* Deprecated as of 4.4.0 */
2015-02-13 13:32:27 +00:00
. pull-right {
2015-08-12 06:13:10 +00:00
float : right ; }
2015-02-13 13:32:27 +00:00
. pull-left {
2015-08-12 06:13:10 +00:00
float : left ; }
2015-02-13 13:32:27 +00:00
. fa . pull-left {
2015-08-12 06:13:10 +00:00
margin-right : . 3em ; }
2015-02-13 13:32:27 +00:00
. fa . pull-right {
2015-08-12 06:13:10 +00:00
margin-left : . 3em ; }
2015-02-13 13:32:27 +00:00
. fa-spin {
2015-08-12 07:06:27 +00:00
-webkit-animation : fa-spin 2s infinite linear ;
animation : fa-spin 2s infinite linear ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. fa-pulse {
-webkit-animation : fa-spin 1s infinite steps ( 8 ) ;
animation : fa-spin 1s infinite steps ( 8 ) ; }
2015-08-12 06:13:10 +00:00
2015-08-12 07:06:27 +00:00
@ -webkit-keyframes fa-spin {
2015-02-13 13:32:27 +00:00
0 % {
2015-08-12 07:06:27 +00:00
-webkit-transform : rotate ( 0deg ) ;
transform : rotate ( 0deg ) ; }
2015-02-13 13:32:27 +00:00
100 % {
2015-08-12 07:06:27 +00:00
-webkit-transform : rotate ( 359deg ) ;
transform : rotate ( 359deg ) ; } }
2015-08-12 06:13:10 +00:00
2015-08-12 07:06:27 +00:00
@ keyframes fa-spin {
2015-02-13 13:32:27 +00:00
0 % {
-webkit-transform : rotate ( 0deg ) ;
2015-08-12 06:13:10 +00:00
transform : rotate ( 0deg ) ; }
2015-02-13 13:32:27 +00:00
100 % {
-webkit-transform : rotate ( 359deg ) ;
2015-08-12 06:13:10 +00:00
transform : rotate ( 359deg ) ; } }
2015-02-13 13:32:27 +00:00
. fa-rotate-90 {
filter : progid : DXImageTransform . Microsoft . BasicImage ( rotation = 1 ) ;
-webkit-transform : rotate ( 90deg ) ;
-ms-transform : rotate ( 90deg ) ;
2015-08-12 06:13:10 +00:00
transform : rotate ( 90deg ) ; }
2015-02-13 13:32:27 +00:00
. fa-rotate-180 {
filter : progid : DXImageTransform . Microsoft . BasicImage ( rotation = 2 ) ;
-webkit-transform : rotate ( 180deg ) ;
-ms-transform : rotate ( 180deg ) ;
2015-08-12 06:13:10 +00:00
transform : rotate ( 180deg ) ; }
2015-02-13 13:32:27 +00:00
. fa-rotate-270 {
filter : progid : DXImageTransform . Microsoft . BasicImage ( rotation = 3 ) ;
-webkit-transform : rotate ( 270deg ) ;
-ms-transform : rotate ( 270deg ) ;
2015-08-12 06:13:10 +00:00
transform : rotate ( 270deg ) ; }
2015-02-13 13:32:27 +00:00
. fa-flip-horizontal {
filter : progid : DXImageTransform . Microsoft . BasicImage ( rotation = 0 ) ;
-webkit-transform : scale ( -1 , 1 ) ;
-ms-transform : scale ( -1 , 1 ) ;
2015-08-12 06:13:10 +00:00
transform : scale ( -1 , 1 ) ; }
2015-02-13 13:32:27 +00:00
. fa-flip-vertical {
filter : progid : DXImageTransform . Microsoft . BasicImage ( rotation = 2 ) ;
-webkit-transform : scale ( 1 , -1 ) ;
-ms-transform : scale ( 1 , -1 ) ;
2015-08-12 06:13:10 +00:00
transform : scale ( 1 , -1 ) ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
: root . fa-rotate-90 ,
: root . fa-rotate-180 ,
: root . fa-rotate-270 ,
: root . fa-flip-horizontal ,
: root . fa-flip-vertical {
filter : none ; }
2015-02-13 13:32:27 +00:00
. fa-stack {
position : relative ;
display : inline-block ;
width : 2em ;
height : 2em ;
line-height : 2em ;
2015-08-12 06:13:10 +00:00
vertical-align : middle ; }
2015-02-13 13:32:27 +00:00
. fa-stack-1x , . fa-stack-2x {
position : absolute ;
left : 0 ;
width : 100 % ;
2015-08-12 06:13:10 +00:00
text-align : center ; }
2015-02-13 13:32:27 +00:00
. fa-stack-1x {
2015-08-12 06:13:10 +00:00
line-height : inherit ; }
2015-02-13 13:32:27 +00:00
. fa-stack-2x {
2015-08-12 06:13:10 +00:00
font-size : 2em ; }
2015-02-13 13:32:27 +00:00
. fa-inverse {
2015-08-12 06:13:10 +00:00
color : # fff ; }
2015-02-13 13:32:27 +00:00
/ * Font Awesome uses the Unicode Private Use Area ( PUA ) to ensure screen
readers do not read off random characters that represent icons * /
. fa-glass : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-music : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-search : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-envelope-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-heart : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-star : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-star-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-user : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-film : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-th-large : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-th : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-th-list : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-check : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. fa-remove : before ,
. fa-close : before ,
2015-02-13 13:32:27 +00:00
. fa-times : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-search-plus : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-search-minus : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-power-off : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-signal : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-gear : before ,
. fa-cog : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-trash-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-home : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-file-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-clock-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-road : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-download : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrow-circle-o-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrow-circle-o-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-inbox : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-play-circle-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-rotate-right : before ,
. fa-repeat : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-refresh : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-list-alt : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-lock : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-flag : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-headphones : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-volume-off : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-volume-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-volume-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-qrcode : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-barcode : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-tag : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-tags : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-book : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-bookmark : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-print : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-camera : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-font : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-bold : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-italic : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-text-height : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-text-width : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-align-left : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-align-center : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-align-right : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-align-justify : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-list : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-dedent : before ,
. fa-outdent : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-indent : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-video-camera : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-photo : before ,
. fa-image : before ,
. fa-picture-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-pencil : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-map-marker : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-adjust : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-tint : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-edit : before ,
. fa-pencil-square-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-share-square-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-check-square-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrows : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-step-backward : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-fast-backward : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-backward : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-play : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-pause : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-stop : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-forward : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-fast-forward : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-step-forward : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-eject : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-chevron-left : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-chevron-right : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-plus-circle : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-minus-circle : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-times-circle : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-check-circle : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-question-circle : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-info-circle : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-crosshairs : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-times-circle-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-check-circle-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-ban : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrow-left : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrow-right : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrow-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrow-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-mail-forward : before ,
. fa-share : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-expand : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-compress : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-plus : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-minus : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-asterisk : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-exclamation-circle : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-gift : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-leaf : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-fire : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-eye : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-eye-slash : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-warning : before ,
. fa-exclamation-triangle : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-plane : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-calendar : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-random : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-comment : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-magnet : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-chevron-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-chevron-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-retweet : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-shopping-cart : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-folder : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-folder-open : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrows-v : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrows-h : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. fa-bar-chart-o : before ,
. fa-bar-chart : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-twitter-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-facebook-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-camera-retro : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-key : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-gears : before ,
. fa-cogs : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-comments : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-thumbs-o-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-thumbs-o-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-star-half : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-heart-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-sign-out : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-linkedin-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-thumb-tack : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-external-link : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-sign-in : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-trophy : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-github-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-upload : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-lemon-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-phone : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-square-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-bookmark-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-phone-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-twitter : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. fa-facebook-f : before ,
2015-02-13 13:32:27 +00:00
. fa-facebook : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-github : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-unlock : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-credit-card : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. fa-feed : before ,
2015-02-13 13:32:27 +00:00
. fa-rss : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-hdd-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-bullhorn : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-bell : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-certificate : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-hand-o-right : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-hand-o-left : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-hand-o-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-hand-o-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrow-circle-left : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrow-circle-right : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrow-circle-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrow-circle-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-globe : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-wrench : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-tasks : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-filter : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-briefcase : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrows-alt : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-group : before ,
. fa-users : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-chain : before ,
. fa-link : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-cloud : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-flask : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-cut : before ,
. fa-scissors : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-copy : before ,
. fa-files-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-paperclip : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-save : before ,
. fa-floppy-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-navicon : before ,
. fa-reorder : before ,
. fa-bars : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-list-ul : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-list-ol : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-strikethrough : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-underline : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-table : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-magic : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-truck : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-pinterest : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-pinterest-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-google-plus-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-google-plus : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-money : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-caret-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-caret-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-caret-left : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-caret-right : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-columns : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-unsorted : before ,
. fa-sort : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-sort-down : before ,
. fa-sort-desc : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-sort-up : before ,
. fa-sort-asc : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-envelope : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-linkedin : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-rotate-left : before ,
. fa-undo : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-legal : before ,
. fa-gavel : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-dashboard : before ,
. fa-tachometer : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-comment-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-comments-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-flash : before ,
. fa-bolt : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-sitemap : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-umbrella : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-paste : before ,
. fa-clipboard : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-lightbulb-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-exchange : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-cloud-download : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-cloud-upload : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-user-md : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-stethoscope : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-suitcase : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-bell-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-coffee : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-cutlery : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-file-text-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-building-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-hospital-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-ambulance : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-medkit : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-fighter-jet : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-beer : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-h-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-plus-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-angle-double-left : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-angle-double-right : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-angle-double-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-angle-double-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-angle-left : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-angle-right : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-angle-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-angle-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-desktop : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-laptop : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-tablet : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-mobile-phone : before ,
. fa-mobile : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-circle-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-quote-left : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-quote-right : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-spinner : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-circle : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-mail-reply : before ,
. fa-reply : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-github-alt : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-folder-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-folder-open-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-smile-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-frown-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-meh-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-gamepad : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-keyboard-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-flag-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-flag-checkered : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-terminal : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-code : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-mail-reply-all : before ,
. fa-reply-all : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-star-half-empty : before ,
. fa-star-half-full : before ,
. fa-star-half-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-location-arrow : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-crop : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-code-fork : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-unlink : before ,
. fa-chain-broken : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-question : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-info : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-exclamation : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-superscript : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-subscript : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-eraser : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-puzzle-piece : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-microphone : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-microphone-slash : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-shield : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-calendar-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-fire-extinguisher : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-rocket : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-maxcdn : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-chevron-circle-left : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-chevron-circle-right : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-chevron-circle-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-chevron-circle-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-html5 : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-css3 : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-anchor : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-unlock-alt : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-bullseye : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-ellipsis-h : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-ellipsis-v : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-rss-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-play-circle : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-ticket : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-minus-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-minus-square-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-level-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-level-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-check-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-pencil-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-external-link-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-share-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-compass : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-toggle-down : before ,
. fa-caret-square-o-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-toggle-up : before ,
. fa-caret-square-o-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-toggle-right : before ,
. fa-caret-square-o-right : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-euro : before ,
. fa-eur : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-gbp : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-dollar : before ,
. fa-usd : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-rupee : before ,
. fa-inr : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-cny : before ,
. fa-rmb : before ,
. fa-yen : before ,
. fa-jpy : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-ruble : before ,
. fa-rouble : before ,
. fa-rub : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-won : before ,
. fa-krw : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-bitcoin : before ,
. fa-btc : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-file : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-file-text : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-sort-alpha-asc : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-sort-alpha-desc : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-sort-amount-asc : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-sort-amount-desc : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-sort-numeric-asc : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-sort-numeric-desc : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-thumbs-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-thumbs-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-youtube-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-youtube : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-xing : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-xing-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-youtube-play : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-dropbox : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-stack-overflow : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-instagram : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-flickr : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-adn : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-bitbucket : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-bitbucket-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-tumblr : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-tumblr-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-long-arrow-down : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-long-arrow-up : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-long-arrow-left : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-long-arrow-right : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-apple : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-windows : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-android : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-linux : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-dribbble : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-skype : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-foursquare : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-trello : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-female : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-male : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. fa-gittip : before ,
. fa-gratipay : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-sun-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-moon-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-archive : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-bug : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-vk : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-weibo : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-renren : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-pagelines : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-stack-exchange : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrow-circle-o-right : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-arrow-circle-o-left : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-toggle-left : before ,
. fa-caret-square-o-left : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-dot-circle-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-wheelchair : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-vimeo-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-turkish-lira : before ,
. fa-try : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-plus-square-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-space-shuttle : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-slack : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-envelope-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-wordpress : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-openid : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-institution : before ,
. fa-bank : before ,
. fa-university : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-mortar-board : before ,
. fa-graduation-cap : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-yahoo : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-google : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-reddit : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-reddit-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-stumbleupon-circle : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-stumbleupon : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-delicious : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-digg : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-pied-piper : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-pied-piper-alt : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-drupal : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-joomla : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-language : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-fax : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-building : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-child : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-paw : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-spoon : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-cube : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-cubes : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-behance : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-behance-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-steam : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-steam-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-recycle : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-automobile : before ,
. fa-car : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-cab : before ,
. fa-taxi : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-tree : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-spotify : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-deviantart : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-soundcloud : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-database : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-file-pdf-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-file-word-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-file-excel-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-file-powerpoint-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-file-photo-o : before ,
. fa-file-picture-o : before ,
. fa-file-image-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-file-zip-o : before ,
. fa-file-archive-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-file-sound-o : before ,
. fa-file-audio-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-file-movie-o : before ,
. fa-file-video-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-file-code-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-vine : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-codepen : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-jsfiddle : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-life-bouy : before ,
2015-08-12 07:06:27 +00:00
. fa-life-buoy : before ,
2015-02-13 13:32:27 +00:00
. fa-life-saver : before ,
. fa-support : before ,
. fa-life-ring : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-circle-o-notch : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-ra : before ,
. fa-rebel : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-ge : before ,
. fa-empire : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-git-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-git : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
2015-08-12 07:06:27 +00:00
. fa-y-combinator-square : before ,
. fa-yc-square : before ,
2015-02-13 13:32:27 +00:00
. fa-hacker-news : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-tencent-weibo : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-qq : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-wechat : before ,
. fa-weixin : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-send : before ,
. fa-paper-plane : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-send-o : before ,
. fa-paper-plane-o : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-history : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-circle-thin : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-header : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-paragraph : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-sliders : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-share-alt : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-share-alt-square : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-02-13 13:32:27 +00:00
. fa-bomb : before {
2015-08-12 06:13:10 +00:00
content : "" ; }
2015-08-12 07:06:27 +00:00
. fa-soccer-ball-o : before ,
. fa-futbol-o : before {
content : "" ; }
. fa-tty : before {
content : "" ; }
. fa-binoculars : before {
content : "" ; }
. fa-plug : before {
content : "" ; }
. fa-slideshare : before {
content : "" ; }
. fa-twitch : before {
content : "" ; }
. fa-yelp : before {
content : "" ; }
. fa-newspaper-o : before {
content : "" ; }
. fa-wifi : before {
content : "" ; }
. fa-calculator : before {
content : "" ; }
. fa-paypal : before {
content : "" ; }
. fa-google-wallet : before {
content : "" ; }
. fa-cc-visa : before {
content : "" ; }
. fa-cc-mastercard : before {
content : "" ; }
. fa-cc-discover : before {
content : "" ; }
. fa-cc-amex : before {
content : "" ; }
. fa-cc-paypal : before {
content : "" ; }
. fa-cc-stripe : before {
content : "" ; }
. fa-bell-slash : before {
content : "" ; }
. fa-bell-slash-o : before {
content : "" ; }
. fa-trash : before {
content : "" ; }
. fa-copyright : before {
content : "" ; }
. fa-at : before {
content : "" ; }
. fa-eyedropper : before {
content : "" ; }
. fa-paint-brush : before {
content : "" ; }
. fa-birthday-cake : before {
content : "" ; }
. fa-area-chart : before {
content : "" ; }
. fa-pie-chart : before {
content : "" ; }
. fa-line-chart : before {
content : "" ; }
. fa-lastfm : before {
content : "" ; }
. fa-lastfm-square : before {
content : "" ; }
. fa-toggle-off : before {
content : "" ; }
. fa-toggle-on : before {
content : "" ; }
. fa-bicycle : before {
content : "" ; }
. fa-bus : before {
content : "" ; }
. fa-ioxhost : before {
content : "" ; }
. fa-angellist : before {
content : "" ; }
. fa-cc : before {
content : "" ; }
. fa-shekel : before ,
. fa-sheqel : before ,
. fa-ils : before {
content : "" ; }
. fa-meanpath : before {
content : "" ; }
. fa-buysellads : before {
content : "" ; }
. fa-connectdevelop : before {
content : "" ; }
. fa-dashcube : before {
content : "" ; }
. fa-forumbee : before {
content : "" ; }
. fa-leanpub : before {
content : "" ; }
. fa-sellsy : before {
content : "" ; }
. fa-shirtsinbulk : before {
content : "" ; }
. fa-simplybuilt : before {
content : "" ; }
. fa-skyatlas : before {
content : "" ; }
. fa-cart-plus : before {
content : "" ; }
. fa-cart-arrow-down : before {
content : "" ; }
. fa-diamond : before {
content : "" ; }
. fa-ship : before {
content : "" ; }
. fa-user-secret : before {
content : "" ; }
. fa-motorcycle : before {
content : "" ; }
. fa-street-view : before {
content : "" ; }
. fa-heartbeat : before {
content : "" ; }
. fa-venus : before {
content : "" ; }
. fa-mars : before {
content : "" ; }
. fa-mercury : before {
content : "" ; }
. fa-intersex : before ,
. fa-transgender : before {
content : "" ; }
. fa-transgender-alt : before {
content : "" ; }
. fa-venus-double : before {
content : "" ; }
. fa-mars-double : before {
content : "" ; }
. fa-venus-mars : before {
content : "" ; }
. fa-mars-stroke : before {
content : "" ; }
. fa-mars-stroke-v : before {
content : "" ; }
. fa-mars-stroke-h : before {
content : "" ; }
. fa-neuter : before {
content : "" ; }
. fa-genderless : before {
content : "" ; }
. fa-facebook-official : before {
content : "" ; }
. fa-pinterest-p : before {
content : "" ; }
. fa-whatsapp : before {
content : "" ; }
. fa-server : before {
content : "" ; }
. fa-user-plus : before {
content : "" ; }
. fa-user-times : before {
content : "" ; }
. fa-hotel : before ,
. fa-bed : before {
content : "" ; }
. fa-viacoin : before {
content : "" ; }
. fa-train : before {
content : "" ; }
. fa-subway : before {
content : "" ; }
. fa-medium : before {
content : "" ; }
. fa-yc : before ,
. fa-y-combinator : before {
content : "" ; }
. fa-optin-monster : before {
content : "" ; }
. fa-opencart : before {
content : "" ; }
. fa-expeditedssl : before {
content : "" ; }
. fa-battery-4 : before ,
. fa-battery-full : before {
content : "" ; }
. fa-battery-3 : before ,
. fa-battery-three-quarters : before {
content : "" ; }
. fa-battery-2 : before ,
. fa-battery-half : before {
content : "" ; }
. fa-battery-1 : before ,
. fa-battery-quarter : before {
content : "" ; }
. fa-battery-0 : before ,
. fa-battery-empty : before {
content : "" ; }
. fa-mouse-pointer : before {
content : "" ; }
. fa-i-cursor : before {
content : "" ; }
. fa-object-group : before {
content : "" ; }
. fa-object-ungroup : before {
content : "" ; }
. fa-sticky-note : before {
content : "" ; }
. fa-sticky-note-o : before {
content : "" ; }
. fa-cc-jcb : before {
content : "" ; }
. fa-cc-diners-club : before {
content : "" ; }
. fa-clone : before {
content : "" ; }
. fa-balance-scale : before {
content : "" ; }
. fa-hourglass-o : before {
content : "" ; }
. fa-hourglass-1 : before ,
. fa-hourglass-start : before {
content : "" ; }
. fa-hourglass-2 : before ,
. fa-hourglass-half : before {
content : "" ; }
. fa-hourglass-3 : before ,
. fa-hourglass-end : before {
content : "" ; }
. fa-hourglass : before {
content : "" ; }
. fa-hand-grab-o : before ,
. fa-hand-rock-o : before {
content : "" ; }
. fa-hand-stop-o : before ,
. fa-hand-paper-o : before {
content : "" ; }
. fa-hand-scissors-o : before {
content : "" ; }
. fa-hand-lizard-o : before {
content : "" ; }
. fa-hand-spock-o : before {
content : "" ; }
. fa-hand-pointer-o : before {
content : "" ; }
. fa-hand-peace-o : before {
content : "" ; }
. fa-trademark : before {
content : "" ; }
. fa-registered : before {
content : "" ; }
. fa-creative-commons : before {
content : "" ; }
. fa-gg : before {
content : "" ; }
. fa-gg-circle : before {
content : "" ; }
. fa-tripadvisor : before {
content : "" ; }
. fa-odnoklassniki : before {
content : "" ; }
. fa-odnoklassniki-square : before {
content : "" ; }
. fa-get-pocket : before {
content : "" ; }
. fa-wikipedia-w : before {
content : "" ; }
. fa-safari : before {
content : "" ; }
. fa-chrome : before {
content : "" ; }
. fa-firefox : before {
content : "" ; }
. fa-opera : before {
content : "" ; }
. fa-internet-explorer : before {
content : "" ; }
. fa-tv : before ,
. fa-television : before {
content : "" ; }
. fa-contao : before {
content : "" ; }
. fa-500px : before {
content : "" ; }
. fa-amazon : before {
content : "" ; }
. fa-calendar-plus-o : before {
content : "" ; }
. fa-calendar-minus-o : before {
content : "" ; }
. fa-calendar-times-o : before {
content : "" ; }
. fa-calendar-check-o : before {
content : "" ; }
. fa-industry : before {
content : "" ; }
. fa-map-pin : before {
content : "" ; }
. fa-map-signs : before {
content : "" ; }
. fa-map-o : before {
content : "" ; }
. fa-map : before {
content : "" ; }
. fa-commenting : before {
content : "" ; }
. fa-commenting-o : before {
content : "" ; }
. fa-houzz : before {
content : "" ; }
. fa-vimeo : before {
content : "" ; }
. fa-black-tie : before {
content : "" ; }
. fa-fonticons : before {
content : "" ; }