This diff has been collapsed as it changes many lines, (3086 lines changed)
Show them
Hide them
|
|
@@
-5785,147
+5785,71
button.close {
|
|
5785
|
*
|
|
5785
|
*
|
|
5786
|
*/
|
|
5786
|
*/
|
|
5787
|
/*!
|
|
5787
|
/*!
|
|
5788
|
* Font Awesome 3.2.1
|
|
5788
|
* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
|
|
5789
|
* the iconic font designed for Bootstrap
|
|
5789
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
|
5790
|
* ------------------------------------------------------------------------------
|
|
|
|
|
5791
|
* The full suite of pictographic icons, examples, and documentation can be
|
|
|
|
|
5792
|
* found at http://fontawesome.io. Stay up to date on Twitter at
|
|
|
|
|
5793
|
* http://twitter.com/fontawesome.
|
|
|
|
|
5794
|
*
|
|
|
|
|
5795
|
* License
|
|
|
|
|
5796
|
* ------------------------------------------------------------------------------
|
|
|
|
|
5797
|
* - The Font Awesome font is licensed under SIL OFL 1.1 -
|
|
|
|
|
5798
|
* http://scripts.sil.org/OFL
|
|
|
|
|
5799
|
* - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
|
|
|
|
|
5800
|
* http://opensource.org/licenses/mit-license.html
|
|
|
|
|
5801
|
* - Font Awesome documentation licensed under CC BY 3.0 -
|
|
|
|
|
5802
|
* http://creativecommons.org/licenses/by/3.0/
|
|
|
|
|
5803
|
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
|
|
|
|
|
5804
|
* "Font Awesome by Dave Gandy - http://fontawesome.io"
|
|
|
|
|
5805
|
*
|
|
|
|
|
5806
|
* Author - Dave Gandy
|
|
|
|
|
5807
|
* ------------------------------------------------------------------------------
|
|
|
|
|
5808
|
* Email: dave@fontawesome.io
|
|
|
|
|
5809
|
* Twitter: http://twitter.com/davegandy
|
|
|
|
|
5810
|
* Work: Lead Product Designer @ Kyruus - http://kyruus.com
|
|
|
|
|
5811
|
*/
|
|
5790
|
*/
|
|
5812
|
/* FONT PATH
|
|
5791
|
/* FONT PATH
|
|
5813
|
* -------------------------- */
|
|
5792
|
* -------------------------- */
|
|
5814
|
@font-face {
|
|
5793
|
@font-face {
|
|
5815
|
font-family: 'FontAwesome';
|
|
5794
|
font-family: 'FontAwesome';
|
|
5816
|
src: url('../components/font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
|
|
5795
|
src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0');
|
|
5817
|
src: url('../components/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../components/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../components/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../components/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
|
|
5796
|
src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
|
|
5818
|
font-weight: normal;
|
|
5797
|
font-weight: normal;
|
|
5819
|
font-style: normal;
|
|
5798
|
font-style: normal;
|
|
5820
|
}
|
|
5799
|
}
|
|
5821
|
/* FONT AWESOME CORE
|
|
5800
|
.fa {
|
|
5822
|
* -------------------------- */
|
|
5801
|
display: inline-block;
|
|
5823
|
[class^="icon-"],
|
|
|
|
|
5824
|
[class*=" icon-"] {
|
|
|
|
|
5825
|
font-family: FontAwesome;
|
|
5802
|
font-family: FontAwesome;
|
|
5826
|
font-weight: normal;
|
|
|
|
|
5827
|
font-style: normal;
|
|
5803
|
font-style: normal;
|
|
5828
|
text-decoration: inherit;
|
|
5804
|
font-weight: normal;
|
|
|
|
|
5805
|
line-height: 1;
|
|
5829
|
-webkit-font-smoothing: antialiased;
|
|
5806
|
-webkit-font-smoothing: antialiased;
|
|
5830
|
*margin-right: .3em;
|
|
5807
|
-moz-osx-font-smoothing: grayscale;
|
|
5831
|
}
|
|
|
|
|
5832
|
[class^="icon-"]:before,
|
|
|
|
|
5833
|
[class*=" icon-"]:before {
|
|
|
|
|
5834
|
text-decoration: inherit;
|
|
|
|
|
5835
|
display: inline-block;
|
|
|
|
|
5836
|
speak: none;
|
|
|
|
|
5837
|
}
|
|
5808
|
}
|
|
5838
|
/* makes the font 33% larger relative to the icon container */
|
|
5809
|
/* makes the font 33% larger relative to the icon container */
|
|
5839
|
.icon-large:before {
|
|
5810
|
.fa-lg {
|
|
5840
|
vertical-align: -10%;
|
|
|
|
|
5841
|
font-size: 1.33333333em;
|
|
5811
|
font-size: 1.33333333em;
|
|
|
|
|
5812
|
line-height: 0.75em;
|
|
|
|
|
5813
|
vertical-align: -15%;
|
|
5842
|
}
|
|
5814
|
}
|
|
5843
|
/* makes sure icons active on rollover in links */
|
|
5815
|
.fa-2x {
|
|
5844
|
a [class^="icon-"],
|
|
5816
|
font-size: 2em;
|
|
5845
|
a [class*=" icon-"] {
|
|
|
|
|
5846
|
display: inline;
|
|
|
|
|
5847
|
}
|
|
5817
|
}
|
|
5848
|
/* increased font size for icon-large */
|
|
5818
|
.fa-3x {
|
|
5849
|
[class^="icon-"].icon-fixed-width,
|
|
5819
|
font-size: 3em;
|
|
5850
|
[class*=" icon-"].icon-fixed-width {
|
|
|
|
|
5851
|
display: inline-block;
|
|
|
|
|
5852
|
width: 1.14285714em;
|
|
|
|
|
5853
|
text-align: right;
|
|
|
|
|
5854
|
padding-right: 0.28571429em;
|
|
|
|
|
5855
|
}
|
|
5820
|
}
|
|
5856
|
[class^="icon-"].icon-fixed-width.icon-large,
|
|
5821
|
.fa-4x {
|
|
5857
|
[class*=" icon-"].icon-fixed-width.icon-large {
|
|
5822
|
font-size: 4em;
|
|
5858
|
width: 1.42857143em;
|
|
|
|
|
5859
|
}
|
|
5823
|
}
|
|
5860
|
.icons-ul {
|
|
5824
|
.fa-5x {
|
|
|
|
|
5825
|
font-size: 5em;
|
|
|
|
|
5826
|
}
|
|
|
|
|
5827
|
.fa-fw {
|
|
|
|
|
5828
|
width: 1.28571429em;
|
|
|
|
|
5829
|
text-align: center;
|
|
|
|
|
5830
|
}
|
|
|
|
|
5831
|
.fa-ul {
|
|
|
|
|
5832
|
padding-left: 0;
|
|
5861
|
margin-left: 2.14285714em;
|
|
5833
|
margin-left: 2.14285714em;
|
|
5862
|
list-style-type: none;
|
|
5834
|
list-style-type: none;
|
|
5863
|
}
|
|
5835
|
}
|
|
5864
|
.icons-ul > li {
|
|
5836
|
.fa-ul > li {
|
|
5865
|
position: relative;
|
|
5837
|
position: relative;
|
|
5866
|
}
|
|
5838
|
}
|
|
5867
|
.icons-ul .icon-li {
|
|
5839
|
.fa-li {
|
|
5868
|
position: absolute;
|
|
5840
|
position: absolute;
|
|
5869
|
left: -2.14285714em;
|
|
5841
|
left: -2.14285714em;
|
|
5870
|
width: 2.14285714em;
|
|
5842
|
width: 2.14285714em;
|
|
|
|
|
5843
|
top: 0.14285714em;
|
|
5871
|
text-align: center;
|
|
5844
|
text-align: center;
|
|
5872
|
line-height: inherit;
|
|
|
|
|
5873
|
}
|
|
|
|
|
5874
|
[class^="icon-"].hide,
|
|
|
|
|
5875
|
[class*=" icon-"].hide {
|
|
|
|
|
5876
|
display: none;
|
|
|
|
|
5877
|
}
|
|
|
|
|
5878
|
.icon-muted {
|
|
|
|
|
5879
|
color: #eeeeee;
|
|
|
|
|
5880
|
}
|
|
5845
|
}
|
|
5881
|
.icon-light {
|
|
5846
|
.fa-li.fa-lg {
|
|
5882
|
color: #ffffff;
|
|
5847
|
left: -1.85714286em;
|
|
5883
|
}
|
|
|
|
|
5884
|
.icon-dark {
|
|
|
|
|
5885
|
color: #333333;
|
|
|
|
|
5886
|
}
|
|
5848
|
}
|
|
5887
|
.icon-border {
|
|
5849
|
.fa-border {
|
|
5888
|
border: solid 1px #eeeeee;
|
|
|
|
|
5889
|
padding: .2em .25em .15em;
|
|
5850
|
padding: .2em .25em .15em;
|
|
5890
|
-webkit-border-radius: 3px;
|
|
5851
|
border: solid 0.08em #eeeeee;
|
|
5891
|
-moz-border-radius: 3px;
|
|
5852
|
border-radius: .1em;
|
|
5892
|
border-radius: 3px;
|
|
|
|
|
5893
|
}
|
|
|
|
|
5894
|
.icon-2x {
|
|
|
|
|
5895
|
font-size: 2em;
|
|
|
|
|
5896
|
}
|
|
|
|
|
5897
|
.icon-2x.icon-border {
|
|
|
|
|
5898
|
border-width: 2px;
|
|
|
|
|
5899
|
-webkit-border-radius: 4px;
|
|
|
|
|
5900
|
-moz-border-radius: 4px;
|
|
|
|
|
5901
|
border-radius: 4px;
|
|
|
|
|
5902
|
}
|
|
|
|
|
5903
|
.icon-3x {
|
|
|
|
|
5904
|
font-size: 3em;
|
|
|
|
|
5905
|
}
|
|
|
|
|
5906
|
.icon-3x.icon-border {
|
|
|
|
|
5907
|
border-width: 3px;
|
|
|
|
|
5908
|
-webkit-border-radius: 5px;
|
|
|
|
|
5909
|
-moz-border-radius: 5px;
|
|
|
|
|
5910
|
border-radius: 5px;
|
|
|
|
|
5911
|
}
|
|
|
|
|
5912
|
.icon-4x {
|
|
|
|
|
5913
|
font-size: 4em;
|
|
|
|
|
5914
|
}
|
|
|
|
|
5915
|
.icon-4x.icon-border {
|
|
|
|
|
5916
|
border-width: 4px;
|
|
|
|
|
5917
|
-webkit-border-radius: 6px;
|
|
|
|
|
5918
|
-moz-border-radius: 6px;
|
|
|
|
|
5919
|
border-radius: 6px;
|
|
|
|
|
5920
|
}
|
|
|
|
|
5921
|
.icon-5x {
|
|
|
|
|
5922
|
font-size: 5em;
|
|
|
|
|
5923
|
}
|
|
|
|
|
5924
|
.icon-5x.icon-border {
|
|
|
|
|
5925
|
border-width: 5px;
|
|
|
|
|
5926
|
-webkit-border-radius: 7px;
|
|
|
|
|
5927
|
-moz-border-radius: 7px;
|
|
|
|
|
5928
|
border-radius: 7px;
|
|
|
|
|
5929
|
}
|
|
5853
|
}
|
|
5930
|
.pull-right {
|
|
5854
|
.pull-right {
|
|
5931
|
float: right;
|
|
5855
|
float: right;
|
|
@@
-5933,147
+5857,18
a [class*=" icon-"] {
|
|
5933
|
.pull-left {
|
|
5857
|
.pull-left {
|
|
5934
|
float: left;
|
|
5858
|
float: left;
|
|
5935
|
}
|
|
5859
|
}
|
|
5936
|
[class^="icon-"].pull-left,
|
|
5860
|
.fa.pull-left {
|
|
5937
|
[class*=" icon-"].pull-left {
|
|
|
|
|
5938
|
margin-right: .3em;
|
|
5861
|
margin-right: .3em;
|
|
5939
|
}
|
|
5862
|
}
|
|
5940
|
[class^="icon-"].pull-right,
|
|
5863
|
.fa.pull-right {
|
|
5941
|
[class*=" icon-"].pull-right {
|
|
|
|
|
5942
|
margin-left: .3em;
|
|
5864
|
margin-left: .3em;
|
|
5943
|
}
|
|
5865
|
}
|
|
5944
|
/* BOOTSTRAP SPECIFIC CLASSES
|
|
5866
|
.fa-spin {
|
|
5945
|
* -------------------------- */
|
|
5867
|
-webkit-animation: spin 2s infinite linear;
|
|
5946
|
/* Bootstrap 2.0 sprites.less reset */
|
|
|
|
|
5947
|
[class^="icon-"],
|
|
|
|
|
5948
|
[class*=" icon-"] {
|
|
|
|
|
5949
|
display: inline;
|
|
|
|
|
5950
|
width: auto;
|
|
|
|
|
5951
|
height: auto;
|
|
|
|
|
5952
|
line-height: normal;
|
|
|
|
|
5953
|
vertical-align: baseline;
|
|
|
|
|
5954
|
background-image: none;
|
|
|
|
|
5955
|
background-position: 0% 0%;
|
|
|
|
|
5956
|
background-repeat: repeat;
|
|
|
|
|
5957
|
margin-top: 0;
|
|
|
|
|
5958
|
}
|
|
|
|
|
5959
|
/* more sprites.less reset */
|
|
|
|
|
5960
|
.icon-white,
|
|
|
|
|
5961
|
.nav-pills > .active > a > [class^="icon-"],
|
|
|
|
|
5962
|
.nav-pills > .active > a > [class*=" icon-"],
|
|
|
|
|
5963
|
.nav-list > .active > a > [class^="icon-"],
|
|
|
|
|
5964
|
.nav-list > .active > a > [class*=" icon-"],
|
|
|
|
|
5965
|
.navbar-inverse .nav > .active > a > [class^="icon-"],
|
|
|
|
|
5966
|
.navbar-inverse .nav > .active > a > [class*=" icon-"],
|
|
|
|
|
5967
|
.dropdown-menu > li > a:hover > [class^="icon-"],
|
|
|
|
|
5968
|
.dropdown-menu > li > a:hover > [class*=" icon-"],
|
|
|
|
|
5969
|
.dropdown-menu > .active > a > [class^="icon-"],
|
|
|
|
|
5970
|
.dropdown-menu > .active > a > [class*=" icon-"],
|
|
|
|
|
5971
|
.dropdown-submenu:hover > a > [class^="icon-"],
|
|
|
|
|
5972
|
.dropdown-submenu:hover > a > [class*=" icon-"] {
|
|
|
|
|
5973
|
background-image: none;
|
|
|
|
|
5974
|
}
|
|
|
|
|
5975
|
/* keeps Bootstrap styles with and without icons the same */
|
|
|
|
|
5976
|
.btn [class^="icon-"].icon-large,
|
|
|
|
|
5977
|
.nav [class^="icon-"].icon-large,
|
|
|
|
|
5978
|
.btn [class*=" icon-"].icon-large,
|
|
|
|
|
5979
|
.nav [class*=" icon-"].icon-large {
|
|
|
|
|
5980
|
line-height: .9em;
|
|
|
|
|
5981
|
}
|
|
|
|
|
5982
|
.btn [class^="icon-"].icon-spin,
|
|
|
|
|
5983
|
.nav [class^="icon-"].icon-spin,
|
|
|
|
|
5984
|
.btn [class*=" icon-"].icon-spin,
|
|
|
|
|
5985
|
.nav [class*=" icon-"].icon-spin {
|
|
|
|
|
5986
|
display: inline-block;
|
|
|
|
|
5987
|
}
|
|
|
|
|
5988
|
.nav-tabs [class^="icon-"],
|
|
|
|
|
5989
|
.nav-pills [class^="icon-"],
|
|
|
|
|
5990
|
.nav-tabs [class*=" icon-"],
|
|
|
|
|
5991
|
.nav-pills [class*=" icon-"],
|
|
|
|
|
5992
|
.nav-tabs [class^="icon-"].icon-large,
|
|
|
|
|
5993
|
.nav-pills [class^="icon-"].icon-large,
|
|
|
|
|
5994
|
.nav-tabs [class*=" icon-"].icon-large,
|
|
|
|
|
5995
|
.nav-pills [class*=" icon-"].icon-large {
|
|
|
|
|
5996
|
line-height: .9em;
|
|
|
|
|
5997
|
}
|
|
|
|
|
5998
|
.btn [class^="icon-"].pull-left.icon-2x,
|
|
|
|
|
5999
|
.btn [class*=" icon-"].pull-left.icon-2x,
|
|
|
|
|
6000
|
.btn [class^="icon-"].pull-right.icon-2x,
|
|
|
|
|
6001
|
.btn [class*=" icon-"].pull-right.icon-2x {
|
|
|
|
|
6002
|
margin-top: .18em;
|
|
|
|
|
6003
|
}
|
|
|
|
|
6004
|
.btn [class^="icon-"].icon-spin.icon-large,
|
|
|
|
|
6005
|
.btn [class*=" icon-"].icon-spin.icon-large {
|
|
|
|
|
6006
|
line-height: .8em;
|
|
|
|
|
6007
|
}
|
|
|
|
|
6008
|
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
|
|
|
|
|
6009
|
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
|
|
|
|
|
6010
|
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
|
|
|
|
|
6011
|
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
|
|
|
|
|
6012
|
margin-top: .25em;
|
|
|
|
|
6013
|
}
|
|
|
|
|
6014
|
.btn.btn-large [class^="icon-"],
|
|
|
|
|
6015
|
.btn.btn-large [class*=" icon-"] {
|
|
|
|
|
6016
|
margin-top: 0;
|
|
|
|
|
6017
|
}
|
|
|
|
|
6018
|
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
|
|
|
|
|
6019
|
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
|
|
|
|
|
6020
|
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
|
|
|
|
|
6021
|
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
|
|
|
|
|
6022
|
margin-top: .05em;
|
|
|
|
|
6023
|
}
|
|
|
|
|
6024
|
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
|
|
|
|
|
6025
|
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
|
|
|
|
|
6026
|
margin-right: .2em;
|
|
|
|
|
6027
|
}
|
|
|
|
|
6028
|
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
|
|
|
|
|
6029
|
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
|
|
|
|
|
6030
|
margin-left: .2em;
|
|
|
|
|
6031
|
}
|
|
|
|
|
6032
|
/* Fixes alignment in nav lists */
|
|
|
|
|
6033
|
.nav-list [class^="icon-"],
|
|
|
|
|
6034
|
.nav-list [class*=" icon-"] {
|
|
|
|
|
6035
|
line-height: inherit;
|
|
|
|
|
6036
|
}
|
|
|
|
|
6037
|
/* EXTRAS
|
|
|
|
|
6038
|
* -------------------------- */
|
|
|
|
|
6039
|
/* Stacked and layered icon */
|
|
|
|
|
6040
|
.icon-stack {
|
|
|
|
|
6041
|
position: relative;
|
|
|
|
|
6042
|
display: inline-block;
|
|
|
|
|
6043
|
width: 2em;
|
|
|
|
|
6044
|
height: 2em;
|
|
|
|
|
6045
|
line-height: 2em;
|
|
|
|
|
6046
|
vertical-align: -35%;
|
|
|
|
|
6047
|
}
|
|
|
|
|
6048
|
.icon-stack [class^="icon-"],
|
|
|
|
|
6049
|
.icon-stack [class*=" icon-"] {
|
|
|
|
|
6050
|
display: block;
|
|
|
|
|
6051
|
text-align: center;
|
|
|
|
|
6052
|
position: absolute;
|
|
|
|
|
6053
|
width: 100%;
|
|
|
|
|
6054
|
height: 100%;
|
|
|
|
|
6055
|
font-size: 1em;
|
|
|
|
|
6056
|
line-height: inherit;
|
|
|
|
|
6057
|
*line-height: 2em;
|
|
|
|
|
6058
|
}
|
|
|
|
|
6059
|
.icon-stack .icon-stack-base {
|
|
|
|
|
6060
|
font-size: 2em;
|
|
|
|
|
6061
|
*line-height: 1em;
|
|
|
|
|
6062
|
}
|
|
|
|
|
6063
|
/* Animated rotating icon */
|
|
|
|
|
6064
|
.icon-spin {
|
|
|
|
|
6065
|
display: inline-block;
|
|
|
|
|
6066
|
-moz-animation: spin 2s infinite linear;
|
|
5868
|
-moz-animation: spin 2s infinite linear;
|
|
6067
|
-o-animation: spin 2s infinite linear;
|
|
5869
|
-o-animation: spin 2s infinite linear;
|
|
6068
|
-webkit-animation: spin 2s infinite linear;
|
|
|
|
|
6069
|
animation: spin 2s infinite linear;
|
|
5870
|
animation: spin 2s infinite linear;
|
|
6070
|
}
|
|
5871
|
}
|
|
6071
|
/* Prevent stack and spinners from being taken inline when inside a link */
|
|
|
|
|
6072
|
a .icon-stack,
|
|
|
|
|
6073
|
a .icon-spin {
|
|
|
|
|
6074
|
display: inline-block;
|
|
|
|
|
6075
|
text-decoration: none;
|
|
|
|
|
6076
|
}
|
|
|
|
|
6077
|
@-moz-keyframes spin {
|
|
5872
|
@-moz-keyframes spin {
|
|
6078
|
0% {
|
|
5873
|
0% {
|
|
6079
|
-moz-transform: rotate(0deg);
|
|
5874
|
-moz-transform: rotate(0deg);
|
|
@@
-6098,1171
+5893,1463
a .icon-spin {
|
|
6098
|
-o-transform: rotate(359deg);
|
|
5893
|
-o-transform: rotate(359deg);
|
|
6099
|
}
|
|
5894
|
}
|
|
6100
|
}
|
|
5895
|
}
|
|
6101
|
@-ms-keyframes spin {
|
|
|
|
|
6102
|
0% {
|
|
|
|
|
6103
|
-ms-transform: rotate(0deg);
|
|
|
|
|
6104
|
}
|
|
|
|
|
6105
|
100% {
|
|
|
|
|
6106
|
-ms-transform: rotate(359deg);
|
|
|
|
|
6107
|
}
|
|
|
|
|
6108
|
}
|
|
|
|
|
6109
|
@keyframes spin {
|
|
5896
|
@keyframes spin {
|
|
6110
|
0% {
|
|
5897
|
0% {
|
|
|
|
|
5898
|
-webkit-transform: rotate(0deg);
|
|
6111
|
transform: rotate(0deg);
|
|
5899
|
transform: rotate(0deg);
|
|
6112
|
}
|
|
5900
|
}
|
|
6113
|
100% {
|
|
5901
|
100% {
|
|
|
|
|
5902
|
-webkit-transform: rotate(359deg);
|
|
6114
|
transform: rotate(359deg);
|
|
5903
|
transform: rotate(359deg);
|
|
6115
|
}
|
|
5904
|
}
|
|
6116
|
}
|
|
5905
|
}
|
|
6117
|
/* Icon rotations and mirroring */
|
|
5906
|
.fa-rotate-90 {
|
|
6118
|
.icon-rotate-90:before {
|
|
5907
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
6119
|
-webkit-transform: rotate(90deg);
|
|
5908
|
-webkit-transform: rotate(90deg);
|
|
6120
|
-moz-transform: rotate(90deg);
|
|
5909
|
-moz-transform: rotate(90deg);
|
|
6121
|
-ms-transform: rotate(90deg);
|
|
5910
|
-ms-transform: rotate(90deg);
|
|
6122
|
-o-transform: rotate(90deg);
|
|
5911
|
-o-transform: rotate(90deg);
|
|
6123
|
transform: rotate(90deg);
|
|
5912
|
transform: rotate(90deg);
|
|
6124
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
|
|
|
|
6125
|
}
|
|
5913
|
}
|
|
6126
|
.icon-rotate-180:before {
|
|
5914
|
.fa-rotate-180 {
|
|
|
|
|
5915
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
|
6127
|
-webkit-transform: rotate(180deg);
|
|
5916
|
-webkit-transform: rotate(180deg);
|
|
6128
|
-moz-transform: rotate(180deg);
|
|
5917
|
-moz-transform: rotate(180deg);
|
|
6129
|
-ms-transform: rotate(180deg);
|
|
5918
|
-ms-transform: rotate(180deg);
|
|
6130
|
-o-transform: rotate(180deg);
|
|
5919
|
-o-transform: rotate(180deg);
|
|
6131
|
transform: rotate(180deg);
|
|
5920
|
transform: rotate(180deg);
|
|
6132
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
|
|
|
|
6133
|
}
|
|
5921
|
}
|
|
6134
|
.icon-rotate-270:before {
|
|
5922
|
.fa-rotate-270 {
|
|
|
|
|
5923
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
|
6135
|
-webkit-transform: rotate(270deg);
|
|
5924
|
-webkit-transform: rotate(270deg);
|
|
6136
|
-moz-transform: rotate(270deg);
|
|
5925
|
-moz-transform: rotate(270deg);
|
|
6137
|
-ms-transform: rotate(270deg);
|
|
5926
|
-ms-transform: rotate(270deg);
|
|
6138
|
-o-transform: rotate(270deg);
|
|
5927
|
-o-transform: rotate(270deg);
|
|
6139
|
transform: rotate(270deg);
|
|
5928
|
transform: rotate(270deg);
|
|
6140
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
|
|
|
|
6141
|
}
|
|
5929
|
}
|
|
6142
|
.icon-flip-horizontal:before {
|
|
5930
|
.fa-flip-horizontal {
|
|
|
|
|
5931
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
|
|
6143
|
-webkit-transform: scale(-1, 1);
|
|
5932
|
-webkit-transform: scale(-1, 1);
|
|
6144
|
-moz-transform: scale(-1, 1);
|
|
5933
|
-moz-transform: scale(-1, 1);
|
|
6145
|
-ms-transform: scale(-1, 1);
|
|
5934
|
-ms-transform: scale(-1, 1);
|
|
6146
|
-o-transform: scale(-1, 1);
|
|
5935
|
-o-transform: scale(-1, 1);
|
|
6147
|
transform: scale(-1, 1);
|
|
5936
|
transform: scale(-1, 1);
|
|
6148
|
}
|
|
5937
|
}
|
|
6149
|
.icon-flip-vertical:before {
|
|
5938
|
.fa-flip-vertical {
|
|
|
|
|
5939
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
|
|
6150
|
-webkit-transform: scale(1, -1);
|
|
5940
|
-webkit-transform: scale(1, -1);
|
|
6151
|
-moz-transform: scale(1, -1);
|
|
5941
|
-moz-transform: scale(1, -1);
|
|
6152
|
-ms-transform: scale(1, -1);
|
|
5942
|
-ms-transform: scale(1, -1);
|
|
6153
|
-o-transform: scale(1, -1);
|
|
5943
|
-o-transform: scale(1, -1);
|
|
6154
|
transform: scale(1, -1);
|
|
5944
|
transform: scale(1, -1);
|
|
6155
|
}
|
|
5945
|
}
|
|
6156
|
/* ensure rotation occurs inside anchor tags */
|
|
5946
|
.fa-stack {
|
|
6157
|
a .icon-rotate-90:before,
|
|
5947
|
position: relative;
|
|
6158
|
a .icon-rotate-180:before,
|
|
|
|
|
6159
|
a .icon-rotate-270:before,
|
|
|
|
|
6160
|
a .icon-flip-horizontal:before,
|
|
|
|
|
6161
|
a .icon-flip-vertical:before {
|
|
|
|
|
6162
|
display: inline-block;
|
|
5948
|
display: inline-block;
|
|
|
|
|
5949
|
width: 2em;
|
|
|
|
|
5950
|
height: 2em;
|
|
|
|
|
5951
|
line-height: 2em;
|
|
|
|
|
5952
|
vertical-align: middle;
|
|
|
|
|
5953
|
}
|
|
|
|
|
5954
|
.fa-stack-1x,
|
|
|
|
|
5955
|
.fa-stack-2x {
|
|
|
|
|
5956
|
position: absolute;
|
|
|
|
|
5957
|
left: 0;
|
|
|
|
|
5958
|
width: 100%;
|
|
|
|
|
5959
|
text-align: center;
|
|
|
|
|
5960
|
}
|
|
|
|
|
5961
|
.fa-stack-1x {
|
|
|
|
|
5962
|
line-height: inherit;
|
|
|
|
|
5963
|
}
|
|
|
|
|
5964
|
.fa-stack-2x {
|
|
|
|
|
5965
|
font-size: 2em;
|
|
|
|
|
5966
|
}
|
|
|
|
|
5967
|
.fa-inverse {
|
|
|
|
|
5968
|
color: #ffffff;
|
|
6163
|
}
|
|
5969
|
}
|
|
6164
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
|
5970
|
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
|
6165
|
readers do not read off random characters that represent icons */
|
|
5971
|
readers do not read off random characters that represent icons */
|
|
6166
|
.icon-glass:before {
|
|
5972
|
.fa-glass:before {
|
|
6167
|
content: "\f000";
|
|
5973
|
content: "\f000";
|
|
6168
|
}
|
|
5974
|
}
|
|
6169
|
.icon-music:before {
|
|
5975
|
.fa-music:before {
|
|
6170
|
content: "\f001";
|
|
5976
|
content: "\f001";
|
|
6171
|
}
|
|
5977
|
}
|
|
6172
|
.icon-search:before {
|
|
5978
|
.fa-search:before {
|
|
6173
|
content: "\f002";
|
|
5979
|
content: "\f002";
|
|
6174
|
}
|
|
5980
|
}
|
|
6175
|
.icon-envelope-alt:before {
|
|
5981
|
.fa-envelope-o:before {
|
|
6176
|
content: "\f003";
|
|
5982
|
content: "\f003";
|
|
6177
|
}
|
|
5983
|
}
|
|
6178
|
.icon-heart:before {
|
|
5984
|
.fa-heart:before {
|
|
6179
|
content: "\f004";
|
|
5985
|
content: "\f004";
|
|
6180
|
}
|
|
5986
|
}
|
|
6181
|
.icon-star:before {
|
|
5987
|
.fa-star:before {
|
|
6182
|
content: "\f005";
|
|
5988
|
content: "\f005";
|
|
6183
|
}
|
|
5989
|
}
|
|
6184
|
.icon-star-empty:before {
|
|
5990
|
.fa-star-o:before {
|
|
6185
|
content: "\f006";
|
|
5991
|
content: "\f006";
|
|
6186
|
}
|
|
5992
|
}
|
|
6187
|
.icon-user:before {
|
|
5993
|
.fa-user:before {
|
|
6188
|
content: "\f007";
|
|
5994
|
content: "\f007";
|
|
6189
|
}
|
|
5995
|
}
|
|
6190
|
.icon-film:before {
|
|
5996
|
.fa-film:before {
|
|
6191
|
content: "\f008";
|
|
5997
|
content: "\f008";
|
|
6192
|
}
|
|
5998
|
}
|
|
6193
|
.icon-th-large:before {
|
|
5999
|
.fa-th-large:before {
|
|
6194
|
content: "\f009";
|
|
6000
|
content: "\f009";
|
|
6195
|
}
|
|
6001
|
}
|
|
6196
|
.icon-th:before {
|
|
6002
|
.fa-th:before {
|
|
6197
|
content: "\f00a";
|
|
6003
|
content: "\f00a";
|
|
6198
|
}
|
|
6004
|
}
|
|
6199
|
.icon-th-list:before {
|
|
6005
|
.fa-th-list:before {
|
|
6200
|
content: "\f00b";
|
|
6006
|
content: "\f00b";
|
|
6201
|
}
|
|
6007
|
}
|
|
6202
|
.icon-ok:before {
|
|
6008
|
.fa-check:before {
|
|
6203
|
content: "\f00c";
|
|
6009
|
content: "\f00c";
|
|
6204
|
}
|
|
6010
|
}
|
|
6205
|
.icon-remove:before {
|
|
6011
|
.fa-times:before {
|
|
6206
|
content: "\f00d";
|
|
6012
|
content: "\f00d";
|
|
6207
|
}
|
|
6013
|
}
|
|
6208
|
.icon-zoom-in:before {
|
|
6014
|
.fa-search-plus:before {
|
|
6209
|
content: "\f00e";
|
|
6015
|
content: "\f00e";
|
|
6210
|
}
|
|
6016
|
}
|
|
6211
|
.icon-zoom-out:before {
|
|
6017
|
.fa-search-minus:before {
|
|
6212
|
content: "\f010";
|
|
6018
|
content: "\f010";
|
|
6213
|
}
|
|
6019
|
}
|
|
6214
|
.icon-power-off:before,
|
|
6020
|
.fa-power-off:before {
|
|
6215
|
.icon-off:before {
|
|
|
|
|
6216
|
content: "\f011";
|
|
6021
|
content: "\f011";
|
|
6217
|
}
|
|
6022
|
}
|
|
6218
|
.icon-signal:before {
|
|
6023
|
.fa-signal:before {
|
|
6219
|
content: "\f012";
|
|
6024
|
content: "\f012";
|
|
6220
|
}
|
|
6025
|
}
|
|
6221
|
.icon-gear:before,
|
|
6026
|
.fa-gear:before,
|
|
6222
|
.icon-cog:before {
|
|
6027
|
.fa-cog:before {
|
|
6223
|
content: "\f013";
|
|
6028
|
content: "\f013";
|
|
6224
|
}
|
|
6029
|
}
|
|
6225
|
.icon-trash:before {
|
|
6030
|
.fa-trash-o:before {
|
|
6226
|
content: "\f014";
|
|
6031
|
content: "\f014";
|
|
6227
|
}
|
|
6032
|
}
|
|
6228
|
.icon-home:before {
|
|
6033
|
.fa-home:before {
|
|
6229
|
content: "\f015";
|
|
6034
|
content: "\f015";
|
|
6230
|
}
|
|
6035
|
}
|
|
6231
|
.icon-file-alt:before {
|
|
6036
|
.fa-file-o:before {
|
|
6232
|
content: "\f016";
|
|
6037
|
content: "\f016";
|
|
6233
|
}
|
|
6038
|
}
|
|
6234
|
.icon-time:before {
|
|
6039
|
.fa-clock-o:before {
|
|
6235
|
content: "\f017";
|
|
6040
|
content: "\f017";
|
|
6236
|
}
|
|
6041
|
}
|
|
6237
|
.icon-road:before {
|
|
6042
|
.fa-road:before {
|
|
6238
|
content: "\f018";
|
|
6043
|
content: "\f018";
|
|
6239
|
}
|
|
6044
|
}
|
|
6240
|
.icon-download-alt:before {
|
|
6045
|
.fa-download:before {
|
|
6241
|
content: "\f019";
|
|
6046
|
content: "\f019";
|
|
6242
|
}
|
|
6047
|
}
|
|
6243
|
.icon-download:before {
|
|
6048
|
.fa-arrow-circle-o-down:before {
|
|
6244
|
content: "\f01a";
|
|
6049
|
content: "\f01a";
|
|
6245
|
}
|
|
6050
|
}
|
|
6246
|
.icon-upload:before {
|
|
6051
|
.fa-arrow-circle-o-up:before {
|
|
6247
|
content: "\f01b";
|
|
6052
|
content: "\f01b";
|
|
6248
|
}
|
|
6053
|
}
|
|
6249
|
.icon-inbox:before {
|
|
6054
|
.fa-inbox:before {
|
|
6250
|
content: "\f01c";
|
|
6055
|
content: "\f01c";
|
|
6251
|
}
|
|
6056
|
}
|
|
6252
|
.icon-play-circle:before {
|
|
6057
|
.fa-play-circle-o:before {
|
|
6253
|
content: "\f01d";
|
|
6058
|
content: "\f01d";
|
|
6254
|
}
|
|
6059
|
}
|
|
6255
|
.icon-rotate-right:before,
|
|
6060
|
.fa-rotate-right:before,
|
|
6256
|
.icon-repeat:before {
|
|
6061
|
.fa-repeat:before {
|
|
6257
|
content: "\f01e";
|
|
6062
|
content: "\f01e";
|
|
6258
|
}
|
|
6063
|
}
|
|
6259
|
.icon-refresh:before {
|
|
6064
|
.fa-refresh:before {
|
|
6260
|
content: "\f021";
|
|
6065
|
content: "\f021";
|
|
6261
|
}
|
|
6066
|
}
|
|
6262
|
.icon-list-alt:before {
|
|
6067
|
.fa-list-alt:before {
|
|
6263
|
content: "\f022";
|
|
6068
|
content: "\f022";
|
|
6264
|
}
|
|
6069
|
}
|
|
6265
|
.icon-lock:before {
|
|
6070
|
.fa-lock:before {
|
|
6266
|
content: "\f023";
|
|
6071
|
content: "\f023";
|
|
6267
|
}
|
|
6072
|
}
|
|
6268
|
.icon-flag:before {
|
|
6073
|
.fa-flag:before {
|
|
6269
|
content: "\f024";
|
|
6074
|
content: "\f024";
|
|
6270
|
}
|
|
6075
|
}
|
|
6271
|
.icon-headphones:before {
|
|
6076
|
.fa-headphones:before {
|
|
6272
|
content: "\f025";
|
|
6077
|
content: "\f025";
|
|
6273
|
}
|
|
6078
|
}
|
|
6274
|
.icon-volume-off:before {
|
|
6079
|
.fa-volume-off:before {
|
|
6275
|
content: "\f026";
|
|
6080
|
content: "\f026";
|
|
6276
|
}
|
|
6081
|
}
|
|
6277
|
.icon-volume-down:before {
|
|
6082
|
.fa-volume-down:before {
|
|
6278
|
content: "\f027";
|
|
6083
|
content: "\f027";
|
|
6279
|
}
|
|
6084
|
}
|
|
6280
|
.icon-volume-up:before {
|
|
6085
|
.fa-volume-up:before {
|
|
6281
|
content: "\f028";
|
|
6086
|
content: "\f028";
|
|
6282
|
}
|
|
6087
|
}
|
|
6283
|
.icon-qrcode:before {
|
|
6088
|
.fa-qrcode:before {
|
|
6284
|
content: "\f029";
|
|
6089
|
content: "\f029";
|
|
6285
|
}
|
|
6090
|
}
|
|
6286
|
.icon-barcode:before {
|
|
6091
|
.fa-barcode:before {
|
|
6287
|
content: "\f02a";
|
|
6092
|
content: "\f02a";
|
|
6288
|
}
|
|
6093
|
}
|
|
6289
|
.icon-tag:before {
|
|
6094
|
.fa-tag:before {
|
|
6290
|
content: "\f02b";
|
|
6095
|
content: "\f02b";
|
|
6291
|
}
|
|
6096
|
}
|
|
6292
|
.icon-tags:before {
|
|
6097
|
.fa-tags:before {
|
|
6293
|
content: "\f02c";
|
|
6098
|
content: "\f02c";
|
|
6294
|
}
|
|
6099
|
}
|
|
6295
|
.icon-book:before {
|
|
6100
|
.fa-book:before {
|
|
6296
|
content: "\f02d";
|
|
6101
|
content: "\f02d";
|
|
6297
|
}
|
|
6102
|
}
|
|
6298
|
.icon-bookmark:before {
|
|
6103
|
.fa-bookmark:before {
|
|
6299
|
content: "\f02e";
|
|
6104
|
content: "\f02e";
|
|
6300
|
}
|
|
6105
|
}
|
|
6301
|
.icon-print:before {
|
|
6106
|
.fa-print:before {
|
|
6302
|
content: "\f02f";
|
|
6107
|
content: "\f02f";
|
|
6303
|
}
|
|
6108
|
}
|
|
6304
|
.icon-camera:before {
|
|
6109
|
.fa-camera:before {
|
|
6305
|
content: "\f030";
|
|
6110
|
content: "\f030";
|
|
6306
|
}
|
|
6111
|
}
|
|
6307
|
.icon-font:before {
|
|
6112
|
.fa-font:before {
|
|
6308
|
content: "\f031";
|
|
6113
|
content: "\f031";
|
|
6309
|
}
|
|
6114
|
}
|
|
6310
|
.icon-bold:before {
|
|
6115
|
.fa-bold:before {
|
|
6311
|
content: "\f032";
|
|
6116
|
content: "\f032";
|
|
6312
|
}
|
|
6117
|
}
|
|
6313
|
.icon-italic:before {
|
|
6118
|
.fa-italic:before {
|
|
6314
|
content: "\f033";
|
|
6119
|
content: "\f033";
|
|
6315
|
}
|
|
6120
|
}
|
|
6316
|
.icon-text-height:before {
|
|
6121
|
.fa-text-height:before {
|
|
6317
|
content: "\f034";
|
|
6122
|
content: "\f034";
|
|
6318
|
}
|
|
6123
|
}
|
|
6319
|
.icon-text-width:before {
|
|
6124
|
.fa-text-width:before {
|
|
6320
|
content: "\f035";
|
|
6125
|
content: "\f035";
|
|
6321
|
}
|
|
6126
|
}
|
|
6322
|
.icon-align-left:before {
|
|
6127
|
.fa-align-left:before {
|
|
6323
|
content: "\f036";
|
|
6128
|
content: "\f036";
|
|
6324
|
}
|
|
6129
|
}
|
|
6325
|
.icon-align-center:before {
|
|
6130
|
.fa-align-center:before {
|
|
6326
|
content: "\f037";
|
|
6131
|
content: "\f037";
|
|
6327
|
}
|
|
6132
|
}
|
|
6328
|
.icon-align-right:before {
|
|
6133
|
.fa-align-right:before {
|
|
6329
|
content: "\f038";
|
|
6134
|
content: "\f038";
|
|
6330
|
}
|
|
6135
|
}
|
|
6331
|
.icon-align-justify:before {
|
|
6136
|
.fa-align-justify:before {
|
|
6332
|
content: "\f039";
|
|
6137
|
content: "\f039";
|
|
6333
|
}
|
|
6138
|
}
|
|
6334
|
.icon-list:before {
|
|
6139
|
.fa-list:before {
|
|
6335
|
content: "\f03a";
|
|
6140
|
content: "\f03a";
|
|
6336
|
}
|
|
6141
|
}
|
|
6337
|
.icon-indent-left:before {
|
|
6142
|
.fa-dedent:before,
|
|
|
|
|
6143
|
.fa-outdent:before {
|
|
6338
|
content: "\f03b";
|
|
6144
|
content: "\f03b";
|
|
6339
|
}
|
|
6145
|
}
|
|
6340
|
.icon-indent-right:before {
|
|
6146
|
.fa-indent:before {
|
|
6341
|
content: "\f03c";
|
|
6147
|
content: "\f03c";
|
|
6342
|
}
|
|
6148
|
}
|
|
6343
|
.icon-facetime-video:before {
|
|
6149
|
.fa-video-camera:before {
|
|
6344
|
content: "\f03d";
|
|
6150
|
content: "\f03d";
|
|
6345
|
}
|
|
6151
|
}
|
|
6346
|
.icon-picture:before {
|
|
6152
|
.fa-photo:before,
|
|
|
|
|
6153
|
.fa-image:before,
|
|
|
|
|
6154
|
.fa-picture-o:before {
|
|
6347
|
content: "\f03e";
|
|
6155
|
content: "\f03e";
|
|
6348
|
}
|
|
6156
|
}
|
|
6349
|
.icon-pencil:before {
|
|
6157
|
.fa-pencil:before {
|
|
6350
|
content: "\f040";
|
|
6158
|
content: "\f040";
|
|
6351
|
}
|
|
6159
|
}
|
|
6352
|
.icon-map-marker:before {
|
|
6160
|
.fa-map-marker:before {
|
|
6353
|
content: "\f041";
|
|
6161
|
content: "\f041";
|
|
6354
|
}
|
|
6162
|
}
|
|
6355
|
.icon-adjust:before {
|
|
6163
|
.fa-adjust:before {
|
|
6356
|
content: "\f042";
|
|
6164
|
content: "\f042";
|
|
6357
|
}
|
|
6165
|
}
|
|
6358
|
.icon-tint:before {
|
|
6166
|
.fa-tint:before {
|
|
6359
|
content: "\f043";
|
|
6167
|
content: "\f043";
|
|
6360
|
}
|
|
6168
|
}
|
|
6361
|
.icon-edit:before {
|
|
6169
|
.fa-edit:before,
|
|
|
|
|
6170
|
.fa-pencil-square-o:before {
|
|
6362
|
content: "\f044";
|
|
6171
|
content: "\f044";
|
|
6363
|
}
|
|
6172
|
}
|
|
6364
|
.icon-share:before {
|
|
6173
|
.fa-share-square-o:before {
|
|
6365
|
content: "\f045";
|
|
6174
|
content: "\f045";
|
|
6366
|
}
|
|
6175
|
}
|
|
6367
|
.icon-check:before {
|
|
6176
|
.fa-check-square-o:before {
|
|
6368
|
content: "\f046";
|
|
6177
|
content: "\f046";
|
|
6369
|
}
|
|
6178
|
}
|
|
6370
|
.icon-move:before {
|
|
6179
|
.fa-arrows:before {
|
|
6371
|
content: "\f047";
|
|
6180
|
content: "\f047";
|
|
6372
|
}
|
|
6181
|
}
|
|
6373
|
.icon-step-backward:before {
|
|
6182
|
.fa-step-backward:before {
|
|
6374
|
content: "\f048";
|
|
6183
|
content: "\f048";
|
|
6375
|
}
|
|
6184
|
}
|
|
6376
|
.icon-fast-backward:before {
|
|
6185
|
.fa-fast-backward:before {
|
|
6377
|
content: "\f049";
|
|
6186
|
content: "\f049";
|
|
6378
|
}
|
|
6187
|
}
|
|
6379
|
.icon-backward:before {
|
|
6188
|
.fa-backward:before {
|
|
6380
|
content: "\f04a";
|
|
6189
|
content: "\f04a";
|
|
6381
|
}
|
|
6190
|
}
|
|
6382
|
.icon-play:before {
|
|
6191
|
.fa-play:before {
|
|
6383
|
content: "\f04b";
|
|
6192
|
content: "\f04b";
|
|
6384
|
}
|
|
6193
|
}
|
|
6385
|
.icon-pause:before {
|
|
6194
|
.fa-pause:before {
|
|
6386
|
content: "\f04c";
|
|
6195
|
content: "\f04c";
|
|
6387
|
}
|
|
6196
|
}
|
|
6388
|
.icon-stop:before {
|
|
6197
|
.fa-stop:before {
|
|
6389
|
content: "\f04d";
|
|
6198
|
content: "\f04d";
|
|
6390
|
}
|
|
6199
|
}
|
|
6391
|
.icon-forward:before {
|
|
6200
|
.fa-forward:before {
|
|
6392
|
content: "\f04e";
|
|
6201
|
content: "\f04e";
|
|
6393
|
}
|
|
6202
|
}
|
|
6394
|
.icon-fast-forward:before {
|
|
6203
|
.fa-fast-forward:before {
|
|
6395
|
content: "\f050";
|
|
6204
|
content: "\f050";
|
|
6396
|
}
|
|
6205
|
}
|
|
6397
|
.icon-step-forward:before {
|
|
6206
|
.fa-step-forward:before {
|
|
6398
|
content: "\f051";
|
|
6207
|
content: "\f051";
|
|
6399
|
}
|
|
6208
|
}
|
|
6400
|
.icon-eject:before {
|
|
6209
|
.fa-eject:before {
|
|
6401
|
content: "\f052";
|
|
6210
|
content: "\f052";
|
|
6402
|
}
|
|
6211
|
}
|
|
6403
|
.icon-chevron-left:before {
|
|
6212
|
.fa-chevron-left:before {
|
|
6404
|
content: "\f053";
|
|
6213
|
content: "\f053";
|
|
6405
|
}
|
|
6214
|
}
|
|
6406
|
.icon-chevron-right:before {
|
|
6215
|
.fa-chevron-right:before {
|
|
6407
|
content: "\f054";
|
|
6216
|
content: "\f054";
|
|
6408
|
}
|
|
6217
|
}
|
|
6409
|
.icon-plus-sign:before {
|
|
6218
|
.fa-plus-circle:before {
|
|
6410
|
content: "\f055";
|
|
6219
|
content: "\f055";
|
|
6411
|
}
|
|
6220
|
}
|
|
6412
|
.icon-minus-sign:before {
|
|
6221
|
.fa-minus-circle:before {
|
|
6413
|
content: "\f056";
|
|
6222
|
content: "\f056";
|
|
6414
|
}
|
|
6223
|
}
|
|
6415
|
.icon-remove-sign:before {
|
|
6224
|
.fa-times-circle:before {
|
|
6416
|
content: "\f057";
|
|
6225
|
content: "\f057";
|
|
6417
|
}
|
|
6226
|
}
|
|
6418
|
.icon-ok-sign:before {
|
|
6227
|
.fa-check-circle:before {
|
|
6419
|
content: "\f058";
|
|
6228
|
content: "\f058";
|
|
6420
|
}
|
|
6229
|
}
|
|
6421
|
.icon-question-sign:before {
|
|
6230
|
.fa-question-circle:before {
|
|
6422
|
content: "\f059";
|
|
6231
|
content: "\f059";
|
|
6423
|
}
|
|
6232
|
}
|
|
6424
|
.icon-info-sign:before {
|
|
6233
|
.fa-info-circle:before {
|
|
6425
|
content: "\f05a";
|
|
6234
|
content: "\f05a";
|
|
6426
|
}
|
|
6235
|
}
|
|
6427
|
.icon-screenshot:before {
|
|
6236
|
.fa-crosshairs:before {
|
|
6428
|
content: "\f05b";
|
|
6237
|
content: "\f05b";
|
|
6429
|
}
|
|
6238
|
}
|
|
6430
|
.icon-remove-circle:before {
|
|
6239
|
.fa-times-circle-o:before {
|
|
6431
|
content: "\f05c";
|
|
6240
|
content: "\f05c";
|
|
6432
|
}
|
|
6241
|
}
|
|
6433
|
.icon-ok-circle:before {
|
|
6242
|
.fa-check-circle-o:before {
|
|
6434
|
content: "\f05d";
|
|
6243
|
content: "\f05d";
|
|
6435
|
}
|
|
6244
|
}
|
|
6436
|
.icon-ban-circle:before {
|
|
6245
|
.fa-ban:before {
|
|
6437
|
content: "\f05e";
|
|
6246
|
content: "\f05e";
|
|
6438
|
}
|
|
6247
|
}
|
|
6439
|
.icon-arrow-left:before {
|
|
6248
|
.fa-arrow-left:before {
|
|
6440
|
content: "\f060";
|
|
6249
|
content: "\f060";
|
|
6441
|
}
|
|
6250
|
}
|
|
6442
|
.icon-arrow-right:before {
|
|
6251
|
.fa-arrow-right:before {
|
|
6443
|
content: "\f061";
|
|
6252
|
content: "\f061";
|
|
6444
|
}
|
|
6253
|
}
|
|
6445
|
.icon-arrow-up:before {
|
|
6254
|
.fa-arrow-up:before {
|
|
6446
|
content: "\f062";
|
|
6255
|
content: "\f062";
|
|
6447
|
}
|
|
6256
|
}
|
|
6448
|
.icon-arrow-down:before {
|
|
6257
|
.fa-arrow-down:before {
|
|
6449
|
content: "\f063";
|
|
6258
|
content: "\f063";
|
|
6450
|
}
|
|
6259
|
}
|
|
6451
|
.icon-mail-forward:before,
|
|
6260
|
.fa-mail-forward:before,
|
|
6452
|
.icon-share-alt:before {
|
|
6261
|
.fa-share:before {
|
|
6453
|
content: "\f064";
|
|
6262
|
content: "\f064";
|
|
6454
|
}
|
|
6263
|
}
|
|
6455
|
.icon-resize-full:before {
|
|
6264
|
.fa-expand:before {
|
|
6456
|
content: "\f065";
|
|
6265
|
content: "\f065";
|
|
6457
|
}
|
|
6266
|
}
|
|
6458
|
.icon-resize-small:before {
|
|
6267
|
.fa-compress:before {
|
|
6459
|
content: "\f066";
|
|
6268
|
content: "\f066";
|
|
6460
|
}
|
|
6269
|
}
|
|
6461
|
.icon-plus:before {
|
|
6270
|
.fa-plus:before {
|
|
6462
|
content: "\f067";
|
|
6271
|
content: "\f067";
|
|
6463
|
}
|
|
6272
|
}
|
|
6464
|
.icon-minus:before {
|
|
6273
|
.fa-minus:before {
|
|
6465
|
content: "\f068";
|
|
6274
|
content: "\f068";
|
|
6466
|
}
|
|
6275
|
}
|
|
6467
|
.icon-asterisk:before {
|
|
6276
|
.fa-asterisk:before {
|
|
6468
|
content: "\f069";
|
|
6277
|
content: "\f069";
|
|
6469
|
}
|
|
6278
|
}
|
|
6470
|
.icon-exclamation-sign:before {
|
|
6279
|
.fa-exclamation-circle:before {
|
|
6471
|
content: "\f06a";
|
|
6280
|
content: "\f06a";
|
|
6472
|
}
|
|
6281
|
}
|
|
6473
|
.icon-gift:before {
|
|
6282
|
.fa-gift:before {
|
|
6474
|
content: "\f06b";
|
|
6283
|
content: "\f06b";
|
|
6475
|
}
|
|
6284
|
}
|
|
6476
|
.icon-leaf:before {
|
|
6285
|
.fa-leaf:before {
|
|
6477
|
content: "\f06c";
|
|
6286
|
content: "\f06c";
|
|
6478
|
}
|
|
6287
|
}
|
|
6479
|
.icon-fire:before {
|
|
6288
|
.fa-fire:before {
|
|
6480
|
content: "\f06d";
|
|
6289
|
content: "\f06d";
|
|
6481
|
}
|
|
6290
|
}
|
|
6482
|
.icon-eye-open:before {
|
|
6291
|
.fa-eye:before {
|
|
6483
|
content: "\f06e";
|
|
6292
|
content: "\f06e";
|
|
6484
|
}
|
|
6293
|
}
|
|
6485
|
.icon-eye-close:before {
|
|
6294
|
.fa-eye-slash:before {
|
|
6486
|
content: "\f070";
|
|
6295
|
content: "\f070";
|
|
6487
|
}
|
|
6296
|
}
|
|
6488
|
.icon-warning-sign:before {
|
|
6297
|
.fa-warning:before,
|
|
|
|
|
6298
|
.fa-exclamation-triangle:before {
|
|
6489
|
content: "\f071";
|
|
6299
|
content: "\f071";
|
|
6490
|
}
|
|
6300
|
}
|
|
6491
|
.icon-plane:before {
|
|
6301
|
.fa-plane:before {
|
|
6492
|
content: "\f072";
|
|
6302
|
content: "\f072";
|
|
6493
|
}
|
|
6303
|
}
|
|
6494
|
.icon-calendar:before {
|
|
6304
|
.fa-calendar:before {
|
|
6495
|
content: "\f073";
|
|
6305
|
content: "\f073";
|
|
6496
|
}
|
|
6306
|
}
|
|
6497
|
.icon-random:before {
|
|
6307
|
.fa-random:before {
|
|
6498
|
content: "\f074";
|
|
6308
|
content: "\f074";
|
|
6499
|
}
|
|
6309
|
}
|
|
6500
|
.icon-comment:before {
|
|
6310
|
.fa-comment:before {
|
|
6501
|
content: "\f075";
|
|
6311
|
content: "\f075";
|
|
6502
|
}
|
|
6312
|
}
|
|
6503
|
.icon-magnet:before {
|
|
6313
|
.fa-magnet:before {
|
|
6504
|
content: "\f076";
|
|
6314
|
content: "\f076";
|
|
6505
|
}
|
|
6315
|
}
|
|
6506
|
.icon-chevron-up:before {
|
|
6316
|
.fa-chevron-up:before {
|
|
6507
|
content: "\f077";
|
|
6317
|
content: "\f077";
|
|
6508
|
}
|
|
6318
|
}
|
|
6509
|
.icon-chevron-down:before {
|
|
6319
|
.fa-chevron-down:before {
|
|
6510
|
content: "\f078";
|
|
6320
|
content: "\f078";
|
|
6511
|
}
|
|
6321
|
}
|
|
6512
|
.icon-retweet:before {
|
|
6322
|
.fa-retweet:before {
|
|
6513
|
content: "\f079";
|
|
6323
|
content: "\f079";
|
|
6514
|
}
|
|
6324
|
}
|
|
6515
|
.icon-shopping-cart:before {
|
|
6325
|
.fa-shopping-cart:before {
|
|
6516
|
content: "\f07a";
|
|
6326
|
content: "\f07a";
|
|
6517
|
}
|
|
6327
|
}
|
|
6518
|
.icon-folder-close:before {
|
|
6328
|
.fa-folder:before {
|
|
6519
|
content: "\f07b";
|
|
6329
|
content: "\f07b";
|
|
6520
|
}
|
|
6330
|
}
|
|
6521
|
.icon-folder-open:before {
|
|
6331
|
.fa-folder-open:before {
|
|
6522
|
content: "\f07c";
|
|
6332
|
content: "\f07c";
|
|
6523
|
}
|
|
6333
|
}
|
|
6524
|
.icon-resize-vertical:before {
|
|
6334
|
.fa-arrows-v:before {
|
|
6525
|
content: "\f07d";
|
|
6335
|
content: "\f07d";
|
|
6526
|
}
|
|
6336
|
}
|
|
6527
|
.icon-resize-horizontal:before {
|
|
6337
|
.fa-arrows-h:before {
|
|
6528
|
content: "\f07e";
|
|
6338
|
content: "\f07e";
|
|
6529
|
}
|
|
6339
|
}
|
|
6530
|
.icon-bar-chart:before {
|
|
6340
|
.fa-bar-chart-o:before {
|
|
6531
|
content: "\f080";
|
|
6341
|
content: "\f080";
|
|
6532
|
}
|
|
6342
|
}
|
|
6533
|
.icon-twitter-sign:before {
|
|
6343
|
.fa-twitter-square:before {
|
|
6534
|
content: "\f081";
|
|
6344
|
content: "\f081";
|
|
6535
|
}
|
|
6345
|
}
|
|
6536
|
.icon-facebook-sign:before {
|
|
6346
|
.fa-facebook-square:before {
|
|
6537
|
content: "\f082";
|
|
6347
|
content: "\f082";
|
|
6538
|
}
|
|
6348
|
}
|
|
6539
|
.icon-camera-retro:before {
|
|
6349
|
.fa-camera-retro:before {
|
|
6540
|
content: "\f083";
|
|
6350
|
content: "\f083";
|
|
6541
|
}
|
|
6351
|
}
|
|
6542
|
.icon-key:before {
|
|
6352
|
.fa-key:before {
|
|
6543
|
content: "\f084";
|
|
6353
|
content: "\f084";
|
|
6544
|
}
|
|
6354
|
}
|
|
6545
|
.icon-gears:before,
|
|
6355
|
.fa-gears:before,
|
|
6546
|
.icon-cogs:before {
|
|
6356
|
.fa-cogs:before {
|
|
6547
|
content: "\f085";
|
|
6357
|
content: "\f085";
|
|
6548
|
}
|
|
6358
|
}
|
|
6549
|
.icon-comments:before {
|
|
6359
|
.fa-comments:before {
|
|
6550
|
content: "\f086";
|
|
6360
|
content: "\f086";
|
|
6551
|
}
|
|
6361
|
}
|
|
6552
|
.icon-thumbs-up-alt:before {
|
|
6362
|
.fa-thumbs-o-up:before {
|
|
6553
|
content: "\f087";
|
|
6363
|
content: "\f087";
|
|
6554
|
}
|
|
6364
|
}
|
|
6555
|
.icon-thumbs-down-alt:before {
|
|
6365
|
.fa-thumbs-o-down:before {
|
|
6556
|
content: "\f088";
|
|
6366
|
content: "\f088";
|
|
6557
|
}
|
|
6367
|
}
|
|
6558
|
.icon-star-half:before {
|
|
6368
|
.fa-star-half:before {
|
|
6559
|
content: "\f089";
|
|
6369
|
content: "\f089";
|
|
6560
|
}
|
|
6370
|
}
|
|
6561
|
.icon-heart-empty:before {
|
|
6371
|
.fa-heart-o:before {
|
|
6562
|
content: "\f08a";
|
|
6372
|
content: "\f08a";
|
|
6563
|
}
|
|
6373
|
}
|
|
6564
|
.icon-signout:before {
|
|
6374
|
.fa-sign-out:before {
|
|
6565
|
content: "\f08b";
|
|
6375
|
content: "\f08b";
|
|
6566
|
}
|
|
6376
|
}
|
|
6567
|
.icon-linkedin-sign:before {
|
|
6377
|
.fa-linkedin-square:before {
|
|
6568
|
content: "\f08c";
|
|
6378
|
content: "\f08c";
|
|
6569
|
}
|
|
6379
|
}
|
|
6570
|
.icon-pushpin:before {
|
|
6380
|
.fa-thumb-tack:before {
|
|
6571
|
content: "\f08d";
|
|
6381
|
content: "\f08d";
|
|
6572
|
}
|
|
6382
|
}
|
|
6573
|
.icon-external-link:before {
|
|
6383
|
.fa-external-link:before {
|
|
6574
|
content: "\f08e";
|
|
6384
|
content: "\f08e";
|
|
6575
|
}
|
|
6385
|
}
|
|
6576
|
.icon-signin:before {
|
|
6386
|
.fa-sign-in:before {
|
|
6577
|
content: "\f090";
|
|
6387
|
content: "\f090";
|
|
6578
|
}
|
|
6388
|
}
|
|
6579
|
.icon-trophy:before {
|
|
6389
|
.fa-trophy:before {
|
|
6580
|
content: "\f091";
|
|
6390
|
content: "\f091";
|
|
6581
|
}
|
|
6391
|
}
|
|
6582
|
.icon-github-sign:before {
|
|
6392
|
.fa-github-square:before {
|
|
6583
|
content: "\f092";
|
|
6393
|
content: "\f092";
|
|
6584
|
}
|
|
6394
|
}
|
|
6585
|
.icon-upload-alt:before {
|
|
6395
|
.fa-upload:before {
|
|
6586
|
content: "\f093";
|
|
6396
|
content: "\f093";
|
|
6587
|
}
|
|
6397
|
}
|
|
6588
|
.icon-lemon:before {
|
|
6398
|
.fa-lemon-o:before {
|
|
6589
|
content: "\f094";
|
|
6399
|
content: "\f094";
|
|
6590
|
}
|
|
6400
|
}
|
|
6591
|
.icon-phone:before {
|
|
6401
|
.fa-phone:before {
|
|
6592
|
content: "\f095";
|
|
6402
|
content: "\f095";
|
|
6593
|
}
|
|
6403
|
}
|
|
6594
|
.icon-unchecked:before,
|
|
6404
|
.fa-square-o:before {
|
|
6595
|
.icon-check-empty:before {
|
|
|
|
|
6596
|
content: "\f096";
|
|
6405
|
content: "\f096";
|
|
6597
|
}
|
|
6406
|
}
|
|
6598
|
.icon-bookmark-empty:before {
|
|
6407
|
.fa-bookmark-o:before {
|
|
6599
|
content: "\f097";
|
|
6408
|
content: "\f097";
|
|
6600
|
}
|
|
6409
|
}
|
|
6601
|
.icon-phone-sign:before {
|
|
6410
|
.fa-phone-square:before {
|
|
6602
|
content: "\f098";
|
|
6411
|
content: "\f098";
|
|
6603
|
}
|
|
6412
|
}
|
|
6604
|
.icon-twitter:before {
|
|
6413
|
.fa-twitter:before {
|
|
6605
|
content: "\f099";
|
|
6414
|
content: "\f099";
|
|
6606
|
}
|
|
6415
|
}
|
|
6607
|
.icon-facebook:before {
|
|
6416
|
.fa-facebook:before {
|
|
6608
|
content: "\f09a";
|
|
6417
|
content: "\f09a";
|
|
6609
|
}
|
|
6418
|
}
|
|
6610
|
.icon-github:before {
|
|
6419
|
.fa-github:before {
|
|
6611
|
content: "\f09b";
|
|
6420
|
content: "\f09b";
|
|
6612
|
}
|
|
6421
|
}
|
|
6613
|
.icon-unlock:before {
|
|
6422
|
.fa-unlock:before {
|
|
6614
|
content: "\f09c";
|
|
6423
|
content: "\f09c";
|
|
6615
|
}
|
|
6424
|
}
|
|
6616
|
.icon-credit-card:before {
|
|
6425
|
.fa-credit-card:before {
|
|
6617
|
content: "\f09d";
|
|
6426
|
content: "\f09d";
|
|
6618
|
}
|
|
6427
|
}
|
|
6619
|
.icon-rss:before {
|
|
6428
|
.fa-rss:before {
|
|
6620
|
content: "\f09e";
|
|
6429
|
content: "\f09e";
|
|
6621
|
}
|
|
6430
|
}
|
|
6622
|
.icon-hdd:before {
|
|
6431
|
.fa-hdd-o:before {
|
|
6623
|
content: "\f0a0";
|
|
6432
|
content: "\f0a0";
|
|
6624
|
}
|
|
6433
|
}
|
|
6625
|
.icon-bullhorn:before {
|
|
6434
|
.fa-bullhorn:before {
|
|
6626
|
content: "\f0a1";
|
|
6435
|
content: "\f0a1";
|
|
6627
|
}
|
|
6436
|
}
|
|
6628
|
.icon-bell:before {
|
|
6437
|
.fa-bell:before {
|
|
6629
|
content: "\f0a2";
|
|
6438
|
content: "\f0f3";
|
|
6630
|
}
|
|
6439
|
}
|
|
6631
|
.icon-certificate:before {
|
|
6440
|
.fa-certificate:before {
|
|
6632
|
content: "\f0a3";
|
|
6441
|
content: "\f0a3";
|
|
6633
|
}
|
|
6442
|
}
|
|
6634
|
.icon-hand-right:before {
|
|
6443
|
.fa-hand-o-right:before {
|
|
6635
|
content: "\f0a4";
|
|
6444
|
content: "\f0a4";
|
|
6636
|
}
|
|
6445
|
}
|
|
6637
|
.icon-hand-left:before {
|
|
6446
|
.fa-hand-o-left:before {
|
|
6638
|
content: "\f0a5";
|
|
6447
|
content: "\f0a5";
|
|
6639
|
}
|
|
6448
|
}
|
|
6640
|
.icon-hand-up:before {
|
|
6449
|
.fa-hand-o-up:before {
|
|
6641
|
content: "\f0a6";
|
|
6450
|
content: "\f0a6";
|
|
6642
|
}
|
|
6451
|
}
|
|
6643
|
.icon-hand-down:before {
|
|
6452
|
.fa-hand-o-down:before {
|
|
6644
|
content: "\f0a7";
|
|
6453
|
content: "\f0a7";
|
|
6645
|
}
|
|
6454
|
}
|
|
6646
|
.icon-circle-arrow-left:before {
|
|
6455
|
.fa-arrow-circle-left:before {
|
|
6647
|
content: "\f0a8";
|
|
6456
|
content: "\f0a8";
|
|
6648
|
}
|
|
6457
|
}
|
|
6649
|
.icon-circle-arrow-right:before {
|
|
6458
|
.fa-arrow-circle-right:before {
|
|
6650
|
content: "\f0a9";
|
|
6459
|
content: "\f0a9";
|
|
6651
|
}
|
|
6460
|
}
|
|
6652
|
.icon-circle-arrow-up:before {
|
|
6461
|
.fa-arrow-circle-up:before {
|
|
6653
|
content: "\f0aa";
|
|
6462
|
content: "\f0aa";
|
|
6654
|
}
|
|
6463
|
}
|
|
6655
|
.icon-circle-arrow-down:before {
|
|
6464
|
.fa-arrow-circle-down:before {
|
|
6656
|
content: "\f0ab";
|
|
6465
|
content: "\f0ab";
|
|
6657
|
}
|
|
6466
|
}
|
|
6658
|
.icon-globe:before {
|
|
6467
|
.fa-globe:before {
|
|
6659
|
content: "\f0ac";
|
|
6468
|
content: "\f0ac";
|
|
6660
|
}
|
|
6469
|
}
|
|
6661
|
.icon-wrench:before {
|
|
6470
|
.fa-wrench:before {
|
|
6662
|
content: "\f0ad";
|
|
6471
|
content: "\f0ad";
|
|
6663
|
}
|
|
6472
|
}
|
|
6664
|
.icon-tasks:before {
|
|
6473
|
.fa-tasks:before {
|
|
6665
|
content: "\f0ae";
|
|
6474
|
content: "\f0ae";
|
|
6666
|
}
|
|
6475
|
}
|
|
6667
|
.icon-filter:before {
|
|
6476
|
.fa-filter:before {
|
|
6668
|
content: "\f0b0";
|
|
6477
|
content: "\f0b0";
|
|
6669
|
}
|
|
6478
|
}
|
|
6670
|
.icon-briefcase:before {
|
|
6479
|
.fa-briefcase:before {
|
|
6671
|
content: "\f0b1";
|
|
6480
|
content: "\f0b1";
|
|
6672
|
}
|
|
6481
|
}
|
|
6673
|
.icon-fullscreen:before {
|
|
6482
|
.fa-arrows-alt:before {
|
|
6674
|
content: "\f0b2";
|
|
6483
|
content: "\f0b2";
|
|
6675
|
}
|
|
6484
|
}
|
|
6676
|
.icon-group:before {
|
|
6485
|
.fa-group:before,
|
|
|
|
|
6486
|
.fa-users:before {
|
|
6677
|
content: "\f0c0";
|
|
6487
|
content: "\f0c0";
|
|
6678
|
}
|
|
6488
|
}
|
|
6679
|
.icon-link:before {
|
|
6489
|
.fa-chain:before,
|
|
|
|
|
6490
|
.fa-link:before {
|
|
6680
|
content: "\f0c1";
|
|
6491
|
content: "\f0c1";
|
|
6681
|
}
|
|
6492
|
}
|
|
6682
|
.icon-cloud:before {
|
|
6493
|
.fa-cloud:before {
|
|
6683
|
content: "\f0c2";
|
|
6494
|
content: "\f0c2";
|
|
6684
|
}
|
|
6495
|
}
|
|
6685
|
.icon-beaker:before {
|
|
6496
|
.fa-flask:before {
|
|
6686
|
content: "\f0c3";
|
|
6497
|
content: "\f0c3";
|
|
6687
|
}
|
|
6498
|
}
|
|
6688
|
.icon-cut:before {
|
|
6499
|
.fa-cut:before,
|
|
|
|
|
6500
|
.fa-scissors:before {
|
|
6689
|
content: "\f0c4";
|
|
6501
|
content: "\f0c4";
|
|
6690
|
}
|
|
6502
|
}
|
|
6691
|
.icon-copy:before {
|
|
6503
|
.fa-copy:before,
|
|
|
|
|
6504
|
.fa-files-o:before {
|
|
6692
|
content: "\f0c5";
|
|
6505
|
content: "\f0c5";
|
|
6693
|
}
|
|
6506
|
}
|
|
6694
|
.icon-paperclip:before,
|
|
6507
|
.fa-paperclip:before {
|
|
6695
|
.icon-paper-clip:before {
|
|
|
|
|
6696
|
content: "\f0c6";
|
|
6508
|
content: "\f0c6";
|
|
6697
|
}
|
|
6509
|
}
|
|
6698
|
.icon-save:before {
|
|
6510
|
.fa-save:before,
|
|
|
|
|
6511
|
.fa-floppy-o:before {
|
|
6699
|
content: "\f0c7";
|
|
6512
|
content: "\f0c7";
|
|
6700
|
}
|
|
6513
|
}
|
|
6701
|
.icon-sign-blank:before {
|
|
6514
|
.fa-square:before {
|
|
6702
|
content: "\f0c8";
|
|
6515
|
content: "\f0c8";
|
|
6703
|
}
|
|
6516
|
}
|
|
6704
|
.icon-reorder:before {
|
|
6517
|
.fa-navicon:before,
|
|
|
|
|
6518
|
.fa-reorder:before,
|
|
|
|
|
6519
|
.fa-bars:before {
|
|
6705
|
content: "\f0c9";
|
|
6520
|
content: "\f0c9";
|
|
6706
|
}
|
|
6521
|
}
|
|
6707
|
.icon-list-ul:before {
|
|
6522
|
.fa-list-ul:before {
|
|
6708
|
content: "\f0ca";
|
|
6523
|
content: "\f0ca";
|
|
6709
|
}
|
|
6524
|
}
|
|
6710
|
.icon-list-ol:before {
|
|
6525
|
.fa-list-ol:before {
|
|
6711
|
content: "\f0cb";
|
|
6526
|
content: "\f0cb";
|
|
6712
|
}
|
|
6527
|
}
|
|
6713
|
.icon-strikethrough:before {
|
|
6528
|
.fa-strikethrough:before {
|
|
6714
|
content: "\f0cc";
|
|
6529
|
content: "\f0cc";
|
|
6715
|
}
|
|
6530
|
}
|
|
6716
|
.icon-underline:before {
|
|
6531
|
.fa-underline:before {
|
|
6717
|
content: "\f0cd";
|
|
6532
|
content: "\f0cd";
|
|
6718
|
}
|
|
6533
|
}
|
|
6719
|
.icon-table:before {
|
|
6534
|
.fa-table:before {
|
|
6720
|
content: "\f0ce";
|
|
6535
|
content: "\f0ce";
|
|
6721
|
}
|
|
6536
|
}
|
|
6722
|
.icon-magic:before {
|
|
6537
|
.fa-magic:before {
|
|
6723
|
content: "\f0d0";
|
|
6538
|
content: "\f0d0";
|
|
6724
|
}
|
|
6539
|
}
|
|
6725
|
.icon-truck:before {
|
|
6540
|
.fa-truck:before {
|
|
6726
|
content: "\f0d1";
|
|
6541
|
content: "\f0d1";
|
|
6727
|
}
|
|
6542
|
}
|
|
6728
|
.icon-pinterest:before {
|
|
6543
|
.fa-pinterest:before {
|
|
6729
|
content: "\f0d2";
|
|
6544
|
content: "\f0d2";
|
|
6730
|
}
|
|
6545
|
}
|
|
6731
|
.icon-pinterest-sign:before {
|
|
6546
|
.fa-pinterest-square:before {
|
|
6732
|
content: "\f0d3";
|
|
6547
|
content: "\f0d3";
|
|
6733
|
}
|
|
6548
|
}
|
|
6734
|
.icon-google-plus-sign:before {
|
|
6549
|
.fa-google-plus-square:before {
|
|
6735
|
content: "\f0d4";
|
|
6550
|
content: "\f0d4";
|
|
6736
|
}
|
|
6551
|
}
|
|
6737
|
.icon-google-plus:before {
|
|
6552
|
.fa-google-plus:before {
|
|
6738
|
content: "\f0d5";
|
|
6553
|
content: "\f0d5";
|
|
6739
|
}
|
|
6554
|
}
|
|
6740
|
.icon-money:before {
|
|
6555
|
.fa-money:before {
|
|
6741
|
content: "\f0d6";
|
|
6556
|
content: "\f0d6";
|
|
6742
|
}
|
|
6557
|
}
|
|
6743
|
.icon-caret-down:before {
|
|
6558
|
.fa-caret-down:before {
|
|
6744
|
content: "\f0d7";
|
|
6559
|
content: "\f0d7";
|
|
6745
|
}
|
|
6560
|
}
|
|
6746
|
.icon-caret-up:before {
|
|
6561
|
.fa-caret-up:before {
|
|
6747
|
content: "\f0d8";
|
|
6562
|
content: "\f0d8";
|
|
6748
|
}
|
|
6563
|
}
|
|
6749
|
.icon-caret-left:before {
|
|
6564
|
.fa-caret-left:before {
|
|
6750
|
content: "\f0d9";
|
|
6565
|
content: "\f0d9";
|
|
6751
|
}
|
|
6566
|
}
|
|
6752
|
.icon-caret-right:before {
|
|
6567
|
.fa-caret-right:before {
|
|
6753
|
content: "\f0da";
|
|
6568
|
content: "\f0da";
|
|
6754
|
}
|
|
6569
|
}
|
|
6755
|
.icon-columns:before {
|
|
6570
|
.fa-columns:before {
|
|
6756
|
content: "\f0db";
|
|
6571
|
content: "\f0db";
|
|
6757
|
}
|
|
6572
|
}
|
|
6758
|
.icon-sort:before {
|
|
6573
|
.fa-unsorted:before,
|
|
|
|
|
6574
|
.fa-sort:before {
|
|
6759
|
content: "\f0dc";
|
|
6575
|
content: "\f0dc";
|
|
6760
|
}
|
|
6576
|
}
|
|
6761
|
.icon-sort-down:before {
|
|
6577
|
.fa-sort-down:before,
|
|
|
|
|
6578
|
.fa-sort-desc:before {
|
|
6762
|
content: "\f0dd";
|
|
6579
|
content: "\f0dd";
|
|
6763
|
}
|
|
6580
|
}
|
|
6764
|
.icon-sort-up:before {
|
|
6581
|
.fa-sort-up:before,
|
|
|
|
|
6582
|
.fa-sort-asc:before {
|
|
6765
|
content: "\f0de";
|
|
6583
|
content: "\f0de";
|
|
6766
|
}
|
|
6584
|
}
|
|
6767
|
.icon-envelope:before {
|
|
6585
|
.fa-envelope:before {
|
|
6768
|
content: "\f0e0";
|
|
6586
|
content: "\f0e0";
|
|
6769
|
}
|
|
6587
|
}
|
|
6770
|
.icon-linkedin:before {
|
|
6588
|
.fa-linkedin:before {
|
|
6771
|
content: "\f0e1";
|
|
6589
|
content: "\f0e1";
|
|
6772
|
}
|
|
6590
|
}
|
|
6773
|
.icon-rotate-left:before,
|
|
6591
|
.fa-rotate-left:before,
|
|
6774
|
.icon-undo:before {
|
|
6592
|
.fa-undo:before {
|
|
6775
|
content: "\f0e2";
|
|
6593
|
content: "\f0e2";
|
|
6776
|
}
|
|
6594
|
}
|
|
6777
|
.icon-legal:before {
|
|
6595
|
.fa-legal:before,
|
|
|
|
|
6596
|
.fa-gavel:before {
|
|
6778
|
content: "\f0e3";
|
|
6597
|
content: "\f0e3";
|
|
6779
|
}
|
|
6598
|
}
|
|
6780
|
.icon-dashboard:before {
|
|
6599
|
.fa-dashboard:before,
|
|
|
|
|
6600
|
.fa-tachometer:before {
|
|
6781
|
content: "\f0e4";
|
|
6601
|
content: "\f0e4";
|
|
6782
|
}
|
|
6602
|
}
|
|
6783
|
.icon-comment-alt:before {
|
|
6603
|
.fa-comment-o:before {
|
|
6784
|
content: "\f0e5";
|
|
6604
|
content: "\f0e5";
|
|
6785
|
}
|
|
6605
|
}
|
|
6786
|
.icon-comments-alt:before {
|
|
6606
|
.fa-comments-o:before {
|
|
6787
|
content: "\f0e6";
|
|
6607
|
content: "\f0e6";
|
|
6788
|
}
|
|
6608
|
}
|
|
6789
|
.icon-bolt:before {
|
|
6609
|
.fa-flash:before,
|
|
|
|
|
6610
|
.fa-bolt:before {
|
|
6790
|
content: "\f0e7";
|
|
6611
|
content: "\f0e7";
|
|
6791
|
}
|
|
6612
|
}
|
|
6792
|
.icon-sitemap:before {
|
|
6613
|
.fa-sitemap:before {
|
|
6793
|
content: "\f0e8";
|
|
6614
|
content: "\f0e8";
|
|
6794
|
}
|
|
6615
|
}
|
|
6795
|
.icon-umbrella:before {
|
|
6616
|
.fa-umbrella:before {
|
|
6796
|
content: "\f0e9";
|
|
6617
|
content: "\f0e9";
|
|
6797
|
}
|
|
6618
|
}
|
|
6798
|
.icon-paste:before {
|
|
6619
|
.fa-paste:before,
|
|
|
|
|
6620
|
.fa-clipboard:before {
|
|
6799
|
content: "\f0ea";
|
|
6621
|
content: "\f0ea";
|
|
6800
|
}
|
|
6622
|
}
|
|
6801
|
.icon-lightbulb:before {
|
|
6623
|
.fa-lightbulb-o:before {
|
|
6802
|
content: "\f0eb";
|
|
6624
|
content: "\f0eb";
|
|
6803
|
}
|
|
6625
|
}
|
|
6804
|
.icon-exchange:before {
|
|
6626
|
.fa-exchange:before {
|
|
6805
|
content: "\f0ec";
|
|
6627
|
content: "\f0ec";
|
|
6806
|
}
|
|
6628
|
}
|
|
6807
|
.icon-cloud-download:before {
|
|
6629
|
.fa-cloud-download:before {
|
|
6808
|
content: "\f0ed";
|
|
6630
|
content: "\f0ed";
|
|
6809
|
}
|
|
6631
|
}
|
|
6810
|
.icon-cloud-upload:before {
|
|
6632
|
.fa-cloud-upload:before {
|
|
6811
|
content: "\f0ee";
|
|
6633
|
content: "\f0ee";
|
|
6812
|
}
|
|
6634
|
}
|
|
6813
|
.icon-user-md:before {
|
|
6635
|
.fa-user-md:before {
|
|
6814
|
content: "\f0f0";
|
|
6636
|
content: "\f0f0";
|
|
6815
|
}
|
|
6637
|
}
|
|
6816
|
.icon-stethoscope:before {
|
|
6638
|
.fa-stethoscope:before {
|
|
6817
|
content: "\f0f1";
|
|
6639
|
content: "\f0f1";
|
|
6818
|
}
|
|
6640
|
}
|
|
6819
|
.icon-suitcase:before {
|
|
6641
|
.fa-suitcase:before {
|
|
6820
|
content: "\f0f2";
|
|
6642
|
content: "\f0f2";
|
|
6821
|
}
|
|
6643
|
}
|
|
6822
|
.icon-bell-alt:before {
|
|
6644
|
.fa-bell-o:before {
|
|
6823
|
content: "\f0f3";
|
|
6645
|
content: "\f0a2";
|
|
6824
|
}
|
|
6646
|
}
|
|
6825
|
.icon-coffee:before {
|
|
6647
|
.fa-coffee:before {
|
|
6826
|
content: "\f0f4";
|
|
6648
|
content: "\f0f4";
|
|
6827
|
}
|
|
6649
|
}
|
|
6828
|
.icon-food:before {
|
|
6650
|
.fa-cutlery:before {
|
|
6829
|
content: "\f0f5";
|
|
6651
|
content: "\f0f5";
|
|
6830
|
}
|
|
6652
|
}
|
|
6831
|
.icon-file-text-alt:before {
|
|
6653
|
.fa-file-text-o:before {
|
|
6832
|
content: "\f0f6";
|
|
6654
|
content: "\f0f6";
|
|
6833
|
}
|
|
6655
|
}
|
|
6834
|
.icon-building:before {
|
|
6656
|
.fa-building-o:before {
|
|
6835
|
content: "\f0f7";
|
|
6657
|
content: "\f0f7";
|
|
6836
|
}
|
|
6658
|
}
|
|
6837
|
.icon-hospital:before {
|
|
6659
|
.fa-hospital-o:before {
|
|
6838
|
content: "\f0f8";
|
|
6660
|
content: "\f0f8";
|
|
6839
|
}
|
|
6661
|
}
|
|
6840
|
.icon-ambulance:before {
|
|
6662
|
.fa-ambulance:before {
|
|
6841
|
content: "\f0f9";
|
|
6663
|
content: "\f0f9";
|
|
6842
|
}
|
|
6664
|
}
|
|
6843
|
.icon-medkit:before {
|
|
6665
|
.fa-medkit:before {
|
|
6844
|
content: "\f0fa";
|
|
6666
|
content: "\f0fa";
|
|
6845
|
}
|
|
6667
|
}
|
|
6846
|
.icon-fighter-jet:before {
|
|
6668
|
.fa-fighter-jet:before {
|
|
6847
|
content: "\f0fb";
|
|
6669
|
content: "\f0fb";
|
|
6848
|
}
|
|
6670
|
}
|
|
6849
|
.icon-beer:before {
|
|
6671
|
.fa-beer:before {
|
|
6850
|
content: "\f0fc";
|
|
6672
|
content: "\f0fc";
|
|
6851
|
}
|
|
6673
|
}
|
|
6852
|
.icon-h-sign:before {
|
|
6674
|
.fa-h-square:before {
|
|
6853
|
content: "\f0fd";
|
|
6675
|
content: "\f0fd";
|
|
6854
|
}
|
|
6676
|
}
|
|
6855
|
.icon-plus-sign-alt:before {
|
|
6677
|
.fa-plus-square:before {
|
|
6856
|
content: "\f0fe";
|
|
6678
|
content: "\f0fe";
|
|
6857
|
}
|
|
6679
|
}
|
|
6858
|
.icon-double-angle-left:before {
|
|
6680
|
.fa-angle-double-left:before {
|
|
6859
|
content: "\f100";
|
|
6681
|
content: "\f100";
|
|
6860
|
}
|
|
6682
|
}
|
|
6861
|
.icon-double-angle-right:before {
|
|
6683
|
.fa-angle-double-right:before {
|
|
6862
|
content: "\f101";
|
|
6684
|
content: "\f101";
|
|
6863
|
}
|
|
6685
|
}
|
|
6864
|
.icon-double-angle-up:before {
|
|
6686
|
.fa-angle-double-up:before {
|
|
6865
|
content: "\f102";
|
|
6687
|
content: "\f102";
|
|
6866
|
}
|
|
6688
|
}
|
|
6867
|
.icon-double-angle-down:before {
|
|
6689
|
.fa-angle-double-down:before {
|
|
6868
|
content: "\f103";
|
|
6690
|
content: "\f103";
|
|
6869
|
}
|
|
6691
|
}
|
|
6870
|
.icon-angle-left:before {
|
|
6692
|
.fa-angle-left:before {
|
|
6871
|
content: "\f104";
|
|
6693
|
content: "\f104";
|
|
6872
|
}
|
|
6694
|
}
|
|
6873
|
.icon-angle-right:before {
|
|
6695
|
.fa-angle-right:before {
|
|
6874
|
content: "\f105";
|
|
6696
|
content: "\f105";
|
|
6875
|
}
|
|
6697
|
}
|
|
6876
|
.icon-angle-up:before {
|
|
6698
|
.fa-angle-up:before {
|
|
6877
|
content: "\f106";
|
|
6699
|
content: "\f106";
|
|
6878
|
}
|
|
6700
|
}
|
|
6879
|
.icon-angle-down:before {
|
|
6701
|
.fa-angle-down:before {
|
|
6880
|
content: "\f107";
|
|
6702
|
content: "\f107";
|
|
6881
|
}
|
|
6703
|
}
|
|
6882
|
.icon-desktop:before {
|
|
6704
|
.fa-desktop:before {
|
|
6883
|
content: "\f108";
|
|
6705
|
content: "\f108";
|
|
6884
|
}
|
|
6706
|
}
|
|
6885
|
.icon-laptop:before {
|
|
6707
|
.fa-laptop:before {
|
|
6886
|
content: "\f109";
|
|
6708
|
content: "\f109";
|
|
6887
|
}
|
|
6709
|
}
|
|
6888
|
.icon-tablet:before {
|
|
6710
|
.fa-tablet:before {
|
|
6889
|
content: "\f10a";
|
|
6711
|
content: "\f10a";
|
|
6890
|
}
|
|
6712
|
}
|
|
6891
|
.icon-mobile-phone:before {
|
|
6713
|
.fa-mobile-phone:before,
|
|
|
|
|
6714
|
.fa-mobile:before {
|
|
6892
|
content: "\f10b";
|
|
6715
|
content: "\f10b";
|
|
6893
|
}
|
|
6716
|
}
|
|
6894
|
.icon-circle-blank:before {
|
|
6717
|
.fa-circle-o:before {
|
|
6895
|
content: "\f10c";
|
|
6718
|
content: "\f10c";
|
|
6896
|
}
|
|
6719
|
}
|
|
6897
|
.icon-quote-left:before {
|
|
6720
|
.fa-quote-left:before {
|
|
6898
|
content: "\f10d";
|
|
6721
|
content: "\f10d";
|
|
6899
|
}
|
|
6722
|
}
|
|
6900
|
.icon-quote-right:before {
|
|
6723
|
.fa-quote-right:before {
|
|
6901
|
content: "\f10e";
|
|
6724
|
content: "\f10e";
|
|
6902
|
}
|
|
6725
|
}
|
|
6903
|
.icon-spinner:before {
|
|
6726
|
.fa-spinner:before {
|
|
6904
|
content: "\f110";
|
|
6727
|
content: "\f110";
|
|
6905
|
}
|
|
6728
|
}
|
|
6906
|
.icon-circle:before {
|
|
6729
|
.fa-circle:before {
|
|
6907
|
content: "\f111";
|
|
6730
|
content: "\f111";
|
|
6908
|
}
|
|
6731
|
}
|
|
6909
|
.icon-mail-reply:before,
|
|
6732
|
.fa-mail-reply:before,
|
|
6910
|
.icon-reply:before {
|
|
6733
|
.fa-reply:before {
|
|
6911
|
content: "\f112";
|
|
6734
|
content: "\f112";
|
|
6912
|
}
|
|
6735
|
}
|
|
6913
|
.icon-github-alt:before {
|
|
6736
|
.fa-github-alt:before {
|
|
6914
|
content: "\f113";
|
|
6737
|
content: "\f113";
|
|
6915
|
}
|
|
6738
|
}
|
|
6916
|
.icon-folder-close-alt:before {
|
|
6739
|
.fa-folder-o:before {
|
|
6917
|
content: "\f114";
|
|
6740
|
content: "\f114";
|
|
6918
|
}
|
|
6741
|
}
|
|
6919
|
.icon-folder-open-alt:before {
|
|
6742
|
.fa-folder-open-o:before {
|
|
6920
|
content: "\f115";
|
|
6743
|
content: "\f115";
|
|
6921
|
}
|
|
6744
|
}
|
|
6922
|
.icon-expand-alt:before {
|
|
6745
|
.fa-smile-o:before {
|
|
6923
|
content: "\f116";
|
|
|
|
|
6924
|
}
|
|
|
|
|
6925
|
.icon-collapse-alt:before {
|
|
|
|
|
6926
|
content: "\f117";
|
|
|
|
|
6927
|
}
|
|
|
|
|
6928
|
.icon-smile:before {
|
|
|
|
|
6929
|
content: "\f118";
|
|
6746
|
content: "\f118";
|
|
6930
|
}
|
|
6747
|
}
|
|
6931
|
.icon-frown:before {
|
|
6748
|
.fa-frown-o:before {
|
|
6932
|
content: "\f119";
|
|
6749
|
content: "\f119";
|
|
6933
|
}
|
|
6750
|
}
|
|
6934
|
.icon-meh:before {
|
|
6751
|
.fa-meh-o:before {
|
|
6935
|
content: "\f11a";
|
|
6752
|
content: "\f11a";
|
|
6936
|
}
|
|
6753
|
}
|
|
6937
|
.icon-gamepad:before {
|
|
6754
|
.fa-gamepad:before {
|
|
6938
|
content: "\f11b";
|
|
6755
|
content: "\f11b";
|
|
6939
|
}
|
|
6756
|
}
|
|
6940
|
.icon-keyboard:before {
|
|
6757
|
.fa-keyboard-o:before {
|
|
6941
|
content: "\f11c";
|
|
6758
|
content: "\f11c";
|
|
6942
|
}
|
|
6759
|
}
|
|
6943
|
.icon-flag-alt:before {
|
|
6760
|
.fa-flag-o:before {
|
|
6944
|
content: "\f11d";
|
|
6761
|
content: "\f11d";
|
|
6945
|
}
|
|
6762
|
}
|
|
6946
|
.icon-flag-checkered:before {
|
|
6763
|
.fa-flag-checkered:before {
|
|
6947
|
content: "\f11e";
|
|
6764
|
content: "\f11e";
|
|
6948
|
}
|
|
6765
|
}
|
|
6949
|
.icon-terminal:before {
|
|
6766
|
.fa-terminal:before {
|
|
6950
|
content: "\f120";
|
|
6767
|
content: "\f120";
|
|
6951
|
}
|
|
6768
|
}
|
|
6952
|
.icon-code:before {
|
|
6769
|
.fa-code:before {
|
|
6953
|
content: "\f121";
|
|
6770
|
content: "\f121";
|
|
6954
|
}
|
|
6771
|
}
|
|
6955
|
.icon-reply-all:before {
|
|
6772
|
.fa-mail-reply-all:before,
|
|
6956
|
content: "\f122";
|
|
6773
|
.fa-reply-all:before {
|
|
6957
|
}
|
|
|
|
|
6958
|
.icon-mail-reply-all:before {
|
|
|
|
|
6959
|
content: "\f122";
|
|
6774
|
content: "\f122";
|
|
6960
|
}
|
|
6775
|
}
|
|
6961
|
.icon-star-half-full:before,
|
|
6776
|
.fa-star-half-empty:before,
|
|
6962
|
.icon-star-half-empty:before {
|
|
6777
|
.fa-star-half-full:before,
|
|
|
|
|
6778
|
.fa-star-half-o:before {
|
|
6963
|
content: "\f123";
|
|
6779
|
content: "\f123";
|
|
6964
|
}
|
|
6780
|
}
|
|
6965
|
.icon-location-arrow:before {
|
|
6781
|
.fa-location-arrow:before {
|
|
6966
|
content: "\f124";
|
|
6782
|
content: "\f124";
|
|
6967
|
}
|
|
6783
|
}
|
|
6968
|
.icon-crop:before {
|
|
6784
|
.fa-crop:before {
|
|
6969
|
content: "\f125";
|
|
6785
|
content: "\f125";
|
|
6970
|
}
|
|
6786
|
}
|
|
6971
|
.icon-code-fork:before {
|
|
6787
|
.fa-code-fork:before {
|
|
6972
|
content: "\f126";
|
|
6788
|
content: "\f126";
|
|
6973
|
}
|
|
6789
|
}
|
|
6974
|
.icon-unlink:before {
|
|
6790
|
.fa-unlink:before,
|
|
|
|
|
6791
|
.fa-chain-broken:before {
|
|
6975
|
content: "\f127";
|
|
6792
|
content: "\f127";
|
|
6976
|
}
|
|
6793
|
}
|
|
6977
|
.icon-question:before {
|
|
6794
|
.fa-question:before {
|
|
6978
|
content: "\f128";
|
|
6795
|
content: "\f128";
|
|
6979
|
}
|
|
6796
|
}
|
|
6980
|
.icon-info:before {
|
|
6797
|
.fa-info:before {
|
|
6981
|
content: "\f129";
|
|
6798
|
content: "\f129";
|
|
6982
|
}
|
|
6799
|
}
|
|
6983
|
.icon-exclamation:before {
|
|
6800
|
.fa-exclamation:before {
|
|
6984
|
content: "\f12a";
|
|
6801
|
content: "\f12a";
|
|
6985
|
}
|
|
6802
|
}
|
|
6986
|
.icon-superscript:before {
|
|
6803
|
.fa-superscript:before {
|
|
6987
|
content: "\f12b";
|
|
6804
|
content: "\f12b";
|
|
6988
|
}
|
|
6805
|
}
|
|
6989
|
.icon-subscript:before {
|
|
6806
|
.fa-subscript:before {
|
|
6990
|
content: "\f12c";
|
|
6807
|
content: "\f12c";
|
|
6991
|
}
|
|
6808
|
}
|
|
6992
|
.icon-eraser:before {
|
|
6809
|
.fa-eraser:before {
|
|
6993
|
content: "\f12d";
|
|
6810
|
content: "\f12d";
|
|
6994
|
}
|
|
6811
|
}
|
|
6995
|
.icon-puzzle-piece:before {
|
|
6812
|
.fa-puzzle-piece:before {
|
|
6996
|
content: "\f12e";
|
|
6813
|
content: "\f12e";
|
|
6997
|
}
|
|
6814
|
}
|
|
6998
|
.icon-microphone:before {
|
|
6815
|
.fa-microphone:before {
|
|
6999
|
content: "\f130";
|
|
6816
|
content: "\f130";
|
|
7000
|
}
|
|
6817
|
}
|
|
7001
|
.icon-microphone-off:before {
|
|
6818
|
.fa-microphone-slash:before {
|
|
7002
|
content: "\f131";
|
|
6819
|
content: "\f131";
|
|
7003
|
}
|
|
6820
|
}
|
|
7004
|
.icon-shield:before {
|
|
6821
|
.fa-shield:before {
|
|
7005
|
content: "\f132";
|
|
6822
|
content: "\f132";
|
|
7006
|
}
|
|
6823
|
}
|
|
7007
|
.icon-calendar-empty:before {
|
|
6824
|
.fa-calendar-o:before {
|
|
7008
|
content: "\f133";
|
|
6825
|
content: "\f133";
|
|
7009
|
}
|
|
6826
|
}
|
|
7010
|
.icon-fire-extinguisher:before {
|
|
6827
|
.fa-fire-extinguisher:before {
|
|
7011
|
content: "\f134";
|
|
6828
|
content: "\f134";
|
|
7012
|
}
|
|
6829
|
}
|
|
7013
|
.icon-rocket:before {
|
|
6830
|
.fa-rocket:before {
|
|
7014
|
content: "\f135";
|
|
6831
|
content: "\f135";
|
|
7015
|
}
|
|
6832
|
}
|
|
7016
|
.icon-maxcdn:before {
|
|
6833
|
.fa-maxcdn:before {
|
|
7017
|
content: "\f136";
|
|
6834
|
content: "\f136";
|
|
7018
|
}
|
|
6835
|
}
|
|
7019
|
.icon-chevron-sign-left:before {
|
|
6836
|
.fa-chevron-circle-left:before {
|
|
7020
|
content: "\f137";
|
|
6837
|
content: "\f137";
|
|
7021
|
}
|
|
6838
|
}
|
|
7022
|
.icon-chevron-sign-right:before {
|
|
6839
|
.fa-chevron-circle-right:before {
|
|
7023
|
content: "\f138";
|
|
6840
|
content: "\f138";
|
|
7024
|
}
|
|
6841
|
}
|
|
7025
|
.icon-chevron-sign-up:before {
|
|
6842
|
.fa-chevron-circle-up:before {
|
|
7026
|
content: "\f139";
|
|
6843
|
content: "\f139";
|
|
7027
|
}
|
|
6844
|
}
|
|
7028
|
.icon-chevron-sign-down:before {
|
|
6845
|
.fa-chevron-circle-down:before {
|
|
7029
|
content: "\f13a";
|
|
6846
|
content: "\f13a";
|
|
7030
|
}
|
|
6847
|
}
|
|
7031
|
.icon-html5:before {
|
|
6848
|
.fa-html5:before {
|
|
7032
|
content: "\f13b";
|
|
6849
|
content: "\f13b";
|
|
7033
|
}
|
|
6850
|
}
|
|
7034
|
.icon-css3:before {
|
|
6851
|
.fa-css3:before {
|
|
7035
|
content: "\f13c";
|
|
6852
|
content: "\f13c";
|
|
7036
|
}
|
|
6853
|
}
|
|
7037
|
.icon-anchor:before {
|
|
6854
|
.fa-anchor:before {
|
|
7038
|
content: "\f13d";
|
|
6855
|
content: "\f13d";
|
|
7039
|
}
|
|
6856
|
}
|
|
7040
|
.icon-unlock-alt:before {
|
|
6857
|
.fa-unlock-alt:before {
|
|
7041
|
content: "\f13e";
|
|
6858
|
content: "\f13e";
|
|
7042
|
}
|
|
6859
|
}
|
|
7043
|
.icon-bullseye:before {
|
|
6860
|
.fa-bullseye:before {
|
|
7044
|
content: "\f140";
|
|
6861
|
content: "\f140";
|
|
7045
|
}
|
|
6862
|
}
|
|
7046
|
.icon-ellipsis-horizontal:before {
|
|
6863
|
.fa-ellipsis-h:before {
|
|
7047
|
content: "\f141";
|
|
6864
|
content: "\f141";
|
|
7048
|
}
|
|
6865
|
}
|
|
7049
|
.icon-ellipsis-vertical:before {
|
|
6866
|
.fa-ellipsis-v:before {
|
|
7050
|
content: "\f142";
|
|
6867
|
content: "\f142";
|
|
7051
|
}
|
|
6868
|
}
|
|
7052
|
.icon-rss-sign:before {
|
|
6869
|
.fa-rss-square:before {
|
|
7053
|
content: "\f143";
|
|
6870
|
content: "\f143";
|
|
7054
|
}
|
|
6871
|
}
|
|
7055
|
.icon-play-sign:before {
|
|
6872
|
.fa-play-circle:before {
|
|
7056
|
content: "\f144";
|
|
6873
|
content: "\f144";
|
|
7057
|
}
|
|
6874
|
}
|
|
7058
|
.icon-ticket:before {
|
|
6875
|
.fa-ticket:before {
|
|
7059
|
content: "\f145";
|
|
6876
|
content: "\f145";
|
|
7060
|
}
|
|
6877
|
}
|
|
7061
|
.icon-minus-sign-alt:before {
|
|
6878
|
.fa-minus-square:before {
|
|
7062
|
content: "\f146";
|
|
6879
|
content: "\f146";
|
|
7063
|
}
|
|
6880
|
}
|
|
7064
|
.icon-check-minus:before {
|
|
6881
|
.fa-minus-square-o:before {
|
|
7065
|
content: "\f147";
|
|
6882
|
content: "\f147";
|
|
7066
|
}
|
|
6883
|
}
|
|
7067
|
.icon-level-up:before {
|
|
6884
|
.fa-level-up:before {
|
|
7068
|
content: "\f148";
|
|
6885
|
content: "\f148";
|
|
7069
|
}
|
|
6886
|
}
|
|
7070
|
.icon-level-down:before {
|
|
6887
|
.fa-level-down:before {
|
|
7071
|
content: "\f149";
|
|
6888
|
content: "\f149";
|
|
7072
|
}
|
|
6889
|
}
|
|
7073
|
.icon-check-sign:before {
|
|
6890
|
.fa-check-square:before {
|
|
7074
|
content: "\f14a";
|
|
6891
|
content: "\f14a";
|
|
7075
|
}
|
|
6892
|
}
|
|
7076
|
.icon-edit-sign:before {
|
|
6893
|
.fa-pencil-square:before {
|
|
7077
|
content: "\f14b";
|
|
6894
|
content: "\f14b";
|
|
7078
|
}
|
|
6895
|
}
|
|
7079
|
.icon-external-link-sign:before {
|
|
6896
|
.fa-external-link-square:before {
|
|
7080
|
content: "\f14c";
|
|
6897
|
content: "\f14c";
|
|
7081
|
}
|
|
6898
|
}
|
|
7082
|
.icon-share-sign:before {
|
|
6899
|
.fa-share-square:before {
|
|
7083
|
content: "\f14d";
|
|
6900
|
content: "\f14d";
|
|
7084
|
}
|
|
6901
|
}
|
|
7085
|
.icon-compass:before {
|
|
6902
|
.fa-compass:before {
|
|
7086
|
content: "\f14e";
|
|
6903
|
content: "\f14e";
|
|
7087
|
}
|
|
6904
|
}
|
|
7088
|
.icon-collapse:before {
|
|
6905
|
.fa-toggle-down:before,
|
|
|
|
|
6906
|
.fa-caret-square-o-down:before {
|
|
7089
|
content: "\f150";
|
|
6907
|
content: "\f150";
|
|
7090
|
}
|
|
6908
|
}
|
|
7091
|
.icon-collapse-top:before {
|
|
6909
|
.fa-toggle-up:before,
|
|
|
|
|
6910
|
.fa-caret-square-o-up:before {
|
|
7092
|
content: "\f151";
|
|
6911
|
content: "\f151";
|
|
7093
|
}
|
|
6912
|
}
|
|
7094
|
.icon-expand:before {
|
|
6913
|
.fa-toggle-right:before,
|
|
|
|
|
6914
|
.fa-caret-square-o-right:before {
|
|
7095
|
content: "\f152";
|
|
6915
|
content: "\f152";
|
|
7096
|
}
|
|
6916
|
}
|
|
7097
|
.icon-euro:before,
|
|
6917
|
.fa-euro:before,
|
|
7098
|
.icon-eur:before {
|
|
6918
|
.fa-eur:before {
|
|
7099
|
content: "\f153";
|
|
6919
|
content: "\f153";
|
|
7100
|
}
|
|
6920
|
}
|
|
7101
|
.icon-gbp:before {
|
|
6921
|
.fa-gbp:before {
|
|
7102
|
content: "\f154";
|
|
6922
|
content: "\f154";
|
|
7103
|
}
|
|
6923
|
}
|
|
7104
|
.icon-dollar:before,
|
|
6924
|
.fa-dollar:before,
|
|
7105
|
.icon-usd:before {
|
|
6925
|
.fa-usd:before {
|
|
7106
|
content: "\f155";
|
|
6926
|
content: "\f155";
|
|
7107
|
}
|
|
6927
|
}
|
|
7108
|
.icon-rupee:before,
|
|
6928
|
.fa-rupee:before,
|
|
7109
|
.icon-inr:before {
|
|
6929
|
.fa-inr:before {
|
|
7110
|
content: "\f156";
|
|
6930
|
content: "\f156";
|
|
7111
|
}
|
|
6931
|
}
|
|
7112
|
.icon-yen:before,
|
|
6932
|
.fa-cny:before,
|
|
7113
|
.icon-jpy:before {
|
|
6933
|
.fa-rmb:before,
|
|
|
|
|
6934
|
.fa-yen:before,
|
|
|
|
|
6935
|
.fa-jpy:before {
|
|
7114
|
content: "\f157";
|
|
6936
|
content: "\f157";
|
|
7115
|
}
|
|
6937
|
}
|
|
7116
|
.icon-renminbi:before,
|
|
6938
|
.fa-ruble:before,
|
|
7117
|
.icon-cny:before {
|
|
6939
|
.fa-rouble:before,
|
|
|
|
|
6940
|
.fa-rub:before {
|
|
7118
|
content: "\f158";
|
|
6941
|
content: "\f158";
|
|
7119
|
}
|
|
6942
|
}
|
|
7120
|
.icon-won:before,
|
|
6943
|
.fa-won:before,
|
|
7121
|
.icon-krw:before {
|
|
6944
|
.fa-krw:before {
|
|
7122
|
content: "\f159";
|
|
6945
|
content: "\f159";
|
|
7123
|
}
|
|
6946
|
}
|
|
7124
|
.icon-bitcoin:before,
|
|
6947
|
.fa-bitcoin:before,
|
|
7125
|
.icon-btc:before {
|
|
6948
|
.fa-btc:before {
|
|
7126
|
content: "\f15a";
|
|
6949
|
content: "\f15a";
|
|
7127
|
}
|
|
6950
|
}
|
|
7128
|
.icon-file:before {
|
|
6951
|
.fa-file:before {
|
|
7129
|
content: "\f15b";
|
|
6952
|
content: "\f15b";
|
|
7130
|
}
|
|
6953
|
}
|
|
7131
|
.icon-file-text:before {
|
|
6954
|
.fa-file-text:before {
|
|
7132
|
content: "\f15c";
|
|
6955
|
content: "\f15c";
|
|
7133
|
}
|
|
6956
|
}
|
|
7134
|
.icon-sort-by-alphabet:before {
|
|
6957
|
.fa-sort-alpha-asc:before {
|
|
7135
|
content: "\f15d";
|
|
6958
|
content: "\f15d";
|
|
7136
|
}
|
|
6959
|
}
|
|
7137
|
.icon-sort-by-alphabet-alt:before {
|
|
6960
|
.fa-sort-alpha-desc:before {
|
|
7138
|
content: "\f15e";
|
|
6961
|
content: "\f15e";
|
|
7139
|
}
|
|
6962
|
}
|
|
7140
|
.icon-sort-by-attributes:before {
|
|
6963
|
.fa-sort-amount-asc:before {
|
|
7141
|
content: "\f160";
|
|
6964
|
content: "\f160";
|
|
7142
|
}
|
|
6965
|
}
|
|
7143
|
.icon-sort-by-attributes-alt:before {
|
|
6966
|
.fa-sort-amount-desc:before {
|
|
7144
|
content: "\f161";
|
|
6967
|
content: "\f161";
|
|
7145
|
}
|
|
6968
|
}
|
|
7146
|
.icon-sort-by-order:before {
|
|
6969
|
.fa-sort-numeric-asc:before {
|
|
7147
|
content: "\f162";
|
|
6970
|
content: "\f162";
|
|
7148
|
}
|
|
6971
|
}
|
|
7149
|
.icon-sort-by-order-alt:before {
|
|
6972
|
.fa-sort-numeric-desc:before {
|
|
7150
|
content: "\f163";
|
|
6973
|
content: "\f163";
|
|
7151
|
}
|
|
6974
|
}
|
|
7152
|
.icon-thumbs-up:before {
|
|
6975
|
.fa-thumbs-up:before {
|
|
7153
|
content: "\f164";
|
|
6976
|
content: "\f164";
|
|
7154
|
}
|
|
6977
|
}
|
|
7155
|
.icon-thumbs-down:before {
|
|
6978
|
.fa-thumbs-down:before {
|
|
7156
|
content: "\f165";
|
|
6979
|
content: "\f165";
|
|
7157
|
}
|
|
6980
|
}
|
|
7158
|
.icon-youtube-sign:before {
|
|
6981
|
.fa-youtube-square:before {
|
|
7159
|
content: "\f166";
|
|
6982
|
content: "\f166";
|
|
7160
|
}
|
|
6983
|
}
|
|
7161
|
.icon-youtube:before {
|
|
6984
|
.fa-youtube:before {
|
|
7162
|
content: "\f167";
|
|
6985
|
content: "\f167";
|
|
7163
|
}
|
|
6986
|
}
|
|
7164
|
.icon-xing:before {
|
|
6987
|
.fa-xing:before {
|
|
7165
|
content: "\f168";
|
|
6988
|
content: "\f168";
|
|
7166
|
}
|
|
6989
|
}
|
|
7167
|
.icon-xing-sign:before {
|
|
6990
|
.fa-xing-square:before {
|
|
7168
|
content: "\f169";
|
|
6991
|
content: "\f169";
|
|
7169
|
}
|
|
6992
|
}
|
|
7170
|
.icon-youtube-play:before {
|
|
6993
|
.fa-youtube-play:before {
|
|
7171
|
content: "\f16a";
|
|
6994
|
content: "\f16a";
|
|
7172
|
}
|
|
6995
|
}
|
|
7173
|
.icon-dropbox:before {
|
|
6996
|
.fa-dropbox:before {
|
|
7174
|
content: "\f16b";
|
|
6997
|
content: "\f16b";
|
|
7175
|
}
|
|
6998
|
}
|
|
7176
|
.icon-stackexchange:before {
|
|
6999
|
.fa-stack-overflow:before {
|
|
7177
|
content: "\f16c";
|
|
7000
|
content: "\f16c";
|
|
7178
|
}
|
|
7001
|
}
|
|
7179
|
.icon-instagram:before {
|
|
7002
|
.fa-instagram:before {
|
|
7180
|
content: "\f16d";
|
|
7003
|
content: "\f16d";
|
|
7181
|
}
|
|
7004
|
}
|
|
7182
|
.icon-flickr:before {
|
|
7005
|
.fa-flickr:before {
|
|
7183
|
content: "\f16e";
|
|
7006
|
content: "\f16e";
|
|
7184
|
}
|
|
7007
|
}
|
|
7185
|
.icon-adn:before {
|
|
7008
|
.fa-adn:before {
|
|
7186
|
content: "\f170";
|
|
7009
|
content: "\f170";
|
|
7187
|
}
|
|
7010
|
}
|
|
7188
|
.icon-bitbucket:before {
|
|
7011
|
.fa-bitbucket:before {
|
|
7189
|
content: "\f171";
|
|
7012
|
content: "\f171";
|
|
7190
|
}
|
|
7013
|
}
|
|
7191
|
.icon-bitbucket-sign:before {
|
|
7014
|
.fa-bitbucket-square:before {
|
|
7192
|
content: "\f172";
|
|
7015
|
content: "\f172";
|
|
7193
|
}
|
|
7016
|
}
|
|
7194
|
.icon-tumblr:before {
|
|
7017
|
.fa-tumblr:before {
|
|
7195
|
content: "\f173";
|
|
7018
|
content: "\f173";
|
|
7196
|
}
|
|
7019
|
}
|
|
7197
|
.icon-tumblr-sign:before {
|
|
7020
|
.fa-tumblr-square:before {
|
|
7198
|
content: "\f174";
|
|
7021
|
content: "\f174";
|
|
7199
|
}
|
|
7022
|
}
|
|
7200
|
.icon-long-arrow-down:before {
|
|
7023
|
.fa-long-arrow-down:before {
|
|
7201
|
content: "\f175";
|
|
7024
|
content: "\f175";
|
|
7202
|
}
|
|
7025
|
}
|
|
7203
|
.icon-long-arrow-up:before {
|
|
7026
|
.fa-long-arrow-up:before {
|
|
7204
|
content: "\f176";
|
|
7027
|
content: "\f176";
|
|
7205
|
}
|
|
7028
|
}
|
|
7206
|
.icon-long-arrow-left:before {
|
|
7029
|
.fa-long-arrow-left:before {
|
|
7207
|
content: "\f177";
|
|
7030
|
content: "\f177";
|
|
7208
|
}
|
|
7031
|
}
|
|
7209
|
.icon-long-arrow-right:before {
|
|
7032
|
.fa-long-arrow-right:before {
|
|
7210
|
content: "\f178";
|
|
7033
|
content: "\f178";
|
|
7211
|
}
|
|
7034
|
}
|
|
7212
|
.icon-apple:before {
|
|
7035
|
.fa-apple:before {
|
|
7213
|
content: "\f179";
|
|
7036
|
content: "\f179";
|
|
7214
|
}
|
|
7037
|
}
|
|
7215
|
.icon-windows:before {
|
|
7038
|
.fa-windows:before {
|
|
7216
|
content: "\f17a";
|
|
7039
|
content: "\f17a";
|
|
7217
|
}
|
|
7040
|
}
|
|
7218
|
.icon-android:before {
|
|
7041
|
.fa-android:before {
|
|
7219
|
content: "\f17b";
|
|
7042
|
content: "\f17b";
|
|
7220
|
}
|
|
7043
|
}
|
|
7221
|
.icon-linux:before {
|
|
7044
|
.fa-linux:before {
|
|
7222
|
content: "\f17c";
|
|
7045
|
content: "\f17c";
|
|
7223
|
}
|
|
7046
|
}
|
|
7224
|
.icon-dribbble:before {
|
|
7047
|
.fa-dribbble:before {
|
|
7225
|
content: "\f17d";
|
|
7048
|
content: "\f17d";
|
|
7226
|
}
|
|
7049
|
}
|
|
7227
|
.icon-skype:before {
|
|
7050
|
.fa-skype:before {
|
|
7228
|
content: "\f17e";
|
|
7051
|
content: "\f17e";
|
|
7229
|
}
|
|
7052
|
}
|
|
7230
|
.icon-foursquare:before {
|
|
7053
|
.fa-foursquare:before {
|
|
7231
|
content: "\f180";
|
|
7054
|
content: "\f180";
|
|
7232
|
}
|
|
7055
|
}
|
|
7233
|
.icon-trello:before {
|
|
7056
|
.fa-trello:before {
|
|
7234
|
content: "\f181";
|
|
7057
|
content: "\f181";
|
|
7235
|
}
|
|
7058
|
}
|
|
7236
|
.icon-female:before {
|
|
7059
|
.fa-female:before {
|
|
7237
|
content: "\f182";
|
|
7060
|
content: "\f182";
|
|
7238
|
}
|
|
7061
|
}
|
|
7239
|
.icon-male:before {
|
|
7062
|
.fa-male:before {
|
|
7240
|
content: "\f183";
|
|
7063
|
content: "\f183";
|
|
7241
|
}
|
|
7064
|
}
|
|
7242
|
.icon-gittip:before {
|
|
7065
|
.fa-gittip:before {
|
|
7243
|
content: "\f184";
|
|
7066
|
content: "\f184";
|
|
7244
|
}
|
|
7067
|
}
|
|
7245
|
.icon-sun:before {
|
|
7068
|
.fa-sun-o:before {
|
|
7246
|
content: "\f185";
|
|
7069
|
content: "\f185";
|
|
7247
|
}
|
|
7070
|
}
|
|
7248
|
.icon-moon:before {
|
|
7071
|
.fa-moon-o:before {
|
|
7249
|
content: "\f186";
|
|
7072
|
content: "\f186";
|
|
7250
|
}
|
|
7073
|
}
|
|
7251
|
.icon-archive:before {
|
|
7074
|
.fa-archive:before {
|
|
7252
|
content: "\f187";
|
|
7075
|
content: "\f187";
|
|
7253
|
}
|
|
7076
|
}
|
|
7254
|
.icon-bug:before {
|
|
7077
|
.fa-bug:before {
|
|
7255
|
content: "\f188";
|
|
7078
|
content: "\f188";
|
|
7256
|
}
|
|
7079
|
}
|
|
7257
|
.icon-vk:before {
|
|
7080
|
.fa-vk:before {
|
|
7258
|
content: "\f189";
|
|
7081
|
content: "\f189";
|
|
7259
|
}
|
|
7082
|
}
|
|
7260
|
.icon-weibo:before {
|
|
7083
|
.fa-weibo:before {
|
|
7261
|
content: "\f18a";
|
|
7084
|
content: "\f18a";
|
|
7262
|
}
|
|
7085
|
}
|
|
7263
|
.icon-renren:before {
|
|
7086
|
.fa-renren:before {
|
|
7264
|
content: "\f18b";
|
|
7087
|
content: "\f18b";
|
|
7265
|
}
|
|
7088
|
}
|
|
|
|
|
7089
|
.fa-pagelines:before {
|
|
|
|
|
7090
|
content: "\f18c";
|
|
|
|
|
7091
|
}
|
|
|
|
|
7092
|
.fa-stack-exchange:before {
|
|
|
|
|
7093
|
content: "\f18d";
|
|
|
|
|
7094
|
}
|
|
|
|
|
7095
|
.fa-arrow-circle-o-right:before {
|
|
|
|
|
7096
|
content: "\f18e";
|
|
|
|
|
7097
|
}
|
|
|
|
|
7098
|
.fa-arrow-circle-o-left:before {
|
|
|
|
|
7099
|
content: "\f190";
|
|
|
|
|
7100
|
}
|
|
|
|
|
7101
|
.fa-toggle-left:before,
|
|
|
|
|
7102
|
.fa-caret-square-o-left:before {
|
|
|
|
|
7103
|
content: "\f191";
|
|
|
|
|
7104
|
}
|
|
|
|
|
7105
|
.fa-dot-circle-o:before {
|
|
|
|
|
7106
|
content: "\f192";
|
|
|
|
|
7107
|
}
|
|
|
|
|
7108
|
.fa-wheelchair:before {
|
|
|
|
|
7109
|
content: "\f193";
|
|
|
|
|
7110
|
}
|
|
|
|
|
7111
|
.fa-vimeo-square:before {
|
|
|
|
|
7112
|
content: "\f194";
|
|
|
|
|
7113
|
}
|
|
|
|
|
7114
|
.fa-turkish-lira:before,
|
|
|
|
|
7115
|
.fa-try:before {
|
|
|
|
|
7116
|
content: "\f195";
|
|
|
|
|
7117
|
}
|
|
|
|
|
7118
|
.fa-plus-square-o:before {
|
|
|
|
|
7119
|
content: "\f196";
|
|
|
|
|
7120
|
}
|
|
|
|
|
7121
|
.fa-space-shuttle:before {
|
|
|
|
|
7122
|
content: "\f197";
|
|
|
|
|
7123
|
}
|
|
|
|
|
7124
|
.fa-slack:before {
|
|
|
|
|
7125
|
content: "\f198";
|
|
|
|
|
7126
|
}
|
|
|
|
|
7127
|
.fa-envelope-square:before {
|
|
|
|
|
7128
|
content: "\f199";
|
|
|
|
|
7129
|
}
|
|
|
|
|
7130
|
.fa-wordpress:before {
|
|
|
|
|
7131
|
content: "\f19a";
|
|
|
|
|
7132
|
}
|
|
|
|
|
7133
|
.fa-openid:before {
|
|
|
|
|
7134
|
content: "\f19b";
|
|
|
|
|
7135
|
}
|
|
|
|
|
7136
|
.fa-institution:before,
|
|
|
|
|
7137
|
.fa-bank:before,
|
|
|
|
|
7138
|
.fa-university:before {
|
|
|
|
|
7139
|
content: "\f19c";
|
|
|
|
|
7140
|
}
|
|
|
|
|
7141
|
.fa-mortar-board:before,
|
|
|
|
|
7142
|
.fa-graduation-cap:before {
|
|
|
|
|
7143
|
content: "\f19d";
|
|
|
|
|
7144
|
}
|
|
|
|
|
7145
|
.fa-yahoo:before {
|
|
|
|
|
7146
|
content: "\f19e";
|
|
|
|
|
7147
|
}
|
|
|
|
|
7148
|
.fa-google:before {
|
|
|
|
|
7149
|
content: "\f1a0";
|
|
|
|
|
7150
|
}
|
|
|
|
|
7151
|
.fa-reddit:before {
|
|
|
|
|
7152
|
content: "\f1a1";
|
|
|
|
|
7153
|
}
|
|
|
|
|
7154
|
.fa-reddit-square:before {
|
|
|
|
|
7155
|
content: "\f1a2";
|
|
|
|
|
7156
|
}
|
|
|
|
|
7157
|
.fa-stumbleupon-circle:before {
|
|
|
|
|
7158
|
content: "\f1a3";
|
|
|
|
|
7159
|
}
|
|
|
|
|
7160
|
.fa-stumbleupon:before {
|
|
|
|
|
7161
|
content: "\f1a4";
|
|
|
|
|
7162
|
}
|
|
|
|
|
7163
|
.fa-delicious:before {
|
|
|
|
|
7164
|
content: "\f1a5";
|
|
|
|
|
7165
|
}
|
|
|
|
|
7166
|
.fa-digg:before {
|
|
|
|
|
7167
|
content: "\f1a6";
|
|
|
|
|
7168
|
}
|
|
|
|
|
7169
|
.fa-pied-piper-square:before,
|
|
|
|
|
7170
|
.fa-pied-piper:before {
|
|
|
|
|
7171
|
content: "\f1a7";
|
|
|
|
|
7172
|
}
|
|
|
|
|
7173
|
.fa-pied-piper-alt:before {
|
|
|
|
|
7174
|
content: "\f1a8";
|
|
|
|
|
7175
|
}
|
|
|
|
|
7176
|
.fa-drupal:before {
|
|
|
|
|
7177
|
content: "\f1a9";
|
|
|
|
|
7178
|
}
|
|
|
|
|
7179
|
.fa-joomla:before {
|
|
|
|
|
7180
|
content: "\f1aa";
|
|
|
|
|
7181
|
}
|
|
|
|
|
7182
|
.fa-language:before {
|
|
|
|
|
7183
|
content: "\f1ab";
|
|
|
|
|
7184
|
}
|
|
|
|
|
7185
|
.fa-fax:before {
|
|
|
|
|
7186
|
content: "\f1ac";
|
|
|
|
|
7187
|
}
|
|
|
|
|
7188
|
.fa-building:before {
|
|
|
|
|
7189
|
content: "\f1ad";
|
|
|
|
|
7190
|
}
|
|
|
|
|
7191
|
.fa-child:before {
|
|
|
|
|
7192
|
content: "\f1ae";
|
|
|
|
|
7193
|
}
|
|
|
|
|
7194
|
.fa-paw:before {
|
|
|
|
|
7195
|
content: "\f1b0";
|
|
|
|
|
7196
|
}
|
|
|
|
|
7197
|
.fa-spoon:before {
|
|
|
|
|
7198
|
content: "\f1b1";
|
|
|
|
|
7199
|
}
|
|
|
|
|
7200
|
.fa-cube:before {
|
|
|
|
|
7201
|
content: "\f1b2";
|
|
|
|
|
7202
|
}
|
|
|
|
|
7203
|
.fa-cubes:before {
|
|
|
|
|
7204
|
content: "\f1b3";
|
|
|
|
|
7205
|
}
|
|
|
|
|
7206
|
.fa-behance:before {
|
|
|
|
|
7207
|
content: "\f1b4";
|
|
|
|
|
7208
|
}
|
|
|
|
|
7209
|
.fa-behance-square:before {
|
|
|
|
|
7210
|
content: "\f1b5";
|
|
|
|
|
7211
|
}
|
|
|
|
|
7212
|
.fa-steam:before {
|
|
|
|
|
7213
|
content: "\f1b6";
|
|
|
|
|
7214
|
}
|
|
|
|
|
7215
|
.fa-steam-square:before {
|
|
|
|
|
7216
|
content: "\f1b7";
|
|
|
|
|
7217
|
}
|
|
|
|
|
7218
|
.fa-recycle:before {
|
|
|
|
|
7219
|
content: "\f1b8";
|
|
|
|
|
7220
|
}
|
|
|
|
|
7221
|
.fa-automobile:before,
|
|
|
|
|
7222
|
.fa-car:before {
|
|
|
|
|
7223
|
content: "\f1b9";
|
|
|
|
|
7224
|
}
|
|
|
|
|
7225
|
.fa-cab:before,
|
|
|
|
|
7226
|
.fa-taxi:before {
|
|
|
|
|
7227
|
content: "\f1ba";
|
|
|
|
|
7228
|
}
|
|
|
|
|
7229
|
.fa-tree:before {
|
|
|
|
|
7230
|
content: "\f1bb";
|
|
|
|
|
7231
|
}
|
|
|
|
|
7232
|
.fa-spotify:before {
|
|
|
|
|
7233
|
content: "\f1bc";
|
|
|
|
|
7234
|
}
|
|
|
|
|
7235
|
.fa-deviantart:before {
|
|
|
|
|
7236
|
content: "\f1bd";
|
|
|
|
|
7237
|
}
|
|
|
|
|
7238
|
.fa-soundcloud:before {
|
|
|
|
|
7239
|
content: "\f1be";
|
|
|
|
|
7240
|
}
|
|
|
|
|
7241
|
.fa-database:before {
|
|
|
|
|
7242
|
content: "\f1c0";
|
|
|
|
|
7243
|
}
|
|
|
|
|
7244
|
.fa-file-pdf-o:before {
|
|
|
|
|
7245
|
content: "\f1c1";
|
|
|
|
|
7246
|
}
|
|
|
|
|
7247
|
.fa-file-word-o:before {
|
|
|
|
|
7248
|
content: "\f1c2";
|
|
|
|
|
7249
|
}
|
|
|
|
|
7250
|
.fa-file-excel-o:before {
|
|
|
|
|
7251
|
content: "\f1c3";
|
|
|
|
|
7252
|
}
|
|
|
|
|
7253
|
.fa-file-powerpoint-o:before {
|
|
|
|
|
7254
|
content: "\f1c4";
|
|
|
|
|
7255
|
}
|
|
|
|
|
7256
|
.fa-file-photo-o:before,
|
|
|
|
|
7257
|
.fa-file-picture-o:before,
|
|
|
|
|
7258
|
.fa-file-image-o:before {
|
|
|
|
|
7259
|
content: "\f1c5";
|
|
|
|
|
7260
|
}
|
|
|
|
|
7261
|
.fa-file-zip-o:before,
|
|
|
|
|
7262
|
.fa-file-archive-o:before {
|
|
|
|
|
7263
|
content: "\f1c6";
|
|
|
|
|
7264
|
}
|
|
|
|
|
7265
|
.fa-file-sound-o:before,
|
|
|
|
|
7266
|
.fa-file-audio-o:before {
|
|
|
|
|
7267
|
content: "\f1c7";
|
|
|
|
|
7268
|
}
|
|
|
|
|
7269
|
.fa-file-movie-o:before,
|
|
|
|
|
7270
|
.fa-file-video-o:before {
|
|
|
|
|
7271
|
content: "\f1c8";
|
|
|
|
|
7272
|
}
|
|
|
|
|
7273
|
.fa-file-code-o:before {
|
|
|
|
|
7274
|
content: "\f1c9";
|
|
|
|
|
7275
|
}
|
|
|
|
|
7276
|
.fa-vine:before {
|
|
|
|
|
7277
|
content: "\f1ca";
|
|
|
|
|
7278
|
}
|
|
|
|
|
7279
|
.fa-codepen:before {
|
|
|
|
|
7280
|
content: "\f1cb";
|
|
|
|
|
7281
|
}
|
|
|
|
|
7282
|
.fa-jsfiddle:before {
|
|
|
|
|
7283
|
content: "\f1cc";
|
|
|
|
|
7284
|
}
|
|
|
|
|
7285
|
.fa-life-bouy:before,
|
|
|
|
|
7286
|
.fa-life-saver:before,
|
|
|
|
|
7287
|
.fa-support:before,
|
|
|
|
|
7288
|
.fa-life-ring:before {
|
|
|
|
|
7289
|
content: "\f1cd";
|
|
|
|
|
7290
|
}
|
|
|
|
|
7291
|
.fa-circle-o-notch:before {
|
|
|
|
|
7292
|
content: "\f1ce";
|
|
|
|
|
7293
|
}
|
|
|
|
|
7294
|
.fa-ra:before,
|
|
|
|
|
7295
|
.fa-rebel:before {
|
|
|
|
|
7296
|
content: "\f1d0";
|
|
|
|
|
7297
|
}
|
|
|
|
|
7298
|
.fa-ge:before,
|
|
|
|
|
7299
|
.fa-empire:before {
|
|
|
|
|
7300
|
content: "\f1d1";
|
|
|
|
|
7301
|
}
|
|
|
|
|
7302
|
.fa-git-square:before {
|
|
|
|
|
7303
|
content: "\f1d2";
|
|
|
|
|
7304
|
}
|
|
|
|
|
7305
|
.fa-git:before {
|
|
|
|
|
7306
|
content: "\f1d3";
|
|
|
|
|
7307
|
}
|
|
|
|
|
7308
|
.fa-hacker-news:before {
|
|
|
|
|
7309
|
content: "\f1d4";
|
|
|
|
|
7310
|
}
|
|
|
|
|
7311
|
.fa-tencent-weibo:before {
|
|
|
|
|
7312
|
content: "\f1d5";
|
|
|
|
|
7313
|
}
|
|
|
|
|
7314
|
.fa-qq:before {
|
|
|
|
|
7315
|
content: "\f1d6";
|
|
|
|
|
7316
|
}
|
|
|
|
|
7317
|
.fa-wechat:before,
|
|
|
|
|
7318
|
.fa-weixin:before {
|
|
|
|
|
7319
|
content: "\f1d7";
|
|
|
|
|
7320
|
}
|
|
|
|
|
7321
|
.fa-send:before,
|
|
|
|
|
7322
|
.fa-paper-plane:before {
|
|
|
|
|
7323
|
content: "\f1d8";
|
|
|
|
|
7324
|
}
|
|
|
|
|
7325
|
.fa-send-o:before,
|
|
|
|
|
7326
|
.fa-paper-plane-o:before {
|
|
|
|
|
7327
|
content: "\f1d9";
|
|
|
|
|
7328
|
}
|
|
|
|
|
7329
|
.fa-history:before {
|
|
|
|
|
7330
|
content: "\f1da";
|
|
|
|
|
7331
|
}
|
|
|
|
|
7332
|
.fa-circle-thin:before {
|
|
|
|
|
7333
|
content: "\f1db";
|
|
|
|
|
7334
|
}
|
|
|
|
|
7335
|
.fa-header:before {
|
|
|
|
|
7336
|
content: "\f1dc";
|
|
|
|
|
7337
|
}
|
|
|
|
|
7338
|
.fa-paragraph:before {
|
|
|
|
|
7339
|
content: "\f1dd";
|
|
|
|
|
7340
|
}
|
|
|
|
|
7341
|
.fa-sliders:before {
|
|
|
|
|
7342
|
content: "\f1de";
|
|
|
|
|
7343
|
}
|
|
|
|
|
7344
|
.fa-share-alt:before {
|
|
|
|
|
7345
|
content: "\f1e0";
|
|
|
|
|
7346
|
}
|
|
|
|
|
7347
|
.fa-share-alt-square:before {
|
|
|
|
|
7348
|
content: "\f1e1";
|
|
|
|
|
7349
|
}
|
|
|
|
|
7350
|
.fa-bomb:before {
|
|
|
|
|
7351
|
content: "\f1e2";
|
|
|
|
|
7352
|
}
|
|
7266
|
/*!
|
|
7353
|
/*!
|
|
7267
|
*
|
|
7354
|
*
|
|
7268
|
* IPython base
|
|
7355
|
* IPython base
|
|
@@
-7302,7
+7389,6
universal implementation of the flexible box model is used when available (see
|
|
7302
|
`Modern browsers` comments below). Browsers that are known to implement this
|
|
7389
|
`Modern browsers` comments below). Browsers that are known to implement this
|
|
7303
|
new spec completely include:
|
|
7390
|
new spec completely include:
|
|
7304
|
|
|
7391
|
|
|
7305
|
<<<<<<< HEAD
|
|
|
|
|
7306
|
Firefox 28.0+
|
|
7392
|
Firefox 28.0+
|
|
7307
|
Chrome 29.0+
|
|
7393
|
Chrome 29.0+
|
|
7308
|
Internet Explorer 11+
|
|
7394
|
Internet Explorer 11+
|
|
@@
-7741,23
+7827,37
input.engine_num_input {
|
|
7741
|
margin-right: 0px;
|
|
7827
|
margin-right: 0px;
|
|
7742
|
}
|
|
7828
|
}
|
|
7743
|
.folder_icon:before {
|
|
7829
|
.folder_icon:before {
|
|
|
|
|
7830
|
display: inline-block;
|
|
7744
|
font-family: FontAwesome;
|
|
7831
|
font-family: FontAwesome;
|
|
7745
|
font-weight: normal;
|
|
|
|
|
7746
|
font-style: normal;
|
|
7832
|
font-style: normal;
|
|
7747
|
text-decoration: inherit;
|
|
7833
|
font-weight: normal;
|
|
|
|
|
7834
|
line-height: 1;
|
|
7748
|
-webkit-font-smoothing: antialiased;
|
|
7835
|
-webkit-font-smoothing: antialiased;
|
|
7749
|
*margin-right: .3em;
|
|
7836
|
-moz-osx-font-smoothing: grayscale;
|
|
7750
|
content: "\f114";
|
|
7837
|
content: "\f114";
|
|
7751
|
}
|
|
7838
|
}
|
|
|
|
|
7839
|
.folder_icon:before.pull-left {
|
|
|
|
|
7840
|
margin-right: .3em;
|
|
|
|
|
7841
|
}
|
|
|
|
|
7842
|
.folder_icon:before.pull-right {
|
|
|
|
|
7843
|
margin-left: .3em;
|
|
|
|
|
7844
|
}
|
|
7752
|
.notebook_icon:before {
|
|
7845
|
.notebook_icon:before {
|
|
|
|
|
7846
|
display: inline-block;
|
|
7753
|
font-family: FontAwesome;
|
|
7847
|
font-family: FontAwesome;
|
|
7754
|
font-weight: normal;
|
|
|
|
|
7755
|
font-style: normal;
|
|
7848
|
font-style: normal;
|
|
7756
|
text-decoration: inherit;
|
|
7849
|
font-weight: normal;
|
|
|
|
|
7850
|
line-height: 1;
|
|
7757
|
-webkit-font-smoothing: antialiased;
|
|
7851
|
-webkit-font-smoothing: antialiased;
|
|
7758
|
*margin-right: .3em;
|
|
7852
|
-moz-osx-font-smoothing: grayscale;
|
|
7759
|
content: "\f02d";
|
|
7853
|
content: "\f02d";
|
|
7760
|
}
|
|
7854
|
}
|
|
|
|
|
7855
|
.notebook_icon:before.pull-left {
|
|
|
|
|
7856
|
margin-right: .3em;
|
|
|
|
|
7857
|
}
|
|
|
|
|
7858
|
.notebook_icon:before.pull-right {
|
|
|
|
|
7859
|
margin-left: .3em;
|
|
|
|
|
7860
|
}
|
|
7761
|
/*!
|
|
7861
|
/*!
|
|
7762
|
*
|
|
7862
|
*
|
|
7763
|
* IPython notebook
|
|
7863
|
* IPython notebook
|
|
@@
-8020,8
+8120,6
div.input_area > div.highlight > pre {
|
|
8020
|
/* .CodeMirror-lines */
|
|
8120
|
/* .CodeMirror-lines */
|
|
8021
|
padding: 0;
|
|
8121
|
padding: 0;
|
|
8022
|
border: 0;
|
|
8122
|
border: 0;
|
|
8023
|
-webkit-border-radius: 0;
|
|
|
|
|
8024
|
-moz-border-radius: 0;
|
|
|
|
|
8025
|
border-radius: 0;
|
|
8123
|
border-radius: 0;
|
|
8026
|
}
|
|
8124
|
}
|
|
8027
|
.CodeMirror-vscrollbar,
|
|
8125
|
.CodeMirror-vscrollbar,
|
|
@@
-8365,8
+8463,6
div.output_area pre {
|
|
8365
|
vertical-align: baseline;
|
|
8463
|
vertical-align: baseline;
|
|
8366
|
color: #000000;
|
|
8464
|
color: #000000;
|
|
8367
|
background-color: transparent;
|
|
8465
|
background-color: transparent;
|
|
8368
|
-webkit-border-radius: 0;
|
|
|
|
|
8369
|
-moz-border-radius: 0;
|
|
|
|
|
8370
|
border-radius: 0;
|
|
8466
|
border-radius: 0;
|
|
8371
|
}
|
|
8467
|
}
|
|
8372
|
/* This class is for the output subarea inside the output_area and after
|
|
8468
|
/* This class is for the output subarea inside the output_area and after
|
|
@@
-9549,41
+9645,69
ul#help_menu li a i {
|
|
9549
|
margin-right: 5px;
|
|
9645
|
margin-right: 5px;
|
|
9550
|
}
|
|
9646
|
}
|
|
9551
|
.edit_mode_icon:before {
|
|
9647
|
.edit_mode_icon:before {
|
|
|
|
|
9648
|
display: inline-block;
|
|
9552
|
font-family: FontAwesome;
|
|
9649
|
font-family: FontAwesome;
|
|
9553
|
font-weight: normal;
|
|
|
|
|
9554
|
font-style: normal;
|
|
9650
|
font-style: normal;
|
|
9555
|
text-decoration: inherit;
|
|
9651
|
font-weight: normal;
|
|
|
|
|
9652
|
line-height: 1;
|
|
9556
|
-webkit-font-smoothing: antialiased;
|
|
9653
|
-webkit-font-smoothing: antialiased;
|
|
9557
|
*margin-right: .3em;
|
|
9654
|
-moz-osx-font-smoothing: grayscale;
|
|
9558
|
content: "\f040";
|
|
9655
|
content: "\f040";
|
|
9559
|
}
|
|
9656
|
}
|
|
|
|
|
9657
|
.edit_mode_icon:before.pull-left {
|
|
|
|
|
9658
|
margin-right: .3em;
|
|
|
|
|
9659
|
}
|
|
|
|
|
9660
|
.edit_mode_icon:before.pull-right {
|
|
|
|
|
9661
|
margin-left: .3em;
|
|
|
|
|
9662
|
}
|
|
9560
|
.command_mode_icon:before {
|
|
9663
|
.command_mode_icon:before {
|
|
|
|
|
9664
|
display: inline-block;
|
|
9561
|
font-family: FontAwesome;
|
|
9665
|
font-family: FontAwesome;
|
|
9562
|
font-weight: normal;
|
|
|
|
|
9563
|
font-style: normal;
|
|
9666
|
font-style: normal;
|
|
9564
|
text-decoration: inherit;
|
|
9667
|
font-weight: normal;
|
|
|
|
|
9668
|
line-height: 1;
|
|
9565
|
-webkit-font-smoothing: antialiased;
|
|
9669
|
-webkit-font-smoothing: antialiased;
|
|
9566
|
*margin-right: .3em;
|
|
9670
|
-moz-osx-font-smoothing: grayscale;
|
|
9567
|
content: ' ';
|
|
9671
|
content: ' ';
|
|
9568
|
}
|
|
9672
|
}
|
|
|
|
|
9673
|
.command_mode_icon:before.pull-left {
|
|
|
|
|
9674
|
margin-right: .3em;
|
|
|
|
|
9675
|
}
|
|
|
|
|
9676
|
.command_mode_icon:before.pull-right {
|
|
|
|
|
9677
|
margin-left: .3em;
|
|
|
|
|
9678
|
}
|
|
9569
|
.kernel_idle_icon:before {
|
|
9679
|
.kernel_idle_icon:before {
|
|
|
|
|
9680
|
display: inline-block;
|
|
9570
|
font-family: FontAwesome;
|
|
9681
|
font-family: FontAwesome;
|
|
9571
|
font-weight: normal;
|
|
|
|
|
9572
|
font-style: normal;
|
|
9682
|
font-style: normal;
|
|
9573
|
text-decoration: inherit;
|
|
9683
|
font-weight: normal;
|
|
|
|
|
9684
|
line-height: 1;
|
|
9574
|
-webkit-font-smoothing: antialiased;
|
|
9685
|
-webkit-font-smoothing: antialiased;
|
|
9575
|
*margin-right: .3em;
|
|
9686
|
-moz-osx-font-smoothing: grayscale;
|
|
9576
|
content: "\f10c";
|
|
9687
|
content: "\f10c";
|
|
9577
|
}
|
|
9688
|
}
|
|
|
|
|
9689
|
.kernel_idle_icon:before.pull-left {
|
|
|
|
|
9690
|
margin-right: .3em;
|
|
|
|
|
9691
|
}
|
|
|
|
|
9692
|
.kernel_idle_icon:before.pull-right {
|
|
|
|
|
9693
|
margin-left: .3em;
|
|
|
|
|
9694
|
}
|
|
9578
|
.kernel_busy_icon:before {
|
|
9695
|
.kernel_busy_icon:before {
|
|
|
|
|
9696
|
display: inline-block;
|
|
9579
|
font-family: FontAwesome;
|
|
9697
|
font-family: FontAwesome;
|
|
9580
|
font-weight: normal;
|
|
|
|
|
9581
|
font-style: normal;
|
|
9698
|
font-style: normal;
|
|
9582
|
text-decoration: inherit;
|
|
9699
|
font-weight: normal;
|
|
|
|
|
9700
|
line-height: 1;
|
|
9583
|
-webkit-font-smoothing: antialiased;
|
|
9701
|
-webkit-font-smoothing: antialiased;
|
|
9584
|
*margin-right: .3em;
|
|
9702
|
-moz-osx-font-smoothing: grayscale;
|
|
9585
|
content: "\f111";
|
|
9703
|
content: "\f111";
|
|
9586
|
}
|
|
9704
|
}
|
|
|
|
|
9705
|
.kernel_busy_icon:before.pull-left {
|
|
|
|
|
9706
|
margin-right: .3em;
|
|
|
|
|
9707
|
}
|
|
|
|
|
9708
|
.kernel_busy_icon:before.pull-right {
|
|
|
|
|
9709
|
margin-left: .3em;
|
|
|
|
|
9710
|
}
|
|
9587
|
.notification_widget {
|
|
9711
|
.notification_widget {
|
|
9588
|
color: #777777;
|
|
9712
|
color: #777777;
|
|
9589
|
padding: 1px 12px;
|
|
9713
|
padding: 1px 12px;
|
|
@@
-9649,24
+9773,6
fieldset[disabled] .notification_widget {
|
|
9649
|
-webkit-box-shadow: none;
|
|
9773
|
-webkit-box-shadow: none;
|
|
9650
|
box-shadow: none;
|
|
9774
|
box-shadow: none;
|
|
9651
|
}
|
|
9775
|
}
|
|
9652
|
.notification_widget [class^="icon-"].icon-large,
|
|
|
|
|
9653
|
.notification_widget [class*=" icon-"].icon-large {
|
|
|
|
|
9654
|
line-height: .9em;
|
|
|
|
|
9655
|
}
|
|
|
|
|
9656
|
.notification_widget [class^="icon-"].icon-spin,
|
|
|
|
|
9657
|
.notification_widget [class*=" icon-"].icon-spin {
|
|
|
|
|
9658
|
display: inline-block;
|
|
|
|
|
9659
|
}
|
|
|
|
|
9660
|
.notification_widget [class^="icon-"].pull-left.icon-2x,
|
|
|
|
|
9661
|
.notification_widget [class*=" icon-"].pull-left.icon-2x,
|
|
|
|
|
9662
|
.notification_widget [class^="icon-"].pull-right.icon-2x,
|
|
|
|
|
9663
|
.notification_widget [class*=" icon-"].pull-right.icon-2x {
|
|
|
|
|
9664
|
margin-top: .18em;
|
|
|
|
|
9665
|
}
|
|
|
|
|
9666
|
.notification_widget [class^="icon-"].icon-spin.icon-large,
|
|
|
|
|
9667
|
.notification_widget [class*=" icon-"].icon-spin.icon-large {
|
|
|
|
|
9668
|
line-height: .8em;
|
|
|
|
|
9669
|
}
|
|
|
|
|
9670
|
.notification_widget:hover,
|
|
9776
|
.notification_widget:hover,
|
|
9671
|
.notification_widget:focus,
|
|
9777
|
.notification_widget:focus,
|
|
9672
|
.notification_widget:active,
|
|
9778
|
.notification_widget:active,
|
|
@@
-10115,8
+10221,6
span#autosave_status {
|
|
10115
|
}
|
|
10221
|
}
|
|
10116
|
.ipython_tooltip .tooltiptext pre {
|
|
10222
|
.ipython_tooltip .tooltiptext pre {
|
|
10117
|
border: 0;
|
|
10223
|
border: 0;
|
|
10118
|
-webkit-border-radius: 0;
|
|
|
|
|
10119
|
-moz-border-radius: 0;
|
|
|
|
|
10120
|
border-radius: 0;
|
|
10224
|
border-radius: 0;
|
|
10121
|
font-size: 100%;
|
|
10225
|
font-size: 100%;
|
|
10122
|
background-color: #f7f7f7;
|
|
10226
|
background-color: #f7f7f7;
|
|
@@
-10145,1592
+10249,4
span#autosave_status {
|
|
10145
|
-ms-transform: rotate(45deg);
|
|
10249
|
-ms-transform: rotate(45deg);
|
|
10146
|
-o-transform: rotate(45deg);
|
|
10250
|
-o-transform: rotate(45deg);
|
|
10147
|
}
|
|
10251
|
}
|
|
10148
|
/*# sourceMappingURL=../style/style.min.css.map */
|
|
10252
|
/*# sourceMappingURL=../style/style.min.css.map */
No newline at end of file
|
|
10149
|
=======
|
|
|
|
|
10150
|
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
|
|
|
|
|
10151
|
body{margin:0}
|
|
|
|
|
10152
|
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}
|
|
|
|
|
10153
|
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
|
|
|
|
|
10154
|
audio:not([controls]){display:none;height:0}
|
|
|
|
|
10155
|
[hidden],template{display:none}
|
|
|
|
|
10156
|
a{background:transparent}
|
|
|
|
|
10157
|
a:active,a:hover{outline:0}
|
|
|
|
|
10158
|
abbr[title]{border-bottom:1px dotted}
|
|
|
|
|
10159
|
b,strong{font-weight:bold}
|
|
|
|
|
10160
|
dfn{font-style:italic}
|
|
|
|
|
10161
|
h1{font-size:2em;margin:.67em 0}
|
|
|
|
|
10162
|
mark{background:#ff0;color:#000}
|
|
|
|
|
10163
|
small{font-size:80%}
|
|
|
|
|
10164
|
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
|
|
|
|
|
10165
|
sup{top:-0.5em}
|
|
|
|
|
10166
|
sub{bottom:-0.25em}
|
|
|
|
|
10167
|
img{border:0}
|
|
|
|
|
10168
|
svg:not(:root){overflow:hidden}
|
|
|
|
|
10169
|
figure{margin:1em 40px}
|
|
|
|
|
10170
|
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
|
|
|
|
|
10171
|
pre{overflow:auto}
|
|
|
|
|
10172
|
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
|
|
|
|
|
10173
|
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
|
|
|
|
|
10174
|
button{overflow:visible}
|
|
|
|
|
10175
|
button,select{text-transform:none}
|
|
|
|
|
10176
|
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
|
|
|
|
|
10177
|
button[disabled],html input[disabled]{cursor:default}
|
|
|
|
|
10178
|
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
|
|
|
|
|
10179
|
input{line-height:normal}
|
|
|
|
|
10180
|
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
|
|
|
|
|
10181
|
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
|
|
|
|
|
10182
|
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
|
|
|
|
|
10183
|
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
|
|
|
|
|
10184
|
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
|
|
|
|
|
10185
|
legend{border:0;padding:0}
|
|
|
|
|
10186
|
textarea{overflow:auto}
|
|
|
|
|
10187
|
optgroup{font-weight:bold}
|
|
|
|
|
10188
|
table{border-collapse:collapse;border-spacing:0}
|
|
|
|
|
10189
|
td,th{padding:0}
|
|
|
|
|
10190
|
@media print{*{text-shadow:none !important;color:#000 !important;background:transparent !important;box-shadow:none !important} a,a:visited{text-decoration:underline} a[href]:after{content:" (" attr(href) ")"} abbr[title]:after{content:" (" attr(title) ")"} a[href^="javascript:"]:after,a[href^="#"]:after{content:""} pre,blockquote{border:1px solid #999;page-break-inside:avoid} thead{display:table-header-group} tr,img{page-break-inside:avoid} img{max-width:100% !important} p,h2,h3{orphans:3;widows:3} h2,h3{page-break-after:avoid} select{background:#fff !important} .navbar{display:none} .table td,.table th{background-color:#fff !important} .btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important} .label{border:1px solid #000} .table{border-collapse:collapse !important} .table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
|
|
|
|
|
10191
|
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
|
|
|
|
|
10192
|
html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}
|
|
|
|
|
10193
|
body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:1.428571429;color:#000;background-color:#fff}
|
|
|
|
|
10194
|
input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
|
|
|
|
|
10195
|
a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}
|
|
|
|
|
10196
|
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
|
|
|
|
|
10197
|
figure{margin:0}
|
|
|
|
|
10198
|
img{vertical-align:middle}
|
|
|
|
|
10199
|
.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}
|
|
|
|
|
10200
|
.img-rounded{border-radius:6px}
|
|
|
|
|
10201
|
.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}
|
|
|
|
|
10202
|
.img-circle{border-radius:50%}
|
|
|
|
|
10203
|
hr{margin-top:18px;margin-bottom:18px;border:0;border-top:1px solid #eee}
|
|
|
|
|
10204
|
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
|
|
|
|
|
10205
|
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999}
|
|
|
|
|
10206
|
h1,.h1,h2,.h2,h3,.h3{margin-top:18px;margin-bottom:9px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}
|
|
|
|
|
10207
|
h4,.h4,h5,.h5,h6,.h6{margin-top:9px;margin-bottom:9px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}
|
|
|
|
|
10208
|
h1,.h1{font-size:33px}
|
|
|
|
|
10209
|
h2,.h2{font-size:27px}
|
|
|
|
|
10210
|
h3,.h3{font-size:23px}
|
|
|
|
|
10211
|
h4,.h4{font-size:17px}
|
|
|
|
|
10212
|
h5,.h5{font-size:13px}
|
|
|
|
|
10213
|
h6,.h6{font-size:12px}
|
|
|
|
|
10214
|
p{margin:0 0 9px}
|
|
|
|
|
10215
|
.lead{margin-bottom:18px;font-size:14px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:19.5px}}
|
|
|
|
|
10216
|
small,.small{font-size:85%}
|
|
|
|
|
10217
|
cite{font-style:normal}
|
|
|
|
|
10218
|
.text-left{text-align:left}
|
|
|
|
|
10219
|
.text-right{text-align:right}
|
|
|
|
|
10220
|
.text-center{text-align:center}
|
|
|
|
|
10221
|
.text-justify{text-align:justify}
|
|
|
|
|
10222
|
.text-muted{color:#999}
|
|
|
|
|
10223
|
.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}
|
|
|
|
|
10224
|
.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}
|
|
|
|
|
10225
|
.text-info{color:#31708f}a.text-info:hover{color:#245269}
|
|
|
|
|
10226
|
.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}
|
|
|
|
|
10227
|
.text-danger{color:#a94442}a.text-danger:hover{color:#843534}
|
|
|
|
|
10228
|
.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}
|
|
|
|
|
10229
|
.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}
|
|
|
|
|
10230
|
.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}
|
|
|
|
|
10231
|
.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}
|
|
|
|
|
10232
|
.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}
|
|
|
|
|
10233
|
.page-header{padding-bottom:8px;margin:36px 0 18px;border-bottom:1px solid #eee}
|
|
|
|
|
10234
|
ul,ol{margin-top:0;margin-bottom:9px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}
|
|
|
|
|
10235
|
.list-unstyled{padding-left:0;list-style:none}
|
|
|
|
|
10236
|
.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}
|
|
|
|
|
10237
|
dl{margin-top:0;margin-bottom:18px}
|
|
|
|
|
10238
|
dt,dd{line-height:1.428571429}
|
|
|
|
|
10239
|
dt{font-weight:bold}
|
|
|
|
|
10240
|
dd{margin-left:0}
|
|
|
|
|
10241
|
@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} .dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}
|
|
|
|
|
10242
|
.initialism{font-size:90%;text-transform:uppercase}
|
|
|
|
|
10243
|
blockquote{padding:9px 18px;margin:0 0 18px;font-size:inherit;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}
|
|
|
|
|
10244
|
blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.428571429;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}
|
|
|
|
|
10245
|
.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}
|
|
|
|
|
10246
|
.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}
|
|
|
|
|
10247
|
blockquote:before,blockquote:after{content:""}
|
|
|
|
|
10248
|
address{margin-bottom:18px;font-style:normal;line-height:1.428571429}
|
|
|
|
|
10249
|
code,kbd,pre,samp{font-family:monospace}
|
|
|
|
|
10250
|
code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}
|
|
|
|
|
10251
|
kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}
|
|
|
|
|
10252
|
pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12px;line-height:1.428571429;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}
|
|
|
|
|
10253
|
.pre-scrollable{max-height:340px;overflow-y:scroll}
|
|
|
|
|
10254
|
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}
|
|
|
|
|
10255
|
.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
|
|
|
|
|
10256
|
.row{margin-left:-15px;margin-right:-15px}
|
|
|
|
|
10257
|
.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;padding-right:15px}
|
|
|
|
|
10258
|
.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{float:left}
|
|
|
|
|
10259
|
.col-xs-12{width:100%}
|
|
|
|
|
10260
|
.col-xs-11{width:91.66666666666666%}
|
|
|
|
|
10261
|
.col-xs-10{width:83.33333333333334%}
|
|
|
|
|
10262
|
.col-xs-9{width:75%}
|
|
|
|
|
10263
|
.col-xs-8{width:66.66666666666666%}
|
|
|
|
|
10264
|
.col-xs-7{width:58.333333333333336%}
|
|
|
|
|
10265
|
.col-xs-6{width:50%}
|
|
|
|
|
10266
|
.col-xs-5{width:41.66666666666667%}
|
|
|
|
|
10267
|
.col-xs-4{width:33.33333333333333%}
|
|
|
|
|
10268
|
.col-xs-3{width:25%}
|
|
|
|
|
10269
|
.col-xs-2{width:16.666666666666664%}
|
|
|
|
|
10270
|
.col-xs-1{width:8.333333333333332%}
|
|
|
|
|
10271
|
.col-xs-pull-12{right:100%}
|
|
|
|
|
10272
|
.col-xs-pull-11{right:91.66666666666666%}
|
|
|
|
|
10273
|
.col-xs-pull-10{right:83.33333333333334%}
|
|
|
|
|
10274
|
.col-xs-pull-9{right:75%}
|
|
|
|
|
10275
|
.col-xs-pull-8{right:66.66666666666666%}
|
|
|
|
|
10276
|
.col-xs-pull-7{right:58.333333333333336%}
|
|
|
|
|
10277
|
.col-xs-pull-6{right:50%}
|
|
|
|
|
10278
|
.col-xs-pull-5{right:41.66666666666667%}
|
|
|
|
|
10279
|
.col-xs-pull-4{right:33.33333333333333%}
|
|
|
|
|
10280
|
.col-xs-pull-3{right:25%}
|
|
|
|
|
10281
|
.col-xs-pull-2{right:16.666666666666664%}
|
|
|
|
|
10282
|
.col-xs-pull-1{right:8.333333333333332%}
|
|
|
|
|
10283
|
.col-xs-pull-0{right:0}
|
|
|
|
|
10284
|
.col-xs-push-12{left:100%}
|
|
|
|
|
10285
|
.col-xs-push-11{left:91.66666666666666%}
|
|
|
|
|
10286
|
.col-xs-push-10{left:83.33333333333334%}
|
|
|
|
|
10287
|
.col-xs-push-9{left:75%}
|
|
|
|
|
10288
|
.col-xs-push-8{left:66.66666666666666%}
|
|
|
|
|
10289
|
.col-xs-push-7{left:58.333333333333336%}
|
|
|
|
|
10290
|
.col-xs-push-6{left:50%}
|
|
|
|
|
10291
|
.col-xs-push-5{left:41.66666666666667%}
|
|
|
|
|
10292
|
.col-xs-push-4{left:33.33333333333333%}
|
|
|
|
|
10293
|
.col-xs-push-3{left:25%}
|
|
|
|
|
10294
|
.col-xs-push-2{left:16.666666666666664%}
|
|
|
|
|
10295
|
.col-xs-push-1{left:8.333333333333332%}
|
|
|
|
|
10296
|
.col-xs-push-0{left:0}
|
|
|
|
|
10297
|
.col-xs-offset-12{margin-left:100%}
|
|
|
|
|
10298
|
.col-xs-offset-11{margin-left:91.66666666666666%}
|
|
|
|
|
10299
|
.col-xs-offset-10{margin-left:83.33333333333334%}
|
|
|
|
|
10300
|
.col-xs-offset-9{margin-left:75%}
|
|
|
|
|
10301
|
.col-xs-offset-8{margin-left:66.66666666666666%}
|
|
|
|
|
10302
|
.col-xs-offset-7{margin-left:58.333333333333336%}
|
|
|
|
|
10303
|
.col-xs-offset-6{margin-left:50%}
|
|
|
|
|
10304
|
.col-xs-offset-5{margin-left:41.66666666666667%}
|
|
|
|
|
10305
|
.col-xs-offset-4{margin-left:33.33333333333333%}
|
|
|
|
|
10306
|
.col-xs-offset-3{margin-left:25%}
|
|
|
|
|
10307
|
.col-xs-offset-2{margin-left:16.666666666666664%}
|
|
|
|
|
10308
|
.col-xs-offset-1{margin-left:8.333333333333332%}
|
|
|
|
|
10309
|
.col-xs-offset-0{margin-left:0}
|
|
|
|
|
10310
|
@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{float:left} .col-sm-12{width:100%} .col-sm-11{width:91.66666666666666%} .col-sm-10{width:83.33333333333334%} .col-sm-9{width:75%} .col-sm-8{width:66.66666666666666%} .col-sm-7{width:58.333333333333336%} .col-sm-6{width:50%} .col-sm-5{width:41.66666666666667%} .col-sm-4{width:33.33333333333333%} .col-sm-3{width:25%} .col-sm-2{width:16.666666666666664%} .col-sm-1{width:8.333333333333332%} .col-sm-pull-12{right:100%} .col-sm-pull-11{right:91.66666666666666%} .col-sm-pull-10{right:83.33333333333334%} .col-sm-pull-9{right:75%} .col-sm-pull-8{right:66.66666666666666%} .col-sm-pull-7{right:58.333333333333336%} .col-sm-pull-6{right:50%} .col-sm-pull-5{right:41.66666666666667%} .col-sm-pull-4{right:33.33333333333333%} .col-sm-pull-3{right:25%} .col-sm-pull-2{right:16.666666666666664%} .col-sm-pull-1{right:8.333333333333332%} .col-sm-pull-0{right:0} .col-sm-push-12{left:100%} .col-sm-push-11{left:91.66666666666666%} .col-sm-push-10{left:83.33333333333334%} .col-sm-push-9{left:75%} .col-sm-push-8{left:66.66666666666666%} .col-sm-push-7{left:58.333333333333336%} .col-sm-push-6{left:50%} .col-sm-push-5{left:41.66666666666667%} .col-sm-push-4{left:33.33333333333333%} .col-sm-push-3{left:25%} .col-sm-push-2{left:16.666666666666664%} .col-sm-push-1{left:8.333333333333332%} .col-sm-push-0{left:0} .col-sm-offset-12{margin-left:100%} .col-sm-offset-11{margin-left:91.66666666666666%} .col-sm-offset-10{margin-left:83.33333333333334%} .col-sm-offset-9{margin-left:75%} .col-sm-offset-8{margin-left:66.66666666666666%} .col-sm-offset-7{margin-left:58.333333333333336%} .col-sm-offset-6{margin-left:50%} .col-sm-offset-5{margin-left:41.66666666666667%} .col-sm-offset-4{margin-left:33.33333333333333%} .col-sm-offset-3{margin-left:25%} .col-sm-offset-2{margin-left:16.666666666666664%} .col-sm-offset-1{margin-left:8.333333333333332%} .col-sm-offset-0{margin-left:0}}@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{float:left} .col-md-12{width:100%} .col-md-11{width:91.66666666666666%} .col-md-10{width:83.33333333333334%} .col-md-9{width:75%} .col-md-8{width:66.66666666666666%} .col-md-7{width:58.333333333333336%} .col-md-6{width:50%} .col-md-5{width:41.66666666666667%} .col-md-4{width:33.33333333333333%} .col-md-3{width:25%} .col-md-2{width:16.666666666666664%} .col-md-1{width:8.333333333333332%} .col-md-pull-12{right:100%} .col-md-pull-11{right:91.66666666666666%} .col-md-pull-10{right:83.33333333333334%} .col-md-pull-9{right:75%} .col-md-pull-8{right:66.66666666666666%} .col-md-pull-7{right:58.333333333333336%} .col-md-pull-6{right:50%} .col-md-pull-5{right:41.66666666666667%} .col-md-pull-4{right:33.33333333333333%} .col-md-pull-3{right:25%} .col-md-pull-2{right:16.666666666666664%} .col-md-pull-1{right:8.333333333333332%} .col-md-pull-0{right:0} .col-md-push-12{left:100%} .col-md-push-11{left:91.66666666666666%} .col-md-push-10{left:83.33333333333334%} .col-md-push-9{left:75%} .col-md-push-8{left:66.66666666666666%} .col-md-push-7{left:58.333333333333336%} .col-md-push-6{left:50%} .col-md-push-5{left:41.66666666666667%} .col-md-push-4{left:33.33333333333333%} .col-md-push-3{left:25%} .col-md-push-2{left:16.666666666666664%} .col-md-push-1{left:8.333333333333332%} .col-md-push-0{left:0} .col-md-offset-12{margin-left:100%} .col-md-offset-11{margin-left:91.66666666666666%} .col-md-offset-10{margin-left:83.33333333333334%} .col-md-offset-9{margin-left:75%} .col-md-offset-8{margin-left:66.66666666666666%} .col-md-offset-7{margin-left:58.333333333333336%} .col-md-offset-6{margin-left:50%} .col-md-offset-5{margin-left:41.66666666666667%} .col-md-offset-4{margin-left:33.33333333333333%} .col-md-offset-3{margin-left:25%} .col-md-offset-2{margin-left:16.666666666666664%} .col-md-offset-1{margin-left:8.333333333333332%} .col-md-offset-0{margin-left:0}}@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{float:left} .col-lg-12{width:100%} .col-lg-11{width:91.66666666666666%} .col-lg-10{width:83.33333333333334%} .col-lg-9{width:75%} .col-lg-8{width:66.66666666666666%} .col-lg-7{width:58.333333333333336%} .col-lg-6{width:50%} .col-lg-5{width:41.66666666666667%} .col-lg-4{width:33.33333333333333%} .col-lg-3{width:25%} .col-lg-2{width:16.666666666666664%} .col-lg-1{width:8.333333333333332%} .col-lg-pull-12{right:100%} .col-lg-pull-11{right:91.66666666666666%} .col-lg-pull-10{right:83.33333333333334%} .col-lg-pull-9{right:75%} .col-lg-pull-8{right:66.66666666666666%} .col-lg-pull-7{right:58.333333333333336%} .col-lg-pull-6{right:50%} .col-lg-pull-5{right:41.66666666666667%} .col-lg-pull-4{right:33.33333333333333%} .col-lg-pull-3{right:25%} .col-lg-pull-2{right:16.666666666666664%} .col-lg-pull-1{right:8.333333333333332%} .col-lg-pull-0{right:0} .col-lg-push-12{left:100%} .col-lg-push-11{left:91.66666666666666%} .col-lg-push-10{left:83.33333333333334%} .col-lg-push-9{left:75%} .col-lg-push-8{left:66.66666666666666%} .col-lg-push-7{left:58.333333333333336%} .col-lg-push-6{left:50%} .col-lg-push-5{left:41.66666666666667%} .col-lg-push-4{left:33.33333333333333%} .col-lg-push-3{left:25%} .col-lg-push-2{left:16.666666666666664%} .col-lg-push-1{left:8.333333333333332%} .col-lg-push-0{left:0} .col-lg-offset-12{margin-left:100%} .col-lg-offset-11{margin-left:91.66666666666666%} .col-lg-offset-10{margin-left:83.33333333333334%} .col-lg-offset-9{margin-left:75%} .col-lg-offset-8{margin-left:66.66666666666666%} .col-lg-offset-7{margin-left:58.333333333333336%} .col-lg-offset-6{margin-left:50%} .col-lg-offset-5{margin-left:41.66666666666667%} .col-lg-offset-4{margin-left:33.33333333333333%} .col-lg-offset-3{margin-left:25%} .col-lg-offset-2{margin-left:16.666666666666664%} .col-lg-offset-1{margin-left:8.333333333333332%} .col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}
|
|
|
|
|
10311
|
th{text-align:left}
|
|
|
|
|
10312
|
.table{width:100%;margin-bottom:18px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}
|
|
|
|
|
10313
|
.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}
|
|
|
|
|
10314
|
.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}
|
|
|
|
|
10315
|
.table>tbody+tbody{border-top:2px solid #ddd}
|
|
|
|
|
10316
|
.table .table{background-color:#fff}
|
|
|
|
|
10317
|
.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}
|
|
|
|
|
10318
|
.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}
|
|
|
|
|
10319
|
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}
|
|
|
|
|
10320
|
.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}
|
|
|
|
|
10321
|
.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}
|
|
|
|
|
10322
|
table col[class*="col-"]{position:static;float:none;display:table-column}
|
|
|
|
|
10323
|
table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}
|
|
|
|
|
10324
|
.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}
|
|
|
|
|
10325
|
.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}
|
|
|
|
|
10326
|
.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}
|
|
|
|
|
10327
|
.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}
|
|
|
|
|
10328
|
.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}
|
|
|
|
|
10329
|
.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}
|
|
|
|
|
10330
|
.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}
|
|
|
|
|
10331
|
.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}
|
|
|
|
|
10332
|
.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}
|
|
|
|
|
10333
|
.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}
|
|
|
|
|
10334
|
@media (max-width:767px){.table-responsive{width:100%;margin-bottom:13.5px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.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>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td: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>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td: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>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}
|
|
|
|
|
10335
|
legend{display:block;width:100%;padding:0;margin-bottom:18px;font-size:19.5px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}
|
|
|
|
|
10336
|
label{display:inline-block;margin-bottom:5px;font-weight:bold}
|
|
|
|
|
10337
|
input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
|
|
|
|
|
10338
|
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}
|
|
|
|
|
10339
|
input[type="file"]{display:block}
|
|
|
|
|
10340
|
input[type="range"]{display:block;width:100%}
|
|
|
|
|
10341
|
select[multiple],select[size]{height:auto}
|
|
|
|
|
10342
|
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
|
|
|
|
|
10343
|
output{display:block;padding-top:7px;font-size:13px;line-height:1.428571429;color:#555}
|
|
|
|
|
10344
|
.form-control{display:block;width:100%;height:32px;padding:6px 12px;font-size:13px;line-height:1.428571429;color:#555;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 .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}
|
|
|
|
|
10345
|
.form-control::-moz-placeholder{color:#999;opacity:1}
|
|
|
|
|
10346
|
.form-control:-ms-input-placeholder{color:#999}
|
|
|
|
|
10347
|
.form-control::-webkit-input-placeholder{color:#999}
|
|
|
|
|
10348
|
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}
|
|
|
|
|
10349
|
textarea.form-control{height:auto}
|
|
|
|
|
10350
|
input[type="search"]{-webkit-appearance:none}
|
|
|
|
|
10351
|
input[type="date"]{line-height:32px}
|
|
|
|
|
10352
|
.form-group{margin-bottom:15px}
|
|
|
|
|
10353
|
.radio,.checkbox{display:block;min-height:18px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:normal;cursor:pointer}
|
|
|
|
|
10354
|
.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}
|
|
|
|
|
10355
|
.radio+.radio,.checkbox+.checkbox{margin-top:-5px}
|
|
|
|
|
10356
|
.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}
|
|
|
|
|
10357
|
.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}
|
|
|
|
|
10358
|
input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}
|
|
|
|
|
10359
|
.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}
|
|
|
|
|
10360
|
textarea.input-sm,select[multiple].input-sm{height:auto}
|
|
|
|
|
10361
|
.input-lg{height:45px;padding:10px 16px;font-size:17px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}
|
|
|
|
|
10362
|
textarea.input-lg,select[multiple].input-lg{height:auto}
|
|
|
|
|
10363
|
.has-feedback{position:relative}.has-feedback .form-control{padding-right:40px}
|
|
|
|
|
10364
|
.has-feedback .form-control-feedback{position:absolute;top:23px;right:0;display:block;width:32px;height:32px;line-height:32px;text-align:center}
|
|
|
|
|
10365
|
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}
|
|
|
|
|
10366
|
.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .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}
|
|
|
|
|
10367
|
.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}
|
|
|
|
|
10368
|
.has-success .form-control-feedback{color:#3c763d}
|
|
|
|
|
10369
|
.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}
|
|
|
|
|
10370
|
.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .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}
|
|
|
|
|
10371
|
.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}
|
|
|
|
|
10372
|
.has-warning .form-control-feedback{color:#8a6d3b}
|
|
|
|
|
10373
|
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}
|
|
|
|
|
10374
|
.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .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}
|
|
|
|
|
10375
|
.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}
|
|
|
|
|
10376
|
.has-error .form-control-feedback{color:#a94442}
|
|
|
|
|
10377
|
.form-control-static{margin-bottom:0}
|
|
|
|
|
10378
|
.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#404040}
|
|
|
|
|
10379
|
@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle} .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle} .form-inline .input-group>.form-control{width:100%} .form-inline .control-label{margin-bottom:0;vertical-align:middle} .form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle} .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0} .form-inline .has-feedback .form-control-feedback{top:0}}
|
|
|
|
|
10380
|
.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}
|
|
|
|
|
10381
|
.form-horizontal .radio,.form-horizontal .checkbox{min-height:25px}
|
|
|
|
|
10382
|
.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}
|
|
|
|
|
10383
|
.form-horizontal .form-control-static{padding-top:7px}
|
|
|
|
|
10384
|
@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}
|
|
|
|
|
10385
|
.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:13px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
|
|
|
|
|
10386
|
.btn:hover,.btn:focus{color:#333;text-decoration:none}
|
|
|
|
|
10387
|
.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)}
|
|
|
|
|
10388
|
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
|
|
|
|
|
10389
|
.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}
|
|
|
|
|
10390
|
.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}
|
|
|
|
|
10391
|
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}
|
|
|
|
|
10392
|
.btn-default .badge{color:#fff;background-color:#333}
|
|
|
|
|
10393
|
.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}
|
|
|
|
|
10394
|
.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}
|
|
|
|
|
10395
|
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}
|
|
|
|
|
10396
|
.btn-primary .badge{color:#428bca;background-color:#fff}
|
|
|
|
|
10397
|
.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}
|
|
|
|
|
10398
|
.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}
|
|
|
|
|
10399
|
.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}
|
|
|
|
|
10400
|
.btn-success .badge{color:#5cb85c;background-color:#fff}
|
|
|
|
|
10401
|
.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}
|
|
|
|
|
10402
|
.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}
|
|
|
|
|
10403
|
.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}
|
|
|
|
|
10404
|
.btn-info .badge{color:#5bc0de;background-color:#fff}
|
|
|
|
|
10405
|
.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}
|
|
|
|
|
10406
|
.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}
|
|
|
|
|
10407
|
.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}
|
|
|
|
|
10408
|
.btn-warning .badge{color:#f0ad4e;background-color:#fff}
|
|
|
|
|
10409
|
.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}
|
|
|
|
|
10410
|
.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}
|
|
|
|
|
10411
|
.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}
|
|
|
|
|
10412
|
.btn-danger .badge{color:#d9534f;background-color:#fff}
|
|
|
|
|
10413
|
.btn-link{color:#428bca;font-weight:normal;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
|
|
|
|
|
10414
|
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}
|
|
|
|
|
10415
|
.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}
|
|
|
|
|
10416
|
.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}
|
|
|
|
|
10417
|
.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:17px;line-height:1.33;border-radius:6px}
|
|
|
|
|
10418
|
.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
|
|
|
|
|
10419
|
.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}
|
|
|
|
|
10420
|
.btn-block{display:block;width:100%;padding-left:0;padding-right:0}
|
|
|
|
|
10421
|
.btn-block+.btn-block{margin-top:5px}
|
|
|
|
|
10422
|
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}
|
|
|
|
|
10423
|
.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}
|
|
|
|
|
10424
|
.collapse{display:none}.collapse.in{display:block}
|
|
|
|
|
10425
|
.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}
|
|
|
|
|
10426
|
@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.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;-moz-osx-font-smoothing:grayscale}
|
|
|
|
|
10427
|
.glyphicon-asterisk:before{content:"\2a"}
|
|
|
|
|
10428
|
.glyphicon-plus:before{content:"\2b"}
|
|
|
|
|
10429
|
.glyphicon-euro:before{content:"\20ac"}
|
|
|
|
|
10430
|
.glyphicon-minus:before{content:"\2212"}
|
|
|
|
|
10431
|
.glyphicon-cloud:before{content:"\2601"}
|
|
|
|
|
10432
|
.glyphicon-envelope:before{content:"\2709"}
|
|
|
|
|
10433
|
.glyphicon-pencil:before{content:"\270f"}
|
|
|
|
|
10434
|
.glyphicon-glass:before{content:"\e001"}
|
|
|
|
|
10435
|
.glyphicon-music:before{content:"\e002"}
|
|
|
|
|
10436
|
.glyphicon-search:before{content:"\e003"}
|
|
|
|
|
10437
|
.glyphicon-heart:before{content:"\e005"}
|
|
|
|
|
10438
|
.glyphicon-star:before{content:"\e006"}
|
|
|
|
|
10439
|
.glyphicon-star-empty:before{content:"\e007"}
|
|
|
|
|
10440
|
.glyphicon-user:before{content:"\e008"}
|
|
|
|
|
10441
|
.glyphicon-film:before{content:"\e009"}
|
|
|
|
|
10442
|
.glyphicon-th-large:before{content:"\e010"}
|
|
|
|
|
10443
|
.glyphicon-th:before{content:"\e011"}
|
|
|
|
|
10444
|
.glyphicon-th-list:before{content:"\e012"}
|
|
|
|
|
10445
|
.glyphicon-ok:before{content:"\e013"}
|
|
|
|
|
10446
|
.glyphicon-remove:before{content:"\e014"}
|
|
|
|
|
10447
|
.glyphicon-zoom-in:before{content:"\e015"}
|
|
|
|
|
10448
|
.glyphicon-zoom-out:before{content:"\e016"}
|
|
|
|
|
10449
|
.glyphicon-off:before{content:"\e017"}
|
|
|
|
|
10450
|
.glyphicon-signal:before{content:"\e018"}
|
|
|
|
|
10451
|
.glyphicon-cog:before{content:"\e019"}
|
|
|
|
|
10452
|
.glyphicon-trash:before{content:"\e020"}
|
|
|
|
|
10453
|
.glyphicon-home:before{content:"\e021"}
|
|
|
|
|
10454
|
.glyphicon-file:before{content:"\e022"}
|
|
|
|
|
10455
|
.glyphicon-time:before{content:"\e023"}
|
|
|
|
|
10456
|
.glyphicon-road:before{content:"\e024"}
|
|
|
|
|
10457
|
.glyphicon-download-alt:before{content:"\e025"}
|
|
|
|
|
10458
|
.glyphicon-download:before{content:"\e026"}
|
|
|
|
|
10459
|
.glyphicon-upload:before{content:"\e027"}
|
|
|
|
|
10460
|
.glyphicon-inbox:before{content:"\e028"}
|
|
|
|
|
10461
|
.glyphicon-play-circle:before{content:"\e029"}
|
|
|
|
|
10462
|
.glyphicon-repeat:before{content:"\e030"}
|
|
|
|
|
10463
|
.glyphicon-refresh:before{content:"\e031"}
|
|
|
|
|
10464
|
.glyphicon-list-alt:before{content:"\e032"}
|
|
|
|
|
10465
|
.glyphicon-lock:before{content:"\e033"}
|
|
|
|
|
10466
|
.glyphicon-flag:before{content:"\e034"}
|
|
|
|
|
10467
|
.glyphicon-headphones:before{content:"\e035"}
|
|
|
|
|
10468
|
.glyphicon-volume-off:before{content:"\e036"}
|
|
|
|
|
10469
|
.glyphicon-volume-down:before{content:"\e037"}
|
|
|
|
|
10470
|
.glyphicon-volume-up:before{content:"\e038"}
|
|
|
|
|
10471
|
.glyphicon-qrcode:before{content:"\e039"}
|
|
|
|
|
10472
|
.glyphicon-barcode:before{content:"\e040"}
|
|
|
|
|
10473
|
.glyphicon-tag:before{content:"\e041"}
|
|
|
|
|
10474
|
.glyphicon-tags:before{content:"\e042"}
|
|
|
|
|
10475
|
.glyphicon-book:before{content:"\e043"}
|
|
|
|
|
10476
|
.glyphicon-bookmark:before{content:"\e044"}
|
|
|
|
|
10477
|
.glyphicon-print:before{content:"\e045"}
|
|
|
|
|
10478
|
.glyphicon-camera:before{content:"\e046"}
|
|
|
|
|
10479
|
.glyphicon-font:before{content:"\e047"}
|
|
|
|
|
10480
|
.glyphicon-bold:before{content:"\e048"}
|
|
|
|
|
10481
|
.glyphicon-italic:before{content:"\e049"}
|
|
|
|
|
10482
|
.glyphicon-text-height:before{content:"\e050"}
|
|
|
|
|
10483
|
.glyphicon-text-width:before{content:"\e051"}
|
|
|
|
|
10484
|
.glyphicon-align-left:before{content:"\e052"}
|
|
|
|
|
10485
|
.glyphicon-align-center:before{content:"\e053"}
|
|
|
|
|
10486
|
.glyphicon-align-right:before{content:"\e054"}
|
|
|
|
|
10487
|
.glyphicon-align-justify:before{content:"\e055"}
|
|
|
|
|
10488
|
.glyphicon-list:before{content:"\e056"}
|
|
|
|
|
10489
|
.glyphicon-indent-left:before{content:"\e057"}
|
|
|
|
|
10490
|
.glyphicon-indent-right:before{content:"\e058"}
|
|
|
|
|
10491
|
.glyphicon-facetime-video:before{content:"\e059"}
|
|
|
|
|
10492
|
.glyphicon-picture:before{content:"\e060"}
|
|
|
|
|
10493
|
.glyphicon-map-marker:before{content:"\e062"}
|
|
|
|
|
10494
|
.glyphicon-adjust:before{content:"\e063"}
|
|
|
|
|
10495
|
.glyphicon-tint:before{content:"\e064"}
|
|
|
|
|
10496
|
.glyphicon-edit:before{content:"\e065"}
|
|
|
|
|
10497
|
.glyphicon-share:before{content:"\e066"}
|
|
|
|
|
10498
|
.glyphicon-check:before{content:"\e067"}
|
|
|
|
|
10499
|
.glyphicon-move:before{content:"\e068"}
|
|
|
|
|
10500
|
.glyphicon-step-backward:before{content:"\e069"}
|
|
|
|
|
10501
|
.glyphicon-fast-backward:before{content:"\e070"}
|
|
|
|
|
10502
|
.glyphicon-backward:before{content:"\e071"}
|
|
|
|
|
10503
|
.glyphicon-play:before{content:"\e072"}
|
|
|
|
|
10504
|
.glyphicon-pause:before{content:"\e073"}
|
|
|
|
|
10505
|
.glyphicon-stop:before{content:"\e074"}
|
|
|
|
|
10506
|
.glyphicon-forward:before{content:"\e075"}
|
|
|
|
|
10507
|
.glyphicon-fast-forward:before{content:"\e076"}
|
|
|
|
|
10508
|
.glyphicon-step-forward:before{content:"\e077"}
|
|
|
|
|
10509
|
.glyphicon-eject:before{content:"\e078"}
|
|
|
|
|
10510
|
.glyphicon-chevron-left:before{content:"\e079"}
|
|
|
|
|
10511
|
.glyphicon-chevron-right:before{content:"\e080"}
|
|
|
|
|
10512
|
.glyphicon-plus-sign:before{content:"\e081"}
|
|
|
|
|
10513
|
.glyphicon-minus-sign:before{content:"\e082"}
|
|
|
|
|
10514
|
.glyphicon-remove-sign:before{content:"\e083"}
|
|
|
|
|
10515
|
.glyphicon-ok-sign:before{content:"\e084"}
|
|
|
|
|
10516
|
.glyphicon-question-sign:before{content:"\e085"}
|
|
|
|
|
10517
|
.glyphicon-info-sign:before{content:"\e086"}
|
|
|
|
|
10518
|
.glyphicon-screenshot:before{content:"\e087"}
|
|
|
|
|
10519
|
.glyphicon-remove-circle:before{content:"\e088"}
|
|
|
|
|
10520
|
.glyphicon-ok-circle:before{content:"\e089"}
|
|
|
|
|
10521
|
.glyphicon-ban-circle:before{content:"\e090"}
|
|
|
|
|
10522
|
.glyphicon-arrow-left:before{content:"\e091"}
|
|
|
|
|
10523
|
.glyphicon-arrow-right:before{content:"\e092"}
|
|
|
|
|
10524
|
.glyphicon-arrow-up:before{content:"\e093"}
|
|
|
|
|
10525
|
.glyphicon-arrow-down:before{content:"\e094"}
|
|
|
|
|
10526
|
.glyphicon-share-alt:before{content:"\e095"}
|
|
|
|
|
10527
|
.glyphicon-resize-full:before{content:"\e096"}
|
|
|
|
|
10528
|
.glyphicon-resize-small:before{content:"\e097"}
|
|
|
|
|
10529
|
.glyphicon-exclamation-sign:before{content:"\e101"}
|
|
|
|
|
10530
|
.glyphicon-gift:before{content:"\e102"}
|
|
|
|
|
10531
|
.glyphicon-leaf:before{content:"\e103"}
|
|
|
|
|
10532
|
.glyphicon-fire:before{content:"\e104"}
|
|
|
|
|
10533
|
.glyphicon-eye-open:before{content:"\e105"}
|
|
|
|
|
10534
|
.glyphicon-eye-close:before{content:"\e106"}
|
|
|
|
|
10535
|
.glyphicon-warning-sign:before{content:"\e107"}
|
|
|
|
|
10536
|
.glyphicon-plane:before{content:"\e108"}
|
|
|
|
|
10537
|
.glyphicon-calendar:before{content:"\e109"}
|
|
|
|
|
10538
|
.glyphicon-random:before{content:"\e110"}
|
|
|
|
|
10539
|
.glyphicon-comment:before{content:"\e111"}
|
|
|
|
|
10540
|
.glyphicon-magnet:before{content:"\e112"}
|
|
|
|
|
10541
|
.glyphicon-chevron-up:before{content:"\e113"}
|
|
|
|
|
10542
|
.glyphicon-chevron-down:before{content:"\e114"}
|
|
|
|
|
10543
|
.glyphicon-retweet:before{content:"\e115"}
|
|
|
|
|
10544
|
.glyphicon-shopping-cart:before{content:"\e116"}
|
|
|
|
|
10545
|
.glyphicon-folder-close:before{content:"\e117"}
|
|
|
|
|
10546
|
.glyphicon-folder-open:before{content:"\e118"}
|
|
|
|
|
10547
|
.glyphicon-resize-vertical:before{content:"\e119"}
|
|
|
|
|
10548
|
.glyphicon-resize-horizontal:before{content:"\e120"}
|
|
|
|
|
10549
|
.glyphicon-hdd:before{content:"\e121"}
|
|
|
|
|
10550
|
.glyphicon-bullhorn:before{content:"\e122"}
|
|
|
|
|
10551
|
.glyphicon-bell:before{content:"\e123"}
|
|
|
|
|
10552
|
.glyphicon-certificate:before{content:"\e124"}
|
|
|
|
|
10553
|
.glyphicon-thumbs-up:before{content:"\e125"}
|
|
|
|
|
10554
|
.glyphicon-thumbs-down:before{content:"\e126"}
|
|
|
|
|
10555
|
.glyphicon-hand-right:before{content:"\e127"}
|
|
|
|
|
10556
|
.glyphicon-hand-left:before{content:"\e128"}
|
|
|
|
|
10557
|
.glyphicon-hand-up:before{content:"\e129"}
|
|
|
|
|
10558
|
.glyphicon-hand-down:before{content:"\e130"}
|
|
|
|
|
10559
|
.glyphicon-circle-arrow-right:before{content:"\e131"}
|
|
|
|
|
10560
|
.glyphicon-circle-arrow-left:before{content:"\e132"}
|
|
|
|
|
10561
|
.glyphicon-circle-arrow-up:before{content:"\e133"}
|
|
|
|
|
10562
|
.glyphicon-circle-arrow-down:before{content:"\e134"}
|
|
|
|
|
10563
|
.glyphicon-globe:before{content:"\e135"}
|
|
|
|
|
10564
|
.glyphicon-wrench:before{content:"\e136"}
|
|
|
|
|
10565
|
.glyphicon-tasks:before{content:"\e137"}
|
|
|
|
|
10566
|
.glyphicon-filter:before{content:"\e138"}
|
|
|
|
|
10567
|
.glyphicon-briefcase:before{content:"\e139"}
|
|
|
|
|
10568
|
.glyphicon-fullscreen:before{content:"\e140"}
|
|
|
|
|
10569
|
.glyphicon-dashboard:before{content:"\e141"}
|
|
|
|
|
10570
|
.glyphicon-paperclip:before{content:"\e142"}
|
|
|
|
|
10571
|
.glyphicon-heart-empty:before{content:"\e143"}
|
|
|
|
|
10572
|
.glyphicon-link:before{content:"\e144"}
|
|
|
|
|
10573
|
.glyphicon-phone:before{content:"\e145"}
|
|
|
|
|
10574
|
.glyphicon-pushpin:before{content:"\e146"}
|
|
|
|
|
10575
|
.glyphicon-usd:before{content:"\e148"}
|
|
|
|
|
10576
|
.glyphicon-gbp:before{content:"\e149"}
|
|
|
|
|
10577
|
.glyphicon-sort:before{content:"\e150"}
|
|
|
|
|
10578
|
.glyphicon-sort-by-alphabet:before{content:"\e151"}
|
|
|
|
|
10579
|
.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}
|
|
|
|
|
10580
|
.glyphicon-sort-by-order:before{content:"\e153"}
|
|
|
|
|
10581
|
.glyphicon-sort-by-order-alt:before{content:"\e154"}
|
|
|
|
|
10582
|
.glyphicon-sort-by-attributes:before{content:"\e155"}
|
|
|
|
|
10583
|
.glyphicon-sort-by-attributes-alt:before{content:"\e156"}
|
|
|
|
|
10584
|
.glyphicon-unchecked:before{content:"\e157"}
|
|
|
|
|
10585
|
.glyphicon-expand:before{content:"\e158"}
|
|
|
|
|
10586
|
.glyphicon-collapse-down:before{content:"\e159"}
|
|
|
|
|
10587
|
.glyphicon-collapse-up:before{content:"\e160"}
|
|
|
|
|
10588
|
.glyphicon-log-in:before{content:"\e161"}
|
|
|
|
|
10589
|
.glyphicon-flash:before{content:"\e162"}
|
|
|
|
|
10590
|
.glyphicon-log-out:before{content:"\e163"}
|
|
|
|
|
10591
|
.glyphicon-new-window:before{content:"\e164"}
|
|
|
|
|
10592
|
.glyphicon-record:before{content:"\e165"}
|
|
|
|
|
10593
|
.glyphicon-save:before{content:"\e166"}
|
|
|
|
|
10594
|
.glyphicon-open:before{content:"\e167"}
|
|
|
|
|
10595
|
.glyphicon-saved:before{content:"\e168"}
|
|
|
|
|
10596
|
.glyphicon-import:before{content:"\e169"}
|
|
|
|
|
10597
|
.glyphicon-export:before{content:"\e170"}
|
|
|
|
|
10598
|
.glyphicon-send:before{content:"\e171"}
|
|
|
|
|
10599
|
.glyphicon-floppy-disk:before{content:"\e172"}
|
|
|
|
|
10600
|
.glyphicon-floppy-saved:before{content:"\e173"}
|
|
|
|
|
10601
|
.glyphicon-floppy-remove:before{content:"\e174"}
|
|
|
|
|
10602
|
.glyphicon-floppy-save:before{content:"\e175"}
|
|
|
|
|
10603
|
.glyphicon-floppy-open:before{content:"\e176"}
|
|
|
|
|
10604
|
.glyphicon-credit-card:before{content:"\e177"}
|
|
|
|
|
10605
|
.glyphicon-transfer:before{content:"\e178"}
|
|
|
|
|
10606
|
.glyphicon-cutlery:before{content:"\e179"}
|
|
|
|
|
10607
|
.glyphicon-header:before{content:"\e180"}
|
|
|
|
|
10608
|
.glyphicon-compressed:before{content:"\e181"}
|
|
|
|
|
10609
|
.glyphicon-earphone:before{content:"\e182"}
|
|
|
|
|
10610
|
.glyphicon-phone-alt:before{content:"\e183"}
|
|
|
|
|
10611
|
.glyphicon-tower:before{content:"\e184"}
|
|
|
|
|
10612
|
.glyphicon-stats:before{content:"\e185"}
|
|
|
|
|
10613
|
.glyphicon-sd-video:before{content:"\e186"}
|
|
|
|
|
10614
|
.glyphicon-hd-video:before{content:"\e187"}
|
|
|
|
|
10615
|
.glyphicon-subtitles:before{content:"\e188"}
|
|
|
|
|
10616
|
.glyphicon-sound-stereo:before{content:"\e189"}
|
|
|
|
|
10617
|
.glyphicon-sound-dolby:before{content:"\e190"}
|
|
|
|
|
10618
|
.glyphicon-sound-5-1:before{content:"\e191"}
|
|
|
|
|
10619
|
.glyphicon-sound-6-1:before{content:"\e192"}
|
|
|
|
|
10620
|
.glyphicon-sound-7-1:before{content:"\e193"}
|
|
|
|
|
10621
|
.glyphicon-copyright-mark:before{content:"\e194"}
|
|
|
|
|
10622
|
.glyphicon-registration-mark:before{content:"\e195"}
|
|
|
|
|
10623
|
.glyphicon-cloud-download:before{content:"\e197"}
|
|
|
|
|
10624
|
.glyphicon-cloud-upload:before{content:"\e198"}
|
|
|
|
|
10625
|
.glyphicon-tree-conifer:before{content:"\e199"}
|
|
|
|
|
10626
|
.glyphicon-tree-deciduous:before{content:"\e200"}
|
|
|
|
|
10627
|
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}
|
|
|
|
|
10628
|
.dropdown{position:relative}
|
|
|
|
|
10629
|
.dropdown-toggle:focus{outline:0}
|
|
|
|
|
10630
|
.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:13px;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);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}
|
|
|
|
|
10631
|
.dropdown-menu .divider{height:1px;margin:8px 0;overflow:hidden;background-color:#e5e5e5}
|
|
|
|
|
10632
|
.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}
|
|
|
|
|
10633
|
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}
|
|
|
|
|
10634
|
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}
|
|
|
|
|
10635
|
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}
|
|
|
|
|
10636
|
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}
|
|
|
|
|
10637
|
.open>.dropdown-menu{display:block}
|
|
|
|
|
10638
|
.open>a{outline:0}
|
|
|
|
|
10639
|
.dropdown-menu-right{left:auto;right:0}
|
|
|
|
|
10640
|
.dropdown-menu-left{left:0;right:auto}
|
|
|
|
|
10641
|
.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}
|
|
|
|
|
10642
|
.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}
|
|
|
|
|
10643
|
.pull-right>.dropdown-menu{right:0;left:auto}
|
|
|
|
|
10644
|
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}
|
|
|
|
|
10645
|
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}
|
|
|
|
|
10646
|
@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0} .navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}
|
|
|
|
|
10647
|
.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:none}
|
|
|
|
|
10648
|
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}
|
|
|
|
|
10649
|
.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}
|
|
|
|
|
10650
|
.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}
|
|
|
|
|
10651
|
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}
|
|
|
|
|
10652
|
.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}
|
|
|
|
|
10653
|
.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}
|
|
|
|
|
10654
|
.btn-group>.btn-group{float:left}
|
|
|
|
|
10655
|
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}
|
|
|
|
|
10656
|
.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}
|
|
|
|
|
10657
|
.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}
|
|
|
|
|
10658
|
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}
|
|
|
|
|
10659
|
.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}
|
|
|
|
|
10660
|
.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}
|
|
|
|
|
10661
|
.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}
|
|
|
|
|
10662
|
.btn .caret{margin-left:0}
|
|
|
|
|
10663
|
.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}
|
|
|
|
|
10664
|
.dropup .btn-lg .caret{border-width:0 5px 5px}
|
|
|
|
|
10665
|
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}
|
|
|
|
|
10666
|
.btn-group-vertical>.btn-group>.btn{float:none}
|
|
|
|
|
10667
|
.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;margin-left:0}
|
|
|
|
|
10668
|
.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}
|
|
|
|
|
10669
|
.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
|
|
|
|
|
10670
|
.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}
|
|
|
|
|
10671
|
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}
|
|
|
|
|
10672
|
.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;border-bottom-left-radius:0}
|
|
|
|
|
10673
|
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}
|
|
|
|
|
10674
|
.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}
|
|
|
|
|
10675
|
.btn-group-justified>.btn-group .btn{width:100%}
|
|
|
|
|
10676
|
[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}
|
|
|
|
|
10677
|
.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}
|
|
|
|
|
10678
|
.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}
|
|
|
|
|
10679
|
.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:17px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px}
|
|
|
|
|
10680
|
textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}
|
|
|
|
|
10681
|
.input-group-sm>.form-control,.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;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}
|
|
|
|
|
10682
|
textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}
|
|
|
|
|
10683
|
.input-group-addon,.input-group-btn,.input-group .form-control{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}
|
|
|
|
|
10684
|
.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}
|
|
|
|
|
10685
|
.input-group-addon{padding:6px 12px;font-size:13px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}
|
|
|
|
|
10686
|
.input-group-addon.input-lg{padding:10px 16px;font-size:17px;border-radius:6px}
|
|
|
|
|
10687
|
.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}
|
|
|
|
|
10688
|
.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;border-top-right-radius:0}
|
|
|
|
|
10689
|
.input-group-addon:first-child{border-right:0}
|
|
|
|
|
10690
|
.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;border-top-left-radius:0}
|
|
|
|
|
10691
|
.input-group-addon:last-child{border-left:0}
|
|
|
|
|
10692
|
.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}
|
|
|
|
|
10693
|
.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}
|
|
|
|
|
10694
|
.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}
|
|
|
|
|
10695
|
.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}
|
|
|
|
|
10696
|
.nav{margin-bottom:0;padding-left:0;list-style:none}.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:#eee}
|
|
|
|
|
10697
|
.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}
|
|
|
|
|
10698
|
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}
|
|
|
|
|
10699
|
.nav .nav-divider{height:1px;margin:8px 0;overflow:hidden;background-color:#e5e5e5}
|
|
|
|
|
10700
|
.nav>li>a>img{max-width:none}
|
|
|
|
|
10701
|
.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}
|
|
|
|
|
10702
|
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}
|
|
|
|
|
10703
|
.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}
|
|
|
|
|
10704
|
.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
|
|
|
|
|
10705
|
@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}
|
|
|
|
|
10706
|
.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}
|
|
|
|
|
10707
|
@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0} .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}
|
|
|
|
|
10708
|
.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}
|
|
|
|
|
10709
|
.nav-pills>li+li{margin-left:2px}
|
|
|
|
|
10710
|
.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}
|
|
|
|
|
10711
|
.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}
|
|
|
|
|
10712
|
.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}
|
|
|
|
|
10713
|
.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
|
|
|
|
|
10714
|
@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}
|
|
|
|
|
10715
|
.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}
|
|
|
|
|
10716
|
.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}
|
|
|
|
|
10717
|
@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0} .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}
|
|
|
|
|
10718
|
.tab-content>.tab-pane{display:none}
|
|
|
|
|
10719
|
.tab-content>.active{display:block}
|
|
|
|
|
10720
|
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}
|
|
|
|
|
10721
|
.navbar{position:relative;min-height:36px;margin-bottom:18px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}
|
|
|
|
|
10722
|
@media (min-width:768px){.navbar-header{float:left}}
|
|
|
|
|
10723
|
.navbar-collapse{max-height:340px;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);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}
|
|
|
|
|
10724
|
@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}}
|
|
|
|
|
10725
|
.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}
|
|
|
|
|
10726
|
.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}
|
|
|
|
|
10727
|
.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}
|
|
|
|
|
10728
|
.navbar-fixed-top{top:0;border-width:0 0 1px}
|
|
|
|
|
10729
|
.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}
|
|
|
|
|
10730
|
.navbar-brand{float:left;padding:9px 15px;font-size:17px;line-height:18px;height:36px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}
|
|
|
|
|
10731
|
@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}
|
|
|
|
|
10732
|
.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:1px;margin-bottom:1px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:none}
|
|
|
|
|
10733
|
.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}
|
|
|
|
|
10734
|
.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}
|
|
|
|
|
10735
|
@media (min-width:768px){.navbar-toggle{display:none}}
|
|
|
|
|
10736
|
.navbar-nav{margin:4.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:18px}
|
|
|
|
|
10737
|
@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:18px}.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:9px;padding-bottom:9px} .navbar-nav.navbar-right:last-child{margin-right:-15px}}
|
|
|
|
|
10738
|
@media (min-width:768px){.navbar-left{float:left !important;float:left} .navbar-right{float:right !important;float:right}}.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:2px;margin-bottom:2px}@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 .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;padding-left:0;vertical-align:middle} .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0} .navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}
|
|
|
|
|
10739
|
@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;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}
|
|
|
|
|
10740
|
.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}
|
|
|
|
|
10741
|
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}
|
|
|
|
|
10742
|
.navbar-btn{margin-top:2px;margin-bottom:2px}.navbar-btn.btn-sm{margin-top:3px;margin-bottom:3px}
|
|
|
|
|
10743
|
.navbar-btn.btn-xs{margin-top:7px;margin-bottom:7px}
|
|
|
|
|
10744
|
.navbar-text{margin-top:9px;margin-bottom:9px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}
|
|
|
|
|
10745
|
.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}
|
|
|
|
|
10746
|
.navbar-default .navbar-text{color:#777}
|
|
|
|
|
10747
|
.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}
|
|
|
|
|
10748
|
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}
|
|
|
|
|
10749
|
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}
|
|
|
|
|
10750
|
.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}
|
|
|
|
|
10751
|
.navbar-default .navbar-toggle .icon-bar{background-color:#888}
|
|
|
|
|
10752
|
.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}
|
|
|
|
|
10753
|
.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}
|
|
|
|
|
10754
|
@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}}
|
|
|
|
|
10755
|
.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}
|
|
|
|
|
10756
|
.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}
|
|
|
|
|
10757
|
.navbar-inverse .navbar-text{color:#999}
|
|
|
|
|
10758
|
.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}
|
|
|
|
|
10759
|
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}
|
|
|
|
|
10760
|
.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}
|
|
|
|
|
10761
|
.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}
|
|
|
|
|
10762
|
.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}
|
|
|
|
|
10763
|
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}
|
|
|
|
|
10764
|
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}
|
|
|
|
|
10765
|
@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808} .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808} .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.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:#080808} .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}}
|
|
|
|
|
10766
|
.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}
|
|
|
|
|
10767
|
.breadcrumb{padding:8px 15px;margin-bottom:18px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#5e5e5e}
|
|
|
|
|
10768
|
.breadcrumb>.active{color:#999}
|
|
|
|
|
10769
|
.pagination{display:inline-block;padding-left:0;margin:18px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.428571429;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}
|
|
|
|
|
10770
|
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}
|
|
|
|
|
10771
|
.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}
|
|
|
|
|
10772
|
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}
|
|
|
|
|
10773
|
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}
|
|
|
|
|
10774
|
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}
|
|
|
|
|
10775
|
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:17px}
|
|
|
|
|
10776
|
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}
|
|
|
|
|
10777
|
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}
|
|
|
|
|
10778
|
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}
|
|
|
|
|
10779
|
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}
|
|
|
|
|
10780
|
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}
|
|
|
|
|
10781
|
.pager{padding-left:0;margin:18px 0;list-style:none;text-align:center}.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}
|
|
|
|
|
10782
|
.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}
|
|
|
|
|
10783
|
.pager .next>a,.pager .next>span{float:right}
|
|
|
|
|
10784
|
.pager .previous>a,.pager .previous>span{float:left}
|
|
|
|
|
10785
|
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}
|
|
|
|
|
10786
|
.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}
|
|
|
|
|
10787
|
.label:empty{display:none}
|
|
|
|
|
10788
|
.btn .label{position:relative;top:-1px}
|
|
|
|
|
10789
|
.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}
|
|
|
|
|
10790
|
.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}
|
|
|
|
|
10791
|
.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}
|
|
|
|
|
10792
|
.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}
|
|
|
|
|
10793
|
.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}
|
|
|
|
|
10794
|
.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}
|
|
|
|
|
10795
|
.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}
|
|
|
|
|
10796
|
.btn .badge{position:relative;top:-1px}
|
|
|
|
|
10797
|
.btn-xs .badge{top:0;padding:1px 5px}
|
|
|
|
|
10798
|
a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}
|
|
|
|
|
10799
|
a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}
|
|
|
|
|
10800
|
.nav-pills>li>a>.badge{margin-left:3px}
|
|
|
|
|
10801
|
.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}
|
|
|
|
|
10802
|
.jumbotron p{margin-bottom:15px;font-size:20px;font-weight:200}
|
|
|
|
|
10803
|
.container .jumbotron{border-radius:6px}
|
|
|
|
|
10804
|
.jumbotron .container{max-width:100%}
|
|
|
|
|
10805
|
@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px} .jumbotron h1,.jumbotron .h1{font-size:58.5px}}
|
|
|
|
|
10806
|
.thumbnail{display:block;padding:4px;margin-bottom:18px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}
|
|
|
|
|
10807
|
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}
|
|
|
|
|
10808
|
.thumbnail .caption{padding:9px;color:#000}
|
|
|
|
|
10809
|
.alert{padding:15px;margin-bottom:18px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}
|
|
|
|
|
10810
|
.alert .alert-link{font-weight:bold}
|
|
|
|
|
10811
|
.alert>p,.alert>ul{margin-bottom:0}
|
|
|
|
|
10812
|
.alert>p+p{margin-top:5px}
|
|
|
|
|
10813
|
.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}
|
|
|
|
|
10814
|
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}
|
|
|
|
|
10815
|
.alert-success .alert-link{color:#2b542c}
|
|
|
|
|
10816
|
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}
|
|
|
|
|
10817
|
.alert-info .alert-link{color:#245269}
|
|
|
|
|
10818
|
.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}
|
|
|
|
|
10819
|
.alert-warning .alert-link{color:#66512c}
|
|
|
|
|
10820
|
.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}
|
|
|
|
|
10821
|
.alert-danger .alert-link{color:#843534}
|
|
|
|
|
10822
|
@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0} to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0} to{background-position:0 0}}.progress{overflow:hidden;height:18px;margin-bottom:18px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
|
|
|
|
|
10823
|
.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:18px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}
|
|
|
|
|
10824
|
.progress-striped .progress-bar{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: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-size:40px 40px}
|
|
|
|
|
10825
|
.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}
|
|
|
|
|
10826
|
.progress-bar-success{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: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)}
|
|
|
|
|
10827
|
.progress-bar-info{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: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)}
|
|
|
|
|
10828
|
.progress-bar-warning{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: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)}
|
|
|
|
|
10829
|
.progress-bar-danger{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: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)}
|
|
|
|
|
10830
|
.media,.media-body{overflow:hidden;zoom:1}
|
|
|
|
|
10831
|
.media,.media .media{margin-top:15px}
|
|
|
|
|
10832
|
.media:first-child{margin-top:0}
|
|
|
|
|
10833
|
.media-object{display:block}
|
|
|
|
|
10834
|
.media-heading{margin:0 0 5px}
|
|
|
|
|
10835
|
.media>.pull-left{margin-right:10px}
|
|
|
|
|
10836
|
.media>.pull-right{margin-left:10px}
|
|
|
|
|
10837
|
.media-list{padding-left:0;list-style:none}
|
|
|
|
|
10838
|
.list-group{margin-bottom:20px;padding-left:0}
|
|
|
|
|
10839
|
.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
|
|
|
|
|
10840
|
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
|
|
|
|
|
10841
|
.list-group-item>.badge{float:right}
|
|
|
|
|
10842
|
.list-group-item>.badge+.badge{margin-right:5px}
|
|
|
|
|
10843
|
a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}
|
|
|
|
|
10844
|
a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}
|
|
|
|
|
10845
|
a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}
|
|
|
|
|
10846
|
a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}
|
|
|
|
|
10847
|
.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}
|
|
|
|
|
10848
|
a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}
|
|
|
|
|
10849
|
a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}
|
|
|
|
|
10850
|
.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}
|
|
|
|
|
10851
|
a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}
|
|
|
|
|
10852
|
a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}
|
|
|
|
|
10853
|
.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}
|
|
|
|
|
10854
|
a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}
|
|
|
|
|
10855
|
a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}
|
|
|
|
|
10856
|
.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}
|
|
|
|
|
10857
|
a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}
|
|
|
|
|
10858
|
a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}
|
|
|
|
|
10859
|
.list-group-item-heading{margin-top:0;margin-bottom:5px}
|
|
|
|
|
10860
|
.list-group-item-text{margin-bottom:0;line-height:1.3}
|
|
|
|
|
10861
|
.panel{margin-bottom:18px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}
|
|
|
|
|
10862
|
.panel-body{padding:15px}
|
|
|
|
|
10863
|
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}
|
|
|
|
|
10864
|
.panel-title{margin-top:0;margin-bottom:0;font-size:15px;color:inherit}.panel-title>a{color:inherit}
|
|
|
|
|
10865
|
.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
|
|
|
|
|
10866
|
.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}
|
|
|
|
|
10867
|
.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}
|
|
|
|
|
10868
|
.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
|
|
|
|
|
10869
|
.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}
|
|
|
|
|
10870
|
.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}
|
|
|
|
|
10871
|
.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.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 td:first-child,.panel>.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 td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}
|
|
|
|
|
10872
|
.panel>.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 td:last-child,.panel>.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 td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}
|
|
|
|
|
10873
|
.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.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 td:first-child,.panel>.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 td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}
|
|
|
|
|
10874
|
.panel>.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 td:last-child,.panel>.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 td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}
|
|
|
|
|
10875
|
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}
|
|
|
|
|
10876
|
.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}
|
|
|
|
|
10877
|
.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}
|
|
|
|
|
10878
|
.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}
|
|
|
|
|
10879
|
.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}
|
|
|
|
|
10880
|
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
|
|
|
|
|
10881
|
.panel>.table-responsive{border:0;margin-bottom:0}
|
|
|
|
|
10882
|
.panel-group{margin-bottom:18px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}
|
|
|
|
|
10883
|
.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}
|
|
|
|
|
10884
|
.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}
|
|
|
|
|
10885
|
.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}
|
|
|
|
|
10886
|
.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}
|
|
|
|
|
10887
|
.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}
|
|
|
|
|
10888
|
.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}
|
|
|
|
|
10889
|
.panel-success{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}
|
|
|
|
|
10890
|
.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}
|
|
|
|
|
10891
|
.panel-info{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}
|
|
|
|
|
10892
|
.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}
|
|
|
|
|
10893
|
.panel-warning{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}
|
|
|
|
|
10894
|
.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}
|
|
|
|
|
10895
|
.panel-danger{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}
|
|
|
|
|
10896
|
.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}
|
|
|
|
|
10897
|
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}
|
|
|
|
|
10898
|
.well-lg{padding:24px;border-radius:6px}
|
|
|
|
|
10899
|
.well-sm{padding:9px;border-radius:3px}
|
|
|
|
|
10900
|
.close{float:right;font-size:19.5px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}
|
|
|
|
|
10901
|
button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}
|
|
|
|
|
10902
|
.modal-open{overflow:hidden}
|
|
|
|
|
10903
|
.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-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}
|
|
|
|
|
10904
|
.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}
|
|
|
|
|
10905
|
.modal-dialog{position:relative;width:auto;margin:10px}
|
|
|
|
|
10906
|
.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;outline:none}
|
|
|
|
|
10907
|
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}
|
|
|
|
|
10908
|
.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}
|
|
|
|
|
10909
|
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px}
|
|
|
|
|
10910
|
.modal-header .close{margin-top:-2px}
|
|
|
|
|
10911
|
.modal-title{margin:0;line-height:1.428571429}
|
|
|
|
|
10912
|
.modal-body{position:relative;padding:15px}
|
|
|
|
|
10913
|
.modal-footer{margin-top:15px;padding:14px 15px 15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}
|
|
|
|
|
10914
|
.modal-footer .btn-group .btn+.btn{margin-left:-1px}
|
|
|
|
|
10915
|
.modal-footer .btn-block+.btn-block{margin-left:0}
|
|
|
|
|
10916
|
@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto} .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)} .modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}
|
|
|
|
|
10917
|
.tooltip.top{margin-top:-3px;padding:5px 0}
|
|
|
|
|
10918
|
.tooltip.right{margin-left:3px;padding:0 5px}
|
|
|
|
|
10919
|
.tooltip.bottom{margin-top:3px;padding:5px 0}
|
|
|
|
|
10920
|
.tooltip.left{margin-left:-3px;padding:0 5px}
|
|
|
|
|
10921
|
.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}
|
|
|
|
|
10922
|
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
|
|
|
|
|
10923
|
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
|
|
|
|
|
10924
|
.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}
|
|
|
|
|
10925
|
.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}
|
|
|
|
|
10926
|
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
|
|
|
|
|
10927
|
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
|
|
|
|
|
10928
|
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
|
|
|
|
|
10929
|
.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}
|
|
|
|
|
10930
|
.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}
|
|
|
|
|
10931
|
.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;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);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}
|
|
|
|
|
10932
|
.popover.right{margin-left:10px}
|
|
|
|
|
10933
|
.popover.bottom{margin-top:10px}
|
|
|
|
|
10934
|
.popover.left{margin-left:-10px}
|
|
|
|
|
10935
|
.popover-title{margin:0;padding:8px 14px;font-size:13px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}
|
|
|
|
|
10936
|
.popover-content{padding:9px 14px}
|
|
|
|
|
10937
|
.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}
|
|
|
|
|
10938
|
.popover>.arrow{border-width:11px}
|
|
|
|
|
10939
|
.popover>.arrow:after{border-width:10px;content:""}
|
|
|
|
|
10940
|
.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}
|
|
|
|
|
10941
|
.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;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}
|
|
|
|
|
10942
|
.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}
|
|
|
|
|
10943
|
.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;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}
|
|
|
|
|
10944
|
.carousel{position:relative}
|
|
|
|
|
10945
|
.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}
|
|
|
|
|
10946
|
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}
|
|
|
|
|
10947
|
.carousel-inner>.active{left:0}
|
|
|
|
|
10948
|
.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}
|
|
|
|
|
10949
|
.carousel-inner>.next{left:100%}
|
|
|
|
|
10950
|
.carousel-inner>.prev{left:-100%}
|
|
|
|
|
10951
|
.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}
|
|
|
|
|
10952
|
.carousel-inner>.active.left{left:-100%}
|
|
|
|
|
10953
|
.carousel-inner>.active.right{left:100%}
|
|
|
|
|
10954
|
.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0), color-stop(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)}
|
|
|
|
|
10955
|
.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0), color-stop(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)}
|
|
|
|
|
10956
|
.carousel-control:hover,.carousel-control:focus{outline:none;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}
|
|
|
|
|
10957
|
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}
|
|
|
|
|
10958
|
.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}
|
|
|
|
|
10959
|
.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}
|
|
|
|
|
10960
|
.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}
|
|
|
|
|
10961
|
.carousel-control .icon-prev:before{content:'\2039'}
|
|
|
|
|
10962
|
.carousel-control .icon-next:before{content:'\203a'}
|
|
|
|
|
10963
|
.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;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:rgba(0,0,0,0)}
|
|
|
|
|
10964
|
.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}
|
|
|
|
|
10965
|
.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}
|
|
|
|
|
10966
|
@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;margin-left:-15px;font-size:30px} .carousel-caption{left:20%;right:20%;padding-bottom:30px} .carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}
|
|
|
|
|
10967
|
.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}
|
|
|
|
|
10968
|
.center-block{display:block;margin-left:auto;margin-right:auto}
|
|
|
|
|
10969
|
.pull-right{float:right !important}
|
|
|
|
|
10970
|
.pull-left{float:left !important}
|
|
|
|
|
10971
|
.hide{display:none !important}
|
|
|
|
|
10972
|
.show{display:block !important}
|
|
|
|
|
10973
|
.invisible{visibility:hidden}
|
|
|
|
|
10974
|
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
|
|
|
|
|
10975
|
.hidden{display:none !important;visibility:hidden !important}
|
|
|
|
|
10976
|
.affix{position:fixed}
|
|
|
|
|
10977
|
@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}
|
|
|
|
|
10978
|
@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table} tr.visible-xs{display:table-row !important} th.visible-xs,td.visible-xs{display:table-cell !important}}
|
|
|
|
|
10979
|
@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table} tr.visible-sm{display:table-row !important} th.visible-sm,td.visible-sm{display:table-cell !important}}
|
|
|
|
|
10980
|
@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table} tr.visible-md{display:table-row !important} th.visible-md,td.visible-md{display:table-cell !important}}
|
|
|
|
|
10981
|
@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table} tr.visible-lg{display:table-row !important} th.visible-lg,td.visible-lg{display:table-cell !important}}
|
|
|
|
|
10982
|
@media (max-width:767px){.hidden-xs{display:none !important}}
|
|
|
|
|
10983
|
@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}
|
|
|
|
|
10984
|
@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}
|
|
|
|
|
10985
|
@media (min-width:1200px){.hidden-lg{display:none !important}}
|
|
|
|
|
10986
|
.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table} tr.visible-print{display:table-row !important} th.visible-print,td.visible-print{display:table-cell !important}}
|
|
|
|
|
10987
|
@media print{.hidden-print{display:none !important}}
|
|
|
|
|
10988
|
@font-face{font-family:'FontAwesome';src:url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
|
|
|
|
10989
|
.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}
|
|
|
|
|
10990
|
.fa-2x{font-size:2em}
|
|
|
|
|
10991
|
.fa-3x{font-size:3em}
|
|
|
|
|
10992
|
.fa-4x{font-size:4em}
|
|
|
|
|
10993
|
.fa-5x{font-size:5em}
|
|
|
|
|
10994
|
.fa-fw{width:1.2857142857142858em;text-align:center}
|
|
|
|
|
10995
|
.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}
|
|
|
|
|
10996
|
.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}
|
|
|
|
|
10997
|
.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
|
|
|
|
|
10998
|
.pull-right{float:right}
|
|
|
|
|
10999
|
.pull-left{float:left}
|
|
|
|
|
11000
|
.fa.pull-left{margin-right:.3em}
|
|
|
|
|
11001
|
.fa.pull-right{margin-left:.3em}
|
|
|
|
|
11002
|
.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}
|
|
|
|
|
11003
|
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)} 100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)} 100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)} 100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}
|
|
|
|
|
11004
|
.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
|
|
|
|
|
11005
|
.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}
|
|
|
|
|
11006
|
.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}
|
|
|
|
|
11007
|
.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}
|
|
|
|
|
11008
|
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
|
|
|
|
|
11009
|
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}
|
|
|
|
|
11010
|
.fa-stack-1x{line-height:inherit}
|
|
|
|
|
11011
|
.fa-stack-2x{font-size:2em}
|
|
|
|
|
11012
|
.fa-inverse{color:#fff}
|
|
|
|
|
11013
|
.fa-glass:before{content:"\f000"}
|
|
|
|
|
11014
|
.fa-music:before{content:"\f001"}
|
|
|
|
|
11015
|
.fa-search:before{content:"\f002"}
|
|
|
|
|
11016
|
.fa-envelope-o:before{content:"\f003"}
|
|
|
|
|
11017
|
.fa-heart:before{content:"\f004"}
|
|
|
|
|
11018
|
.fa-star:before{content:"\f005"}
|
|
|
|
|
11019
|
.fa-star-o:before{content:"\f006"}
|
|
|
|
|
11020
|
.fa-user:before{content:"\f007"}
|
|
|
|
|
11021
|
.fa-film:before{content:"\f008"}
|
|
|
|
|
11022
|
.fa-th-large:before{content:"\f009"}
|
|
|
|
|
11023
|
.fa-th:before{content:"\f00a"}
|
|
|
|
|
11024
|
.fa-th-list:before{content:"\f00b"}
|
|
|
|
|
11025
|
.fa-check:before{content:"\f00c"}
|
|
|
|
|
11026
|
.fa-times:before{content:"\f00d"}
|
|
|
|
|
11027
|
.fa-search-plus:before{content:"\f00e"}
|
|
|
|
|
11028
|
.fa-search-minus:before{content:"\f010"}
|
|
|
|
|
11029
|
.fa-power-off:before{content:"\f011"}
|
|
|
|
|
11030
|
.fa-signal:before{content:"\f012"}
|
|
|
|
|
11031
|
.fa-gear:before,.fa-cog:before{content:"\f013"}
|
|
|
|
|
11032
|
.fa-trash-o:before{content:"\f014"}
|
|
|
|
|
11033
|
.fa-home:before{content:"\f015"}
|
|
|
|
|
11034
|
.fa-file-o:before{content:"\f016"}
|
|
|
|
|
11035
|
.fa-clock-o:before{content:"\f017"}
|
|
|
|
|
11036
|
.fa-road:before{content:"\f018"}
|
|
|
|
|
11037
|
.fa-download:before{content:"\f019"}
|
|
|
|
|
11038
|
.fa-arrow-circle-o-down:before{content:"\f01a"}
|
|
|
|
|
11039
|
.fa-arrow-circle-o-up:before{content:"\f01b"}
|
|
|
|
|
11040
|
.fa-inbox:before{content:"\f01c"}
|
|
|
|
|
11041
|
.fa-play-circle-o:before{content:"\f01d"}
|
|
|
|
|
11042
|
.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}
|
|
|
|
|
11043
|
.fa-refresh:before{content:"\f021"}
|
|
|
|
|
11044
|
.fa-list-alt:before{content:"\f022"}
|
|
|
|
|
11045
|
.fa-lock:before{content:"\f023"}
|
|
|
|
|
11046
|
.fa-flag:before{content:"\f024"}
|
|
|
|
|
11047
|
.fa-headphones:before{content:"\f025"}
|
|
|
|
|
11048
|
.fa-volume-off:before{content:"\f026"}
|
|
|
|
|
11049
|
.fa-volume-down:before{content:"\f027"}
|
|
|
|
|
11050
|
.fa-volume-up:before{content:"\f028"}
|
|
|
|
|
11051
|
.fa-qrcode:before{content:"\f029"}
|
|
|
|
|
11052
|
.fa-barcode:before{content:"\f02a"}
|
|
|
|
|
11053
|
.fa-tag:before{content:"\f02b"}
|
|
|
|
|
11054
|
.fa-tags:before{content:"\f02c"}
|
|
|
|
|
11055
|
.fa-book:before{content:"\f02d"}
|
|
|
|
|
11056
|
.fa-bookmark:before{content:"\f02e"}
|
|
|
|
|
11057
|
.fa-print:before{content:"\f02f"}
|
|
|
|
|
11058
|
.fa-camera:before{content:"\f030"}
|
|
|
|
|
11059
|
.fa-font:before{content:"\f031"}
|
|
|
|
|
11060
|
.fa-bold:before{content:"\f032"}
|
|
|
|
|
11061
|
.fa-italic:before{content:"\f033"}
|
|
|
|
|
11062
|
.fa-text-height:before{content:"\f034"}
|
|
|
|
|
11063
|
.fa-text-width:before{content:"\f035"}
|
|
|
|
|
11064
|
.fa-align-left:before{content:"\f036"}
|
|
|
|
|
11065
|
.fa-align-center:before{content:"\f037"}
|
|
|
|
|
11066
|
.fa-align-right:before{content:"\f038"}
|
|
|
|
|
11067
|
.fa-align-justify:before{content:"\f039"}
|
|
|
|
|
11068
|
.fa-list:before{content:"\f03a"}
|
|
|
|
|
11069
|
.fa-dedent:before,.fa-outdent:before{content:"\f03b"}
|
|
|
|
|
11070
|
.fa-indent:before{content:"\f03c"}
|
|
|
|
|
11071
|
.fa-video-camera:before{content:"\f03d"}
|
|
|
|
|
11072
|
.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}
|
|
|
|
|
11073
|
.fa-pencil:before{content:"\f040"}
|
|
|
|
|
11074
|
.fa-map-marker:before{content:"\f041"}
|
|
|
|
|
11075
|
.fa-adjust:before{content:"\f042"}
|
|
|
|
|
11076
|
.fa-tint:before{content:"\f043"}
|
|
|
|
|
11077
|
.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}
|
|
|
|
|
11078
|
.fa-share-square-o:before{content:"\f045"}
|
|
|
|
|
11079
|
.fa-check-square-o:before{content:"\f046"}
|
|
|
|
|
11080
|
.fa-arrows:before{content:"\f047"}
|
|
|
|
|
11081
|
.fa-step-backward:before{content:"\f048"}
|
|
|
|
|
11082
|
.fa-fast-backward:before{content:"\f049"}
|
|
|
|
|
11083
|
.fa-backward:before{content:"\f04a"}
|
|
|
|
|
11084
|
.fa-play:before{content:"\f04b"}
|
|
|
|
|
11085
|
.fa-pause:before{content:"\f04c"}
|
|
|
|
|
11086
|
.fa-stop:before{content:"\f04d"}
|
|
|
|
|
11087
|
.fa-forward:before{content:"\f04e"}
|
|
|
|
|
11088
|
.fa-fast-forward:before{content:"\f050"}
|
|
|
|
|
11089
|
.fa-step-forward:before{content:"\f051"}
|
|
|
|
|
11090
|
.fa-eject:before{content:"\f052"}
|
|
|
|
|
11091
|
.fa-chevron-left:before{content:"\f053"}
|
|
|
|
|
11092
|
.fa-chevron-right:before{content:"\f054"}
|
|
|
|
|
11093
|
.fa-plus-circle:before{content:"\f055"}
|
|
|
|
|
11094
|
.fa-minus-circle:before{content:"\f056"}
|
|
|
|
|
11095
|
.fa-times-circle:before{content:"\f057"}
|
|
|
|
|
11096
|
.fa-check-circle:before{content:"\f058"}
|
|
|
|
|
11097
|
.fa-question-circle:before{content:"\f059"}
|
|
|
|
|
11098
|
.fa-info-circle:before{content:"\f05a"}
|
|
|
|
|
11099
|
.fa-crosshairs:before{content:"\f05b"}
|
|
|
|
|
11100
|
.fa-times-circle-o:before{content:"\f05c"}
|
|
|
|
|
11101
|
.fa-check-circle-o:before{content:"\f05d"}
|
|
|
|
|
11102
|
.fa-ban:before{content:"\f05e"}
|
|
|
|
|
11103
|
.fa-arrow-left:before{content:"\f060"}
|
|
|
|
|
11104
|
.fa-arrow-right:before{content:"\f061"}
|
|
|
|
|
11105
|
.fa-arrow-up:before{content:"\f062"}
|
|
|
|
|
11106
|
.fa-arrow-down:before{content:"\f063"}
|
|
|
|
|
11107
|
.fa-mail-forward:before,.fa-share:before{content:"\f064"}
|
|
|
|
|
11108
|
.fa-expand:before{content:"\f065"}
|
|
|
|
|
11109
|
.fa-compress:before{content:"\f066"}
|
|
|
|
|
11110
|
.fa-plus:before{content:"\f067"}
|
|
|
|
|
11111
|
.fa-minus:before{content:"\f068"}
|
|
|
|
|
11112
|
.fa-asterisk:before{content:"\f069"}
|
|
|
|
|
11113
|
.fa-exclamation-circle:before{content:"\f06a"}
|
|
|
|
|
11114
|
.fa-gift:before{content:"\f06b"}
|
|
|
|
|
11115
|
.fa-leaf:before{content:"\f06c"}
|
|
|
|
|
11116
|
.fa-fire:before{content:"\f06d"}
|
|
|
|
|
11117
|
.fa-eye:before{content:"\f06e"}
|
|
|
|
|
11118
|
.fa-eye-slash:before{content:"\f070"}
|
|
|
|
|
11119
|
.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}
|
|
|
|
|
11120
|
.fa-plane:before{content:"\f072"}
|
|
|
|
|
11121
|
.fa-calendar:before{content:"\f073"}
|
|
|
|
|
11122
|
.fa-random:before{content:"\f074"}
|
|
|
|
|
11123
|
.fa-comment:before{content:"\f075"}
|
|
|
|
|
11124
|
.fa-magnet:before{content:"\f076"}
|
|
|
|
|
11125
|
.fa-chevron-up:before{content:"\f077"}
|
|
|
|
|
11126
|
.fa-chevron-down:before{content:"\f078"}
|
|
|
|
|
11127
|
.fa-retweet:before{content:"\f079"}
|
|
|
|
|
11128
|
.fa-shopping-cart:before{content:"\f07a"}
|
|
|
|
|
11129
|
.fa-folder:before{content:"\f07b"}
|
|
|
|
|
11130
|
.fa-folder-open:before{content:"\f07c"}
|
|
|
|
|
11131
|
.fa-arrows-v:before{content:"\f07d"}
|
|
|
|
|
11132
|
.fa-arrows-h:before{content:"\f07e"}
|
|
|
|
|
11133
|
.fa-bar-chart-o:before{content:"\f080"}
|
|
|
|
|
11134
|
.fa-twitter-square:before{content:"\f081"}
|
|
|
|
|
11135
|
.fa-facebook-square:before{content:"\f082"}
|
|
|
|
|
11136
|
.fa-camera-retro:before{content:"\f083"}
|
|
|
|
|
11137
|
.fa-key:before{content:"\f084"}
|
|
|
|
|
11138
|
.fa-gears:before,.fa-cogs:before{content:"\f085"}
|
|
|
|
|
11139
|
.fa-comments:before{content:"\f086"}
|
|
|
|
|
11140
|
.fa-thumbs-o-up:before{content:"\f087"}
|
|
|
|
|
11141
|
.fa-thumbs-o-down:before{content:"\f088"}
|
|
|
|
|
11142
|
.fa-star-half:before{content:"\f089"}
|
|
|
|
|
11143
|
.fa-heart-o:before{content:"\f08a"}
|
|
|
|
|
11144
|
.fa-sign-out:before{content:"\f08b"}
|
|
|
|
|
11145
|
.fa-linkedin-square:before{content:"\f08c"}
|
|
|
|
|
11146
|
.fa-thumb-tack:before{content:"\f08d"}
|
|
|
|
|
11147
|
.fa-external-link:before{content:"\f08e"}
|
|
|
|
|
11148
|
.fa-sign-in:before{content:"\f090"}
|
|
|
|
|
11149
|
.fa-trophy:before{content:"\f091"}
|
|
|
|
|
11150
|
.fa-github-square:before{content:"\f092"}
|
|
|
|
|
11151
|
.fa-upload:before{content:"\f093"}
|
|
|
|
|
11152
|
.fa-lemon-o:before{content:"\f094"}
|
|
|
|
|
11153
|
.fa-phone:before{content:"\f095"}
|
|
|
|
|
11154
|
.fa-square-o:before{content:"\f096"}
|
|
|
|
|
11155
|
.fa-bookmark-o:before{content:"\f097"}
|
|
|
|
|
11156
|
.fa-phone-square:before{content:"\f098"}
|
|
|
|
|
11157
|
.fa-twitter:before{content:"\f099"}
|
|
|
|
|
11158
|
.fa-facebook:before{content:"\f09a"}
|
|
|
|
|
11159
|
.fa-github:before{content:"\f09b"}
|
|
|
|
|
11160
|
.fa-unlock:before{content:"\f09c"}
|
|
|
|
|
11161
|
.fa-credit-card:before{content:"\f09d"}
|
|
|
|
|
11162
|
.fa-rss:before{content:"\f09e"}
|
|
|
|
|
11163
|
.fa-hdd-o:before{content:"\f0a0"}
|
|
|
|
|
11164
|
.fa-bullhorn:before{content:"\f0a1"}
|
|
|
|
|
11165
|
.fa-bell:before{content:"\f0f3"}
|
|
|
|
|
11166
|
.fa-certificate:before{content:"\f0a3"}
|
|
|
|
|
11167
|
.fa-hand-o-right:before{content:"\f0a4"}
|
|
|
|
|
11168
|
.fa-hand-o-left:before{content:"\f0a5"}
|
|
|
|
|
11169
|
.fa-hand-o-up:before{content:"\f0a6"}
|
|
|
|
|
11170
|
.fa-hand-o-down:before{content:"\f0a7"}
|
|
|
|
|
11171
|
.fa-arrow-circle-left:before{content:"\f0a8"}
|
|
|
|
|
11172
|
.fa-arrow-circle-right:before{content:"\f0a9"}
|
|
|
|
|
11173
|
.fa-arrow-circle-up:before{content:"\f0aa"}
|
|
|
|
|
11174
|
.fa-arrow-circle-down:before{content:"\f0ab"}
|
|
|
|
|
11175
|
.fa-globe:before{content:"\f0ac"}
|
|
|
|
|
11176
|
.fa-wrench:before{content:"\f0ad"}
|
|
|
|
|
11177
|
.fa-tasks:before{content:"\f0ae"}
|
|
|
|
|
11178
|
.fa-filter:before{content:"\f0b0"}
|
|
|
|
|
11179
|
.fa-briefcase:before{content:"\f0b1"}
|
|
|
|
|
11180
|
.fa-arrows-alt:before{content:"\f0b2"}
|
|
|
|
|
11181
|
.fa-group:before,.fa-users:before{content:"\f0c0"}
|
|
|
|
|
11182
|
.fa-chain:before,.fa-link:before{content:"\f0c1"}
|
|
|
|
|
11183
|
.fa-cloud:before{content:"\f0c2"}
|
|
|
|
|
11184
|
.fa-flask:before{content:"\f0c3"}
|
|
|
|
|
11185
|
.fa-cut:before,.fa-scissors:before{content:"\f0c4"}
|
|
|
|
|
11186
|
.fa-copy:before,.fa-files-o:before{content:"\f0c5"}
|
|
|
|
|
11187
|
.fa-paperclip:before{content:"\f0c6"}
|
|
|
|
|
11188
|
.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}
|
|
|
|
|
11189
|
.fa-square:before{content:"\f0c8"}
|
|
|
|
|
11190
|
.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}
|
|
|
|
|
11191
|
.fa-list-ul:before{content:"\f0ca"}
|
|
|
|
|
11192
|
.fa-list-ol:before{content:"\f0cb"}
|
|
|
|
|
11193
|
.fa-strikethrough:before{content:"\f0cc"}
|
|
|
|
|
11194
|
.fa-underline:before{content:"\f0cd"}
|
|
|
|
|
11195
|
.fa-table:before{content:"\f0ce"}
|
|
|
|
|
11196
|
.fa-magic:before{content:"\f0d0"}
|
|
|
|
|
11197
|
.fa-truck:before{content:"\f0d1"}
|
|
|
|
|
11198
|
.fa-pinterest:before{content:"\f0d2"}
|
|
|
|
|
11199
|
.fa-pinterest-square:before{content:"\f0d3"}
|
|
|
|
|
11200
|
.fa-google-plus-square:before{content:"\f0d4"}
|
|
|
|
|
11201
|
.fa-google-plus:before{content:"\f0d5"}
|
|
|
|
|
11202
|
.fa-money:before{content:"\f0d6"}
|
|
|
|
|
11203
|
.fa-caret-down:before{content:"\f0d7"}
|
|
|
|
|
11204
|
.fa-caret-up:before{content:"\f0d8"}
|
|
|
|
|
11205
|
.fa-caret-left:before{content:"\f0d9"}
|
|
|
|
|
11206
|
.fa-caret-right:before{content:"\f0da"}
|
|
|
|
|
11207
|
.fa-columns:before{content:"\f0db"}
|
|
|
|
|
11208
|
.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}
|
|
|
|
|
11209
|
.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}
|
|
|
|
|
11210
|
.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}
|
|
|
|
|
11211
|
.fa-envelope:before{content:"\f0e0"}
|
|
|
|
|
11212
|
.fa-linkedin:before{content:"\f0e1"}
|
|
|
|
|
11213
|
.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}
|
|
|
|
|
11214
|
.fa-legal:before,.fa-gavel:before{content:"\f0e3"}
|
|
|
|
|
11215
|
.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}
|
|
|
|
|
11216
|
.fa-comment-o:before{content:"\f0e5"}
|
|
|
|
|
11217
|
.fa-comments-o:before{content:"\f0e6"}
|
|
|
|
|
11218
|
.fa-flash:before,.fa-bolt:before{content:"\f0e7"}
|
|
|
|
|
11219
|
.fa-sitemap:before{content:"\f0e8"}
|
|
|
|
|
11220
|
.fa-umbrella:before{content:"\f0e9"}
|
|
|
|
|
11221
|
.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}
|
|
|
|
|
11222
|
.fa-lightbulb-o:before{content:"\f0eb"}
|
|
|
|
|
11223
|
.fa-exchange:before{content:"\f0ec"}
|
|
|
|
|
11224
|
.fa-cloud-download:before{content:"\f0ed"}
|
|
|
|
|
11225
|
.fa-cloud-upload:before{content:"\f0ee"}
|
|
|
|
|
11226
|
.fa-user-md:before{content:"\f0f0"}
|
|
|
|
|
11227
|
.fa-stethoscope:before{content:"\f0f1"}
|
|
|
|
|
11228
|
.fa-suitcase:before{content:"\f0f2"}
|
|
|
|
|
11229
|
.fa-bell-o:before{content:"\f0a2"}
|
|
|
|
|
11230
|
.fa-coffee:before{content:"\f0f4"}
|
|
|
|
|
11231
|
.fa-cutlery:before{content:"\f0f5"}
|
|
|
|
|
11232
|
.fa-file-text-o:before{content:"\f0f6"}
|
|
|
|
|
11233
|
.fa-building-o:before{content:"\f0f7"}
|
|
|
|
|
11234
|
.fa-hospital-o:before{content:"\f0f8"}
|
|
|
|
|
11235
|
.fa-ambulance:before{content:"\f0f9"}
|
|
|
|
|
11236
|
.fa-medkit:before{content:"\f0fa"}
|
|
|
|
|
11237
|
.fa-fighter-jet:before{content:"\f0fb"}
|
|
|
|
|
11238
|
.fa-beer:before{content:"\f0fc"}
|
|
|
|
|
11239
|
.fa-h-square:before{content:"\f0fd"}
|
|
|
|
|
11240
|
.fa-plus-square:before{content:"\f0fe"}
|
|
|
|
|
11241
|
.fa-angle-double-left:before{content:"\f100"}
|
|
|
|
|
11242
|
.fa-angle-double-right:before{content:"\f101"}
|
|
|
|
|
11243
|
.fa-angle-double-up:before{content:"\f102"}
|
|
|
|
|
11244
|
.fa-angle-double-down:before{content:"\f103"}
|
|
|
|
|
11245
|
.fa-angle-left:before{content:"\f104"}
|
|
|
|
|
11246
|
.fa-angle-right:before{content:"\f105"}
|
|
|
|
|
11247
|
.fa-angle-up:before{content:"\f106"}
|
|
|
|
|
11248
|
.fa-angle-down:before{content:"\f107"}
|
|
|
|
|
11249
|
.fa-desktop:before{content:"\f108"}
|
|
|
|
|
11250
|
.fa-laptop:before{content:"\f109"}
|
|
|
|
|
11251
|
.fa-tablet:before{content:"\f10a"}
|
|
|
|
|
11252
|
.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}
|
|
|
|
|
11253
|
.fa-circle-o:before{content:"\f10c"}
|
|
|
|
|
11254
|
.fa-quote-left:before{content:"\f10d"}
|
|
|
|
|
11255
|
.fa-quote-right:before{content:"\f10e"}
|
|
|
|
|
11256
|
.fa-spinner:before{content:"\f110"}
|
|
|
|
|
11257
|
.fa-circle:before{content:"\f111"}
|
|
|
|
|
11258
|
.fa-mail-reply:before,.fa-reply:before{content:"\f112"}
|
|
|
|
|
11259
|
.fa-github-alt:before{content:"\f113"}
|
|
|
|
|
11260
|
.fa-folder-o:before{content:"\f114"}
|
|
|
|
|
11261
|
.fa-folder-open-o:before{content:"\f115"}
|
|
|
|
|
11262
|
.fa-smile-o:before{content:"\f118"}
|
|
|
|
|
11263
|
.fa-frown-o:before{content:"\f119"}
|
|
|
|
|
11264
|
.fa-meh-o:before{content:"\f11a"}
|
|
|
|
|
11265
|
.fa-gamepad:before{content:"\f11b"}
|
|
|
|
|
11266
|
.fa-keyboard-o:before{content:"\f11c"}
|
|
|
|
|
11267
|
.fa-flag-o:before{content:"\f11d"}
|
|
|
|
|
11268
|
.fa-flag-checkered:before{content:"\f11e"}
|
|
|
|
|
11269
|
.fa-terminal:before{content:"\f120"}
|
|
|
|
|
11270
|
.fa-code:before{content:"\f121"}
|
|
|
|
|
11271
|
.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}
|
|
|
|
|
11272
|
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}
|
|
|
|
|
11273
|
.fa-location-arrow:before{content:"\f124"}
|
|
|
|
|
11274
|
.fa-crop:before{content:"\f125"}
|
|
|
|
|
11275
|
.fa-code-fork:before{content:"\f126"}
|
|
|
|
|
11276
|
.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}
|
|
|
|
|
11277
|
.fa-question:before{content:"\f128"}
|
|
|
|
|
11278
|
.fa-info:before{content:"\f129"}
|
|
|
|
|
11279
|
.fa-exclamation:before{content:"\f12a"}
|
|
|
|
|
11280
|
.fa-superscript:before{content:"\f12b"}
|
|
|
|
|
11281
|
.fa-subscript:before{content:"\f12c"}
|
|
|
|
|
11282
|
.fa-eraser:before{content:"\f12d"}
|
|
|
|
|
11283
|
.fa-puzzle-piece:before{content:"\f12e"}
|
|
|
|
|
11284
|
.fa-microphone:before{content:"\f130"}
|
|
|
|
|
11285
|
.fa-microphone-slash:before{content:"\f131"}
|
|
|
|
|
11286
|
.fa-shield:before{content:"\f132"}
|
|
|
|
|
11287
|
.fa-calendar-o:before{content:"\f133"}
|
|
|
|
|
11288
|
.fa-fire-extinguisher:before{content:"\f134"}
|
|
|
|
|
11289
|
.fa-rocket:before{content:"\f135"}
|
|
|
|
|
11290
|
.fa-maxcdn:before{content:"\f136"}
|
|
|
|
|
11291
|
.fa-chevron-circle-left:before{content:"\f137"}
|
|
|
|
|
11292
|
.fa-chevron-circle-right:before{content:"\f138"}
|
|
|
|
|
11293
|
.fa-chevron-circle-up:before{content:"\f139"}
|
|
|
|
|
11294
|
.fa-chevron-circle-down:before{content:"\f13a"}
|
|
|
|
|
11295
|
.fa-html5:before{content:"\f13b"}
|
|
|
|
|
11296
|
.fa-css3:before{content:"\f13c"}
|
|
|
|
|
11297
|
.fa-anchor:before{content:"\f13d"}
|
|
|
|
|
11298
|
.fa-unlock-alt:before{content:"\f13e"}
|
|
|
|
|
11299
|
.fa-bullseye:before{content:"\f140"}
|
|
|
|
|
11300
|
.fa-ellipsis-h:before{content:"\f141"}
|
|
|
|
|
11301
|
.fa-ellipsis-v:before{content:"\f142"}
|
|
|
|
|
11302
|
.fa-rss-square:before{content:"\f143"}
|
|
|
|
|
11303
|
.fa-play-circle:before{content:"\f144"}
|
|
|
|
|
11304
|
.fa-ticket:before{content:"\f145"}
|
|
|
|
|
11305
|
.fa-minus-square:before{content:"\f146"}
|
|
|
|
|
11306
|
.fa-minus-square-o:before{content:"\f147"}
|
|
|
|
|
11307
|
.fa-level-up:before{content:"\f148"}
|
|
|
|
|
11308
|
.fa-level-down:before{content:"\f149"}
|
|
|
|
|
11309
|
.fa-check-square:before{content:"\f14a"}
|
|
|
|
|
11310
|
.fa-pencil-square:before{content:"\f14b"}
|
|
|
|
|
11311
|
.fa-external-link-square:before{content:"\f14c"}
|
|
|
|
|
11312
|
.fa-share-square:before{content:"\f14d"}
|
|
|
|
|
11313
|
.fa-compass:before{content:"\f14e"}
|
|
|
|
|
11314
|
.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}
|
|
|
|
|
11315
|
.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}
|
|
|
|
|
11316
|
.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}
|
|
|
|
|
11317
|
.fa-euro:before,.fa-eur:before{content:"\f153"}
|
|
|
|
|
11318
|
.fa-gbp:before{content:"\f154"}
|
|
|
|
|
11319
|
.fa-dollar:before,.fa-usd:before{content:"\f155"}
|
|
|
|
|
11320
|
.fa-rupee:before,.fa-inr:before{content:"\f156"}
|
|
|
|
|
11321
|
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}
|
|
|
|
|
11322
|
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}
|
|
|
|
|
11323
|
.fa-won:before,.fa-krw:before{content:"\f159"}
|
|
|
|
|
11324
|
.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}
|
|
|
|
|
11325
|
.fa-file:before{content:"\f15b"}
|
|
|
|
|
11326
|
.fa-file-text:before{content:"\f15c"}
|
|
|
|
|
11327
|
.fa-sort-alpha-asc:before{content:"\f15d"}
|
|
|
|
|
11328
|
.fa-sort-alpha-desc:before{content:"\f15e"}
|
|
|
|
|
11329
|
.fa-sort-amount-asc:before{content:"\f160"}
|
|
|
|
|
11330
|
.fa-sort-amount-desc:before{content:"\f161"}
|
|
|
|
|
11331
|
.fa-sort-numeric-asc:before{content:"\f162"}
|
|
|
|
|
11332
|
.fa-sort-numeric-desc:before{content:"\f163"}
|
|
|
|
|
11333
|
.fa-thumbs-up:before{content:"\f164"}
|
|
|
|
|
11334
|
.fa-thumbs-down:before{content:"\f165"}
|
|
|
|
|
11335
|
.fa-youtube-square:before{content:"\f166"}
|
|
|
|
|
11336
|
.fa-youtube:before{content:"\f167"}
|
|
|
|
|
11337
|
.fa-xing:before{content:"\f168"}
|
|
|
|
|
11338
|
.fa-xing-square:before{content:"\f169"}
|
|
|
|
|
11339
|
.fa-youtube-play:before{content:"\f16a"}
|
|
|
|
|
11340
|
.fa-dropbox:before{content:"\f16b"}
|
|
|
|
|
11341
|
.fa-stack-overflow:before{content:"\f16c"}
|
|
|
|
|
11342
|
.fa-instagram:before{content:"\f16d"}
|
|
|
|
|
11343
|
.fa-flickr:before{content:"\f16e"}
|
|
|
|
|
11344
|
.fa-adn:before{content:"\f170"}
|
|
|
|
|
11345
|
.fa-bitbucket:before{content:"\f171"}
|
|
|
|
|
11346
|
.fa-bitbucket-square:before{content:"\f172"}
|
|
|
|
|
11347
|
.fa-tumblr:before{content:"\f173"}
|
|
|
|
|
11348
|
.fa-tumblr-square:before{content:"\f174"}
|
|
|
|
|
11349
|
.fa-long-arrow-down:before{content:"\f175"}
|
|
|
|
|
11350
|
.fa-long-arrow-up:before{content:"\f176"}
|
|
|
|
|
11351
|
.fa-long-arrow-left:before{content:"\f177"}
|
|
|
|
|
11352
|
.fa-long-arrow-right:before{content:"\f178"}
|
|
|
|
|
11353
|
.fa-apple:before{content:"\f179"}
|
|
|
|
|
11354
|
.fa-windows:before{content:"\f17a"}
|
|
|
|
|
11355
|
.fa-android:before{content:"\f17b"}
|
|
|
|
|
11356
|
.fa-linux:before{content:"\f17c"}
|
|
|
|
|
11357
|
.fa-dribbble:before{content:"\f17d"}
|
|
|
|
|
11358
|
.fa-skype:before{content:"\f17e"}
|
|
|
|
|
11359
|
.fa-foursquare:before{content:"\f180"}
|
|
|
|
|
11360
|
.fa-trello:before{content:"\f181"}
|
|
|
|
|
11361
|
.fa-female:before{content:"\f182"}
|
|
|
|
|
11362
|
.fa-male:before{content:"\f183"}
|
|
|
|
|
11363
|
.fa-gittip:before{content:"\f184"}
|
|
|
|
|
11364
|
.fa-sun-o:before{content:"\f185"}
|
|
|
|
|
11365
|
.fa-moon-o:before{content:"\f186"}
|
|
|
|
|
11366
|
.fa-archive:before{content:"\f187"}
|
|
|
|
|
11367
|
.fa-bug:before{content:"\f188"}
|
|
|
|
|
11368
|
.fa-vk:before{content:"\f189"}
|
|
|
|
|
11369
|
.fa-weibo:before{content:"\f18a"}
|
|
|
|
|
11370
|
.fa-renren:before{content:"\f18b"}
|
|
|
|
|
11371
|
.fa-pagelines:before{content:"\f18c"}
|
|
|
|
|
11372
|
.fa-stack-exchange:before{content:"\f18d"}
|
|
|
|
|
11373
|
.fa-arrow-circle-o-right:before{content:"\f18e"}
|
|
|
|
|
11374
|
.fa-arrow-circle-o-left:before{content:"\f190"}
|
|
|
|
|
11375
|
.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}
|
|
|
|
|
11376
|
.fa-dot-circle-o:before{content:"\f192"}
|
|
|
|
|
11377
|
.fa-wheelchair:before{content:"\f193"}
|
|
|
|
|
11378
|
.fa-vimeo-square:before{content:"\f194"}
|
|
|
|
|
11379
|
.fa-turkish-lira:before,.fa-try:before{content:"\f195"}
|
|
|
|
|
11380
|
.fa-plus-square-o:before{content:"\f196"}
|
|
|
|
|
11381
|
.fa-space-shuttle:before{content:"\f197"}
|
|
|
|
|
11382
|
.fa-slack:before{content:"\f198"}
|
|
|
|
|
11383
|
.fa-envelope-square:before{content:"\f199"}
|
|
|
|
|
11384
|
.fa-wordpress:before{content:"\f19a"}
|
|
|
|
|
11385
|
.fa-openid:before{content:"\f19b"}
|
|
|
|
|
11386
|
.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}
|
|
|
|
|
11387
|
.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}
|
|
|
|
|
11388
|
.fa-yahoo:before{content:"\f19e"}
|
|
|
|
|
11389
|
.fa-google:before{content:"\f1a0"}
|
|
|
|
|
11390
|
.fa-reddit:before{content:"\f1a1"}
|
|
|
|
|
11391
|
.fa-reddit-square:before{content:"\f1a2"}
|
|
|
|
|
11392
|
.fa-stumbleupon-circle:before{content:"\f1a3"}
|
|
|
|
|
11393
|
.fa-stumbleupon:before{content:"\f1a4"}
|
|
|
|
|
11394
|
.fa-delicious:before{content:"\f1a5"}
|
|
|
|
|
11395
|
.fa-digg:before{content:"\f1a6"}
|
|
|
|
|
11396
|
.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}
|
|
|
|
|
11397
|
.fa-pied-piper-alt:before{content:"\f1a8"}
|
|
|
|
|
11398
|
.fa-drupal:before{content:"\f1a9"}
|
|
|
|
|
11399
|
.fa-joomla:before{content:"\f1aa"}
|
|
|
|
|
11400
|
.fa-language:before{content:"\f1ab"}
|
|
|
|
|
11401
|
.fa-fax:before{content:"\f1ac"}
|
|
|
|
|
11402
|
.fa-building:before{content:"\f1ad"}
|
|
|
|
|
11403
|
.fa-child:before{content:"\f1ae"}
|
|
|
|
|
11404
|
.fa-paw:before{content:"\f1b0"}
|
|
|
|
|
11405
|
.fa-spoon:before{content:"\f1b1"}
|
|
|
|
|
11406
|
.fa-cube:before{content:"\f1b2"}
|
|
|
|
|
11407
|
.fa-cubes:before{content:"\f1b3"}
|
|
|
|
|
11408
|
.fa-behance:before{content:"\f1b4"}
|
|
|
|
|
11409
|
.fa-behance-square:before{content:"\f1b5"}
|
|
|
|
|
11410
|
.fa-steam:before{content:"\f1b6"}
|
|
|
|
|
11411
|
.fa-steam-square:before{content:"\f1b7"}
|
|
|
|
|
11412
|
.fa-recycle:before{content:"\f1b8"}
|
|
|
|
|
11413
|
.fa-automobile:before,.fa-car:before{content:"\f1b9"}
|
|
|
|
|
11414
|
.fa-cab:before,.fa-taxi:before{content:"\f1ba"}
|
|
|
|
|
11415
|
.fa-tree:before{content:"\f1bb"}
|
|
|
|
|
11416
|
.fa-spotify:before{content:"\f1bc"}
|
|
|
|
|
11417
|
.fa-deviantart:before{content:"\f1bd"}
|
|
|
|
|
11418
|
.fa-soundcloud:before{content:"\f1be"}
|
|
|
|
|
11419
|
.fa-database:before{content:"\f1c0"}
|
|
|
|
|
11420
|
.fa-file-pdf-o:before{content:"\f1c1"}
|
|
|
|
|
11421
|
.fa-file-word-o:before{content:"\f1c2"}
|
|
|
|
|
11422
|
.fa-file-excel-o:before{content:"\f1c3"}
|
|
|
|
|
11423
|
.fa-file-powerpoint-o:before{content:"\f1c4"}
|
|
|
|
|
11424
|
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}
|
|
|
|
|
11425
|
.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}
|
|
|
|
|
11426
|
.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}
|
|
|
|
|
11427
|
.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}
|
|
|
|
|
11428
|
.fa-file-code-o:before{content:"\f1c9"}
|
|
|
|
|
11429
|
.fa-vine:before{content:"\f1ca"}
|
|
|
|
|
11430
|
.fa-codepen:before{content:"\f1cb"}
|
|
|
|
|
11431
|
.fa-jsfiddle:before{content:"\f1cc"}
|
|
|
|
|
11432
|
.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}
|
|
|
|
|
11433
|
.fa-circle-o-notch:before{content:"\f1ce"}
|
|
|
|
|
11434
|
.fa-ra:before,.fa-rebel:before{content:"\f1d0"}
|
|
|
|
|
11435
|
.fa-ge:before,.fa-empire:before{content:"\f1d1"}
|
|
|
|
|
11436
|
.fa-git-square:before{content:"\f1d2"}
|
|
|
|
|
11437
|
.fa-git:before{content:"\f1d3"}
|
|
|
|
|
11438
|
.fa-hacker-news:before{content:"\f1d4"}
|
|
|
|
|
11439
|
.fa-tencent-weibo:before{content:"\f1d5"}
|
|
|
|
|
11440
|
.fa-qq:before{content:"\f1d6"}
|
|
|
|
|
11441
|
.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}
|
|
|
|
|
11442
|
.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}
|
|
|
|
|
11443
|
.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}
|
|
|
|
|
11444
|
.fa-history:before{content:"\f1da"}
|
|
|
|
|
11445
|
.fa-circle-thin:before{content:"\f1db"}
|
|
|
|
|
11446
|
.fa-header:before{content:"\f1dc"}
|
|
|
|
|
11447
|
.fa-paragraph:before{content:"\f1dd"}
|
|
|
|
|
11448
|
.fa-sliders:before{content:"\f1de"}
|
|
|
|
|
11449
|
.fa-share-alt:before{content:"\f1e0"}
|
|
|
|
|
11450
|
.fa-share-alt-square:before{content:"\f1e1"}
|
|
|
|
|
11451
|
.fa-bomb:before{content:"\f1e2"}
|
|
|
|
|
11452
|
.modal.fade .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}
|
|
|
|
|
11453
|
code{color:#000}
|
|
|
|
|
11454
|
pre{font-size:inherit;line-height:inherit}
|
|
|
|
|
11455
|
label{font-weight:normal}
|
|
|
|
|
11456
|
.border-box-sizing{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
|
|
|
|
|
11457
|
.corner-all{border-radius:4px}
|
|
|
|
|
11458
|
.no-padding{padding:0}
|
|
|
|
|
11459
|
.hbox{display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}
|
|
|
|
|
11460
|
.hbox>*{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;flex:none}
|
|
|
|
|
11461
|
.vbox{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}
|
|
|
|
|
11462
|
.vbox>*{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;flex:none}
|
|
|
|
|
11463
|
.hbox.reverse,.vbox.reverse,.reverse{-webkit-box-direction:reverse;-moz-box-direction:reverse;box-direction:reverse;flex-direction:row-reverse}
|
|
|
|
|
11464
|
.hbox.box-flex0,.vbox.box-flex0,.box-flex0{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;flex:none;width:auto}
|
|
|
|
|
11465
|
.hbox.box-flex1,.vbox.box-flex1,.box-flex1{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}
|
|
|
|
|
11466
|
.hbox.box-flex,.vbox.box-flex,.box-flex{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}
|
|
|
|
|
11467
|
.hbox.box-flex2,.vbox.box-flex2,.box-flex2{-webkit-box-flex:2;-moz-box-flex:2;box-flex:2;flex:2}
|
|
|
|
|
11468
|
.box-group1{-webkit-box-flex-group:1;-moz-box-flex-group:1;box-flex-group:1}
|
|
|
|
|
11469
|
.box-group2{-webkit-box-flex-group:2;-moz-box-flex-group:2;box-flex-group:2}
|
|
|
|
|
11470
|
.hbox.start,.vbox.start,.start{-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start}
|
|
|
|
|
11471
|
.hbox.end,.vbox.end,.end{-webkit-box-pack:end;-moz-box-pack:end;box-pack:end;justify-content:flex-end}
|
|
|
|
|
11472
|
.hbox.center,.vbox.center,.center{-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;justify-content:center}
|
|
|
|
|
11473
|
.hbox.align-start,.vbox.align-start,.align-start{-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start}
|
|
|
|
|
11474
|
.hbox.align-end,.vbox.align-end,.align-end{-webkit-box-align:end;-moz-box-align:end;box-align:end;align-items:flex-end}
|
|
|
|
|
11475
|
.hbox.align-center,.vbox.align-center,.align-center{-webkit-box-align:center;-moz-box-align:center;box-align:center;align-items:center}
|
|
|
|
|
11476
|
div.error{margin:2em;text-align:center}
|
|
|
|
|
11477
|
div.error>h1{font-size:500%;line-height:normal}
|
|
|
|
|
11478
|
div.error>p{font-size:200%;line-height:normal}
|
|
|
|
|
11479
|
div.traceback-wrapper{text-align:left;max-width:800px;margin:auto}
|
|
|
|
|
11480
|
body{background-color:#fff;position:absolute;left:0;right:0;top:0;bottom:0;overflow:visible}
|
|
|
|
|
11481
|
div#header{display:none;margin-bottom:0;padding-left:30px;padding-bottom:5px;border-bottom:1px solid #e7e7e7}
|
|
|
|
|
11482
|
#ipython_notebook{padding-left:0}
|
|
|
|
|
11483
|
#noscript{width:auto;padding-top:16px;padding-bottom:16px;text-align:center;font-size:22px;color:#f00;font-weight:bold}
|
|
|
|
|
11484
|
#ipython_notebook img{font-family:Verdana,"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;height:24px;text-decoration:none;color:#000}
|
|
|
|
|
11485
|
#site{width:100%;display:none}
|
|
|
|
|
11486
|
.ui-button .ui-button-text{padding:.2em .8em;font-size:77%}
|
|
|
|
|
11487
|
input.ui-button{padding:.3em .9em}
|
|
|
|
|
11488
|
.navbar span{margin-top:3px}
|
|
|
|
|
11489
|
span#login_widget{float:right}
|
|
|
|
|
11490
|
.nav-header{text-transform:none}
|
|
|
|
|
11491
|
#header>span{margin-top:10px}
|
|
|
|
|
11492
|
.modal_stretch .modal-dialog{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;min-height:80%}.modal_stretch .modal-dialog .modal-body{max-height:none;flex:1}
|
|
|
|
|
11493
|
@media (min-width:768px){.modal .modal-dialog{width:700px}}.center-nav{display:inline-block;margin-bottom:-4px}
|
|
|
|
|
11494
|
.alternate_upload{background-color:none;display:inline}
|
|
|
|
|
11495
|
.alternate_upload.form{padding:0;margin:0}
|
|
|
|
|
11496
|
.alternate_upload input.fileinput{background-color:#f00;position:relative;opacity:0;z-index:2;width:295px;margin-left:163px;cursor:pointer;height:26px}
|
|
|
|
|
11497
|
ul#tabs{margin-bottom:4px}
|
|
|
|
|
11498
|
ul#tabs a{padding-top:6px;padding-bottom:4px}
|
|
|
|
|
11499
|
ul.breadcrumb a:focus,ul.breadcrumb a:hover{text-decoration:none}
|
|
|
|
|
11500
|
ul.breadcrumb i.icon-home{font-size:16px;margin-right:4px}
|
|
|
|
|
11501
|
ul.breadcrumb span{color:#5e5e5e}
|
|
|
|
|
11502
|
.list_toolbar{padding:4px 0 4px 0;vertical-align:middle}.list_toolbar .tree-buttons{padding-top:2px}
|
|
|
|
|
11503
|
.list_toolbar [class*="span"]{min-height:24px}
|
|
|
|
|
11504
|
.list_header{font-weight:bold}
|
|
|
|
|
11505
|
.list_container{margin-top:4px;margin-bottom:20px;border:1px solid #ababab;border-radius:4px}
|
|
|
|
|
11506
|
.list_container>div{border-bottom:1px solid #ababab}.list_container>div:hover .list-item{background-color:#f00}
|
|
|
|
|
11507
|
.list_container>div:last-child{border:none}
|
|
|
|
|
11508
|
.list_item:hover .list_item{background-color:#ddd}
|
|
|
|
|
11509
|
.list_item a{text-decoration:none}
|
|
|
|
|
11510
|
.action_col{text-align:right}
|
|
|
|
|
11511
|
.list_header>div,.list_item>div{padding-top:4px;padding-bottom:4px;padding-left:7px;padding-right:7px;line-height:22px}
|
|
|
|
|
11512
|
.item_name{line-height:22px;height:24px}
|
|
|
|
|
11513
|
.item_icon{font-size:14px;color:#5e5e5e;margin-right:7px}
|
|
|
|
|
11514
|
.item_buttons{line-height:1em}
|
|
|
|
|
11515
|
.toolbar_info{height:24px;line-height:24px}
|
|
|
|
|
11516
|
input.nbname_input,input.engine_num_input{padding-top:3px;padding-bottom:3px;height:22px;line-height:14px;margin:0}
|
|
|
|
|
11517
|
input.engine_num_input{width:60px}
|
|
|
|
|
11518
|
.highlight_text{color:#00f}
|
|
|
|
|
11519
|
#project_name>.breadcrumb{padding:0;margin-bottom:0;background-color:transparent;font-weight:bold}
|
|
|
|
|
11520
|
.tab-content .row{margin-left:0;margin-right:0}
|
|
|
|
|
11521
|
.folder_icon:before{content:"\f114"}
|
|
|
|
|
11522
|
.notebook_icon:before{content:"\f02d"}
|
|
|
|
|
11523
|
.ansibold{font-weight:bold}
|
|
|
|
|
11524
|
.ansiblack{color:#000}
|
|
|
|
|
11525
|
.ansired{color:#8b0000}
|
|
|
|
|
11526
|
.ansigreen{color:#006400}
|
|
|
|
|
11527
|
.ansiyellow{color:#a52a2a}
|
|
|
|
|
11528
|
.ansiblue{color:#00008b}
|
|
|
|
|
11529
|
.ansipurple{color:#9400d3}
|
|
|
|
|
11530
|
.ansicyan{color:#4682b4}
|
|
|
|
|
11531
|
.ansigray{color:#808080}
|
|
|
|
|
11532
|
.ansibgblack{background-color:#000}
|
|
|
|
|
11533
|
.ansibgred{background-color:#f00}
|
|
|
|
|
11534
|
.ansibggreen{background-color:#008000}
|
|
|
|
|
11535
|
.ansibgyellow{background-color:#ff0}
|
|
|
|
|
11536
|
.ansibgblue{background-color:#00f}
|
|
|
|
|
11537
|
.ansibgpurple{background-color:#f0f}
|
|
|
|
|
11538
|
.ansibgcyan{background-color:#0ff}
|
|
|
|
|
11539
|
.ansibggray{background-color:#808080}
|
|
|
|
|
11540
|
div.cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;border-radius:4px;border-width:thin;border-style:solid}div.cell.selected{border-color:#ababab}
|
|
|
|
|
11541
|
div.cell.edit_mode{border-color:#008000}
|
|
|
|
|
11542
|
div.cell{width:100%;padding:5px 5px 5px 0;margin:0;outline:none}
|
|
|
|
|
11543
|
div.prompt{min-width:15ex;padding:.4em;margin:0;font-family:monospace;text-align:right;line-height:1.21429em}
|
|
|
|
|
11544
|
@media (max-width:480px){div.prompt{text-align:left}}div.inner_cell{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}
|
|
|
|
|
11545
|
div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;line-height:1.21429em}
|
|
|
|
|
11546
|
div.prompt:empty{padding-top:0;padding-bottom:0}
|
|
|
|
|
11547
|
div.input{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}
|
|
|
|
|
11548
|
@media (max-width:480px){div.input{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}}div.input_prompt{color:#000080;border-top:1px solid transparent}
|
|
|
|
|
11549
|
div.input_area>div.highlight{margin:.4em;border:none;padding:0;background-color:transparent}
|
|
|
|
|
11550
|
div.input_area>div.highlight>pre{margin:0;border:none;padding:0;background-color:transparent}
|
|
|
|
|
11551
|
.CodeMirror{line-height:1.21429em;height:auto;background:none;}
|
|
|
|
|
11552
|
.CodeMirror-scroll{overflow-y:hidden;overflow-x:auto}
|
|
|
|
|
11553
|
.CodeMirror-lines{padding:.4em}
|
|
|
|
|
11554
|
.CodeMirror-linenumber{padding:0 8px 0 4px}
|
|
|
|
|
11555
|
.CodeMirror-gutters{border-bottom-left-radius:4px;border-top-left-radius:4px}
|
|
|
|
|
11556
|
.CodeMirror pre{padding:0;border:0;border-radius:0}
|
|
|
|
|
11557
|
.CodeMirror-vscrollbar,.CodeMirror-hscrollbar{display:none !important}
|
|
|
|
|
11558
|
pre code{display:block;padding:.5em}
|
|
|
|
|
11559
|
.highlight-base,pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:#000}
|
|
|
|
|
11560
|
.highlight-string,pre .string,pre .constant,pre .parent,pre .tag .value,pre .rules .value,pre .rules .value .number,pre .preprocessor,pre .ruby .symbol,pre .ruby .symbol .string,pre .aggregate,pre .template_tag,pre .django .variable,pre .smalltalk .class,pre .addition,pre .flow,pre .stream,pre .bash .variable,pre .apache .tag,pre .apache .cbracket,pre .tex .command,pre .tex .special,pre .erlang_repl .function_or_atom,pre .markdown .header{color:#ba2121}
|
|
|
|
|
11561
|
.highlight-comment,pre .comment,pre .annotation,pre .template_comment,pre .diff .header,pre .chunk,pre .markdown .blockquote{color:#408080;font-style:italic}
|
|
|
|
|
11562
|
.highlight-number,pre .number,pre .date,pre .regexp,pre .literal,pre .smalltalk .symbol,pre .smalltalk .char,pre .go .constant,pre .change,pre .markdown .bullet,pre .markdown .link_url{color:#080}
|
|
|
|
|
11563
|
pre .label,pre .javadoc,pre .ruby .string,pre .decorator,pre .filter .argument,pre .localvars,pre .array,pre .attr_selector,pre .important,pre .pseudo,pre .pi,pre .doctype,pre .deletion,pre .envvar,pre .shebang,pre .apache .sqbracket,pre .nginx .built_in,pre .tex .formula,pre .erlang_repl .reserved,pre .prompt,pre .markdown .link_label,pre .vhdl .attribute,pre .clojure .attribute,pre .coffeescript .property{color:#88f}
|
|
|
|
|
11564
|
.highlight-keyword,pre .keyword,pre .id,pre .phpdoc,pre .aggregate,pre .css .tag,pre .javadoctag,pre .phpdoc,pre .yardoctag,pre .smalltalk .class,pre .winutils,pre .bash .variable,pre .apache .tag,pre .go .typename,pre .tex .command,pre .markdown .strong,pre .request,pre .status{color:#008000;font-weight:bold}
|
|
|
|
|
11565
|
.highlight-builtin,pre .built_in{color:#008000}
|
|
|
|
|
11566
|
pre .markdown .emphasis{font-style:italic}
|
|
|
|
|
11567
|
pre .nginx .built_in{font-weight:normal}
|
|
|
|
|
11568
|
pre .coffeescript .javascript,pre .javascript .xml,pre .tex .formula,pre .xml .javascript,pre .xml .vbscript,pre .xml .css,pre .xml .cdata{opacity:.5}
|
|
|
|
|
11569
|
.cm-s-ipython span.cm-variable{color:#000}
|
|
|
|
|
11570
|
.cm-s-ipython span.cm-keyword{color:#008000;font-weight:bold}
|
|
|
|
|
11571
|
.cm-s-ipython span.cm-number{color:#080}
|
|
|
|
|
11572
|
.cm-s-ipython span.cm-comment{color:#408080;font-style:italic}
|
|
|
|
|
11573
|
.cm-s-ipython span.cm-string{color:#ba2121}
|
|
|
|
|
11574
|
.cm-s-ipython span.cm-builtin{color:#008000}
|
|
|
|
|
11575
|
.cm-s-ipython span.cm-error{color:#f00}
|
|
|
|
|
11576
|
.cm-s-ipython span.cm-operator{color:#a2f;font-weight:bold}
|
|
|
|
|
11577
|
.cm-s-ipython span.cm-meta{color:#a2f}
|
|
|
|
|
11578
|
.cm-s-ipython span.cm-tab{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);background-position:right;background-repeat:no-repeat}
|
|
|
|
|
11579
|
div.output_wrapper{position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}
|
|
|
|
|
11580
|
div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:4px;-webkit-box-shadow:inset 0 2px 8px rgba(0,0,0,0.8);box-shadow:inset 0 2px 8px rgba(0,0,0,0.8);display:block}
|
|
|
|
|
11581
|
div.output_collapsed{margin:0;padding:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}
|
|
|
|
|
11582
|
div.out_prompt_overlay{height:100%;padding:0 .4em;position:absolute;border-radius:4px}
|
|
|
|
|
11583
|
div.out_prompt_overlay:hover{-webkit-box-shadow:inset 0 0 1px #000;box-shadow:inset 0 0 1px #000;background:rgba(240,240,240,0.5)}
|
|
|
|
|
11584
|
div.output_prompt{color:#8b0000}
|
|
|
|
|
11585
|
div.output_area{padding:0;page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}div.output_area .MathJax_Display{text-align:left !important}
|
|
|
|
|
11586
|
div.output_area .rendered_html table{margin-left:0;margin-right:0}
|
|
|
|
|
11587
|
div.output_area .rendered_html img{margin-left:0;margin-right:0}
|
|
|
|
|
11588
|
.output{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}
|
|
|
|
|
11589
|
@media (max-width:480px){div.output_area{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}}div.output_area pre{margin:0;padding:0;border:0;vertical-align:baseline;color:#000;background-color:transparent;border-radius:0}
|
|
|
|
|
11590
|
div.output_subarea{padding:.4em .4em 0 .4em;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}
|
|
|
|
|
11591
|
div.output_text{text-align:left;color:#000;line-height:1.21429em}
|
|
|
|
|
11592
|
div.output_stderr{background:#fdd;}
|
|
|
|
|
11593
|
div.output_latex{text-align:left}
|
|
|
|
|
11594
|
div.output_javascript:empty{padding:0}
|
|
|
|
|
11595
|
.js-error{color:#8b0000}
|
|
|
|
|
11596
|
div.raw_input_container{font-family:monospace;padding-top:5px}
|
|
|
|
|
11597
|
span.raw_input_prompt{}
|
|
|
|
|
11598
|
input.raw_input{font-family:inherit;font-size:inherit;color:inherit;width:auto;vertical-align:baseline;padding:0 .25em;margin:0 .25em}
|
|
|
|
|
11599
|
input.raw_input:focus{box-shadow:none}
|
|
|
|
|
11600
|
p.p-space{margin-bottom:10px}
|
|
|
|
|
11601
|
.rendered_html{color:#000;}.rendered_html em{font-style:italic}
|
|
|
|
|
11602
|
.rendered_html strong{font-weight:bold}
|
|
|
|
|
11603
|
.rendered_html u{text-decoration:underline}
|
|
|
|
|
11604
|
.rendered_html :link{text-decoration:underline}
|
|
|
|
|
11605
|
.rendered_html :visited{text-decoration:underline}
|
|
|
|
|
11606
|
.rendered_html h1{font-size:185.7%;margin:1.08em 0 0 0;font-weight:bold;line-height:1}
|
|
|
|
|
11607
|
.rendered_html h2{font-size:157.1%;margin:1.27em 0 0 0;font-weight:bold;line-height:1}
|
|
|
|
|
11608
|
.rendered_html h3{font-size:128.6%;margin:1.55em 0 0 0;font-weight:bold;line-height:1}
|
|
|
|
|
11609
|
.rendered_html h4{font-size:100%;margin:2em 0 0 0;font-weight:bold;line-height:1}
|
|
|
|
|
11610
|
.rendered_html h5{font-size:100%;margin:2em 0 0 0;font-weight:bold;line-height:1;font-style:italic}
|
|
|
|
|
11611
|
.rendered_html h6{font-size:100%;margin:2em 0 0 0;font-weight:bold;line-height:1;font-style:italic}
|
|
|
|
|
11612
|
.rendered_html h1:first-child{margin-top:.538em}
|
|
|
|
|
11613
|
.rendered_html h2:first-child{margin-top:.636em}
|
|
|
|
|
11614
|
.rendered_html h3:first-child{margin-top:.777em}
|
|
|
|
|
11615
|
.rendered_html h4:first-child{margin-top:1em}
|
|
|
|
|
11616
|
.rendered_html h5:first-child{margin-top:1em}
|
|
|
|
|
11617
|
.rendered_html h6:first-child{margin-top:1em}
|
|
|
|
|
11618
|
.rendered_html ul{list-style:disc;margin:0 2em;padding-left:0}
|
|
|
|
|
11619
|
.rendered_html ul ul{list-style:square;margin:0 2em}
|
|
|
|
|
11620
|
.rendered_html ul ul ul{list-style:circle;margin:0 2em}
|
|
|
|
|
11621
|
.rendered_html ol{list-style:decimal;margin:0 2em;padding-left:0}
|
|
|
|
|
11622
|
.rendered_html ol ol{list-style:upper-alpha;margin:0 2em}
|
|
|
|
|
11623
|
.rendered_html ol ol ol{list-style:lower-alpha;margin:0 2em}
|
|
|
|
|
11624
|
.rendered_html ol ol ol ol{list-style:lower-roman;margin:0 2em}
|
|
|
|
|
11625
|
.rendered_html ol ol ol ol ol{list-style:decimal;margin:0 2em}
|
|
|
|
|
11626
|
.rendered_html *+ul{margin-top:1em}
|
|
|
|
|
11627
|
.rendered_html *+ol{margin-top:1em}
|
|
|
|
|
11628
|
.rendered_html hr{color:#000;background-color:#000}
|
|
|
|
|
11629
|
.rendered_html pre{margin:1em 2em}
|
|
|
|
|
11630
|
.rendered_html pre,.rendered_html code{border:0;background-color:#fff;color:#000;font-size:100%;padding:0}
|
|
|
|
|
11631
|
.rendered_html blockquote{margin:1em 2em}
|
|
|
|
|
11632
|
.rendered_html table{margin-left:auto;margin-right:auto;border:1px solid #000;border-collapse:collapse}
|
|
|
|
|
11633
|
.rendered_html tr,.rendered_html th,.rendered_html td{border:1px solid #000;border-collapse:collapse;margin:1em 2em}
|
|
|
|
|
11634
|
.rendered_html td,.rendered_html th{text-align:left;vertical-align:middle;padding:4px}
|
|
|
|
|
11635
|
.rendered_html th{font-weight:bold}
|
|
|
|
|
11636
|
.rendered_html *+table{margin-top:1em}
|
|
|
|
|
11637
|
.rendered_html p{text-align:justify}
|
|
|
|
|
11638
|
.rendered_html *+p{margin-top:1em}
|
|
|
|
|
11639
|
.rendered_html img{display:block;margin-left:auto;margin-right:auto}
|
|
|
|
|
11640
|
.rendered_html *+img{margin-top:1em}
|
|
|
|
|
11641
|
div.text_cell{padding:5px 5px 5px 0;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}
|
|
|
|
|
11642
|
@media (max-width:480px){div.text_cell>div.prompt{display:none}}div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:.5em .5em .5em .4em;color:#000}
|
|
|
|
|
11643
|
a.anchor-link:link{text-decoration:none;padding:0 20px;visibility:hidden}
|
|
|
|
|
11644
|
h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible}
|
|
|
|
|
11645
|
div.cell.text_cell.rendered{padding:0}
|
|
|
|
|
11646
|
.widget-area{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}.widget-area .widget-subarea{padding:.44em .4em .4em 1px;margin-left:6px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:2;-moz-box-flex:2;box-flex:2;flex:2;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start}
|
|
|
|
|
11647
|
.widget-hlabel{min-width:10ex;padding-right:8px;padding-top:5px;text-align:right;vertical-align:text-top}
|
|
|
|
|
11648
|
.widget-vlabel{padding-bottom:5px;text-align:center;vertical-align:text-bottom}
|
|
|
|
|
11649
|
.widget-hreadout{padding-left:8px;padding-top:5px;text-align:left;vertical-align:text-top}
|
|
|
|
|
11650
|
.widget-vreadout{padding-top:5px;text-align:center;vertical-align:text-top}
|
|
|
|
|
11651
|
.slide-track{border:1px solid #ccc;background:#fff;border-radius:4px;}
|
|
|
|
|
11652
|
.widget-hslider{padding-left:8px;padding-right:5px;overflow:visible;width:350px;height:5px;max-height:5px;margin-top:13px;margin-bottom:10px;border:1px solid #ccc;background:#fff;border-radius:4px;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}.widget-hslider .ui-slider{border:0 !important;background:none !important;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}.widget-hslider .ui-slider .ui-slider-handle{width:14px !important;height:28px !important;margin-top:-8px !important}
|
|
|
|
|
11653
|
.widget-vslider{padding-bottom:8px;overflow:visible;width:5px;max-width:5px;height:250px;margin-left:12px;border:1px solid #ccc;background:#fff;border-radius:4px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}.widget-vslider .ui-slider{border:0 !important;background:none !important;margin-left:-4px;margin-top:5px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}.widget-vslider .ui-slider .ui-slider-handle{width:28px !important;height:14px !important;margin-left:-9px}
|
|
|
|
|
11654
|
.widget-text{width:350px;margin:0 !important}
|
|
|
|
|
11655
|
.widget-listbox{width:350px;margin-bottom:0}
|
|
|
|
|
11656
|
.widget-numeric-text{width:150px;margin:0 !important}
|
|
|
|
|
11657
|
.widget-progress{margin-top:6px;width:350px}.widget-progress .progress-bar{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none}
|
|
|
|
|
11658
|
.widget-combo-btn{min-width:125px}
|
|
|
|
|
11659
|
.widget-box{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start}
|
|
|
|
|
11660
|
.widget-hbox{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}
|
|
|
|
|
11661
|
.widget-hbox-single{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch;height:30px}.widget-hbox-single input[type="checkbox"]{margin-top:9px}
|
|
|
|
|
11662
|
.widget-vbox{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}
|
|
|
|
|
11663
|
.widget-vbox-single{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;width:30px}
|
|
|
|
|
11664
|
.widget-modal{overflow:hidden;position:absolute !important;top:0;left:0;margin-left:0 !important}
|
|
|
|
|
11665
|
.widget-modal-body{max-height:none !important}
|
|
|
|
|
11666
|
.widget-container{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start}
|
|
|
|
|
11667
|
.widget-radio-box{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:4px}.widget-radio-box label{margin-top:0}
|
|
|
|
|
11668
|
.docked-widget-modal{overflow:hidden;position:relative !important;top:0 !important;left:0 !important;margin-left:0 !important}
|
|
|
|
|
11669
|
body{background-color:#fff}
|
|
|
|
|
11670
|
body.notebook_app{overflow:hidden}
|
|
|
|
|
11671
|
@media (max-width:767px){body.notebook_app{padding-left:0;padding-right:0}}span#notebook_name{height:1em;line-height:1em;padding:3px;border:none;font-size:146.5%}
|
|
|
|
|
11672
|
div#notebook_panel{margin:0 0 0 0;padding:0;-webkit-box-shadow:inset 1px 4px 9px -6px rgba(0,0,0,0.25);box-shadow:inset 1px 4px 9px -6px rgba(0,0,0,0.25)}
|
|
|
|
|
11673
|
div#notebook{font-size:14px;line-height:20px;overflow-y:scroll;overflow-x:auto;width:100%;padding:1em 0 1em 0;margin:0;border-top:1px solid #e7e7e7;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
|
|
|
|
|
11674
|
div.ui-widget-content{border:1px solid #ababab;outline:none}
|
|
|
|
|
11675
|
pre.dialog{background-color:#f7f7f7;border:1px solid #ddd;border-radius:4px;padding:.4em;padding-left:2em}
|
|
|
|
|
11676
|
p.dialog{padding:.2em}
|
|
|
|
|
11677
|
pre,code,kbd,samp{white-space:pre-wrap}
|
|
|
|
|
11678
|
#fonttest{font-family:monospace}
|
|
|
|
|
11679
|
p{margin-bottom:0}
|
|
|
|
|
11680
|
.end_space{height:200px}
|
|
|
|
|
11681
|
.celltoolbar{border:thin solid #cfcfcf;border-bottom:none;background:#eee;border-radius:3px 3px 0 0;width:100%;-webkit-box-pack:end;height:29px;padding-right:4px;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch;-webkit-box-direction:reverse;-moz-box-direction:reverse;box-direction:reverse;flex-direction:row-reverse}
|
|
|
|
|
11682
|
.ctb_hideshow{display:none;vertical-align:bottom}
|
|
|
|
|
11683
|
.ctb_global_show .ctb_show.ctb_hideshow{display:block}
|
|
|
|
|
11684
|
.ctb_global_show .ctb_show+.input_area,.ctb_global_show .ctb_show+div.text_cell_input{border-top-right-radius:0;border-top-left-radius:0}
|
|
|
|
|
11685
|
.celltoolbar{font-size:87%;padding-top:3px}
|
|
|
|
|
11686
|
.celltoolbar select{font-size:87%;height:22px}
|
|
|
|
|
11687
|
.celltoolbar label{margin-left:5px;margin-right:5px}
|
|
|
|
|
11688
|
.completions{position:absolute;z-index:10;overflow:hidden;border:1px solid #ababab;border-radius:4px;-webkit-box-shadow:0 6px 10px -1px #adadad;box-shadow:0 6px 10px -1px #adadad}
|
|
|
|
|
11689
|
.completions select{background:#fff;outline:none;border:none;padding:0;margin:0;overflow:auto;font-family:monospace;font-size:110%;color:#000;width:auto}
|
|
|
|
|
11690
|
.completions select option.context{color:#3071a9}
|
|
|
|
|
11691
|
#menubar{margin-top:0;margin-bottom:-19px;position:relative}#menubar .navbar{border-top:1px;border-radius:0 0 4px 4px}
|
|
|
|
|
11692
|
#menubar li.dropdown{line-height:12px}#menubar li.dropdown a{padding-top:6px;padding-bottom:5px}
|
|
|
|
|
11693
|
#menubar ul.navbar-right{padding-top:2px}
|
|
|
|
|
11694
|
.nav-wrapper{border-bottom:1px solid #e7e7e7}
|
|
|
|
|
11695
|
i.menu-icon{padding-top:4px}
|
|
|
|
|
11696
|
ul#help_menu li a{overflow:hidden;padding-right:2.2em}ul#help_menu li a i{margin-right:-1.2em}
|
|
|
|
|
11697
|
#menus{min-height:30px}
|
|
|
|
|
11698
|
.dropdown-submenu{position:relative}
|
|
|
|
|
11699
|
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}
|
|
|
|
|
11700
|
.dropdown-submenu:hover>.dropdown-menu{display:block}
|
|
|
|
|
11701
|
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px}
|
|
|
|
|
11702
|
.dropdown-submenu:hover>a:after{border-left-color:#fff}
|
|
|
|
|
11703
|
.dropdown-submenu.pull-left{float:none}
|
|
|
|
|
11704
|
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}
|
|
|
|
|
11705
|
#notification_area{float:right !important;float:right;z-index:10}
|
|
|
|
|
11706
|
.indicator_area{color:#777;padding:4px 3px;margin:0;width:11px;z-index:10;text-align:center}
|
|
|
|
|
11707
|
#kernel_indicator{float:right !important;float:right;color:#777;padding:4px 3px;margin:0;width:11px;z-index:10;text-align:center;margin-right:12px}
|
|
|
|
|
11708
|
#modal_indicator{float:right !important;float:right;color:#777;padding:4px 3px;margin:0;width:11px;z-index:10;text-align:center;margin-right:5px}
|
|
|
|
|
11709
|
.edit_mode_icon:before{content:"\f040"}
|
|
|
|
|
11710
|
.command_mode_icon:before{content:' '}
|
|
|
|
|
11711
|
.kernel_idle_icon:before{content:"\f10c"}
|
|
|
|
|
11712
|
.kernel_busy_icon:before{content:"\f111"}
|
|
|
|
|
11713
|
.notification_widget{color:#777;padding:1px 12px;margin:2px 4px;z-index:10;border:1px solid #ccc;border-radius:4px;background:rgba(240,240,240,0.5)}.notification_widget.span{padding-right:2px}
|
|
|
|
|
11714
|
div#pager_splitter{height:8px}
|
|
|
|
|
11715
|
#pager-container{position:relative;padding:15px 0}
|
|
|
|
|
11716
|
div#pager{font-size:14px;line-height:20px;overflow:auto;display:none}div#pager pre{line-height:1.21429em;color:#000;background-color:#f7f7f7;padding:.4em}
|
|
|
|
|
11717
|
.quickhelp{display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}
|
|
|
|
|
11718
|
.shortcut_key{display:inline-block;width:20ex;text-align:right;font-family:monospace}
|
|
|
|
|
11719
|
.shortcut_descr{display:inline-block;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}
|
|
|
|
|
11720
|
span#save_widget{padding:0 5px;margin-top:12px}
|
|
|
|
|
11721
|
span#checkpoint_status,span#autosave_status{font-size:small}
|
|
|
|
|
11722
|
@media (max-width:767px){span#save_widget{font-size:small} span#checkpoint_status,span#autosave_status{font-size:x-small}}@media (max-width:767px){span#checkpoint_status,span#autosave_status{display:none}}@media (min-width:768px) and (max-width:979px){span#checkpoint_status{display:none} span#autosave_status{font-size:x-small}}.toolbar{padding:0;margin-left:-5px;margin-top:-5px}.toolbar select,.toolbar label{width:auto;vertical-align:middle;margin-right:2px;margin-bottom:0;display:inline;font-size:92%;margin-left:.3em;margin-right:.3em;padding:0;padding-top:3px}
|
|
|
|
|
11723
|
.toolbar .btn{padding:2px 8px}
|
|
|
|
|
11724
|
.toolbar .btn-group{margin-top:0;margin-left:5px}
|
|
|
|
|
11725
|
#maintoolbar{margin-bottom:-3px;margin-top:-8px;border:0;min-height:27px;margin-left:32px;padding-top:6px;padding-bottom:8px}#maintoolbar .navbar-text{float:none;vertical-align:middle;text-align:right;margin-left:5px;margin-right:0;margin-top:0}
|
|
|
|
|
11726
|
#maintoolbar .toolbar{margin-top:0}
|
|
|
|
|
11727
|
.select-xs{height:24px}
|
|
|
|
|
11728
|
@-moz-keyframes fadeOut{from{opacity:1} to{opacity:0}}@-webkit-keyframes fadeOut{from{opacity:1} to{opacity:0}}@-moz-keyframes fadeIn{from{opacity:0} to{opacity:1}}@-webkit-keyframes fadeIn{from{opacity:0} to{opacity:1}}.bigtooltip{overflow:auto;height:200px;-webkit-transition-property:height;-webkit-transition-duration:500ms;-moz-transition-property:height;-moz-transition-duration:500ms;transition-property:height;transition-duration:500ms}
|
|
|
|
|
11729
|
.smalltooltip{-webkit-transition-property:height;-webkit-transition-duration:500ms;-moz-transition-property:height;-moz-transition-duration:500ms;transition-property:height;transition-duration:500ms;text-overflow:ellipsis;overflow:hidden;height:80px}
|
|
|
|
|
11730
|
.tooltipbuttons{position:absolute;padding-right:15px;top:0;right:0}
|
|
|
|
|
11731
|
.tooltiptext{padding-right:30px}
|
|
|
|
|
11732
|
.ipython_tooltip{max-width:700px;-webkit-animation:fadeOut 400ms;-moz-animation:fadeOut 400ms;animation:fadeOut 400ms;-webkit-animation:fadeIn 400ms;-moz-animation:fadeIn 400ms;animation:fadeIn 400ms;vertical-align:middle;background-color:#f7f7f7;overflow:visible;border:#ababab 1px solid;outline:none;padding:3px;margin:0;padding-left:7px;font-family:monospace;min-height:50px;-moz-box-shadow:0 6px 10px -1px #adadad;-webkit-box-shadow:0 6px 10px -1px #adadad;box-shadow:0 6px 10px -1px #adadad;border-radius:4px;position:absolute;z-index:1000}.ipython_tooltip a{float:right}
|
|
|
|
|
11733
|
.ipython_tooltip .tooltiptext pre{border:0;border-radius:0;font-size:100%;background-color:#f7f7f7}
|
|
|
|
|
11734
|
.pretooltiparrow{left:0;margin:0;top:-16px;width:40px;height:16px;overflow:hidden;position:absolute}
|
|
|
|
|
11735
|
.pretooltiparrow:before{background-color:#f7f7f7;border:1px #ababab solid;z-index:11;content:"";position:absolute;left:15px;top:10px;width:25px;height:25px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}
|
|
|
|
|
11736
|
>>>>>>> fab css
|
|
|
|