2013-12-02 23:05:45 +00:00
2013-12-02 00:09:39 +00:00
article , aside , details , figcaption , figure , footer , header , hgroup , main , nav , section , summary { display : block }
2013-08-23 23:50:14 +00:00
audio , canvas , video { display : inline-block }
audio : not ( [ controls ] ) { display : none ; height : 0 }
[ hidden ] { display : none }
html { font-family : sans-serif ; -webkit- text-size-adjust : 100 % ; -ms- text-size-adjust : 100 % }
body { margin : 0 }
a : focus { outline : thin dotted }
a : active , a : hover { outline : 0 }
2013-08-30 22:45:29 +00:00
h1 { font-size : 2 em ; margin : 0.67 em 0 }
2013-08-23 23:50:14 +00:00
abbr [ title ] { border-bottom : 1 px dotted }
b , strong { font-weight : bold }
dfn { font-style : italic }
hr { -moz- box-sizing : content-box ; box-sizing : content-box ; height : 0 }
mark { background : #ff0 ; color : #000 }
2013-08-30 22:45:29 +00:00
code , kbd , pre , samp { font-family : monospace , serif ; font-size : 1 em }
2013-08-23 23:50:14 +00:00
pre { white-space : pre-wrap }
q { quotes : "\201C" "\201D" "\2018" "\2019" }
small { font-size : 80 % }
sub , sup { font-size : 75 % ; line-height : 0 ; position : relative ; vertical-align : baseline }
sup { top : -0.5 em }
sub { bottom : -0.25 em }
img { border : 0 }
svg : not ( : root ) { overflow : hidden }
figure { margin : 0 }
2013-08-30 22:45:29 +00:00
fieldset { border : 1 px solid #c0c0c0 ; margin : 0 2 px ; padding : 0.35 em 0.625 em 0.75 em }
2013-08-23 23:50:14 +00:00
legend { border : 0 ; padding : 0 }
button , input , select , textarea { font-family : inherit ; font-size : 100 % ; margin : 0 }
button , input { line-height : normal }
button , select { text-transform : none }
button , html input [ type = "button" ] , input [ type = "reset" ] , input [ type = "submit" ] { -webkit- appearance : button ; cursor : pointer }
button [ disabled ] , html input [ disabled ] { cursor : default }
input [ type = "checkbox" ] , input [ type = "radio" ] { box-sizing : border-box ; padding : 0 }
input [ type = "search" ] { -webkit- appearance : textfield ; -moz- box-sizing : content-box ; -webkit- box-sizing : content-box ; box-sizing : content-box }
input [ type = "search" ] :: -webkit-search-cancel-button , input [ type = "search" ] :: -webkit-search-decoration { -webkit- appearance : none }
button :: -moz-focus-inner , input :: -moz-focus-inner { border : 0 ; padding : 0 }
textarea { overflow : auto ; vertical-align : top }
table { border-collapse : collapse ; border-spacing : 0 }
@ 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 ) ")" } . ir a : after , a [ href ^ = "javascript:" ] : after , a [ href ^ = "#" ] : after { content : "" } pre , blockquote { border : 1 px solid #999 ; page-break-inside : avoid } thead { display : table-header-group } tr , img { page-break-inside : avoid } img { max-width : 100 % !important } @ page { margin : 2cm . 5cm } p , h2 , h3 { orphans : 3 ; widows : 3 } h2 , h3 { page-break-after : avoid } . navbar { display : none } . table td , . table th { background-color : #fff !important } . btn > . caret , . dropup > . btn > . caret { border-top-color : #000 !important } . label { border : 1 px solid #000 } . table { border-collapse : collapse !important } . table-bordered th , . table-bordered td { border : 1 px solid #ddd !important } } * , * : before , * : after { -webkit- box-sizing : border-box ; -moz- box-sizing : border-box ; box-sizing : border-box }
html { font-size : 62.5 % ; -webkit- tap-highlight-color : rgba ( 0 , 0 , 0 , 0 ) }
2013-12-02 00:09:39 +00:00
body { font-family : 'Open Sans' , "Trebuchet MS" , Helvetica , sans-serif ; font-size : 14 px ; line-height : 1.428571429 ; color : #9f9f9f ; background-color : #232323 }
2013-08-23 23:50:14 +00:00
input , button , select , textarea { font-family : inherit ; font-size : inherit ; line-height : inherit }
button , input , select [ multiple ] , textarea { background-image : none }
2013-12-02 00:09:39 +00:00
a { color : #f73 ; text-decoration : none } a : hover , a : focus { color : #e54c00 ; text-decoration : underline }
2013-08-23 23:50:14 +00:00
a : focus { outline : thin dotted #333 ; outline : 5 px auto -webkit- focus-ring-color ; outline-offset : -2 px }
img { vertical-align : middle }
. img-responsive { display : block ; max-width : 100 % ; height : auto }
. img-rounded { border-radius : 6 px }
2013-12-02 00:09:39 +00:00
. img-thumbnail { padding : 4 px ; line-height : 1.428571429 ; background-color : #232323 ; border : 1 px solid #ddd ; border-radius : 4 px ; -webkit- transition : all .2 s ease-in-out ; transition : all .2 s ease-in-out ; display : inline-block ; max-width : 100 % ; height : auto }
2013-08-23 23:50:14 +00:00
. img-circle { border-radius : 50 % }
2013-12-02 00:09:39 +00:00
hr { margin-top : 20 px ; margin-bottom : 20 px ; border : 0 ; border-top : 1 px solid rgba ( 255 , 255 , 255 , 0.1 ) }
2013-08-23 23:50:14 +00:00
. sr-only { position : absolute ; width : 1 px ; height : 1 px ; margin : -1 px ; padding : 0 ; overflow : hidden ; clip : rect ( 0 0 0 0 ) ; border : 0 }
p { margin : 0 0 10 px }
2013-12-02 00:09:39 +00:00
. lead { margin-bottom : 20 px ; font-size : 16.099999999999998 px ; font-weight : 200 ; line-height : 1.4 } @ media ( min-width : 768px ) { . lead { font-size : 21 px } }
small { font-size : 85 % }
2013-08-23 23:50:14 +00:00
cite { font-style : normal }
2013-12-02 00:09:39 +00:00
. text-muted { color : #999 }
2013-08-23 23:50:14 +00:00
. text-primary { color : #428bca }
. text-warning { color : #c09853 }
. text-danger { color : #b94a48 }
. text-success { color : #468847 }
. text-info { color : #3a87ad }
. text-left { text-align : left }
. text-right { text-align : right }
. text-center { text-align : center }
2013-12-02 00:09:39 +00:00
h1 , h2 , h3 , h4 , h5 , h6 , . h1 , . h2 , . h3 , . h4 , . h5 , . h6 { font-family : 'Open Sans' , "Trebuchet MS" , Helvetica , sans-serif ; font-weight : 500 ; line-height : 1.1 } 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 }
2013-08-23 23:50:14 +00:00
h1 , h2 , h3 { margin-top : 20 px ; margin-bottom : 10 px }
h4 , h5 , h6 { margin-top : 10 px ; margin-bottom : 10 px }
h1 , . h1 { font-size : 36 px }
h2 , . h2 { font-size : 30 px }
h3 , . h3 { font-size : 24 px }
h4 , . h4 { font-size : 18 px }
h5 , . h5 { font-size : 14 px }
h6 , . h6 { font-size : 12 px }
h1 small , . h1 small { font-size : 24 px }
h2 small , . h2 small { font-size : 18 px }
h3 small , . h3 small , h4 small , . h4 small { font-size : 14 px }
. page-header { padding-bottom : 9 px ; margin : 40 px 0 20 px ; border-bottom : 1 px solid #232323 }
2013-12-02 00:09:39 +00:00
ul , ol { margin-top : 0 ; margin-bottom : 10 px } ul ul , ol ul , ul ol , ol ol { margin-bottom : 0 }
2013-08-23 23:50:14 +00:00
. list-unstyled { padding-left : 0 ; list-style : none }
2013-12-02 00:09:39 +00:00
. list-inline { padding-left : 0 ; list-style : none } . list-inline > li { display : inline-block ; padding-left : 5 px ; padding-right : 5 px }
2013-08-23 23:50:14 +00:00
dl { margin-bottom : 20 px }
dt , dd { line-height : 1.428571429 }
dt { font-weight : bold }
dd { margin-left : 0 }
2013-12-02 00:09:39 +00:00
@ media ( min-width : 768px ) { . dl-horizontal dt { float : left ; width : 160 px ; clear : left ; text-align : right ; overflow : hidden ; text-overflow : ellipsis ; white-space : nowrap } . dl-horizontal dd { margin-left : 180 px } . dl-horizontal dd : before , . dl-horizontal dd : after { content : " " ; display : table ; } . dl-horizontal dd : after { clear : both } . dl-horizontal dd : before , . dl-horizontal dd : after { content : " " ; display : table ; } . dl-horizontal dd : after { clear : both } } abbr [ title ] , abbr [ data-original-title ] { cursor : help ; border-bottom : 1 px dotted #999 }
2013-08-23 23:50:14 +00:00
abbr . initialism { font-size : 90 % ; text-transform : uppercase }
2013-12-02 00:09:39 +00:00
blockquote { padding : 10 px 20 px ; margin : 0 0 20 px ; border-left : 5 px solid rgba ( 255 , 255 , 255 , 0.08 ) } blockquote p { font-size : 17.5 px ; font-weight : 300 ; line-height : 1.25 }
2013-08-23 23:50:14 +00:00
blockquote p : last-child { margin-bottom : 0 }
2013-12-02 00:09:39 +00:00
blockquote small { display : block ; line-height : 1.428571429 ; color : #999 } blockquote small : before { content : '\2014 \00A0' }
blockquote . pull-right { padding-right : 15 px ; padding-left : 0 ; border-right : 5 px solid rgba ( 255 , 255 , 255 , 0.08 ) ; border-left : 0 } blockquote . pull-right p , blockquote . pull-right small { text-align : right }
2013-08-23 23:50:14 +00:00
blockquote . pull-right small : before { content : '' }
blockquote . pull-right small : after { content : '\00A0 \2014' }
q : before , q : after , blockquote : before , blockquote : after { content : "" }
address { display : block ; margin-bottom : 20 px ; font-style : normal ; line-height : 1.428571429 }
code , pre { font-family : Monaco , Menlo , Consolas , "Courier New" , monospace }
2013-12-02 00:09:39 +00:00
code { padding : 2 px 4 px ; font-size : 90 % ; color : #9f9f9f ; background-color : rgba ( 255 , 255 , 255 , 0.1 ) ; white-space : nowrap ; border-radius : 4 px }
2014-01-13 18:57:59 +00:00
pre { display : block ; padding : 9.5 px ; margin : 0 0 10 px ; font-size : 13 px ; line-height : 1.428571429 ; word-break : break-all ; word-wrap : break-word ; color : #333 ; background-color : #bbb ; border : 1 px solid #6e6e6e ; border-radius : 4 px } pre . prettyprint { margin-bottom : 20 px }
2013-08-23 23:50:14 +00:00
pre code { padding : 0 ; font-size : inherit ; color : inherit ; white-space : pre-wrap ; background-color : transparent ; border : 0 }
. pre-scrollable { max-height : 340 px ; overflow-y : scroll }
2013-12-02 00:09:39 +00:00
. container { margin-right : auto ; margin-left : auto ; padding-left : 15 px ; padding-right : 15 px } . container : before , . container : after { content : " " ; display : table ; }
2013-08-23 23:50:14 +00:00
. container : after { clear : both }
. container : before , . container : after { content : " " ; display : table ; }
. container : after { clear : both }
2013-12-02 00:09:39 +00:00
. row { margin-left : -15 px ; margin-right : -15 px } . row : before , . row : after { content : " " ; display : table ; }
2013-08-23 23:50:14 +00:00
. row : after { clear : both }
. row : before , . row : after { content : " " ; display : table ; }
. row : after { clear : both }
. 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 , . 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 , . 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 , . 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 { position : relative ; min-height : 1 px ; padding-left : 15 px ; padding-right : 15 px }
. 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 { float : left }
. col-xs-1 { width : 8.333333333333332 % }
. col-xs-2 { width : 16.666666666666664 % }
. col-xs-3 { width : 25 % }
. col-xs-4 { width : 33.33333333333333 % }
. col-xs-5 { width : 41.66666666666667 % }
. col-xs-6 { width : 50 % }
. col-xs-7 { width : 58.333333333333336 % }
. col-xs-8 { width : 66.66666666666666 % }
. col-xs-9 { width : 75 % }
. col-xs-10 { width : 83.33333333333334 % }
. col-xs-11 { width : 91.66666666666666 % }
. col-xs-12 { width : 100 % }
@ media ( min-width : 768px ) { . container { max-width : 750 px } . 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 { float : left } . col-sm-1 { width : 8.333333333333332 % } . col-sm-2 { width : 16.666666666666664 % } . col-sm-3 { width : 25 % } . col-sm-4 { width : 33.33333333333333 % } . col-sm-5 { width : 41.66666666666667 % } . col-sm-6 { width : 50 % } . col-sm-7 { width : 58.333333333333336 % } . col-sm-8 { width : 66.66666666666666 % } . col-sm-9 { width : 75 % } . col-sm-10 { width : 83.33333333333334 % } . col-sm-11 { width : 91.66666666666666 % } . col-sm-12 { width : 100 % } . col-sm-push-1 { left : 8.333333333333332 % } . col-sm-push-2 { left : 16.666666666666664 % } . col-sm-push-3 { left : 25 % } . col-sm-push-4 { left : 33.33333333333333 % } . col-sm-push-5 { left : 41.66666666666667 % } . col-sm-push-6 { left : 50 % } . col-sm-push-7 { left : 58.333333333333336 % } . col-sm-push-8 { left : 66.66666666666666 % } . col-sm-push-9 { left : 75 % } . col-sm-push-10 { left : 83.33333333333334 % } . col-sm-push-11 { left : 91.66666666666666 % } . col-sm-pull-1 { right : 8.333333333333332 % } . col-sm-pull-2 { right : 16.666666666666664 % } . col-sm-pull-3 { right : 25 % } . col-sm-pull-4 { right : 33.33333333333333 % } . col-sm-pull-5 { right : 41.66666666666667 % } . col-sm-pull-6 { right : 50 % } . col-sm-pull-7 { right : 58.333333333333336 % } . col-sm-pull-8 { right : 66.66666666666666 % } . col-sm-pull-9 { right : 75 % } . col-sm-pull-10 { right : 83.33333333333334 % } . col-sm-pull-11 { right : 91.66666666666666 % } . col-sm-offset-1 { margin-left : 8.333333333333332 % } . col-sm-offset-2 { margin-left : 16.666666666666664 % } . col-sm-offset-3 { margin-left : 25 % } . col-sm-offset-4 { margin-left : 33.33333333333333 % } . col-sm-offset-5 { margin-left : 41.66666666666667 % } . col-sm-offset-6 { margin-left : 50 % } . col-sm-offset-7 { margin-left : 58.333333333333336 % } . col-sm-offset-8 { margin-left : 66.66666666666666 % } . col-sm-offset-9 { margin-left : 75 % } . col-sm-offset-10 { margin-left : 83.33333333333334 % } . col-sm-offset-11 { margin-left : 91.66666666666666 % } } @ media ( min-width : 992px ) { . container { max-width : 970 px } . 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 { float : left } . col-md-1 { width : 8.333333333333332 % } . col-md-2 { width : 16.666666666666664 % } . col-md-3 { width : 25 % } . col-md-4 { width : 33.33333333333333 % } . col-md-5 { width : 41.66666666666667 % } . col-md-6 { width : 50 % } . col-md-7 { width : 58.333333333333336 % } . col-md-8 { width : 66.66666666666666 % } . col-md-9 { width : 75 % } . col-md-10 { width : 83.33333333333334 % } . col-md-11 { width : 91.66666666666666 % } . col-md-12 { width : 100 % } . col-md-push-0 { left : auto } . col-md-push-1 { left : 8.333333333333332 % } . col-md-push-2 { left : 16.666666666666664 % } . col-md-push-3 { left : 25 % } . col-md-push-4 { left : 33.33333333333333 % } . col-md-push-5 { left : 41.66666666666667 % } . col-md-push-6 { left : 50 % } . col-md-push-7 { left : 58.333333333333336 % } . col-md-push-8 { left : 66.66666666666666 % } . col-md-push-9 { left : 75 % } . col-md-push-10 { left : 83.33333333333334 % } . col-md-push-11 { left : 91.66666666666666 % } . col-md-pull-0 { right : auto } . col-md-pull-1 { right : 8.333333333333332 % } . col-md-pull-2 { right : 16.666666666666664 % } . col-md-pull-3 { right : 25 % } . col-md-pull-4 { right : 33.33333333333333 % } . col-md-pull-5 { right : 41.66666666666667 % } . col-md-pull-6 { right : 50 % } . col-md-pull-7 { right : 58.333333333333336 % } . col-md-pull-8 { right : 66.66666666666666 % } . col-md-pull-9 { right : 75 % } . col-md-pull-10 { right : 83.33333333333334 % } . col-md-pull-11 { right : 91.66666666666666 % } . col-md-offset-0 { margin-left : 0 } . col-md-offset-1 { margin-left : 8.333333333333332 % } . col-md-offset-2 { margin-left : 16.666666666666664 % } . col-md-offset-3 { margin-left : 25 % } . col-md-offset-4 { margin-left : 33.33333333333333 % } . col-md-offset-5 { margin-left : 41.66666666666667 % } . col-md-offset-6 { margin-left : 50 % } . col-md-offset-7 { margin-left : 58.333333333333336 % } . col-md-offset-8 { margin-left : 66.66666666666666 % } . col-md-offset-9 { margin-left : 75 % } . col-md-offset-10 { margin-left : 83.33333333333334 % } . col-md-offset-11 { margin-left : 91.66666666666666 % } } @ media ( min-width : 1200px ) { . container { max-width : 1170 px } . 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 { float : left } . col-lg-1 { width : 8.333333333333332 % } . col-lg-2 { width : 16.666666666666664 % } . col-lg-3 { width : 25 % } . col-lg-4 { w i d
th { text-align : left }
2013-12-02 00:09:39 +00:00
. table { width : 100 % ; margin-bottom : 20 px } . 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 : 8 px ; line-height : 1.428571429 ; vertical-align : top ; border-top : 1 px solid #ddd }
. table thead > tr > th { vertical-align : bottom ; border-bottom : 2 px solid #ddd }
2013-08-23 23:50:14 +00:00
. 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 }
2013-12-02 00:09:39 +00:00
. table tbody + tbody { border-top : 2 px solid #ddd }
2013-08-23 23:50:14 +00:00
. table . table { background-color : #232323 }
. 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 : 5 px }
2013-12-02 00:09:39 +00:00
. table-bordered { border : 1 px 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 : 1 px solid #ddd }
2013-08-23 23:50:14 +00:00
. table-bordered > thead > tr > th , . table-bordered > thead > tr > td { border-bottom-width : 2 px }
. table-striped > tbody > tr : nth-child ( odd ) > td , . table-striped > tbody > tr : nth-child ( odd ) > th { background-color : #f9f9f9 }
. table-hover > tbody > tr : hover > td , . table-hover > tbody > tr : hover > th { background-color : #f5f5f5 }
table col [ class * = "col-" ] { float : none ; display : table-column }
table td [ class * = "col-" ] , table th [ class * = "col-" ] { float : none ; display : table-cell }
. 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 }
. 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 ; border-color : #d6e9c6 }
. table-hover > tbody > tr > td . success : hover , . table-hover > tbody > tr > th . success : hover , . table-hover > tbody > tr . success : hover > td { background-color : #d0e9c6 ; border-color : #c9e2b3 }
. 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 ; border-color : #eed3d7 }
. table-hover > tbody > tr > td . danger : hover , . table-hover > tbody > tr > th . danger : hover , . table-hover > tbody > tr . danger : hover > td { background-color : #ebcccc ; border-color : #e6c1c7 }
. 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 ; border-color : #fbeed5 }
. table-hover > tbody > tr > td . warning : hover , . table-hover > tbody > tr > th . warning : hover , . table-hover > tbody > tr . warning : hover > td { background-color : #faf2cc ; border-color : #f8e5be }
2013-12-02 00:09:39 +00:00
@ media ( max-width : 768px ) { . table-responsive { width : 100 % ; margin-bottom : 15 px ; overflow-y : hidden ; overflow-x : scroll ; border : 1 px solid #ddd } . table-responsive > . table { margin-bottom : 0 ; background-color : #fff } . 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 > thead > tr : last-child > th , . table-responsive > . table-bordered > tbody > tr : last-child > th , . table-responsive > . table-bordered > tfoot > tr : last-child > th , . table-responsive > . table-bordered > thead > tr : last-child > td , . 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 }
legend { display : block ; width : 100 % ; padding : 0 ; margin-bottom : 20 px ; font-size : 21 px ; line-height : inherit ; color : #333 ; border : 0 ; border-bottom : 1 px solid #e5e5e5 }
2013-08-23 23:50:14 +00:00
label { display : inline-block ; margin-bottom : 5 px ; font-weight : bold }
input [ type = "search" ] { -webkit- box-sizing : border-box ; -moz- box-sizing : border-box ; box-sizing : border-box }
input [ type = "radio" ] , input [ type = "checkbox" ] { margin : 4 px 0 0 ; margin-top : 1 px \ 9 ; line-height : normal }
input [ type = "file" ] { display : block }
select [ multiple ] , select [ size ] { height : auto }
select optgroup { font-size : inherit ; font-style : inherit ; font-family : inherit }
input [ type = "file" ] : focus , input [ type = "radio" ] : focus , input [ type = "checkbox" ] : focus { outline : thin dotted #333 ; outline : 5 px auto -webkit- focus-ring-color ; outline-offset : -2 px }
input [ type = "number" ] :: -webkit-outer-spin-button , input [ type = "number" ] :: -webkit-inner-spin-button { height : auto }
2013-12-02 00:09:39 +00:00
. form-control : -moz-placeholder { color : #606060 }
. form-control :: -moz-placeholder { color : #606060 }
. form-control : -ms-input-placeholder { color : #606060 }
. form-control :: -webkit-input-placeholder { color : #606060 }
. form-control { display : block ; width : 100 % ; height : 38 px ; padding : 6 px 12 px ; font-size : 14 px ; line-height : 1.428571429 ; color : #dfdfdf ; vertical-align : middle ; background-color : #111 ; border : 1 px solid #444 ; border-radius : 4 px ; -webkit- box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) ; box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) ; -webkit- transition : border-color ease-in-out .15 s , box-shadow ease-in-out .15 s ; transition : border-color ease-in-out .15 s , box-shadow ease-in-out .15 s } . form-control : focus { border-color : #66afe9 ; outline : 0 ; -webkit- box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , .075 ) , 0 0 8 px rgba ( 102 , 175 , 233 , 0.6 ) ; box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , .075 ) , 0 0 8 px rgba ( 102 , 175 , 233 , 0.6 ) }
. form-control : focus { border-color : #444 ; outline : 0 ; -webkit- box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , .075 ) , 0 0 12 px rgba ( 255 , 255 , 255 , 0.6 ) ; box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , .075 ) , 0 0 12 px rgba ( 255 , 255 , 255 , 0.6 ) }
2013-08-23 23:50:14 +00:00
. form-control [ disabled ] , . form-control [ readonly ] , fieldset [ disabled ] . form-control { cursor : not-allowed ; background-color : #232323 }
textarea . form-control { height : auto }
. form-group { margin-bottom : 15 px }
2013-12-02 00:09:39 +00:00
. radio , . checkbox { display : block ; min-height : 20 px ; margin-top : 10 px ; margin-bottom : 10 px ; padding-left : 20 px ; vertical-align : middle } . radio label , . checkbox label { display : inline ; margin-bottom : 0 ; font-weight : normal ; cursor : pointer }
2013-08-23 23:50:14 +00:00
. radio input [ type = "radio" ] , . radio-inline input [ type = "radio" ] , . checkbox input [ type = "checkbox" ] , . checkbox-inline input [ type = "checkbox" ] { float : left ; margin-left : -20 px }
. radio + . radio , . checkbox + . checkbox { margin-top : -5 px }
. radio-inline , . checkbox-inline { display : inline-block ; padding-left : 20 px ; margin-bottom : 0 ; vertical-align : middle ; font-weight : normal ; cursor : pointer }
. radio-inline + . radio-inline , . checkbox-inline + . checkbox-inline { margin-top : 0 ; margin-left : 10 px }
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 }
2013-12-02 00:09:39 +00:00
. input-sm { height : 30 px ; padding : 5 px 10 px ; font-size : 12 px ; line-height : 1.5 ; border-radius : 3 px } select . input-sm { height : 30 px ; line-height : 30 px }
2013-08-23 23:50:14 +00:00
textarea . input-sm { height : auto }
2013-12-02 00:09:39 +00:00
. input-lg { height : 45 px ; padding : 10 px 16 px ; font-size : 18 px ; line-height : 1.33 ; border-radius : 6 px } select . input-lg { height : 45 px ; line-height : 45 px }
2013-08-23 23:50:14 +00:00
textarea . input-lg { height : auto }
. has-warning . help-block , . has-warning . control-label { color : #c09853 }
2013-12-02 00:09:39 +00:00
. has-warning . form-control { border-color : #c09853 ; -webkit- box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) ; box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) } . has-warning . form-control : focus { border-color : #a47e3c ; -webkit- box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) , 0 0 6 px #dbc59e ; box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) , 0 0 6 px #dbc59e }
2013-08-23 23:50:14 +00:00
. has-warning . input-group-addon { color : #c09853 ; border-color : #c09853 ; background-color : #fcf8e3 }
. has-error . help-block , . has-error . control-label { color : #b94a48 }
2013-12-02 00:09:39 +00:00
. has-error . form-control { border-color : #b94a48 ; -webkit- box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) ; box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) } . has-error . form-control : focus { border-color : #953b39 ; -webkit- box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) , 0 0 6 px #d59392 ; box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) , 0 0 6 px #d59392 }
2013-08-23 23:50:14 +00:00
. has-error . input-group-addon { color : #b94a48 ; border-color : #b94a48 ; background-color : #f2dede }
. has-success . help-block , . has-success . control-label { color : #468847 }
2013-12-02 00:09:39 +00:00
. has-success . form-control { border-color : #468847 ; -webkit- box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) ; box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) } . has-success . form-control : focus { border-color : #356635 ; -webkit- box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) , 0 0 6 px #7aba7b ; box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) , 0 0 6 px #7aba7b }
2013-08-23 23:50:14 +00:00
. has-success . input-group-addon { color : #468847 ; border-color : #468847 ; background-color : #dff0d8 }
. form-control-static { margin-bottom : 0 ; padding-top : 7 px }
2013-12-02 00:09:39 +00:00
. help-block { display : block ; margin-top : 5 px ; margin-bottom : 10 px ; color : #dfdfdf }
@ media ( min-width : 768px ) { . form-inline . form-group { display : inline-block ; margin-bottom : 0 ; vertical-align : middle } . form-inline . form-control { display : inline-block } . form-inline . radio , . form-inline . checkbox { display : inline-block ; margin-top : 0 ; margin-bottom : 0 ; padding-left : 0 } . form-inline . radio input [ type = "radio" ] , . form-inline . checkbox input [ type = "checkbox" ] { float : none ; margin-left : 0 } }
. 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 : 7 px }
. form-horizontal . form-group { margin-left : -15 px ; margin-right : -15 px } . form-horizontal . form-group : before , . form-horizontal . form-group : after { content : " " ; display : table ; }
2013-08-23 23:50:14 +00:00
. form-horizontal . form-group : after { clear : both }
. form-horizontal . form-group : before , . form-horizontal . form-group : after { content : " " ; display : table ; }
. form-horizontal . form-group : after { clear : both }
2013-12-02 00:09:39 +00:00
@ media ( min-width : 768px ) { . form-horizontal . control-label { text-align : right } }
. btn { display : inline-block ; padding : 6 px 12 px ; margin-bottom : 0 ; font-size : 14 px ; font-weight : normal ; line-height : 1.428571429 ; text-align : center ; vertical-align : middle ; cursor : pointer ; border : 1 px solid transparent ; border-radius : 4 px ; white-space : nowrap ; -webkit- user-select : none ; -moz- user-select : none ; -ms- user-select : none ; -o- user-select : none ; user-select : none } . btn : focus { outline : thin dotted #333 ; outline : 5 px auto -webkit- focus-ring-color ; outline-offset : -2 px }
. btn : hover , . btn : focus { color : #bfbfbf ; text-decoration : none }
2013-08-23 23:50:14 +00:00
. btn : active , . btn . active { outline : 0 ; background-image : none ; -webkit- box-shadow : inset 0 3 px 5 px rgba ( 0 , 0 , 0 , 0.125 ) ; box-shadow : inset 0 3 px 5 px rgba ( 0 , 0 , 0 , 0.125 ) }
2013-12-02 00:09:39 +00:00
. 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 }
. btn-default { color : #bfbfbf ; background-color : rgba ( 0 , 0 , 0 , 0 ) ; border-color : rgba ( 0 , 0 , 0 , 0 ) } . btn-default : hover , . btn-default : focus , . btn-default : active , . btn-default . active , . open . dropdown-toggle . btn-default { color : #bfbfbf ; background-color : rgba ( 0 , 0 , 0 , 0 ) ; border-color : rgba ( 0 , 0 , 0 , 0 ) }
2013-08-23 23:50:14 +00:00
. btn-default : active , . btn-default . active , . open . dropdown-toggle . btn-default { background-image : none }
. btn-default . disabled , . btn-default [ disabled ] , fieldset [ disabled ] . btn-default , . btn-default . disabled : hover , . btn-default [ disabled ] : hover , fieldset [ disabled ] . btn-default : hover , . 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 : rgba ( 0 , 0 , 0 , 0 ) ; border-color : rgba ( 0 , 0 , 0 , 0 ) }
2013-12-02 00:09:39 +00:00
. btn-primary { color : #bfbfbf ; background-color : #444 ; border-color : rgba ( 255 , 255 , 255 , 0.05 ) } . btn-primary : hover , . btn-primary : focus , . btn-primary : active , . btn-primary . active , . open . dropdown-toggle . btn-primary { color : #bfbfbf ; background-color : #303030 ; border-color : rgba ( 224 , 224 , 224 , 0.05 ) }
2013-08-23 23:50:14 +00:00
. btn-primary : active , . btn-primary . active , . open . dropdown-toggle . btn-primary { background-image : none }
2013-12-02 00:09:39 +00:00
. 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 : #444 ; border-color : rgba ( 255 , 255 , 255 , 0.05 ) }
. 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 }
2013-08-23 23:50:14 +00:00
. btn-warning : active , . btn-warning . active , . open . dropdown-toggle . btn-warning { background-image : none }
. btn-warning . disabled , . btn-warning [ disabled ] , fieldset [ disabled ] . btn-warning , . btn-warning . disabled : hover , . btn-warning [ disabled ] : hover , fieldset [ disabled ] . btn-warning : hover , . 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 }
2013-12-02 00:09:39 +00:00
. 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 }
2013-08-23 23:50:14 +00:00
. btn-danger : active , . btn-danger . active , . open . dropdown-toggle . btn-danger { background-image : none }
. btn-danger . disabled , . btn-danger [ disabled ] , fieldset [ disabled ] . btn-danger , . btn-danger . disabled : hover , . btn-danger [ disabled ] : hover , fieldset [ disabled ] . btn-danger : hover , . 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 }
2013-12-02 00:09:39 +00:00
. btn-success { color : #bfbfbf ; background-color : rgba ( 0 , 0 , 0 , 0 ) ; border-color : rgba ( 0 , 0 , 0 , 0 ) } . btn-success : hover , . btn-success : focus , . btn-success : active , . btn-success . active , . open . dropdown-toggle . btn-success { color : #bfbfbf ; background-color : rgba ( 0 , 0 , 0 , 0 ) ; border-color : rgba ( 0 , 0 , 0 , 0 ) }
2013-08-23 23:50:14 +00:00
. btn-success : active , . btn-success . active , . open . dropdown-toggle . btn-success { background-image : none }
2013-12-02 00:09:39 +00:00
. 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 : rgba ( 0 , 0 , 0 , 0 ) ; border-color : rgba ( 0 , 0 , 0 , 0 ) }
. btn-info { color : rgba ( 255 , 255 , 255 , 0.35 ) ; background-color : rgba ( 0 , 0 , 0 , 0 ) ; border-color : rgba ( 0 , 0 , 0 , 0 ) } . btn-info : hover , . btn-info : focus , . btn-info : active , . btn-info . active , . open . dropdown-toggle . btn-info { color : rgba ( 255 , 255 , 255 , 0.35 ) ; background-color : rgba ( 0 , 0 , 0 , 0 ) ; border-color : rgba ( 0 , 0 , 0 , 0 ) }
2013-08-23 23:50:14 +00:00
. btn-info : active , . btn-info . active , . open . dropdown-toggle . btn-info { background-image : none }
2013-09-19 19:51:25 +00:00
. 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 : rgba ( 0 , 0 , 0 , 0 ) ; border-color : rgba ( 0 , 0 , 0 , 0 ) }
2013-12-02 00:09:39 +00:00
. btn-link { color : #f73 ; 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 }
2013-08-23 23:50:14 +00:00
. btn-link , . btn-link : hover , . btn-link : focus , . btn-link : active { border-color : transparent }
. btn-link : hover , . btn-link : focus { color : #e54c00 ; text-decoration : underline ; background-color : transparent }
2013-12-02 00:09:39 +00:00
. btn-link [ disabled ] : hover , fieldset [ disabled ] . btn-link : hover , . btn-link [ disabled ] : focus , fieldset [ disabled ] . btn-link : focus { color : #999 ; text-decoration : none }
2013-08-23 23:50:14 +00:00
. btn-lg { padding : 10 px 16 px ; font-size : 18 px ; line-height : 1.33 ; border-radius : 6 px }
. btn-sm , . btn-xs { padding : 5 px 10 px ; font-size : 12 px ; line-height : 1.5 ; border-radius : 3 px }
. btn-xs { padding : 1 px 5 px }
. btn-block { display : block ; width : 100 % ; padding-left : 0 ; padding-right : 0 }
. btn-block + . btn-block { margin-top : 5 px }
input [ type = "submit" ] . btn-block , input [ type = "reset" ] . btn-block , input [ type = "button" ] . btn-block { width : 100 % }
2013-12-02 00:09:39 +00:00
. fade { opacity : 0 ; -webkit- transition : opacity .15 s linear ; transition : opacity .15 s linear } . fade . in { opacity : 1 }
. collapse { display : none } . collapse . in { display : block }
. collapsing { position : relative ; height : 0 ; overflow : hidden ; -webkit- transition : height .35 s ease ; transition : height .35 s ease }
2013-08-23 23:50:14 +00:00
@ 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 : 1 px ; display : inline-block ; font-family : 'Glyphicons Halflings' ; font-style : normal ; font-weight : normal ; line-height : 1 ; -webkit- font-smoothing : antialiased }
. glyphicon-asterisk : before { content : "\2a" }
. glyphicon-plus : before { content : "\2b" }
. glyphicon-euro : before { content : "\20ac" }
. glyphicon-minus : before { content : "\2212" }
. glyphicon-cloud : before { content : "\2601" }
. glyphicon-envelope : before { content : "\2709" }
. glyphicon-pencil : before { content : "\270f" }
. glyphicon-glass : before { content : "\e001" }
. glyphicon-music : before { content : "\e002" }
. glyphicon-search : before { content : "\e003" }
. glyphicon-heart : before { content : "\e005" }
. glyphicon-star : before { content : "\e006" }
. glyphicon-star-empty : before { content : "\e007" }
. glyphicon-user : before { content : "\e008" }
. glyphicon-film : before { content : "\e009" }
. glyphicon-th-large : before { content : "\e010" }
. glyphicon-th : before { content : "\e011" }
. glyphicon-th-list : before { content : "\e012" }
. glyphicon-ok : before { content : "\e013" }
. glyphicon-remove : before { content : "\e014" }
. glyphicon-zoom-in : before { content : "\e015" }
. glyphicon-zoom-out : before { content : "\e016" }
. glyphicon-off : before { content : "\e017" }
. glyphicon-signal : before { content : "\e018" }
. glyphicon-cog : before { content : "\e019" }
. glyphicon-trash : before { content : "\e020" }
. glyphicon-home : before { content : "\e021" }
. glyphicon-file : before { content : "\e022" }
. glyphicon-time : before { content : "\e023" }
. glyphicon-road : before { content : "\e024" }
. glyphicon-download-alt : before { content : "\e025" }
. glyphicon-download : before { content : "\e026" }
. glyphicon-upload : before { content : "\e027" }
. glyphicon-inbox : before { content : "\e028" }
. glyphicon-play-circle : before { content : "\e029" }
. glyphicon-repeat : before { content : "\e030" }
. glyphicon-refresh : before { content : "\e031" }
. glyphicon-list-alt : before { content : "\e032" }
. glyphicon-flag : before { content : "\e034" }
. glyphicon-headphones : before { content : "\e035" }
. glyphicon-volume-off : before { content : "\e036" }
. glyphicon-volume-down : before { content : "\e037" }
. glyphicon-volume-up : before { content : "\e038" }
. glyphicon-qrcode : before { content : "\e039" }
. glyphicon-barcode : before { content : "\e040" }
. glyphicon-tag : before { content : "\e041" }
. glyphicon-tags : before { content : "\e042" }
. glyphicon-book : before { content : "\e043" }
. glyphicon-print : before { content : "\e045" }
. glyphicon-font : before { content : "\e047" }
. glyphicon-bold : before { content : "\e048" }
. glyphicon-italic : before { content : "\e049" }
. glyphicon-text-height : before { content : "\e050" }
. glyphicon-text-width : before { content : "\e051" }
. glyphicon-align-left : before { content : "\e052" }
. glyphicon-align-center : before { content : "\e053" }
. glyphicon-align-right : before { content : "\e054" }
. glyphicon-align-justify : before { content : "\e055" }
. glyphicon-list : before { content : "\e056" }
. glyphicon-indent-left : before { content : "\e057" }
. glyphicon-indent-right : before { content : "\e058" }
. glyphicon-facetime-video : before { content : "\e059" }
. glyphicon-picture : before { content : "\e060" }
. glyphicon-map-marker : before { content : "\e062" }
. glyphicon-adjust : before { content : "\e063" }
. glyphicon-tint : before { content : "\e064" }
. glyphicon-edit : before { content : "\e065" }
. glyphicon-share : before { content : "\e066" }
. glyphicon-check : before { content : "\e067" }
. glyphicon-move : before { content : "\e068" }
. glyphicon-step-backward : before { content : "\e069" }
. glyphicon-fast-backward : before { content : "\e070" }
. glyphicon-backward : before { content : "\e071" }
. glyphicon-play : before { content : "\e072" }
. glyphicon-pause : before { content : "\e073" }
. glyphicon-stop : before { content : "\e074" }
. glyphicon-forward : before { content : "\e075" }
. glyphicon-fast-forward : before { content : "\e076" }
. glyphicon-step-forward : before { content : "\e077" }
. glyphicon-eject : before { content : "\e078" }
. glyphicon-chevron-left : before { content : "\e079" }
. glyphicon-chevron-right : before { content : "\e080" }
. glyphicon-plus-sign : before { content : "\e081" }
. glyphicon-minus-sign : before { content : "\e082" }
. glyphicon-remove-sign : before { content : "\e083" }
. glyphicon-ok-sign : before { content : "\e084" }
. glyphicon-question-sign : before { content : "\e085" }
. glyphicon-info-sign : before { content : "\e086" }
. glyphicon-screenshot : before { content : "\e087" }
. glyphicon-remove-circle : before { content : "\e088" }
. glyphicon-ok-circle : before { content : "\e089" }
. glyphicon-ban-circle : before { content : "\e090" }
. glyphicon-arrow-left : before { content : "\e091" }
. glyphicon-arrow-right : before { content : "\e092" }
. glyphicon-arrow-up : before { content : "\e093" }
. glyphicon-arrow-down : before { content : "\e094" }
. glyphicon-share-alt : before { content : "\e095" }
. glyphicon-resize-full : before { content : "\e096" }
. glyphicon-resize-small : before { content : "\e097" }
. glyphicon-exclamation-sign : before { content : "\e101" }
. glyphicon-gift : before { content : "\e102" }
. glyphicon-leaf : before { content : "\e103" }
. glyphicon-eye-open : before { content : "\e105" }
. glyphicon-eye-close : before { content : "\e106" }
. glyphicon-warning-sign : before { content : "\e107" }
. glyphicon-plane : before { content : "\e108" }
. glyphicon-random : before { content : "\e110" }
. glyphicon-comment : before { content : "\e111" }
. glyphicon-magnet : before { content : "\e112" }
. glyphicon-chevron-up : before { content : "\e113" }
. glyphicon-chevron-down : before { content : "\e114" }
. glyphicon-retweet : before { content : "\e115" }
. glyphicon-shopping-cart : before { content : "\e116" }
. glyphicon-folder-close : before { content : "\e117" }
. glyphicon-folder-open : before { content : "\e118" }
. glyphicon-resize-vertical : before { content : "\e119" }
. glyphicon-resize-horizontal : before { content : "\e120" }
. glyphicon-hdd : before { content : "\e121" }
. glyphicon-bullhorn : before { content : "\e122" }
. glyphicon-certificate : before { content : "\e124" }
. glyphicon-thumbs-up : before { content : "\e125" }
. glyphicon-thumbs-down : before { content : "\e126" }
. glyphicon-hand-right : before { content : "\e127" }
. glyphicon-hand-left : before { content : "\e128" }
. glyphicon-hand-up : before { content : "\e129" }
. glyphicon-hand-down : before { content : "\e130" }
. glyphicon-circle-arrow-right : before { content : "\e131" }
. glyphicon-circle-arrow-left : before { content : "\e132" }
. glyphicon-circle-arrow-up : before { content : "\e133" }
. glyphicon-circle-arrow-down : before { content : "\e134" }
. glyphicon-globe : before { content : "\e135" }
. glyphicon-tasks : before { content : "\e137" }
. glyphicon-filter : before { content : "\e138" }
. glyphicon-fullscreen : before { content : "\e140" }
. glyphicon-dashboard : before { content : "\e141" }
. glyphicon-heart-empty : before { content : "\e143" }
. glyphicon-link : before { content : "\e144" }
. glyphicon-phone : before { content : "\e145" }
. glyphicon-usd : before { content : "\e148" }
. glyphicon-gbp : before { content : "\e149" }
. glyphicon-sort : before { content : "\e150" }
. glyphicon-sort-by-alphabet : before { content : "\e151" }
. glyphicon-sort-by-alphabet-alt : before { content : "\e152" }
. glyphicon-sort-by-order : before { content : "\e153" }
. glyphicon-sort-by-order-alt : before { content : "\e154" }
. glyphicon-sort-by-attributes : before { content : "\e155" }
. glyphicon-sort-by-attributes-alt : before { content : "\e156" }
. glyphicon-unchecked : before { content : "\e157" }
. glyphicon-expand : before { content : "\e158" }
. glyphicon-collapse-down : before { content : "\e159" }
. glyphicon-collapse-up : before { content : "\e160" }
. glyphicon-log-in : before { content : "\e161" }
. glyphicon-flash : before { content : "\e162" }
. glyphicon-log-out : before { content : "\e163" }
. glyphicon-new-window : before { content : "\e164" }
. glyphicon-record : before { content : "\e165" }
. glyphicon-save : before { content : "\e166" }
. glyphicon-open : before { content : "\e167" }
. glyphicon-saved : before { content : "\e168" }
. glyphicon-import : before { content : "\e169" }
. glyphicon-export : before { content : "\e170" }
. glyphicon-send : before { content : "\e171" }
. glyphicon-floppy-disk : before { content : "\e172" }
. glyphicon-floppy-saved : before { content : "\e173" }
. glyphicon-floppy-remove : before { content : "\e174" }
. glyphicon-floppy-save : before { content : "\e175" }
. glyphicon-floppy-open : before { content : "\e176" }
. glyphicon-credit-card : before { content : "\e177" }
. glyphicon-transfer : before { content : "\e178" }
. glyphicon-cutlery : before { content : "\e179" }
. glyphicon-header : before { content : "\e180" }
. glyphicon-compressed : before { content : "\e181" }
. glyphicon-earphone : before { content : "\e182" }
. glyphicon-phone-alt : before { content : "\e183" }
. glyphicon-tower : before { content : "\e184" }
. glyphicon-stats : before { content : "\e185" }
. glyphicon-sd-video : before { content : "\e186" }
. glyphicon-hd-video : before { content : "\e187" }
. glyphicon-subtitles : before { content : "\e188" }
. glyphicon-sound-stereo : before { content : "\e189" }
. glyphicon-sound-dolby : before { content : "\e190" }
. glyphicon-sound-5-1 : before { content : "\e191" }
. glyphicon-sound-6-1 : before { content : "\e192" }
. glyphicon-sound-7-1 : before { content : "\e193" }
. glyphicon-copyright-mark : before { content : "\e194" }
. glyphicon-registration-mark : before { content : "\e195" }
. glyphicon-cloud-download : before { content : "\e197" }
. glyphicon-cloud-upload : before { content : "\e198" }
. glyphicon-tree-conifer : before { content : "\e199" }
. glyphicon-tree-deciduous : before { content : "\e200" }
. glyphicon-briefcase : before { content : "\1f4bc" }
. glyphicon-calendar : before { content : "\1f4c5" }
. glyphicon-pushpin : before { content : "\1f4cc" }
. glyphicon-paperclip : before { content : "\1f4ce" }
. glyphicon-camera : before { content : "\1f4f7" }
. glyphicon-lock : before { content : "\1f512" }
. glyphicon-bell : before { content : "\1f514" }
. glyphicon-bookmark : before { content : "\1f516" }
. glyphicon-fire : before { content : "\1f525" }
. glyphicon-wrench : before { content : "\1f527" }
2013-12-02 00:09:39 +00:00
. caret { display : inline-block ; width : 0 ; height : 0 ; margin-left : 2 px ; vertical-align : middle ; border-top : 4 px solid #000 ; border-right : 4 px solid transparent ; border-left : 4 px solid transparent ; border-bottom : 0 dotted ; content : "" }
2013-08-23 23:50:14 +00:00
. dropdown { position : relative }
. dropdown-toggle : focus { outline : 0 }
2013-12-02 00:09:39 +00:00
. dropdown-menu { position : absolute ; top : 100 % ; left : 0 ; z-index : 1000 ; display : none ; float : left ; min-width : 160 px ; padding : 5 px 0 ; margin : 2 px 0 0 ; list-style : none ; font-size : 14 px ; background-color : #1e1e1e ; border : 1 px solid #ccc ; border : 1 px solid #444 ; border-radius : 4 px ; -webkit- box-shadow : 0 6 px 12 px rgba ( 0 , 0 , 0 , 0.175 ) ; box-shadow : 0 6 px 12 px rgba ( 0 , 0 , 0 , 0.175 ) ; background-clip : padding-box } . dropdown-menu . pull-right { right : 0 ; left : auto }
. dropdown-menu . divider { height : 1 px ; margin : 9 px 0 ; overflow : hidden ; background-color : #444 }
. dropdown-menu > li > a { display : block ; padding : 3 px 20 px ; clear : both ; font-weight : normal ; line-height : 1.428571429 ; color : #9f9f9f ; white-space : nowrap }
. dropdown-menu > li > a : hover , . dropdown-menu > li > a : focus { text-decoration : none ; color : #bfbfbf ; background-color : rgba ( 255 , 255 , 255 , 0.04 ) }
. dropdown-menu > . active > a , . dropdown-menu > . active > a : hover , . dropdown-menu > . active > a : focus { color : #fff ; text-decoration : none ; outline : 0 ; background-color : #428bca }
. dropdown-menu > . disabled > a , . dropdown-menu > . disabled > a : hover , . dropdown-menu > . disabled > a : focus { color : #606060 }
. 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 }
2013-08-23 23:50:14 +00:00
. open > . dropdown-menu { display : block }
. open > a { outline : 0 }
2013-12-02 00:09:39 +00:00
. dropdown-header { display : block ; padding : 3 px 20 px ; font-size : 12 px ; line-height : 1.428571429 ; color : rgba ( 255 , 255 , 255 , 0.5 ) }
2013-08-23 23:50:14 +00:00
. dropdown-backdrop { position : fixed ; left : 0 ; right : 0 ; bottom : 0 ; top : 0 ; z-index : 990 }
. pull-right > . dropdown-menu { right : 0 ; left : auto }
2013-12-02 00:09:39 +00:00
. dropup . caret , . navbar-fixed-bottom . dropdown . caret { border-top : 0 dotted ; border-bottom : 4 px solid #000 ; content : "" }
2013-08-23 23:50:14 +00:00
. dropup . dropdown-menu , . navbar-fixed-bottom . dropdown . dropdown-menu { top : auto ; bottom : 100 % ; margin-bottom : 1 px }
2013-12-02 00:09:39 +00:00
@ media ( min-width : 768px ) { . navbar-right . dropdown-menu { right : 0 ; left : auto } } . btn-default . caret { border-top-color : #bfbfbf }
2013-08-23 23:50:14 +00:00
. btn-primary . caret , . btn-success . caret , . btn-warning . caret , . btn-danger . caret , . btn-info . caret { border-top-color : #fff }
2013-12-02 00:09:39 +00:00
. dropup . btn-default . caret { border-bottom-color : #bfbfbf }
2013-08-23 23:50:14 +00:00
. dropup . btn-primary . caret , . dropup . btn-success . caret , . dropup . btn-warning . caret , . dropup . btn-danger . caret , . dropup . btn-info . caret { border-bottom-color : #fff }
2013-12-02 00:09:39 +00:00
. 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 }
2013-08-23 23:50:14 +00:00
. btn-group > . btn : focus , . btn-group-vertical > . btn : focus { outline : none }
. btn-group . btn + . btn , . btn-group . btn + . btn-group , . btn-group . btn-group + . btn , . btn-group . btn-group + . btn-group { margin-left : -1 px }
. btn-toolbar : before , . btn-toolbar : after { content : " " ; display : table ; }
. btn-toolbar : after { clear : both }
. btn-toolbar : before , . btn-toolbar : after { content : " " ; display : table ; }
. btn-toolbar : after { clear : both }
. btn-toolbar . btn-group { float : left }
. btn-toolbar > . btn + . btn , . btn-toolbar > . btn-group + . btn , . btn-toolbar > . btn + . btn-group , . btn-toolbar > . btn-group + . btn-group { margin-left : 5 px }
. btn-group > . btn : not ( : first-child ) : not ( : last-child ) : not ( . dropdown-toggle ) { border-radius : 0 }
2013-12-02 00:09:39 +00:00
. 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 }
2013-08-23 23:50:14 +00:00
. btn-group > . btn : last-child : not ( : first-child ) , . btn-group > . dropdown-toggle : not ( : first-child ) { border-bottom-left-radius : 0 ; border-top-left-radius : 0 }
. btn-group > . btn-group { float : left }
. btn-group > . btn-group : not ( : first-child ) : not ( : last-child ) > . btn { border-radius : 0 }
. 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 }
. btn-group > . btn-group : last-child > . btn : first-child { border-bottom-left-radius : 0 ; border-top-left-radius : 0 }
. btn-group . dropdown-toggle : active , . btn-group . open . dropdown-toggle { outline : 0 }
. btn-group-xs > . btn { padding : 5 px 10 px ; font-size : 12 px ; line-height : 1.5 ; border-radius : 3 px ; padding : 1 px 5 px }
. btn-group-sm > . btn { padding : 5 px 10 px ; font-size : 12 px ; line-height : 1.5 ; border-radius : 3 px }
. btn-group-lg > . btn { padding : 10 px 16 px ; font-size : 18 px ; line-height : 1.33 ; border-radius : 6 px }
. btn-group > . btn + . dropdown-toggle { padding-left : 8 px ; padding-right : 8 px }
. btn-group > . btn-lg + . dropdown-toggle { padding-left : 12 px ; padding-right : 12 px }
. btn-group . open . dropdown-toggle { -webkit- box-shadow : inset 0 3 px 5 px rgba ( 0 , 0 , 0 , 0.125 ) ; box-shadow : inset 0 3 px 5 px rgba ( 0 , 0 , 0 , 0.125 ) }
. btn . caret { margin-left : 0 }
. btn-lg . caret { border-width : 5 px 5 px 0 ; border-bottom-width : 0 }
. dropup . btn-lg . caret { border-width : 0 5 px 5 px }
. btn-group-vertical > . btn , . btn-group-vertical > . btn-group { display : block ; float : none ; width : 100 % ; max-width : 100 % }
. btn-group-vertical > . btn-group : before , . btn-group-vertical > . btn-group : after { content : " " ; display : table ; }
. btn-group-vertical > . btn-group : after { clear : both }
. btn-group-vertical > . btn-group : before , . btn-group-vertical > . btn-group : after { content : " " ; display : table ; }
. btn-group-vertical > . btn-group : after { clear : both }
. btn-group-vertical > . btn-group > . btn { float : none }
. 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 : -1 px ; margin-left : 0 }
. btn-group-vertical > . btn : not ( : first-child ) : not ( : last-child ) { border-radius : 0 }
. btn-group-vertical > . btn : first-child : not ( : last-child ) { border-top-right-radius : 4 px ; border-bottom-right-radius : 0 ; border-bottom-left-radius : 0 }
. btn-group-vertical > . btn : last-child : not ( : first-child ) { border-bottom-left-radius : 4 px ; border-top-right-radius : 0 ; border-top-left-radius : 0 }
. btn-group-vertical > . btn-group : not ( : first-child ) : not ( : last-child ) > . btn { border-radius : 0 }
. btn-group-vertical > . btn-group : first-child > . btn : last-child , . btn-group-vertical > . btn-group : first-child > . dropdown-toggle { border-bottom-right-radius : 0 ; border-bottom-left-radius : 0 }
. btn-group-vertical > . btn-group : last-child > . btn : first-child { border-top-right-radius : 0 ; border-top-left-radius : 0 }
2013-12-02 00:09:39 +00:00
. btn-group-justified { display : table ; width : 100 % ; table-layout : fixed ; border-collapse : separate } . btn-group-justified . btn { float : none ; display : table-cell ; width : 1 % }
2013-08-23 23:50:14 +00:00
[ data-toggle = "buttons" ] > . btn > input [ type = "radio" ] , [ data-toggle = "buttons" ] > . btn > input [ type = "checkbox" ] { display : none }
2013-12-02 00:09:39 +00:00
. input-group { position : relative ; display : table ; border-collapse : separate } . input-group . col { float : none ; padding-left : 0 ; padding-right : 0 }
2013-08-23 23:50:14 +00:00
. input-group . form-control { width : 100 % ; margin-bottom : 0 }
2013-12-02 00:09:39 +00:00
. input-group-lg > . form-control , . input-group-lg > . input-group-addon , . input-group-lg > . input-group-btn > . btn { height : 45 px ; padding : 10 px 16 px ; font-size : 18 px ; line-height : 1.33 ; border-radius : 6 px } select . input-group-lg > . form-control , select . input-group-lg > . input-group-addon , select . input-group-lg > . input-group-btn > . btn { height : 45 px ; line-height : 45 px }
2013-08-23 23:50:14 +00:00
textarea . input-group-lg > . form-control , textarea . input-group-lg > . input-group-addon , textarea . input-group-lg > . input-group-btn > . btn { height : auto }
2013-12-02 00:09:39 +00:00
. input-group-sm > . form-control , . input-group-sm > . input-group-addon , . input-group-sm > . input-group-btn > . btn { height : 30 px ; padding : 5 px 10 px ; font-size : 12 px ; line-height : 1.5 ; border-radius : 3 px } select . input-group-sm > . form-control , select . input-group-sm > . input-group-addon , select . input-group-sm > . input-group-btn > . btn { height : 30 px ; line-height : 30 px }
2013-08-23 23:50:14 +00:00
textarea . input-group-sm > . form-control , textarea . input-group-sm > . input-group-addon , textarea . input-group-sm > . input-group-btn > . btn { height : auto }
2013-12-02 00:09:39 +00:00
. 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 }
2013-08-23 23:50:14 +00:00
. input-group-addon , . input-group-btn { width : 1 % ; white-space : nowrap ; vertical-align : middle }
2013-12-02 00:09:39 +00:00
. input-group-addon { padding : 6 px 12 px ; font-size : 14 px ; font-weight : normal ; line-height : 1 ; text-align : center ; background-color : #232323 ; border : 1 px solid #444 ; border-radius : 4 px } . input-group-addon . input-sm { padding : 5 px 10 px ; font-size : 12 px ; border-radius : 3 px }
2013-08-23 23:50:14 +00:00
. input-group-addon . input-lg { padding : 10 px 16 px ; font-size : 18 px ; border-radius : 6 px }
. input-group-addon input [ type = "radio" ] , . input-group-addon input [ type = "checkbox" ] { margin-top : 0 }
. input-group . form-control : first-child , . input-group-addon : first-child , . input-group-btn : first-child > . btn , . input-group-btn : first-child > . dropdown-toggle , . input-group-btn : last-child > . btn : not ( : last-child ) : not ( . dropdown-toggle ) { border-bottom-right-radius : 0 ; border-top-right-radius : 0 }
. input-group-addon : first-child { border-right : 0 }
. input-group . form-control : last-child , . input-group-addon : last-child , . input-group-btn : last-child > . btn , . input-group-btn : last-child > . dropdown-toggle , . input-group-btn : first-child > . btn : not ( : first-child ) { border-bottom-left-radius : 0 ; border-top-left-radius : 0 }
. input-group-addon : last-child { border-left : 0 }
. input-group-btn { position : relative ; white-space : nowrap }
2013-12-02 00:09:39 +00:00
. input-group-btn > . btn { position : relative } . input-group-btn > . btn + . btn { margin-left : -4 px }
2013-08-23 23:50:14 +00:00
. input-group-btn > . btn : hover , . input-group-btn > . btn : active { z-index : 2 }
2013-12-02 00:09:39 +00:00
. nav { margin-bottom : 0 ; padding-left : 0 ; list-style : none } . nav : before , . nav : after { content : " " ; display : table ; }
2013-08-23 23:50:14 +00:00
. nav : after { clear : both }
. nav : before , . nav : after { content : " " ; display : table ; }
. nav : after { clear : both }
2013-12-02 00:09:39 +00:00
. nav > li { position : relative ; display : block } . nav > li > a { position : relative ; display : block ; padding : 10 px 15 px } . nav > li > a : hover , . nav > li > a : focus { text-decoration : none ; background-color : rgba ( 255 , 255 , 255 , 0.04 ) }
. nav > li . disabled > a { color : #606060 } . nav > li . disabled > a : hover , . nav > li . disabled > a : focus { color : #606060 ; text-decoration : none ; background-color : transparent ; cursor : not-allowed }
. nav . open > a , . nav . open > a : hover , . nav . open > a : focus { background-color : rgba ( 255 , 255 , 255 , 0.04 ) ; border-color : #f73 }
2013-08-23 23:50:14 +00:00
. nav . nav-divider { height : 1 px ; margin : 9 px 0 ; overflow : hidden ; background-color : #e5e5e5 }
. nav > li > a > img { max-width : none }
2013-12-02 00:09:39 +00:00
. nav-tabs { border-bottom : 1 px solid rgba ( 0 , 0 , 0 , 0 ) } . nav-tabs > li { float : left ; margin-bottom : -1 px } . nav-tabs > li > a { margin-right : 2 px ; line-height : 1.428571429 ; border : 1 px solid transparent ; border-radius : 4 px 4 px 0 0 } . nav-tabs > li > a : hover { border-color : rgba ( 0 , 0 , 0 , 0 ) rgba ( 0 , 0 , 0 , 0 ) rgba ( 0 , 0 , 0 , 0 ) }
. nav-tabs > li . active > a , . nav-tabs > li . active > a : hover , . nav-tabs > li . active > a : focus { color : #555 ; background-color : #232323 ; border : 1 px solid #ddd ; border-bottom-color : transparent ; cursor : default }
. 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 }
@ media ( min-width : 768px ) { . nav-tabs . nav-justified > li { display : table-cell ; width : 1 % } } . nav-tabs . nav-justified > li > a { border-bottom : 1 px solid #ddd ; margin-right : 0 }
2013-08-23 23:50:14 +00:00
. nav-tabs . nav-justified > . active > a { border-bottom-color : #232323 }
2013-12-02 00:09:39 +00:00
. nav-pills > li { float : left } . nav-pills > li > a { border-radius : 5 px }
2013-08-23 23:50:14 +00:00
. nav-pills > li + li { margin-left : 2 px }
2013-12-02 00:09:39 +00:00
. nav-pills > li . active > a , . nav-pills > li . active > a : hover , . nav-pills > li . active > a : focus { color : #fff ; background-color : #428bca }
. nav-stacked > li { float : none } . nav-stacked > li + li { margin-top : 2 px ; margin-left : 0 }
. nav-justified { width : 100 % } . nav-justified > li { float : none } . nav-justified > li > a { text-align : center }
@ media ( min-width : 768px ) { . nav-justified > li { display : table-cell ; width : 1 % } }
. nav-tabs-justified { border-bottom : 0 } . nav-tabs-justified > li > a { border-bottom : 1 px solid #ddd ; margin-right : 0 }
2013-08-23 23:50:14 +00:00
. nav-tabs-justified > . active > a { border-bottom-color : #232323 }
. tabbable : before , . tabbable : after { content : " " ; display : table ; }
. tabbable : after { clear : both }
. tabbable : before , . tabbable : after { content : " " ; display : table ; }
. tabbable : after { clear : both }
. tab-content > . tab-pane , . pill-content > . pill-pane { display : none }
. tab-content > . active , . pill-content > . active { display : block }
2013-12-02 00:09:39 +00:00
. nav . caret { border-top-color : #f73 ; border-bottom-color : #f73 }
2013-08-23 23:50:14 +00:00
. nav a : hover . caret { border-top-color : #e54c00 ; border-bottom-color : #e54c00 }
. nav-tabs . dropdown-menu { margin-top : -1 px ; border-top-right-radius : 0 ; border-top-left-radius : 0 }
2013-12-02 00:09:39 +00:00
. navbar { position : relative ; z-index : 1000 ; min-height : 49 px ; margin-bottom : 20 px ; border : 1 px solid transparent } . navbar : before , . navbar : after { content : " " ; display : table ; }
2013-08-23 23:50:14 +00:00
. navbar : after { clear : both }
. navbar : before , . navbar : after { content : " " ; display : table ; }
. navbar : after { clear : both }
2013-12-02 00:09:39 +00:00
@ media ( min-width : 768px ) { . navbar { border-radius : 4 px } }
. navbar-header : before , . navbar-header : after { content : " " ; display : table ; }
2013-08-23 23:50:14 +00:00
. navbar-header : after { clear : both }
. navbar-header : before , . navbar-header : after { content : " " ; display : table ; }
. navbar-header : after { clear : both }
2013-12-02 00:09:39 +00:00
@ media ( min-width : 768px ) { . navbar-header { float : left } }
. navbar-collapse { max-height : 340 px ; overflow-x : visible ; padding-right : 15 px ; padding-left : 15 px ; border-top : 1 px solid transparent ; box-shadow : inset 0 1 px 0 rgba ( 255 , 255 , 255 , 0.1 ) ; -webkit- overflow-scrolling : touch } . navbar-collapse : before , . navbar-collapse : after { content : " " ; display : table ; }
2013-08-23 23:50:14 +00:00
. navbar-collapse : after { clear : both }
. navbar-collapse : before , . navbar-collapse : after { content : " " ; display : table ; }
. navbar-collapse : after { clear : both }
. navbar-collapse . in { overflow-y : auto }
2013-12-02 00:09:39 +00:00
@ 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-collapse . navbar-nav . navbar-left : first-child { margin-left : -15 px } . navbar-collapse . navbar-nav . navbar-right : last-child { margin-right : -15 px } . navbar-collapse . navbar-text : last-child { margin-right : 0 } }
. container > . navbar-header , . container > . navbar-collapse { margin-right : -15 px ; margin-left : -15 px } @ media ( min-width : 768px ) { . container > . navbar-header , . container > . navbar-collapse { margin-right : 0 ; margin-left : 0 } }
. navbar-static-top { border-width : 0 0 1 px } @ media ( min-width : 768px ) { . navbar-static-top { border-radius : 0 } }
. navbar-fixed-top , . navbar-fixed-bottom { position : fixed ; right : 0 ; left : 0 ; border-width : 0 0 1 px } @ media ( min-width : 768px ) { . navbar-fixed-top , . navbar-fixed-bottom { border-radius : 0 } }
. navbar-fixed-top { z-index : 1030 ; top : 0 }
2013-08-23 23:50:14 +00:00
. navbar-fixed-bottom { bottom : 0 ; margin-bottom : 0 }
2013-12-02 00:09:39 +00:00
. navbar-brand { float : left ; padding : 14.5 px 15 px ; font-size : 18 px ; line-height : 20 px } . navbar-brand : hover , . navbar-brand : focus { text-decoration : none }
@ media ( min-width : 768px ) { . navbar > . container . navbar-brand { margin-left : -15 px } }
. navbar-toggle { position : relative ; float : right ; margin-right : 15 px ; padding : 9 px 10 px ; margin-top : 7.5 px ; margin-bottom : 7.5 px ; background-color : transparent ; border : 1 px solid transparent ; border-radius : 4 px } . navbar-toggle . icon-bar { display : block ; width : 22 px ; height : 2 px ; border-radius : 1 px }
2013-08-23 23:50:14 +00:00
. navbar-toggle . icon-bar + . icon-bar { margin-top : 4 px }
2013-12-02 00:09:39 +00:00
@ media ( min-width : 768px ) { . navbar-toggle { display : none } }
. navbar-nav { margin : 7.25 px -15 px } . navbar-nav > li > a { padding-top : 10 px ; padding-bottom : 10 px ; line-height : 20 px }
@ 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 : 5 px 15 px 5 px 25 px } . navbar-nav . open . dropdown-menu > li > a { line-height : 20 px } . 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 : 14.5 px ; padding-bottom : 14.5 px } }
@ media ( min-width : 768px ) { . navbar-left { float : left !important } . navbar-right { float : right !important } } . navbar-form { margin-left : -15 px ; margin-right : -15 px ; padding : 10 px 15 px ; border-top : 1 px solid transparent ; border-bottom : 1 px solid transparent ; -webkit- box-shadow : inset 0 1 px 0 rgba ( 255 , 255 , 255 , 0.1 ) , 0 1 px 0 rgba ( 255 , 255 , 255 , 0.1 ) ; box-shadow : inset 0 1 px 0 rgba ( 255 , 255 , 255 , 0.1 ) , 0 1 px 0 rgba ( 255 , 255 , 255 , 0.1 ) ; margin-top : 5.5 px ; margin-bottom : 5.5 px } @ media ( min-width : 768px ) { . navbar-form . form-group { display : inline-block ; margin-bottom : 0 ; vertical-align : middle } . navbar-form . form-control { display : inline-block } . navbar-form . radio , . navbar-form . checkbox { display : inline-block ; margin-top : 0 ; margin-bottom : 0 ; padding-left : 0 } . navbar-form . radio input [ type = "radio" ] , . navbar-form . checkbox input [ type = "checkbox" ] { float : none ; margin-left : 0 } } . navbar-form . form-control { display : inline-block }
. navbar-form . col-lg-1 { width : 8.333333333333332 % }
2013-08-23 23:50:14 +00:00
. navbar-form . col-lg-2 { width : 16.666666666666664 % }
. navbar-form . col-lg-3 { width : 25 % }
. navbar-form . col-lg-4 { width : 33.33333333333333 % }
. navbar-form . col-lg-5 { width : 41.66666666666667 % }
. navbar-form . col-lg-6 { width : 50 % }
. navbar-form . col-lg-7 { width : 58.333333333333336 % }
. navbar-form . col-lg-8 { width : 66.66666666666666 % }
. navbar-form . col-lg-9 { width : 75 % }
. navbar-form . col-lg-10 { width : 83.33333333333334 % }
. navbar-form . col-lg-11 { width : 91.66666666666666 % }
. navbar-form . col-lg-12 { width : 100 % }
. navbar-form * { float : none }
2013-12-02 00:09:39 +00:00
@ media ( max-width : 767px ) { . navbar-form . form-group { margin-bottom : 5 px } }
@ 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-nav > li > . dropdown-menu { margin-top : 0 ; border-top-right-radius : 0 ; border-top-left-radius : 0 }
2013-08-23 23:50:14 +00:00
. navbar-fixed-bottom . navbar-nav > li > . dropdown-menu { border-bottom-right-radius : 0 ; border-bottom-left-radius : 0 }
. navbar-nav . pull-right > li > . dropdown-menu , . navbar-nav > li > . dropdown-menu . pull-right { left : auto ; right : 0 }
2013-12-02 00:09:39 +00:00
. navbar-btn { margin-top : 5.5 px ; margin-bottom : 5.5 px }
. navbar-text { float : left ; margin-top : 14.5 px ; margin-bottom : 14.5 px } @ media ( min-width : 768px ) { . navbar-text { margin-left : 15 px ; margin-right : 15 px } }
. navbar-default { background-color : #444 ; border-color : #333 } . navbar-default . navbar-brand { color : #777 } . navbar-default . navbar-brand : hover , . navbar-default . navbar-brand : focus { color : #5e5e5e ; background-color : transparent }
. navbar-default . navbar-text { color : #777 }
. navbar-default . navbar-nav > li > a { color : #777 } . navbar-default . navbar-nav > li > a : hover , . navbar-default . navbar-nav > li > a : focus { color : #333 ; background-color : transparent }
. navbar-default . navbar-nav > . active > a , . navbar-default . navbar-nav > . active > a : hover , . navbar-default . navbar-nav > . active > a : focus { color : #555 ; background-color : #333 }
. 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 }
. navbar-default . navbar-toggle { border-color : #ddd } . navbar-default . navbar-toggle : hover , . navbar-default . navbar-toggle : focus { background-color : #ddd }
. navbar-default . navbar-toggle . icon-bar { background-color : #ccc }
2013-08-23 23:50:14 +00:00
. navbar-default . navbar-collapse , . navbar-default . navbar-form { border-color : #323232 }
2013-12-02 00:09:39 +00:00
. navbar-default . navbar-nav > . dropdown > a : hover . caret , . navbar-default . navbar-nav > . dropdown > a : focus . caret { border-top-color : #333 ; border-bottom-color : #333 }
. navbar-default . navbar-nav > . open > a , . navbar-default . navbar-nav > . open > a : hover , . navbar-default . navbar-nav > . open > a : focus { background-color : #333 ; color : #555 } . navbar-default . navbar-nav > . open > a . caret , . navbar-default . navbar-nav > . open > a : hover . caret , . navbar-default . navbar-nav > . open > a : focus . caret { border-top-color : #555 ; border-bottom-color : #555 }
. navbar-default . navbar-nav > . dropdown > a . caret { border-top-color : #777 ; border-bottom-color : #777 }
@ 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 : #333 } . navbar-default . navbar-nav . open . dropdown-menu > . disabled > a , . navbar-default . navbar-nav . open . dropdown-menu > . disabled > a : hover , . navbar-default . navbar-nav . open . dropdown-menu > . disabled > a : focus { color : #ccc ; background-color : transparent } }
. navbar-default . navbar-link { color : #777 } . navbar-default . navbar-link : hover { color : #333 }
. navbar-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 }
. navbar-inverse . navbar-text { color : #999 }
. 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 }
. 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 }
. 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 }
. navbar-inverse . navbar-toggle { border-color : #333 } . navbar-inverse . navbar-toggle : hover , . navbar-inverse . navbar-toggle : focus { background-color : #333 }
. navbar-inverse . navbar-toggle . icon-bar { background-color : #fff }
2013-08-23 23:50:14 +00:00
. navbar-inverse . navbar-collapse , . navbar-inverse . navbar-form { border-color : #101010 }
2013-12-02 00:09:39 +00:00
. 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 }
. navbar-inverse . navbar-nav > . dropdown > a : hover . caret { border-top-color : #fff ; border-bottom-color : #fff }
. navbar-inverse . navbar-nav > . dropdown > a . caret { border-top-color : #999 ; border-bottom-color : #999 }
. navbar-inverse . navbar-nav > . open > a . caret , . navbar-inverse . navbar-nav > . open > a : hover . caret , . navbar-inverse . navbar-nav > . open > a : focus . caret { border-top-color : #fff ; border-bottom-color : #fff }
@ media ( max-width : 767px ) { . navbar-inverse . navbar-nav . open . dropdown-menu > . dropdown-header { border-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 } }
. navbar-inverse . navbar-link { color : #999 } . navbar-inverse . navbar-link : hover { color : #fff }
. breadcrumb { padding : 8 px 15 px ; margin-bottom : 20 px ; list-style : none ; background-color : #f5f5f5 ; border-radius : 4 px } . breadcrumb > li { display : inline-block } . breadcrumb > li + li : before { content : "/\00a0" ; padding : 0 5 px ; color : #ccc }
. breadcrumb > . active { color : #999 }
. pagination { display : inline-block ; padding-left : 0 ; margin : 20 px 0 ; border-radius : 4 px } . pagination > li { display : inline } . pagination > li > a , . pagination > li > span { position : relative ; float : left ; padding : 6 px 12 px ; line-height : 1.428571429 ; text-decoration : none ; background-color : #fff ; border : 1 px solid #ddd ; margin-left : -1 px }
2013-08-23 23:50:14 +00:00
. pagination > li : first-child > a , . pagination > li : first-child > span { margin-left : 0 ; border-bottom-left-radius : 4 px ; border-top-left-radius : 4 px }
. pagination > li : last-child > a , . pagination > li : last-child > span { border-bottom-right-radius : 4 px ; border-top-right-radius : 4 px }
. pagination > li > a : hover , . pagination > li > span : hover , . pagination > li > a : focus , . pagination > li > span : focus { background-color : #232323 }
2013-12-02 00:09:39 +00:00
. 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 }
. pagination > . disabled > span , . pagination > . disabled > a , . pagination > . disabled > a : hover , . pagination > . disabled > a : focus { color : #999 ; background-color : #fff ; border-color : #ddd ; cursor : not-allowed }
2013-08-23 23:50:14 +00:00
. pagination-lg > li > a , . pagination-lg > li > span { padding : 10 px 16 px ; font-size : 18 px }
. pagination-lg > li : first-child > a , . pagination-lg > li : first-child > span { border-bottom-left-radius : 6 px ; border-top-left-radius : 6 px }
. pagination-lg > li : last-child > a , . pagination-lg > li : last-child > span { border-bottom-right-radius : 6 px ; border-top-right-radius : 6 px }
. pagination-sm > li > a , . pagination-sm > li > span { padding : 5 px 10 px ; font-size : 12 px }
. pagination-sm > li : first-child > a , . pagination-sm > li : first-child > span { border-bottom-left-radius : 3 px ; border-top-left-radius : 3 px }
. pagination-sm > li : last-child > a , . pagination-sm > li : last-child > span { border-bottom-right-radius : 3 px ; border-top-right-radius : 3 px }
2013-12-02 00:09:39 +00:00
. pager { padding-left : 0 ; margin : 20 px 0 ; list-style : none ; text-align : center } . pager : before , . pager : after { content : " " ; display : table ; }
2013-08-23 23:50:14 +00:00
. pager : after { clear : both }
. pager : before , . pager : after { content : " " ; display : table ; }
. pager : after { clear : both }
2013-12-02 00:09:39 +00:00
. pager li { display : inline } . pager li > a , . pager li > span { display : inline-block ; padding : 5 px 14 px ; background-color : #fff ; border : 1 px solid #ddd ; border-radius : 15 px }
2013-08-23 23:50:14 +00:00
. pager li > a : hover , . pager li > a : focus { text-decoration : none ; background-color : #232323 }
. pager . next > a , . pager . next > span { float : right }
. pager . previous > a , . pager . previous > span { float : left }
2013-12-02 00:09:39 +00:00
. pager . disabled > a , . pager . disabled > a : hover , . pager . disabled > a : focus , . pager . disabled > span { color : #999 ; background-color : #fff ; cursor : not-allowed }
. label { display : inline ; padding : .2 em .6 em .3 em ; font-size : 75 % ; font-weight : bold ; line-height : 1 ; color : #fff ; text-align : center ; white-space : nowrap ; vertical-align : baseline ; border-radius : .25 em } . label [ href ] : hover , . label [ href ] : focus { color : #fff ; text-decoration : none ; cursor : pointer }
2013-08-23 23:50:14 +00:00
. label : empty { display : none }
2013-12-02 00:09:39 +00:00
. label-default { background-color : #999 } . label-default [ href ] : hover , . label-default [ href ] : focus { background-color : #808080 }
. label-primary { background-color : #428bca } . label-primary [ href ] : hover , . label-primary [ href ] : focus { background-color : #3071a9 }
. label-success { background-color : #5cb85c } . label-success [ href ] : hover , . label-success [ href ] : focus { background-color : #449d44 }
. label-info { background-color : #5bc0de } . label-info [ href ] : hover , . label-info [ href ] : focus { background-color : #31b0d5 }
. label-warning { background-color : #f0ad4e } . label-warning [ href ] : hover , . label-warning [ href ] : focus { background-color : #ec971f }
. label-danger { background-color : #d9534f } . label-danger [ href ] : hover , . label-danger [ href ] : focus { background-color : #c9302c }
. badge { display : inline-block ; min-width : 10 px ; padding : 3 px 7 px ; font-size : 12 px ; font-weight : bold ; color : #fff ; line-height : 1 ; vertical-align : baseline ; white-space : nowrap ; text-align : center ; background-color : #999 ; border-radius : 10 px } . badge : empty { display : none }
a . badge : hover , a . badge : focus { color : #fff ; text-decoration : none ; cursor : pointer }
2013-08-23 23:50:14 +00:00
. btn . badge { position : relative ; top : -1 px }
2013-12-02 00:09:39 +00:00
a . list-group-item . active > . badge , . nav-pills > . active > a > . badge { color : #f73 ; background-color : #fff }
2013-08-23 23:50:14 +00:00
. nav-pills > li > a > . badge { margin-left : 3 px }
2013-12-02 00:09:39 +00:00
. jumbotron { padding : 30 px ; margin-bottom : 30 px ; font-size : 21 px ; font-weight : 200 ; line-height : 2.1428571435 ; color : inherit ; background-color : #232323 } . jumbotron h1 { line-height : 1 ; color : inherit }
2013-08-23 23:50:14 +00:00
. jumbotron p { line-height : 1.4 }
. container . jumbotron { border-radius : 6 px }
2013-12-02 00:09:39 +00:00
@ media screen and ( min-width : 768px ) { . jumbotron { padding-top : 48 px ; padding-bottom : 48 px } . container . jumbotron { padding-left : 60 px ; padding-right : 60 px } . jumbotron h1 { font-size : 63 px } }
. thumbnail { padding : 4 px ; line-height : 1.428571429 ; background-color : #232323 ; border : 1 px solid #ddd ; border-radius : 4 px ; -webkit- transition : all .2 s ease-in-out ; transition : all .2 s ease-in-out ; display : inline-block ; max-width : 100 % ; height : auto ; display : block } . thumbnail > img { height : auto ; display : block ; max-width : 100 % ; height : auto }
a . thumbnail : hover , a . thumbnail : focus { border-color : #f73 }
2013-08-23 23:50:14 +00:00
. thumbnail > img { margin-left : auto ; margin-right : auto }
2013-12-02 00:09:39 +00:00
. thumbnail . caption { padding : 9 px ; color : #9f9f9f }
. alert { padding : 15 px ; margin-bottom : 20 px ; border : 1 px solid transparent ; border-radius : 4 px } . alert h4 { margin-top : 0 ; color : inherit }
2013-08-23 23:50:14 +00:00
. alert . alert-link { font-weight : bold }
. alert > p , . alert > ul { margin-bottom : 0 }
. alert > p + p { margin-top : 5 px }
2013-12-02 00:09:39 +00:00
. alert-dismissable { padding-right : 35 px } . alert-dismissable . close { position : relative ; top : -2 px ; right : -21 px ; color : inherit }
. alert-success { background-color : #dff0d8 ; border-color : #d6e9c6 ; color : #468847 } . alert-success hr { border-top-color : #c9e2b3 }
2013-08-23 23:50:14 +00:00
. alert-success . alert-link { color : #356635 }
2013-12-02 00:09:39 +00:00
. alert-info { background-color : #d9edf7 ; border-color : #bce8f1 ; color : #3a87ad } . alert-info hr { border-top-color : #a6e1ec }
2013-08-23 23:50:14 +00:00
. alert-info . alert-link { color : #2d6987 }
2013-12-02 00:09:39 +00:00
. alert-warning { background-color : #fcf8e3 ; border-color : #fbeed5 ; color : #c09853 } . alert-warning hr { border-top-color : #f8e5be }
2013-08-23 23:50:14 +00:00
. alert-warning . alert-link { color : #a47e3c }
2013-12-02 00:09:39 +00:00
. alert-danger { background-color : #f2dede ; border-color : #eed3d7 ; color : #b94a48 } . alert-danger hr { border-top-color : #e6c1c7 }
2013-08-23 23:50:14 +00:00
. alert-danger . alert-link { color : #953b39 }
@ -webkit-keyframes progress-bar-stripes { from { background-position : 40 px 0 } to { background-position : 0 0 } } @ -moz-keyframes progress-bar-stripes { from { background-position : 40 px 0 } to { background-position : 0 0 } } @ -o-keyframes progress-bar-stripes { from { background-position : 0 0 } to { background-position : 40 px 0 } } @ keyframes progress-bar-stripes { from { background-position : 40 px 0 } to { background-position : 0 0 } } . progress { overflow : hidden ; height : 20 px ; margin-bottom : 20 px ; background-color : #f5f5f5 ; border-radius : 4 px ; -webkit- box-shadow : inset 0 1 px 2 px rgba ( 0 , 0 , 0 , 0.1 ) ; box-shadow : inset 0 1 px 2 px rgba ( 0 , 0 , 0 , 0.1 ) }
2013-12-02 00:09:39 +00:00
. progress-bar { float : left ; width : 0 % ; height : 100 % ; font-size : 12 px ; color : #fff ; text-align : center ; background-color : #428bca ; -webkit- box-shadow : inset 0 -1 px 0 rgba ( 0 , 0 , 0 , 0.15 ) ; box-shadow : inset 0 -1 px 0 rgba ( 0 , 0 , 0 , 0.15 ) ; -webkit- transition : width .6 s ease ; transition : width .6 s ease }
2013-08-23 23:50:14 +00:00
. progress-striped . progress-bar { background-image : -webkit- gradient ( linear , 0 100 % , 100 % 0 , color-stop ( .25 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .25 , transparent ) , color-stop ( .5 , transparent ) , color-stop ( .5 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .75 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .75 , transparent ) , to ( transparent ) ) ; background-image : -webkit- linear-gradient ( 45 deg , rgba ( 255 , 255 , 255 , 0.15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 75 % , transparent 75 % , transparent ) ; background-image : -moz- linear-gradient ( 45 deg , 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 ( 45 deg , 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 : 40 px 40 px }
. progress . active . progress-bar { -webkit- animation : progress - bar-stripes 2 s linear infinite ; -moz- animation : progress - bar-stripes 2 s linear infinite ; -ms- animation : progress - bar-stripes 2 s linear infinite ; -o- animation : progress - bar-stripes 2 s linear infinite ; animation : progress - bar-stripes 2 s linear infinite }
2013-12-02 00:09:39 +00:00
. progress-bar-success { background-color : #5cb85c } . progress-striped . progress-bar-success { background-image : -webkit- gradient ( linear , 0 100 % , 100 % 0 , color-stop ( .25 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .25 , transparent ) , color-stop ( .5 , transparent ) , color-stop ( .5 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .75 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .75 , transparent ) , to ( transparent ) ) ; background-image : -webkit- linear-gradient ( 45 deg , rgba ( 255 , 255 , 255 , 0.15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 75 % , transparent 75 % , transparent ) ; background-image : -moz- linear-gradient ( 45 deg , 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 ( 45 deg , rgba ( 255 , 255 , 255 , 0.15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 75 % , transparent 75 % , transparent ) }
. progress-bar-info { background-color : #5bc0de } . progress-striped . progress-bar-info { background-image : -webkit- gradient ( linear , 0 100 % , 100 % 0 , color-stop ( .25 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .25 , transparent ) , color-stop ( .5 , transparent ) , color-stop ( .5 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .75 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .75 , transparent ) , to ( transparent ) ) ; background-image : -webkit- linear-gradient ( 45 deg , rgba ( 255 , 255 , 255 , 0.15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 75 % , transparent 75 % , transparent ) ; background-image : -moz- linear-gradient ( 45 deg , 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 ( 45 deg , rgba ( 255 , 255 , 255 , 0.15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 75 % , transparent 75 % , transparent ) }
. progress-bar-warning { background-color : #f0ad4e } . progress-striped . progress-bar-warning { background-image : -webkit- gradient ( linear , 0 100 % , 100 % 0 , color-stop ( .25 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .25 , transparent ) , color-stop ( .5 , transparent ) , color-stop ( .5 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .75 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .75 , transparent ) , to ( transparent ) ) ; background-image : -webkit- linear-gradient ( 45 deg , rgba ( 255 , 255 , 255 , 0.15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 75 % , transparent 75 % , transparent ) ; background-image : -moz- linear-gradient ( 45 deg , 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 ( 45 deg , rgba ( 255 , 255 , 255 , 0.15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 75 % , transparent 75 % , transparent ) }
. progress-bar-danger { background-color : #d9534f } . progress-striped . progress-bar-danger { background-image : -webkit- gradient ( linear , 0 100 % , 100 % 0 , color-stop ( .25 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .25 , transparent ) , color-stop ( .5 , transparent ) , color-stop ( .5 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .75 , rgba ( 255 , 255 , 255 , 0.15 ) ) , color-stop ( .75 , transparent ) , to ( transparent ) ) ; background-image : -webkit- linear-gradient ( 45 deg , rgba ( 255 , 255 , 255 , 0.15 ) 25 % , transparent 25 % , transparent 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 50 % , rgba ( 255 , 255 , 255 , 0.15 ) 75 % , transparent 75 % , transparent ) ; background-image : -moz- linear-gradient ( 45 deg , 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 ( 45 deg , 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 ) }
2013-08-23 23:50:14 +00:00
. media , . media-body { overflow : hidden ; zoom : 1 }
. media , . media . media { margin-top : 15 px }
. media : first-child { margin-top : 0 }
. media-object { display : block }
. media-heading { margin : 0 0 5 px }
. media > . pull-left { margin-right : 10 px }
. media > . pull-right { margin-left : 10 px }
. media-list { padding-left : 0 ; list-style : none }
. list-group { margin-bottom : 20 px ; padding-left : 0 }
2013-12-02 00:09:39 +00:00
. list-group-item { position : relative ; display : block ; padding : 10 px 15 px ; margin-bottom : -1 px ; background-color : #232323 ; border : 1 px solid rgba ( 0 , 0 , 0 , 0 ) } . list-group-item : first-child { border-top-right-radius : 4 px ; border-top-left-radius : 4 px }
2013-08-23 23:50:14 +00:00
. list-group-item : last-child { margin-bottom : 0 ; border-bottom-right-radius : 4 px ; border-bottom-left-radius : 4 px }
. list-group-item > . badge { float : right }
. list-group-item > . badge + . badge { margin-right : 5 px }
2013-12-02 00:09:39 +00:00
a . list-group-item { color : #9f9f9f } a . list-group-item . list-group-item-heading { color : #333 }
a . list-group-item : hover , a . list-group-item : focus { text-decoration : none ; background-color : rgba ( 255 , 255 , 255 , 0.04 ) }
. list-group-item . active , . list-group-item . active : hover , . list-group-item . active : focus { z-index : 2 ; color : #bfbfbf ; background-color : #444 ; border-color : rgba ( 255 , 255 , 255 , 0.05 ) } . list-group-item . active . list-group-item-heading , . list-group-item . active : hover . list-group-item-heading , . list-group-item . active : focus . list-group-item-heading { color : inherit }
. list-group-item . active . list-group-item-text , . list-group-item . active : hover . list-group-item-text , . list-group-item . active : focus . list-group-item-text { color : #aaa }
2013-08-23 23:50:14 +00:00
. list-group-item-heading { margin-top : 0 ; margin-bottom : 5 px }
. list-group-item-text { margin-bottom : 0 ; line-height : 1.3 }
2013-12-02 23:05:45 +00:00
. panel { margin-bottom : 20 px ; background-color : #fff ; border : 1 px solid transparent ; border-radius : 4 px ; -webkit- box-shadow : 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.05 ) ; box-shadow : 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.05 ) }
2013-12-02 00:09:39 +00:00
. panel-body { padding : 15 px } . panel-body : before , . panel-body : after { content : " " ; display : table ; }
2013-08-23 23:50:14 +00:00
. panel-body : after { clear : both }
. panel-body : before , . panel-body : after { content : " " ; display : table ; }
. panel-body : after { clear : both }
2013-12-02 00:09:39 +00:00
. panel > . list-group { margin-bottom : 0 } . panel > . list-group . list-group-item { border-width : 1 px 0 } . panel > . list-group . list-group-item : first-child { border-top-right-radius : 0 ; border-top-left-radius : 0 }
2013-08-23 23:50:14 +00:00
. panel > . list-group . list-group-item : last-child { border-bottom : 0 }
. panel-heading + . list-group . list-group-item : first-child { border-top-width : 0 }
. panel > . table { margin-bottom : 0 }
2013-12-02 00:09:39 +00:00
. panel > . panel-body + . table { border-top : 1 px solid #ddd }
2013-08-23 23:50:14 +00:00
. panel-heading { padding : 10 px 15 px ; border-bottom : 1 px solid transparent ; border-top-right-radius : 3 px ; border-top-left-radius : 3 px }
2013-12-02 00:09:39 +00:00
. panel-title { margin-top : 0 ; margin-bottom : 0 ; font-size : 16 px } . panel-title > a { color : inherit }
. panel-footer { padding : 10 px 15 px ; background-color : #f5f5f5 ; border-top : 1 px solid #ddd ; border-bottom-right-radius : 3 px ; border-bottom-left-radius : 3 px }
. panel-group . panel { margin-bottom : 0 ; border-radius : 4 px ; overflow : hidden } . panel-group . panel + . panel { margin-top : 5 px }
. panel-group . panel-heading { border-bottom : 0 } . panel-group . panel-heading + . panel-collapse . panel-body { border-top : 1 px solid #ddd }
. panel-group . panel-footer { border-top : 0 } . panel-group . panel-footer + . panel-collapse . panel-body { border-bottom : 1 px solid #ddd }
. 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 }
. panel-default > . panel-footer + . panel-collapse . panel-body { border-bottom-color : #ddd }
. 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 }
2013-08-23 23:50:14 +00:00
. panel-primary > . panel-footer + . panel-collapse . panel-body { border-bottom-color : #428bca }
2013-12-02 00:09:39 +00:00
. panel-success { border-color : #d6e9c6 } . panel-success > . panel-heading { color : #468847 ; background-color : #dff0d8 ; border-color : #d6e9c6 } . panel-success > . panel-heading + . panel-collapse . panel-body { border-top-color : #d6e9c6 }
2013-08-23 23:50:14 +00:00
. panel-success > . panel-footer + . panel-collapse . panel-body { border-bottom-color : #d6e9c6 }
2013-12-02 00:09:39 +00:00
. panel-warning { border-color : #fbeed5 } . panel-warning > . panel-heading { color : #c09853 ; background-color : #fcf8e3 ; border-color : #fbeed5 } . panel-warning > . panel-heading + . panel-collapse . panel-body { border-top-color : #fbeed5 }
2013-08-23 23:50:14 +00:00
. panel-warning > . panel-footer + . panel-collapse . panel-body { border-bottom-color : #fbeed5 }
2013-12-02 00:09:39 +00:00
. panel-danger { border-color : #eed3d7 } . panel-danger > . panel-heading { color : #b94a48 ; background-color : #f2dede ; border-color : #eed3d7 } . panel-danger > . panel-heading + . panel-collapse . panel-body { border-top-color : #eed3d7 }
2013-08-23 23:50:14 +00:00
. panel-danger > . panel-footer + . panel-collapse . panel-body { border-bottom-color : #eed3d7 }
2013-12-02 00:09:39 +00:00
. panel-info { border-color : #bce8f1 } . panel-info > . panel-heading { color : #3a87ad ; background-color : #d9edf7 ; border-color : #bce8f1 } . panel-info > . panel-heading + . panel-collapse . panel-body { border-top-color : #bce8f1 }
2013-08-23 23:50:14 +00:00
. panel-info > . panel-footer + . panel-collapse . panel-body { border-bottom-color : #bce8f1 }
2013-12-02 00:09:39 +00:00
. well { min-height : 20 px ; padding : 19 px ; margin-bottom : 20 px ; background-color : #f5f5f5 ; border : 1 px solid #e3e3e3 ; border-radius : 4 px ; -webkit- box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.05 ) ; box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.05 ) } . well blockquote { border-color : #ddd ; border-color : rgba ( 0 , 0 , 0 , 0.15 ) }
2013-08-23 23:50:14 +00:00
. well-lg { padding : 24 px ; border-radius : 6 px }
. well-sm { padding : 9 px ; border-radius : 3 px }
2013-12-02 00:09:39 +00:00
. close { float : right ; font-size : 21 px ; font-weight : bold ; line-height : 1 ; color : #9f9f9f ; text-shadow : 0 1 px 0 #fff ; opacity : .2 ; filter : alpha ( opacity = 20 ) } . close : hover , . close : focus { color : #9f9f9f ; text-decoration : none ; cursor : pointer ; opacity : .5 ; filter : alpha ( opacity = 50 ) }
2013-08-23 23:50:14 +00:00
button . close { padding : 0 ; cursor : pointer ; background : transparent ; border : 0 ; -webkit- appearance : none }
2013-12-02 00:09:39 +00:00
. modal-open { overflow : hidden } body . modal-open , . modal-open . navbar-fixed-top , . modal-open . navbar-fixed-bottom { margin-right : 15 px }
. modal { display : none ; overflow : auto ; overflow-y : scroll ; position : fixed ; top : 0 ; right : 0 ; bottom : 0 ; left : 0 ; z-index : 1040 } . modal . fade . modal-dialog { -webkit- transform : translate ( 0 , -25 % ) ; -ms- transform : translate ( 0 , -25 % ) ; transform : translate ( 0 , -25 % ) ; -webkit- transition : -webkit- transform 0.3 s ease-out ; -moz- transition : -moz- transform 0.3 s ease-out ; -o- transition : -o- transform 0.3 s ease-out ; transition : transform 0.3 s ease-out }
2013-08-23 23:50:14 +00:00
. modal . in . modal-dialog { -webkit- transform : translate ( 0 , 0 ) ; -ms- transform : translate ( 0 , 0 ) ; transform : translate ( 0 , 0 ) }
. modal-dialog { margin-left : auto ; margin-right : auto ; width : auto ; padding : 10 px ; z-index : 1050 }
2013-12-02 23:05:45 +00:00
. modal-content { position : relative ; background-color : #1e1e1e ; border : 1 px solid #999 ; border : 1 px solid #4d4d4d ; border-radius : 6 px ; -webkit- box-shadow : 0 3 px 9 px rgba ( 0 , 0 , 0 , 0.5 ) ; box-shadow : 0 3 px 9 px rgba ( 0 , 0 , 0 , 0.5 ) ; background-clip : padding-box ; outline : none }
2013-12-02 00:09:39 +00:00
. modal-backdrop { position : fixed ; top : 0 ; right : 0 ; bottom : 0 ; left : 0 ; z-index : 1030 ; background-color : #444 } . modal-backdrop . fade { opacity : 0 ; filter : alpha ( opacity = 0 ) }
. modal-backdrop . in { opacity : .5 ; filter : alpha ( opacity = 50 ) }
2013-12-02 23:05:45 +00:00
. modal-header { padding : 15 px ; border-bottom : 1 px solid #404040 ; min-height : 16.428571429 px }
2013-08-23 23:50:14 +00:00
. modal-header . close { margin-top : -2 px }
. modal-title { margin : 0 ; line-height : 1.428571429 }
. modal-body { position : relative ; padding : 20 px }
2013-12-02 23:05:45 +00:00
. modal-footer { margin-top : 15 px ; padding : 19 px 20 px 20 px ; text-align : right ; border-top : 1 px solid #404040 } . modal-footer : before , . modal-footer : after { content : " " ; display : table ; }
2013-08-23 23:50:14 +00:00
. modal-footer : after { clear : both }
. modal-footer : before , . modal-footer : after { content : " " ; display : table ; }
. modal-footer : after { clear : both }
. modal-footer . btn + . btn { margin-left : 5 px ; margin-bottom : 0 }
. modal-footer . btn-group . btn + . btn { margin-left : -1 px }
. modal-footer . btn-block + . btn-block { margin-left : 0 }
2013-12-02 00:09:39 +00:00
@ media screen and ( min-width : 768px ) { . modal-dialog { left : 50 % ; right : auto ; width : 600 px ; padding-top : 30 px ; padding-bottom : 30 px } . modal-content { -webkit- box-shadow : 0 5 px 15 px rgba ( 0 , 0 , 0 , 0.5 ) ; box-shadow : 0 5 px 15 px rgba ( 0 , 0 , 0 , 0.5 ) } } . tooltip { position : absolute ; z-index : 1030 ; display : block ; visibility : visible ; font-size : 12 px ; line-height : 1.4 ; opacity : 0 ; filter : alpha ( opacity = 0 ) } . tooltip . in { opacity : .9 ; filter : alpha ( opacity = 90 ) }
2013-08-23 23:50:14 +00:00
. tooltip . top { margin-top : -3 px ; padding : 5 px 0 }
. tooltip . right { margin-left : 3 px ; padding : 0 5 px }
. tooltip . bottom { margin-top : 3 px ; padding : 5 px 0 }
. tooltip . left { margin-left : -3 px ; padding : 0 5 px }
2013-12-02 00:09:39 +00:00
. tooltip-inner { max-width : 240 px ; padding : 3 px 8 px ; color : #fff ; text-align : center ; text-decoration : none ; background-color : #000 ; border-radius : 4 px }
2013-08-23 23:50:14 +00:00
. tooltip-arrow { position : absolute ; width : 0 ; height : 0 ; border-color : transparent ; border-style : solid }
2013-12-02 00:09:39 +00:00
. tooltip . top . tooltip-arrow { bottom : 0 ; left : 50 % ; margin-left : -5 px ; border-width : 5 px 5 px 0 ; border-top-color : #000 }
. tooltip . top-left . tooltip-arrow { bottom : 0 ; left : 5 px ; border-width : 5 px 5 px 0 ; border-top-color : #000 }
. tooltip . top-right . tooltip-arrow { bottom : 0 ; right : 5 px ; border-width : 5 px 5 px 0 ; border-top-color : #000 }
. tooltip . right . tooltip-arrow { top : 50 % ; left : 0 ; margin-top : -5 px ; border-width : 5 px 5 px 5 px 0 ; border-right-color : #000 }
. tooltip . left . tooltip-arrow { top : 50 % ; right : 0 ; margin-top : -5 px ; border-width : 5 px 0 5 px 5 px ; border-left-color : #000 }
. tooltip . bottom . tooltip-arrow { top : 0 ; left : 50 % ; margin-left : -5 px ; border-width : 0 5 px 5 px ; border-bottom-color : #000 }
. tooltip . bottom-left . tooltip-arrow { top : 0 ; left : 5 px ; border-width : 0 5 px 5 px ; border-bottom-color : #000 }
. tooltip . bottom-right . tooltip-arrow { top : 0 ; right : 5 px ; border-width : 0 5 px 5 px ; border-bottom-color : #000 }
2013-12-08 18:13:58 +00:00
. popover { position : absolute ; top : 0 ; left : 0 ; z-index : 1010 ; display : none ; max-width : 276 px ; padding : 1 px ; text-align : left ; background-color : #3a3a3a ; background-clip : padding-box ; border : 1 px solid #ccc ; border : 1 px solid #4d4d4d ; border-radius : 6 px ; -webkit- box-shadow : 0 5 px 10 px rgba ( 0 , 0 , 0 , 0.2 ) ; box-shadow : 0 5 px 10 px rgba ( 0 , 0 , 0 , 0.2 ) ; white-space : normal } . popover . top { margin-top : -10 px }
2013-08-23 23:50:14 +00:00
. popover . right { margin-left : 10 px }
. popover . bottom { margin-top : 10 px }
. popover . left { margin-left : -10 px }
2013-09-03 10:37:59 +00:00
. popover-title { margin : 0 ; padding : 8 px 14 px ; font-size : 14 px ; font-weight : normal ; line-height : 18 px ; background-color : rgba ( 0 , 0 , 0 , 0 ) ; border-bottom : 1 px solid rgba ( 0 , 0 , 0 , 0 ) ; border-radius : 5 px 5 px 0 0 }
2013-08-23 23:50:14 +00:00
. popover-content { padding : 9 px 14 px }
. popover . arrow , . popover . arrow : after { position : absolute ; display : block ; width : 0 ; height : 0 ; border-color : transparent ; border-style : solid }
. popover . arrow { border-width : 11 px }
. popover . arrow : after { border-width : 10 px ; content : "" }
2013-12-08 18:13:58 +00:00
. popover . top . arrow { left : 50 % ; margin-left : -11 px ; border-bottom-width : 0 ; border-top-color : #999 ; border-top-color : #4d4d4d ; bottom : -11 px } . popover . top . arrow : after { content : " " ; bottom : 1 px ; margin-left : -10 px ; border-bottom-width : 0 ; border-top-color : #3a3a3a }
. popover . right . arrow { top : 50 % ; left : -11 px ; margin-top : -11 px ; border-left-width : 0 ; border-right-color : #999 ; border-right-color : #4d4d4d } . popover . right . arrow : after { content : " " ; left : 1 px ; bottom : -10 px ; border-left-width : 0 ; border-right-color : #3a3a3a }
. popover . bottom . arrow { left : 50 % ; margin-left : -11 px ; border-top-width : 0 ; border-bottom-color : #999 ; border-bottom-color : #4d4d4d ; top : -11 px } . popover . bottom . arrow : after { content : " " ; top : 1 px ; margin-left : -10 px ; border-top-width : 0 ; border-bottom-color : #3a3a3a }
. popover . left . arrow { top : 50 % ; right : -11 px ; margin-top : -11 px ; border-right-width : 0 ; border-left-color : #999 ; border-left-color : #4d4d4d } . popover . left . arrow : after { content : " " ; right : 1 px ; border-right-width : 0 ; border-left-color : #3a3a3a ; bottom : -10 px }
2013-08-23 23:50:14 +00:00
. carousel { position : relative }
2013-12-02 00:09:39 +00:00
. carousel-inner { position : relative ; overflow : hidden ; width : 100 % } . carousel-inner > . item { display : none ; position : relative ; -webkit- transition : .6 s ease-in-out left ; transition : .6 s ease-in-out left } . carousel-inner > . item > img , . carousel-inner > . item > a > img { display : block ; max-width : 100 % ; height : auto ; line-height : 1 }
2013-08-23 23:50:14 +00:00
. carousel-inner > . active , . carousel-inner > . next , . carousel-inner > . prev { display : block }
. carousel-inner > . active { left : 0 }
. carousel-inner > . next , . carousel-inner > . prev { position : absolute ; top : 0 ; width : 100 % }
. carousel-inner > . next { left : 100 % }
. carousel-inner > . prev { left : -100 % }
. carousel-inner > . next . left , . carousel-inner > . prev . right { left : 0 }
. carousel-inner > . active . left { left : -100 % }
. carousel-inner > . active . right { left : 100 % }
2013-12-02 00:09:39 +00:00
. carousel-control { position : absolute ; top : 0 ; left : 0 ; bottom : 0 ; width : 15 % ; opacity : .5 ; filter : alpha ( opacity = 50 ) ; font-size : 20 px ; color : #fff ; text-align : center ; text-shadow : 0 1 px 2 px rgba ( 0 , 0 , 0 , 0.6 ) } . carousel-control . left { background-image : -webkit- gradient ( linear , 0 top , 100 % top , from ( rgba ( 0 , 0 , 0 , 0.5 ) ) , to ( rgba ( 0 , 0 , 0 , 0.0001 ) ) ) ; 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 : -moz- linear-gradient ( left , rgba ( 0 , 0 , 0 , 0.5 ) 0 , rgba ( 0 , 0 , 0 , 0.0001 ) 100 % ) ; background-image : linear-gradient ( to right , rgba ( 0 , 0 , 0 , 0.5 ) 0 , rgba ( 0 , 0 , 0 , 0.0001 ) 100 % ) ; background-repeat : repeat-x ; filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#80000000' , endColorstr = '#00000000' , GradientType = 1 ) }
2013-08-23 23:50:14 +00:00
. carousel-control . right { left : auto ; right : 0 ; background-image : -webkit- gradient ( linear , 0 top , 100 % top , from ( rgba ( 0 , 0 , 0 , 0.0001 ) ) , to ( rgba ( 0 , 0 , 0 , 0.5 ) ) ) ; 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 : -moz- linear-gradient ( left , rgba ( 0 , 0 , 0 , 0.0001 ) 0 , rgba ( 0 , 0 , 0 , 0.5 ) 100 % ) ; background-image : linear-gradient ( to right , rgba ( 0 , 0 , 0 , 0.0001 ) 0 , rgba ( 0 , 0 , 0 , 0.5 ) 100 % ) ; background-repeat : repeat-x ; filter : progid : DXImageTransform . Microsoft . gradient ( startColorstr = '#00000000' , endColorstr = '#80000000' , GradientType = 1 ) }
2013-12-02 00:09:39 +00:00
. carousel-control : hover , . carousel-control : focus { color : #fff ; text-decoration : none ; opacity : .9 ; filter : alpha ( opacity = 90 ) }
2013-08-23 23:50:14 +00:00
. carousel-control . icon-prev , . carousel-control . icon-next , . carousel-control . glyphicon-chevron-left , . carousel-control . glyphicon-chevron-right { position : absolute ; top : 50 % ; left : 50 % ; z-index : 5 ; display : inline-block }
. carousel-control . icon-prev , . carousel-control . icon-next { width : 20 px ; height : 20 px ; margin-top : -10 px ; margin-left : -10 px ; font-family : serif }
. carousel-control . icon-prev : before { content : '\2039' }
. carousel-control . icon-next : before { content : '\203a' }
2013-12-02 00:09:39 +00:00
. carousel-indicators { position : absolute ; bottom : 10 px ; 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 : 10 px ; height : 10 px ; margin : 1 px ; text-indent : -999 px ; border : 1 px solid #fff ; border-radius : 10 px ; cursor : pointer }
. carousel-indicators . active { margin : 0 ; width : 12 px ; height : 12 px ; background-color : #fff }
. carousel-caption { position : absolute ; left : 15 % ; right : 15 % ; bottom : 20 px ; z-index : 10 ; padding-top : 20 px ; padding-bottom : 20 px ; color : #fff ; text-align : center ; text-shadow : 0 1 px 2 px rgba ( 0 , 0 , 0 , 0.6 ) } . carousel-caption . btn { text-shadow : none }
2013-08-23 23:50:14 +00:00
@ media screen and ( min-width : 768px ) { . carousel-control . icon-prev , . carousel-control . icon-next { width : 30 px ; height : 30 px ; margin-top : -15 px ; margin-left : -15 px ; font-size : 30 px } . carousel-caption { left : 20 % ; right : 20 % ; padding-bottom : 30 px } . carousel-indicators { bottom : 20 px } } . clearfix : before , . clearfix : after { content : " " ; display : table ; }
. clearfix : after { clear : both }
. pull-right { float : right !important }
. pull-left { float : left !important }
. hide { display : none !important }
. show { display : block !important }
. invisible { visibility : hidden }
. text-hide { font : 0 / 0 a ; color : transparent ; text-shadow : none ; background-color : transparent ; border : 0 }
. affix { position : fixed }
@ -ms-viewport { width : device-width } @ media screen and ( max-width : 400px ) { @ -ms-viewport { width : 320px } } . hidden { display : none !important ; visibility : hidden !important }
2013-12-02 00:09:39 +00:00
. visible-xs { display : none !important } tr . visible-xs { display : none !important }
2013-08-23 23:50:14 +00:00
th . visible-xs , td . visible-xs { display : none !important }
2013-12-02 00:09:39 +00:00
@ media ( max-width : 767px ) { . visible-xs { display : block !important } tr . visible-xs { display : table-row !important } th . visible-xs , td . visible-xs { display : table-cell !important } } @ media ( min-width : 768px ) and ( max-width : 991px ) { . visible-xs . visible-sm { display : block !important } tr . visible-xs . visible-sm { display : table-row !important } th . visible-xs . visible-sm , td . visible-xs . visible-sm { display : table-cell !important } }
@ media ( min-width : 992px ) and ( max-width : 1199px ) { . visible-xs . visible-md { display : block !important } tr . visible-xs . visible-md { display : table-row !important } th . visible-xs . visible-md , td . visible-xs . visible-md { display : table-cell !important } }
@ media ( min-width : 1200px ) { . visible-xs . visible-lg { display : block !important } tr . visible-xs . visible-lg { display : table-row !important } th . visible-xs . visible-lg , td . visible-xs . visible-lg { display : table-cell !important } }
. visible-sm { display : none !important } tr . visible-sm { display : none !important }
2013-08-23 23:50:14 +00:00
th . visible-sm , td . visible-sm { display : none !important }
2013-12-02 00:09:39 +00:00
@ media ( max-width : 767px ) { . visible-sm . visible-xs { display : block !important } tr . visible-sm . visible-xs { display : table-row !important } th . visible-sm . visible-xs , td . visible-sm . visible-xs { display : table-cell !important } }
@ media ( min-width : 768px ) and ( max-width : 991px ) { . visible-sm { display : block !important } tr . visible-sm { display : table-row !important } th . visible-sm , td . visible-sm { display : table-cell !important } } @ media ( min-width : 992px ) and ( max-width : 1199px ) { . visible-sm . visible-md { display : block !important } tr . visible-sm . visible-md { display : table-row !important } th . visible-sm . visible-md , td . visible-sm . visible-md { display : table-cell !important } }
@ media ( min-width : 1200px ) { . visible-sm . visible-lg { display : block !important } tr . visible-sm . visible-lg { display : table-row !important } th . visible-sm . visible-lg , td . visible-sm . visible-lg { display : table-cell !important } }
. visible-md { display : none !important } tr . visible-md { display : none !important }
2013-08-23 23:50:14 +00:00
th . visible-md , td . visible-md { display : none !important }
2013-12-02 00:09:39 +00:00
@ media ( max-width : 767px ) { . visible-md . visible-xs { display : block !important } tr . visible-md . visible-xs { display : table-row !important } th . visible-md . visible-xs , td . visible-md . visible-xs { display : table-cell !important } }
@ media ( min-width : 768px ) and ( max-width : 991px ) { . visible-md . visible-sm { display : block !important } tr . visible-md . visible-sm { display : table-row !important } th . visible-md . visible-sm , td . visible-md . visible-sm { display : table-cell !important } }
@ media ( min-width : 992px ) and ( max-width : 1199px ) { . visible-md { display : block !important } tr . visible-md { display : table-row !important } th . visible-md , td . visible-md { display : table-cell !important } } @ media ( min-width : 1200px ) { . visible-md . visible-lg { display : block !important } tr . visible-md . visible-lg { display : table-row !important } th . visible-md . visible-lg , td . visible-md . visible-lg { display : table-cell !important } }
. visible-lg { display : none !important } tr . visible-lg { display : none !important }
2013-08-23 23:50:14 +00:00
th . visible-lg , td . visible-lg { display : none !important }
2013-12-02 00:09:39 +00:00
@ media ( max-width : 767px ) { . visible-lg . visible-xs { display : block !important } tr . visible-lg . visible-xs { display : table-row !important } th . visible-lg . visible-xs , td . visible-lg . visible-xs { display : table-cell !important } }
@ media ( min-width : 768px ) and ( max-width : 991px ) { . visible-lg . visible-sm { display : block !important } tr . visible-lg . visible-sm { display : table-row !important } th . visible-lg . visible-sm , td . visible-lg . visible-sm { display : table-cell !important } }
@ media ( min-width : 992px ) and ( max-width : 1199px ) { . visible-lg . visible-md { display : block !important } tr . visible-lg . visible-md { display : table-row !important } th . visible-lg . visible-md , td . visible-lg . visible-md { display : table-cell !important } }
@ media ( min-width : 1200px ) { . visible-lg { display : block !important } tr . visible-lg { display : table-row !important } th . visible-lg , td . visible-lg { display : table-cell !important } }
. hidden-xs { display : block !important } tr . hidden-xs { display : table-row !important }
2013-08-23 23:50:14 +00:00
th . hidden-xs , td . hidden-xs { display : table-cell !important }
2013-12-02 00:09:39 +00:00
@ media ( max-width : 767px ) { . hidden-xs { display : none !important } tr . hidden-xs { display : none !important } th . hidden-xs , td . hidden-xs { display : none !important } } @ media ( min-width : 768px ) and ( max-width : 991px ) { . hidden-xs . hidden-sm { display : none !important } tr . hidden-xs . hidden-sm { display : none !important } th . hidden-xs . hidden-sm , td . hidden-xs . hidden-sm { display : none !important } }
@ media ( min-width : 992px ) and ( max-width : 1199px ) { . hidden-xs . hidden-md { display : none !important } tr . hidden-xs . hidden-md { display : none !important } th . hidden-xs . hidden-md , td . hidden-xs . hidden-md { display : none !important } }
@ media ( min-width : 1200px ) { . hidden-xs . hidden-lg { display : none !important } tr . hidden-xs . hidden-lg { display : none !important } th . hidden-xs . hidden-lg , td . hidden-xs . hidden-lg { display : none !important } }
. hidden-sm { display : block !important } tr . hidden-sm { display : table-row !important }
2013-08-23 23:50:14 +00:00
th . hidden-sm , td . hidden-sm { display : table-cell !important }
2013-12-02 00:09:39 +00:00
@ media ( max-width : 767px ) { . hidden-sm . hidden-xs { display : none !important } tr . hidden-sm . hidden-xs { display : none !important } th . hidden-sm . hidden-xs , td . hidden-sm . hidden-xs { display : none !important } }
@ media ( min-width : 768px ) and ( max-width : 991px ) { . hidden-sm { display : none !important } tr . hidden-sm { display : none !important } th . hidden-sm , td . hidden-sm { display : none !important } } @ media ( min-width : 992px ) and ( max-width : 1199px ) { . hidden-sm . hidden-md { display : none !important } tr . hidden-sm . hidden-md { display : none !important } th . hidden-sm . hidden-md , td . hidden-sm . hidden-md { display : none !important } }
@ media ( min-width : 1200px ) { . hidden-sm . hidden-lg { display : none !important } tr . hidden-sm . hidden-lg { display : none !important } th . hidden-sm . hidden-lg , td . hidden-sm . hidden-lg { display : none !important } }
. hidden-md { display : block !important } tr . hidden-md { display : table-row !important }
2013-08-23 23:50:14 +00:00
th . hidden-md , td . hidden-md { display : table-cell !important }
2013-12-02 00:09:39 +00:00
@ media ( max-width : 767px ) { . hidden-md . hidden-xs { display : none !important } tr . hidden-md . hidden-xs { display : none !important } th . hidden-md . hidden-xs , td . hidden-md . hidden-xs { display : none !important } }
@ media ( min-width : 768px ) and ( max-width : 991px ) { . hidden-md . hidden-sm { display : none !important } tr . hidden-md . hidden-sm { display : none !important } th . hidden-md . hidden-sm , td . hidden-md . hidden-sm { display : none !important } }
@ media ( min-width : 992px ) and ( max-width : 1199px ) { . hidden-md { display : none !important } tr . hidden-md { display : none !important } th . hidden-md , td . hidden-md { display : none !important } } @ media ( min-width : 1200px ) { . hidden-md . hidden-lg { display : none !important } tr . hidden-md . hidden-lg { display : none !important } th . hidden-md . hidden-lg , td . hidden-md . hidden-lg { display : none !important } }
. hidden-lg { display : block !important } tr . hidden-lg { display : table-row !important }
2013-08-23 23:50:14 +00:00
th . hidden-lg , td . hidden-lg { display : table-cell !important }
2013-12-02 00:09:39 +00:00
@ media ( max-width : 767px ) { . hidden-lg . hidden-xs { display : none !important } tr . hidden-lg . hidden-xs { display : none !important } th . hidden-lg . hidden-xs , td . hidden-lg . hidden-xs { display : none !important } }
@ media ( min-width : 768px ) and ( max-width : 991px ) { . hidden-lg . hidden-sm { display : none !important } tr . hidden-lg . hidden-sm { display : none !important } th . hidden-lg . hidden-sm , td . hidden-lg . hidden-sm { display : none !important } }
@ media ( min-width : 992px ) and ( max-width : 1199px ) { . hidden-lg . hidden-md { display : none !important } tr . hidden-lg . hidden-md { display : none !important } th . hidden-lg . hidden-md , td . hidden-lg . hidden-md { display : none !important } }
@ media ( min-width : 1200px ) { . hidden-lg { display : none !important } tr . hidden-lg { display : none !important } th . hidden-lg , td . hidden-lg { display : none !important } }
. visible-print { display : none !important } tr . visible-print { display : none !important }
2013-08-23 23:50:14 +00:00
th . visible-print , td . visible-print { display : none !important }
2013-12-02 23:05:45 +00:00
@ media print { . visible-print { display : block !important } tr . visible-print { display : table-row !important } th . visible-print , td . visible-print { display : table-cell !important } . hidden-print { display : none !important } tr . hidden-print { display : none !important } th . hidden-print , td . hidden-print { display : none !important } } . pln { color : #000 }
@ media screen { . str { color : #080 } . kwd { color : #008 } . com { color : #800 } . typ { color : #606 } . lit { color : #066 } . pun , . opn , . clo { color : #660 } . tag { color : #008 } . atn { color : #606 } . atv { color : #080 } . dec , . var { color : #606 } . fun { color : #f00 } } @ media print , projection { . str { color : #060 } . kwd { color : #006 ; font-weight : bold } . com { color : #600 ; font-style : italic } . typ { color : #404 ; font-weight : bold } . lit { color : #044 } . pun , . opn , . clo { color : #440 } . tag { color : #006 ; font-weight : bold } . atn { color : #404 } . atv { color : #060 } } pre . prettyprint { padding : 2 px ; border : 1 px solid #888 }
ol . linenums { margin-top : 0 ; margin-bottom : 0 }
li . L0 , li . L1 , li . L2 , li . L3 , li . L5 , li . L6 , li . L7 , li . L8 { list-style-type : none }
li . L1 , li . L3 , li . L5 , li . L7 , li . L9 { background : #eee }
pre code { display : block ; padding : 0.5 em ; background : #F0F0F0 }
pre code , pre . subst , pre . tag . title , pre . lisp . title , pre . clojure . built_in , pre . nginx . title { color : black }
2013-12-06 22:15:51 +00:00
pre . string , pre . title , pre . constant , pre . parent , pre . tag . value , pre . rules . value , pre . rules . value . number , pre . preprocessor , pre . pragma , pre . haml . symbol , 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 . asciidoc . header , pre . markdown . header , pre . coffeescript . attribute { color : #800 }
pre . smartquote , pre . comment , pre . annotation , pre . template_comment , pre . diff . header , pre . chunk , pre . asciidoc . blockquote , pre . markdown . blockquote { color : #888 }
pre . number , pre . date , pre . regexp , pre . literal , pre . hexcolor , pre . smalltalk . symbol , pre . smalltalk . char , pre . go . constant , pre . change , pre . lasso . variable , pre . makefile . variable , pre . asciidoc . bullet , pre . markdown . bullet , pre . asciidoc . link_url , pre . markdown . link_url { color : #080 }
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 . haml . bullet , 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 . asciidoc . link_label , pre . markdown . link_label , pre . vhdl . attribute , pre . clojure . attribute , pre . asciidoc . attribute , pre . lasso . attribute , pre . coffeescript . property , pre . makefile . phony { color : #88f }
pre . keyword , pre . id , pre . title , pre . built_in , 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 . asciidoc . strong , pre . markdown . strong , pre . request , pre . status { font-weight : bold }
pre . asciidoc . emphasis , pre . markdown . emphasis { font-style : italic }
2013-12-02 23:05:45 +00:00
pre . nginx . built_in { font-weight : normal }
2013-12-06 22:15:51 +00:00
pre . coffeescript . javascript , pre . javascript . xml , pre . lasso . markup , pre . tex . formula , pre . xml . javascript , pre . xml . vbscript , pre . xml . css , pre . xml . cdata { opacity : 0.5 }
2013-12-02 23:05:45 +00:00
@ font-face { font-family : 'fontello' ; src : url ( '../font/fontello.eot' ) ; src : url ( '../font/fontello.eot#iefix' ) format ( 'embedded-opentype' ) , url ( '../font/fontello.woff' ) format ( 'woff' ) , url ( '../font/fontello.ttf' ) format ( 'truetype' ) , url ( '../font/fontello.svg#fontello' ) format ( 'svg' ) ; font-weight : normal ; font-style : normal } [ class ^ = "icon-" ] : before , [ class * = " icon-" ] : before { font-family : "fontello" ; font-style : normal ; font-weight : normal ; speak : none ; display : inline-block ; text-decoration : inherit ; width : 1 em ; margin-right : .2 em ; text-align : center ; font-variant : normal ; text-transform : none ; line-height : 1 em ; margin-left : .2 em ; }
2013-12-02 00:09:39 +00:00
. icon-glass : before { content : '\e801' }
. icon-archive : before { content : '\e859' }
. icon-search : before { content : '\e803' }
. icon-mail : before { content : '\e804' }
. icon-mail-alt : before { content : '\e805' }
. icon-heart : before { content : '\e806' }
. icon-heart-empty : before { content : '\e807' }
. icon-star : before { content : '\e808' }
. icon-star-empty : before { content : '\e809' }
. icon-star-half : before { content : '\e80a' }
. icon-star-half-alt : before { content : '\e80b' }
. icon-user : before { content : '\e80c' }
. icon-users : before { content : '\e80d' }
. icon-male : before { content : '\e80e' }
. icon-female : before { content : '\e80f' }
. icon-video : before { content : '\e810' }
. icon-videocam : before { content : '\e811' }
. icon-picture : before { content : '\e812' }
. icon-camera : before { content : '\e813' }
. icon-camera-alt : before { content : '\e814' }
. icon-th-large : before { content : '\e815' }
. icon-th : before { content : '\e816' }
. icon-th-list : before { content : '\e817' }
. icon-ok : before { content : '\e818' }
. icon-ok-circled : before { content : '\e819' }
. icon-ok-circled2 : before { content : '\e81a' }
. icon-ok-squared : before { content : '\e81b' }
. icon-cancel : before { content : '\e81c' }
. icon-cancel-circled : before { content : '\e81d' }
. icon-cancel-circled2 : before { content : '\e86f' }
. icon-plus : before { content : '\e81f' }
. icon-plus-circled : before { content : '\e820' }
. icon-plus-squared : before { content : '\e821' }
. icon-plus-squared-small : before { content : '\e822' }
. icon-minus : before { content : '\e823' }
. icon-minus-circled : before { content : '\e824' }
. icon-minus-squared : before { content : '\e825' }
. icon-minus-squared-alt : before { content : '\e826' }
. icon-minus-squared-small : before { content : '\e827' }
. icon-help : before { content : '\e828' }
. icon-help-circled : before { content : '\e939' }
. icon-info-circled : before { content : '\e93a' }
. icon-info : before { content : '\e93b' }
. icon-home : before { content : '\e93c' }
. icon-link : before { content : '\e83f' }
. icon-unlink : before { content : '\e82a' }
. icon-link-ext : before { content : '\e82b' }
. icon-link-ext-alt : before { content : '\e82c' }
. icon-attach : before { content : '\e82d' }
. icon-lock : before { content : '\e82e' }
. icon-lock-open : before { content : '\e82f' }
. icon-lock-open-alt : before { content : '\e830' }
. icon-pin : before { content : '\e831' }
. icon-eye : before { content : '\e832' }
. icon-eye-off : before { content : '\e833' }
. icon-tag : before { content : '\e834' }
. icon-tags : before { content : '\e835' }
. icon-bookmark : before { content : '\e836' }
. icon-bookmark-empty : before { content : '\e837' }
. icon-flag : before { content : '\e838' }
. icon-flag-empty : before { content : '\e93d' }
. icon-flag-checkered : before { content : '\e93e' }
. icon-thumbs-up : before { content : '\e93f' }
. icon-thumbs-down : before { content : '\e940' }
. icon-thumbs-up-alt : before { content : '\e839' }
. icon-thumbs-down-alt : before { content : '\e83a' }
. icon-download : before { content : '\e83b' }
. icon-upload : before { content : '\e83c' }
. icon-download-cloud : before { content : '\e83d' }
. icon-upload-cloud : before { content : '\e83e' }
. icon-reply : before { content : '\e845' }
. icon-reply-all : before { content : '\e840' }
. icon-forward : before { content : '\e856' }
. icon-quote-left : before { content : '\e842' }
. icon-quote-right : before { content : '\e843' }
. icon-export-alt : before { content : '\e846' }
. icon-pencil : before { content : '\e847' }
. icon-pencil-squared : before { content : '\e848' }
. icon-edit : before { content : '\e941' }
. icon-print : before { content : '\e942' }
. icon-retweet : before { content : '\e943' }
. icon-keyboard : before { content : '\e944' }
. icon-gamepad : before { content : '\e849' }
. icon-comment : before { content : '\e84a' }
. icon-chat : before { content : '\e84b' }
. icon-comment-empty : before { content : '\e84c' }
. icon-chat-empty : before { content : '\e84d' }
. icon-bell : before { content : '\e84e' }
. icon-bell-alt : before { content : '\e84f' }
. icon-attention-alt : before { content : '\e850' }
. icon-attention : before { content : '\e851' }
. icon-attention-circled : before { content : '\e852' }
. icon-location : before { content : '\e853' }
. icon-direction : before { content : '\e854' }
. icon-compass : before { content : '\e855' }
. icon-doc : before { content : '\e857' }
. icon-docs : before { content : '\e858' }
. icon-doc-text : before { content : '\e945' }
. icon-file : before { content : '\e946' }
. icon-doc-text-inv : before { content : '\e947' }
. icon-folder-empty : before { content : '\e85a' }
. icon-folder-open-empty : before { content : '\e85b' }
. icon-box : before { content : '\e85c' }
. icon-rss : before { content : '\e85d' }
. icon-rss-squared : before { content : '\e85e' }
. icon-phone : before { content : '\e85f' }
. icon-phone-squared : before { content : '\e860' }
. icon-menu : before { content : '\e861' }
. icon-cog : before { content : '\e862' }
. icon-cog-alt : before { content : '\e863' }
. icon-wrench : before { content : '\e864' }
. icon-basket : before { content : '\e865' }
. icon-calendar : before { content : '\e866' }
. icon-calendar-empty : before { content : '\e867' }
. icon-login : before { content : '\e868' }
. icon-logout : before { content : '\e949' }
. icon-mic : before { content : '\e94a' }
. icon-mute : before { content : '\e94b' }
. icon-volume-off : before { content : '\e94c' }
. icon-volume-down : before { content : '\e869' }
. icon-volume-up : before { content : '\e86a' }
. icon-headphones : before { content : '\e86b' }
. icon-clock : before { content : '\e86c' }
. icon-lightbulb : before { content : '\e86d' }
. icon-block : before { content : '\e86e' }
. icon-resize-full-alt : before { content : '\e870' }
. icon-resize-small : before { content : '\e871' }
. icon-resize-vertical : before { content : '\e872' }
. icon-resize-horizontal : before { content : '\e873' }
. icon-move : before { content : '\e874' }
. icon-zoom-in : before { content : '\e875' }
. icon-zoom-out : before { content : '\e876' }
. icon-down-circled2 : before { content : '\e877' }
. icon-up-circled2 : before { content : '\e878' }
. icon-down-dir : before { content : '\e94d' }
. icon-up-dir : before { content : '\e94e' }
. icon-left-dir : before { content : '\e94f' }
. icon-right-dir : before { content : '\e950' }
. icon-down-open : before { content : '\e879' }
. icon-left-open : before { content : '\e87a' }
. icon-right-open : before { content : '\e87b' }
. icon-up-open : before { content : '\e87c' }
. icon-angle-left : before { content : '\e87d' }
. icon-angle-right : before { content : '\e87e' }
. icon-angle-up : before { content : '\e87f' }
. icon-angle-down : before { content : '\e880' }
. icon-angle-circled-left : before { content : '\e881' }
. icon-angle-circled-right : before { content : '\e882' }
. icon-angle-circled-up : before { content : '\e883' }
. icon-angle-circled-down : before { content : '\e884' }
. icon-angle-double-left : before { content : '\e885' }
. icon-angle-double-right : before { content : '\e886' }
. icon-angle-double-up : before { content : '\e887' }
. icon-angle-double-down : before { content : '\e888' }
. icon-down : before { content : '\e951' }
. icon-left : before { content : '\e952' }
. icon-right : before { content : '\e953' }
. icon-up : before { content : '\e954' }
. icon-down-big : before { content : '\e889' }
. icon-music : before { content : '\e802' }
. icon-right-big : before { content : '\e88b' }
. icon-up-big : before { content : '\e88c' }
. icon-right-hand : before { content : '\e88d' }
. icon-left-hand : before { content : '\e88e' }
. icon-up-hand : before { content : '\e88f' }
. icon-down-hand : before { content : '\e890' }
. icon-left-circled : before { content : '\e891' }
. icon-right-circled : before { content : '\e892' }
. icon-up-circled : before { content : '\e893' }
. icon-down-circled : before { content : '\e894' }
. icon-cw : before { content : '\e895' }
. icon-ccw : before { content : '\e896' }
. icon-refresh : before { content : '\e897' }
. icon-level-up : before { content : '\e898' }
. icon-level-down : before { content : '\e955' }
. icon-shuffle : before { content : '\e956' }
. icon-exchange : before { content : '\e957' }
. icon-collapse : before { content : '\e958' }
. icon-collapse-top : before { content : '\e899' }
. icon-expand : before { content : '\e89a' }
. icon-play : before { content : '\e89b' }
. icon-play-circled : before { content : '\e89c' }
. icon-play-circled2 : before { content : '\e89d' }
. icon-stop : before { content : '\e89e' }
. icon-pause : before { content : '\e800' }
. icon-to-end : before { content : '\e8a0' }
. icon-to-end-alt : before { content : '\e8a1' }
. icon-to-start : before { content : '\e8a2' }
. icon-to-start-alt : before { content : '\e8a3' }
. icon-fast-fw : before { content : '\e8a4' }
. icon-fast-bw : before { content : '\e8a5' }
. icon-eject : before { content : '\e8a6' }
. icon-signal : before { content : '\e8a8' }
. icon-award : before { content : '\e959' }
. icon-desktop : before { content : '\e95a' }
. icon-laptop : before { content : '\e90e' }
. icon-tablet : before { content : '\e95c' }
. icon-mobile : before { content : '\e8a9' }
. icon-inbox : before { content : '\e8aa' }
. icon-globe : before { content : '\e8ab' }
. icon-sun : before { content : '\e8ac' }
. icon-cloud : before { content : '\e8ad' }
. icon-flash : before { content : '\e8ae' }
. icon-moon : before { content : '\e8af' }
. icon-umbrella : before { content : '\e8b0' }
. icon-flight : before { content : '\e8b1' }
. icon-fighter-jet : before { content : '\e8b2' }
. icon-leaf : before { content : '\e8b3' }
. icon-font : before { content : '\e8b6' }
. icon-bold : before { content : '\e8b5' }
. icon-italic : before { content : '\e8b4' }
. icon-text-height : before { content : '\e8b7' }
. icon-text-width : before { content : '\e8b8' }
. icon-align-left : before { content : '\e95d' }
. icon-align-center : before { content : '\e95e' }
. icon-align-right : before { content : '\e95f' }
. icon-align-justify : before { content : '\e960' }
. icon-list : before { content : '\e8b9' }
. icon-indent-left : before { content : '\e8ba' }
. icon-indent-right : before { content : '\e8bb' }
. icon-list-bullet : before { content : '\e8bc' }
. icon-list-numbered : before { content : '\e8bd' }
. icon-strike : before { content : '\e8be' }
. icon-underline : before { content : '\e8bf' }
. icon-superscript : before { content : '\e8c0' }
. icon-subscript : before { content : '\e8c1' }
. icon-table : before { content : '\e8c2' }
. icon-columns : before { content : '\e8c3' }
. icon-crop : before { content : '\e8c4' }
. icon-scissors : before { content : '\e8c5' }
. icon-paste : before { content : '\e8c6' }
. icon-briefcase : before { content : '\e8c7' }
. icon-suitcase : before { content : '\e8c8' }
. icon-ellipsis : before { content : '\e961' }
. icon-ellipsis-vert : before { content : '\e962' }
. icon-off : before { content : '\e963' }
. icon-road : before { content : '\e964' }
. icon-list-alt : before { content : '\e8c9' }
. icon-qrcode : before { content : '\e8ca' }
. icon-barcode : before { content : '\e8cb' }
. icon-book : before { content : '\e8cc' }
. icon-ajust : before { content : '\e8cd' }
. icon-tint : before { content : '\e8ce' }
. icon-check : before { content : '\e8cf' }
. icon-check-empty : before { content : '\e8d0' }
. icon-circle : before { content : '\e8d1' }
. icon-circle-empty : before { content : '\e8d2' }
. icon-asterisk : before { content : '\e8d3' }
. icon-gift : before { content : '\e8d4' }
. icon-fire : before { content : '\e8d5' }
. icon-magnet : before { content : '\e8d6' }
. icon-ticket : before { content : '\e8d8' }
. icon-credit-card : before { content : '\e965' }
. icon-floppy : before { content : '\e966' }
. icon-megaphone : before { content : '\e967' }
. icon-key : before { content : '\e8d9' }
. icon-fork : before { content : '\e8da' }
. icon-rocket : before { content : '\e8db' }
. icon-bug : before { content : '\e8dc' }
. icon-certificate : before { content : '\e8dd' }
. icon-tasks : before { content : '\e8de' }
. icon-filter : before { content : '\e8df' }
. icon-beaker : before { content : '\e8e0' }
. icon-magic : before { content : '\e8e1' }
. icon-truck : before { content : '\e8e2' }
. icon-money : before { content : '\e8e3' }
. icon-euro : before { content : '\e8e4' }
. icon-pound : before { content : '\e8e5' }
. icon-dollar : before { content : '\e8e6' }
. icon-rupee : before { content : '\e8e7' }
. icon-yen : before { content : '\e8e8' }
. icon-renminbi : before { content : '\e8e9' }
. icon-won : before { content : '\e8ea' }
. icon-bitcoin : before { content : '\e8eb' }
. icon-sort : before { content : '\e8ec' }
. icon-sort-down : before { content : '\e8ed' }
. icon-sort-up : before { content : '\e8ee' }
. icon-sort-alt-up : before { content : '\e8ef' }
. icon-sort-alt-down : before { content : '\e8f0' }
. icon-sort-name-up : before { content : '\e8f1' }
. icon-sort-name-down : before { content : '\e8f2' }
. icon-sort-number-up : before { content : '\e8f3' }
. icon-sort-number-down : before { content : '\e8f4' }
. icon-hammer : before { content : '\e8f5' }
. icon-gauge : before { content : '\e8f6' }
. icon-sitemap : before { content : '\e8f7' }
. icon-spinner : before { content : '\e8f8' }
. icon-coffee : before { content : '\e8f9' }
. icon-food : before { content : '\e8fa' }
. icon-beer : before { content : '\e8fb' }
. icon-user-md : before { content : '\e8fc' }
. icon-stethoscope : before { content : '\e8fd' }
. icon-ambulance : before { content : '\e8fe' }
. icon-medkit : before { content : '\e8ff' }
. icon-h-sigh : before { content : '\e900' }
. icon-hospital : before { content : '\e901' }
. icon-building : before { content : '\e902' }
. icon-smile : before { content : '\e903' }
. icon-frown : before { content : '\e904' }
. icon-meh : before { content : '\e905' }
. icon-anchor : before { content : '\e906' }
. icon-terminal : before { content : '\e907' }
. icon-eraser : before { content : '\e908' }
. icon-puzzle : before { content : '\e909' }
. icon-shield : before { content : '\e90a' }
. icon-extinguisher : before { content : '\e90b' }
. icon-bullseye : before { content : '\e90c' }
. icon-resize-full : before { content : '\e90d' }
. icon-target : before { content : '\e8a7' }
. icon-layers : before { content : '\e829' }
. icon-chart-bar : before { content : '\e90f' }
. icon-share : before { content : '\e912' }
. icon-hdd : before { content : '\e841' }
. icon-trash : before { content : '\e89f' }
. icon-folder : before { content : '\e8d7' }
. icon-code : before { content : '\e844' }
. icon-folder-open : before { content : '\e81e' }
. icon-left-big : before { content : '\e88a' }
2014-01-13 18:57:59 +00:00
@ font-face { font-family : 'Open Sans' ; font-style : normal ; font-weight : 300 ; src : local ( 'Open Sans Light' ) , local ( 'OpenSans-Light' ) , url ( "../font/OpenSans-Light-webfont.woff" ) format ( 'woff' ) } @ font-face { font-family : 'Open Sans' ; font-style : normal ; font-weight : 400 ; src : local ( 'Open Sans' ) , local ( 'OpenSans' ) , url ( "../font/OpenSans-Regular-webfont.woff" ) format ( 'woff' ) } @ font-face { font-family : 'Open Sans' ; font-style : normal ; font-weight : 700 ; src : local ( 'Open Sans Bold' ) , local ( 'OpenSans-Bold' ) , url ( "../font/OpenSans-Bold-webfont.woff" ) format ( 'woff' ) } @ font-face { font-family : 'Open Sans' ; font-style : italic ; font-weight : 300 ; src : local ( 'Open Sans Light Italic' ) , local ( 'OpenSansLight-Italic' ) , url ( "../font/OpenSans-LightItalic-webfont.woff" ) format ( 'woff' ) } @ font-face { font-family : 'Open Sans' ; font-style : italic ; font-weight : 400 ; src : local ( 'Open Sans Italic' ) , local ( 'OpenSans-Italic' ) , url ( "../font/OpenSans-Italic-webfont.woff" ) format ( 'woff' ) } @ font-face { font-family : 'Open Sans' ; font-style : italic ; font-weight : 700 ; src : local ( 'Open Sans Bold Italic' ) , local ( 'OpenSans-BoldItalic' ) , url ( "../font/OpenSans-BoldItalic-webfont.woff" ) format ( 'woff' ) } @ media screen and ( -webkit-min-device-pixel-ratio : 0 ) { @ font-face { font-family : 'Open Sans' ; font-style : normal ; font-weight : 300 ; src : local ( 'Open Sans Light' ) , local ( 'OpenSans-Light' ) , url ( '../font/OpenSans-Light-webfont.svg' ) format ( 'svg' ) } } @ media screen and ( -webkit-min-device-pixel-ratio : 0 ) { @ font-face { font-family : 'Open Sans' ; font-style : normal ; font-weight : 400 ; src : local ( 'Open Sans' ) , local ( 'OpenSans' ) , url ( '../font/OpenSans-Regular-webfont.svg' ) format ( 'svg' ) } } @ media screen and ( -webkit-min-device-pixel-ratio : 0 ) { @ font-face { font-family : 'Open Sans' ; font-style : normal ; font-weight : 700 ; src : local ( 'Open Sans Bold' ) , local ( 'OpenSans-Bold' ) , url ( '../font/OpenSans-Bold-webfont.svg' ) format ( 'svg' ) } } @ media screen and ( -webkit-min-device-pixel-ratio : 0 ) { @ font-face { font-family : 'Open Sans' ; font-style : italic ; font-weight : 300 ; src : local ( 'Open Sans Light Italic' ) , local ( 'OpenSansLight-Italic' ) , url ( '../font/OpenSans-LightItalic-webfont.svg' ) format ( 'svg' ) } } @ media screen and ( -webkit-min-device-pixel-ratio : 0 ) { @ font-face { font-family : 'Open Sans' ; font-style : italic ; font-weight : 400 ; src : local ( 'Open Sans Italic' ) , local ( 'OpenSans-Italic' ) , url ( '../font/OpenSans-Italic-webfont.svg' ) format ( 'svg' ) } } @ media screen and ( -webkit-min-device-pixel-ratio : 0 ) { @ font-face { font-family : 'Open Sans' ; font-style : italic ; font-weight : 700 ; src : local ( 'Open Sans Bold Italic' ) , local ( 'OpenSans-BoldItalic' ) , url ( '../font/OpenSans-BoldItalic-webfont.svg' ) format ( 'svg' ) } } body { -webkit- font-smoothing : antialiased }
2013-12-05 20:59:57 +00:00
. container { margin-bottom : 180 px }
2013-12-02 23:05:45 +00:00
a code { color : inherit }
2013-12-02 00:09:39 +00:00
h1 { font-size : 36 px }
h2 { font-size : 30 px }
h3 { font-size : 24 px }
h4 { font-size : 18 px }
h5 { font-size : 14 px }
h6 { font-size : 12 px }
h1 { margin : 60 px 0 40 px }
h2 { margin : 50 px 0 30 px }
h3 { margin : 35 px 0 20 px }
h4 , h5 , h6 { margin : 25 px 0 15 px }
p , pre , blockquote { margin : 0 0 15 px }
hr { margin : 30 px 0 }
code , pre { font-family : Menlo , Consolas , "Courier New" , monospace ; font-size : 12 px !important }
2014-01-13 18:57:59 +00:00
pre { border-width : 0 !important ; border-left : 10 px solid #6e6e6e !important ; border-radius : 0 ; border-top-right-radius : 5 px ; border-bottom-right-radius : 5 px ; padding : 10 px 15 px !important } pre code { background-color : transparent !important }
2013-12-02 00:09:39 +00:00
dt , dd { margin-top : 5 px ; margin-bottom : 5 px }
dd { margin-left : 40 px }
table { margin-bottom : 20 px }
table th , table td { padding : 8 px ; line-height : 20 px ; text-align : left ; vertical-align : top ; border-top : 1 px solid #dddddd }
table th { font-weight : bold }
table thead th { vertical-align : bottom }
table caption + thead tr : first-child th , table caption + thead tr : first-child td , table colgroup + thead tr : first-child th , table colgroup + thead tr : first-child td , table thead : first-child tr : first-child th , table thead : first-child tr : first-child td { border-top : 0 }
table tbody + tbody { border-top : 2 px solid #dddddd }
blockquote { border-left-width : 10 px ; background-color : rgba ( 255 , 255 , 255 , 0.05 ) ; border-top-right-radius : 5 px ; border-bottom-right-radius : 5 px ; padding : 15 px 20 px } blockquote p { margin-bottom : 15 px ; font-size : 14 px ; line-height : 1.428571429 }
blockquote ul : last-child , blockquote ol : last-child { margin-bottom : 0 }
ul , ol { margin-bottom : 15 px } ul ul , ol ul , ul ol , ol ol { margin-bottom : 15 px }
2013-12-05 00:26:07 +00:00
kbd { padding : 0.1 em 0.6 em ; border : 1 px solid rgba ( 159 , 159 , 159 , 0.4 ) ; -webkit- box-shadow : 0 1 px 0 rgba ( 159 , 159 , 159 , 0.4 ) ; box-shadow : 0 1 px 0 rgba ( 159 , 159 , 159 , 0.4 ) ; font-size : 11 px ; font-family : Arial , Helvetica , sans-serif ; background-color : #bbb ; color : #333 ; border-radius : 3 px ; display : inline-block ; margin : 0 0.1 em ; white-space : nowrap }
2013-12-02 00:09:39 +00:00
. toc ul { list-style-type : none ; margin-bottom : 5 px }
. footnote { vertical-align : top ; position : relative ; top : -0.5 em ; font-size : 0.8 em }
[ class ^ = "icon-" ] , [ class * = " icon-" ] { display : inline-block ; line-height : 14 px ; vertical-align : middle ; background-repeat : no-repeat }
. icon-code { font-size : 80 % } . icon-code : before { margin-left : 0.1 em ; margin-right : 0.6 em }
. icon-folder-open { font-size : 80 % } . icon-folder-open : before { margin-right : 0.6 em }
. icon-chart-bar { font-size : 90 % } . icon-chart-bar : before { margin-left : 0.3 em ; margin-right : 0.3 em }
. icon-file { font-size : 104 % ; margin-left : 0 ; margin-right : 0 }
2013-12-02 01:20:38 +00:00
. icon-link { font-size : 104 % }
2013-12-08 18:13:58 +00:00
[ class ^ = "icon-provider-" ] , [ class * = " icon-provider-" ] { background-image : url ( "../img/icons.png" ) ; width : 18 px ; height : 16 px ; margin-top : -2 px ; margin-left : 1 px } @ media only screen and ( -webkit-min-device-pixel-ratio : 2 ) , only screen and ( min--moz-device-pixel-ratio : 2 ) , only screen and ( -o-min-device-pixel-ratio : 2 / 1 ) , only screen and ( min-device-pixel-ratio : 2 ) , only screen and ( min-resolution : 192dpi ) , only screen and ( min-resolution : 2dppx ) { [ class ^ = "icon-provider-" ] , [ class * = " icon-provider-" ] { background-image : url ( "../img/icons2x.png" ) ; background-size : 256 px 16 px } } @ media only screen and ( -webkit-min-device-pixel-ratio : 2 ) , only screen and ( min--moz-device-pixel-ratio : 2 ) , only screen and ( -o-min-device-pixel-ratio : 2 / 1 ) , only screen and ( min-device-pixel-ratio : 2 ) , only screen and ( min-resolution : 192dpi ) , only screen and ( min-resolution : 2dppx ) { [ class ^ = "icon-provider-" ] , [ class * = " icon-provider-" ] { background-image : url ( "../img/icons2x.png" ) ; background-size : 256 px 16 px } }
2013-12-02 00:09:39 +00:00
. icon-provider-stackedit { background-position : 0 0 }
2013-12-23 22:46:49 +00:00
. icon-provider-gdrive , . icon-provider-gdrivesec , . icon-provider-gdriveter { background-position : -18 px 0 } . icon-provider-gdrive . realtime , . icon-provider-gdrivesec . realtime , . icon-provider-gdriveter . realtime { background-position : -162 px 0 }
2013-12-02 00:09:39 +00:00
. icon-provider-dropbox { background-position : -37 px 0 }
. icon-provider-github , . icon-provider-gist { background-position : -54 px 0 }
. icon-provider-blogger { background-position : -72 px 0 }
. icon-provider-tumblr { background-position : -90 px 0 }
. icon-provider-wordpress { background-position : -108 px 0 }
. icon-provider-ssh { background-position : -126 px 0 }
. icon-provider-gplus { background-position : -144 px 0 }
2013-12-05 00:26:07 +00:00
body . rtl # wmd-input , body . rtl # preview-contents , body . rtl . input-file-title , body . rtl . search-bar input , body . rtl . modal-document-manager input , body . rtl . container { direction : rtl }
2013-12-02 23:29:48 +00:00
body . pdf { font-family : "DejaVu Sans" } body . pdf code , body . pdf pre { font-family : "DejaVu Sans Mono" }
2013-12-02 00:09:39 +00:00
. ace_editor { position : relative ; overflow : hidden ; font-family : 'Monaco' , 'Menlo' , 'Ubuntu Mono' , 'Consolas' , 'source-code-pro' , monospace ; font-size : 12 px ; line-height : normal ; color : black ; -ms- user-select : none ; -moz- user-select : none ; -webkit- user-select : none ; user-select : none }
. ace_scroller { position : absolute ; overflow : hidden ; top : 0 ; bottom : 0 ; background-color : inherit }
. ace_content { position : absolute ; -moz- box-sizing : border-box ; -webkit- box-sizing : border-box ; box-sizing : border-box ; cursor : text }
. ace_dragging , . ace_dragging * { cursor : move !important }
. ace_dragging . ace_scroller : before { position : absolute ; top : 0 ; left : 0 ; right : 0 ; bottom : 0 ; content : '' ; background : rgba ( 250 , 250 , 250 , 0.01 ) ; z-index : 1000 }
. ace_dragging . ace_dark . ace_scroller : before { background : rgba ( 0 , 0 , 0 , 0.01 ) }
. ace_selecting , . ace_selecting * { cursor : text !important }
. ace_gutter { position : absolute ; overflow : hidden ; width : auto ; top : 0 ; bottom : 0 ; left : 0 ; cursor : default ; z-index : 4 }
. ace_gutter-active-line { position : absolute ; left : 0 ; right : 0 }
. ace_scroller . ace_scroll-left { box-shadow : 17 px 0 16 px -16 px rgba ( 0 , 0 , 0 , 0.4 ) inset }
. ace_gutter-cell { padding-left : 19 px ; padding-right : 6 px ; background-repeat : no-repeat }
. ace_gutter-cell . ace_error { background-image : url ( "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUM2OEZDQTQ4RTU0MTFFMUEzM0VFRTM2RUY1M0RBMjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUM2OEZDQTU4RTU0MTFFMUEzM0VFRTM2RUY1M0RBMjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQzY4RkNBMjhFNTQxMUUxQTMzRUVFMzZFRjUzREEyNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQzY4RkNBMzhFNTQxMUUxQTMzRUVFMzZFRjUzREEyNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkgXxbAAAAJbSURBVHjapFNNaBNBFH4zs5vdZLP5sQmNpT82QY209heh1ioWisaDRcSKF0WKJ0GQnrzrxasHsR6EnlrwD0TagxJabaVEpFYxLWlLSS822tr87m66ccfd2GKyVhA6MMybgfe97/vmPUQphd0sZjto9XIn9OOsvlu2nkqRzVU+6vvlzPf8W6bk8dxQ0NPbxAALgCgg2JkaQuhzQau/El0zbmUA7U0Es8v2CiYmKQJHGO1QICCLoqilMhkmurDAyapKgqItezi/USRdJqEYY4D5jCy03ht2yMkkvL91jTTX10qzyyu2hruPRN7jgbH+EOsXcMLgYiThEgAMhABW85oqy1DXdRIdvP1AHJ2acQXvDIrVHcdQNrEKNYSVMSZGMjEzIIAwDXIo+6G/FxcGnzkC3T2oMhLjre49sBB+RRcHLqdafK6sYdE/GGBwU1VpFNj0aN8pJbe+BkZyevUrvLl6Xmm0W9IuTc0DxrDNAJd5oEvI/KRsNC3bQyNjPO9yQ1YHcfj2QvfQc/5TUhJTBc2iM0U7AWDQtc1nJHvD/cfO2s7jaGkiTEfa/Ep8coLu7zmNmh8+dc5lZDuUeFAGUNA/OY6JVaypQ0vjr7XYjUvJM37vt+j1vuTK5DgVfVUoTjVe+y3/LxMxY2GgU+CSLy4cpfsYorRXuXIOi0Vt40h67uZFTdIo6nLaZcwUJWAzwNS0tBnqqKzQDnjdG/iPyZxo46HaKUpbvYkj8qYRTZsBhge+JHhZyh0x9b95JqjVJkT084kZIPwu/mPWqPgfQ5jXh2+92Ay7HedfAgwA6KDWafb4w3cAAAAASUVORK5CYII=" ) ; background-repeat : no-repeat ; background-position : 2 px center }
. ace_gutter-cell . ace_warning { background-image : url ( "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUM2OEZDQTg4RTU0MTFFMUEzM0VFRTM2RUY1M0RBMjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUM2OEZDQTk4RTU0MTFFMUEzM0VFRTM2RUY1M0RBMjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQzY4RkNBNjhFNTQxMUUxQTMzRUVFMzZFRjUzREEyNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQzY4RkNBNzhFNTQxMUUxQTMzRUVFMzZFRjUzREEyNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pgd7PfIAAAGmSURBVHjaYvr//z8DJZiJgUIANoCRkREb9gLiSVAaQx4OQM7AAkwd7XU2/v++/rOttdYGEB9dASEvOMydGKfH8Gv/p4XTkvRBfLxeQAP+1cUhXopyvzhP7P/IoSj7g7Mw09cNKO6J1QQ0L4gICPIv/veg/8W+JdFvQNLHVsW9/nmn9zk7B+cCkDwhL7gt6knSZnx9/LuCEOcvkIAMP+cvto9nfqyZmmUAksfnBUtbM60gX/3/kgyv3/xSFOL5DZT+L8vP+Yfh5cvfPvp/xUHyQHXGyAYwgpwBjZYFT3Y1OEl/OfCH4ffv3wzc4iwMvNIsDJ+f/mH4+vIPAxsb631WW0Yln6ZpQLXdMK/DXGDflh+sIv37EivD5x//Gb7+YWT4y86sl7BCCkSD+Z++/1dkvsFRl+HnD1Rvje4F8whjMXmGj58YGf5zsDMwcnAwfPvKcml62DsQDeaDxN+/Y0qwlpEHqrdB94IRNIDUgfgfKJChGK4OikEW3gTiXUB950ASLFAF54AC94A0G9QAfOnmF9DCDzABFqS08IHYDIScdijOjQABBgC+/9awBH96jwAAAABJRU5ErkJggg==" ) ; background-position : 2 px center }
. ace_gutter-cell . ace_info { background-image : url ( "data:image/gif;base64,R0lGODlhEAAQAMQAAAAAAEFBQVJSUl5eXmRkZGtra39/f4WFhYmJiZGRkaampry8vMPDw8zMzNXV1dzc3OTk5Orq6vDw8P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkAABQALAAAAAAQABAAAAUuICWOZGmeaBml5XGwFCQSBGyXRSAwtqQIiRuiwIM5BoYVbEFIyGCQoeJGrVptIQA7" ) ; background-position : 2 px center }
. ace_dark . ace_gutter-cell . ace_info { background-image : url ( "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGRTk5MTVGREIxNDkxMUUxOTc5Q0FFREQyMTNGMjBFQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGRTk5MTVGRUIxNDkxMUUxOTc5Q0FFREQyMTNGMjBFQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZFOTkxNUZCQjE0OTExRTE5NzlDQUVERDIxM0YyMEVDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFOTkxNUZDQjE0OTExRTE5NzlDQUVERDIxM0YyMEVDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SIDkjAAAAJ1JREFUeNpi/P//PwMlgImBQkB7A6qrq/+DMC55FkIGKCoq4pVnpFkgTp069f/+/fv/r1u37r+tre1/kg0A+ptn9uzZYLaRkRHpLvjw4cNXWVlZhufPnzOcO3eOdAO0tbVPAjHDmzdvGA4fPsxIsgGSkpJmv379Ynj37h2DjIyMCMkG3LhxQ/T27dsMampqDHZ2dq/pH41DxwCAAAMAFdc68dUsFZgAAAAASUVORK5CYII=" ) }
. ace_scrollbar { position : absolute ; overflow-x : hidden ; overflow-y : auto ; right : 0 ; top : 0 ; bottom : 0 ; z-index : 6 }
. ace_scrollbar-inner { position : absolute ; cursor : text ; left : 0 ; top : 0 }
. ace_scrollbar-h { position : absolute ; overflow-x : auto ; overflow-y : hidden ; right : 0 ; left : 0 ; bottom : 0 ; z-index : 6 }
. ace_print-margin { position : absolute ; height : 100 % }
. ace_text-input { position : absolute ; z-index : 0 ; width : 0.5 em ; height : 1 em ; opacity : 0 ; background : transparent ; -moz- appearance : none ; appearance : none ; border : none ; resize : none ; outline : none ; overflow : hidden ; font : inherit ; padding : 0 1 px ; margin : 0 -1 px ; text-indent : -1 em }
. ace_text-input . ace_composition { background : #f8f8f8 ; color : #111 ; z-index : 1000 ; opacity : 1 ; text-indent : 0 }
. ace_layer { z-index : 1 ; position : absolute ; overflow : hidden ; white-space : nowrap ; height : 100 % ; width : 100 % ; -moz- box-sizing : border-box ; -webkit- box-sizing : border-box ; box-sizing : border-box ; pointer-events : none }
. ace_gutter-layer { position : relative ; width : auto ; text-align : right ; pointer-events : auto }
. ace_text-layer { font : inherit !important }
. ace_cjk { display : inline-block ; text-align : center }
. ace_cursor-layer { z-index : 4 }
. ace_cursor { z-index : 4 ; position : absolute ; -moz- box-sizing : border-box ; -webkit- box-sizing : border-box ; box-sizing : border-box ; border-left : 2 px solid }
. ace_slim-cursors . ace_cursor { border-left-width : 1 px }
. ace_overwrite-cursors . ace_cursor { border-left-width : 0 px ; border-bottom : 1 px solid }
. ace_hidden-cursors . ace_cursor { opacity : 0.2 }
. ace_smooth-blinking . ace_cursor { -moz- transition : opacity 0.18 s ; -webkit- transition : opacity 0.18 s ; -o- transition : opacity 0.18 s ; -ms- transition : opacity 0.18 s ; transition : opacity 0.18 s }
. ace_cursor [ style * = "opacity: 0" ] { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" }
. ace_editor . ace_multiselect . ace_cursor { border-left-width : 1 px }
. ace_line { white-space : nowrap }
. ace_marker-layer . ace_step , . ace_marker-layer . ace_stack { position : absolute ; z-index : 3 }
. ace_marker-layer . ace_selection { position : absolute ; z-index : 5 }
. ace_marker-layer . ace_bracket { position : absolute ; z-index : 6 }
. ace_marker-layer . ace_active-line { position : absolute ; z-index : 2 }
. ace_marker-layer . ace_selected-word { position : absolute ; z-index : 4 ; -moz- box-sizing : border-box ; -webkit- box-sizing : border-box ; box-sizing : border-box }
. ace_line . ace_fold { -moz- box-sizing : border-box ; -webkit- box-sizing : border-box ; box-sizing : border-box ; display : inline-block ; height : 11 px ; margin-top : -2 px ; vertical-align : middle ; background-image : url ( "data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%11%00%00%00%09%08%06%00%00%00%D4%E8%C7%0C%00%00%03%1EiCCPICC%20Profile%00%00x%01%85T%DFk%D3P%14%FE%DAe%9D%B0%E1%8B%3Ag%11%09%3Eh%91ndStC%9C%B6kW%BA%CDZ%EA6%B7!H%9B%A6m%5C%9A%C6%24%ED~%B0%07%D9%8Bo%3A%C5w%F1%07%3E%F9%07%0C%D9%83o%7B%92%0D%C6%14a%F8%AC%88%22L%F6%22%B3%9E%9B4M'S%03%B9%F7%BB%DF%F9%EE9'%E7%E4%5E%A0%F9qZ%D3%14%2F%0F%14USO%C5%C2%FC%C4%E4%14%DF%F2%01%5E%1CC%2B%FChM%8B%86%16J%26G%40%0F%D3%B2y%EF%B3%F3%0E%1E%C6lt%EEo%DF%AB%FEc%D5%9A%95%0C%11%F0%1C%20%BE%945%C4%22%E1Y%A0i%5C%D4t%13%E0%D6%89%EF%9D15%C2%CDLsX%A7%04%09%1Fg8oc%81%E1%8C%8D%23%96f45%40%9A%09%C2%07%C5B%3AK%B8%408%98i%E0%F3%0D%D8%CE%81%14%E4'%26%A9%92.%8B%3C%ABER%2F%E5dE%B2%0C%F6%F0%1Fs%83%F2_%B0%A8%94%E9%9B%AD%E7%10%8Dm%9A%19N%D1%7C%8A%DE%1F9%7Dp%8C%E6%00%D5%C1%3F_%18%BDA%B8%9DpX6%E3%A35~B%CD%24%AE%11%26%BD%E7%EEti%98%EDe%9A%97Y)%12%25%1C%24%BCbT%AE3li%E6%0B%03%89%9A%E6%D3%ED%F4P%92%B0%9F4%BF43Y%F3%E3%EDP%95%04%EB1%C5%F5%F6KF%F4%BA%BD%D7%DB%91%93%07%E35%3E%A7)%D6%7F%40%FE%BD%F7%F5r%8A%E5y%92%F0%EB%B4%1E%8D%D5%F4%5B%92%3AV%DB%DB%E4%CD%A6%23%C3%C4wQ%3F%03HB%82%8E%1Cd(%E0%91B%0Ca%9Ac%C4%AA%F8L%16%19%22J%A4%D2itTy%B28%D6%3B(%93%96%ED%1CGx%C9_%0E%B8%5E%16%F5%5B%B2%B8%F6%E0%FB%9E%DD%25%D7%8E%BC%15%85%C5%B7%A3%D8Q%ED%B5%81%E9%BA%B2%13%9A%1B%7Fua%A5%A3n%E17%B9%E5%9B%1Bm%AB%0B%08Q%FE%8A%E5%B1H%5Ee%CAO%82Q%D7u6%E6%90S%97%FCu%0B%CF2%94%EE%25v%12X%0C%BA%AC%F0%5E%F8*l%0AO%85%17%C2%97%BF%D4%C8%CE%DE%AD%11%CB%80q%2C%3E%AB%9ES%CD%C6%EC%25%D2L%D2%EBd%B8%BF%8A%F5B%C6%18%F9%901CZ%9D%BE%24M%9C%8A9%F2%DAP%0B'%06w%82%EB%E6%E2%5C%2F%D7%07%9E%BB%CC%5D%E1%FA%B9%08%AD.r%23%8E%C2%17%F5E%7C!%F0%BE3%BE%3E_%B7o%88a%A7%DB%BE%D3d%EB%A31Z%EB%BB%D3%91%BA%A2%B1z%94%8F%DB'%F6%3D%8E%AA%13%19%B2%B1%BE%B1~V%08%2B%B4%A2cjJ%B3tO%00%03%25mN%97%F3%05%93%EF%11%84%0B%7C%88%AE-%89%8F%ABbW%90O%2B%0Ao%99%0C%5E%97%0CI%AFH%D9.%B0%3B%8F%ED%03%B6S%D6%5D%E6i_s9%F3*p%E9%1B%FD%C3%EB.7U%06%5E%19%C0%D1s.%17%A03u%E4%09%B0%7C%5E%2C%EB%15%DB%1F%3C%9E%B7%80%91%3B%DBc%AD%3Dma%BA%8B%3EV%AB%DBt.%5B%1E%01%BB%0F%AB%D5%9F%CF%AA%D5%DD%E7%E4%7F%0Bx%A3%FC%06%A9%23%0A%D6%C2%A1_2%00%00%00%09pHYs%00%00%0B%13%00%00%0B%13%01%00%9A%9C%18%00%00%00%B5IDAT(%15%A5%91%3D%0E%02!%10%85ac%E1%05%D6%CE%D6%C6%CE%D2%E8%ED%CD%DE%C0%C6%D6N.%E0V%F8%3D%9Ca%891XH%C2%BE%D9y%3F%90!%E6%9C%C3%BFk%E5%011%C6-%F5%C8N%04%DF%BD%FF%89%DFt%83DN%60%3E%F3%AB%A0%DE%1A%5Dg%BE%10Q%97%1B%40%9C%A8o%10%8F%5E%828%B4%1B%60%87%F6%02%26%85%1Ch%1E%C1%2B%5Bk%FF%86%EE%B7j%09%9A%DA%9B%ACe%A3%F9%EC%DA!9%B4%D5%A6%81%86%86%98%CC%3C%5B%40%FA%81%B3%E9%CB%23%94%C16Azo%05%D4%E1%C1%95a%3B%8A'%A0%E8%CC%17%22%85%1D%BA%00%A2%FA%DC%0A%94%D1%D1%8D%8B%3A%84%17B%C7%60%1A%25Z%FC%8D%00%00%00%00IEND%AEB%60%82" ) , url ( "data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%05%00%00%007%08%06%00%00%00%C4%DD%80C%00%00%03%1EiCCPICC%20Profile%00%00x%01%85T%DFk%D3P%14%FE%DAe%9D%B0%E1%8B%3Ag%11%09%3Eh%91ndStC%9C%B6kW%BA%CDZ%EA6%B7!H%9B%A6m%5C%9A%C6%24%ED~%B0%07%D9%8Bo%3A%C5w%F1%07%3E%F9%07%0C%D9%83o%7B%92%0D%C6%14a%F8%AC%88%22L%F6%22%B3%9E%9B4M'S%03%B9%F7%BB%DF%F9%EE9'%E7%E4%5E%A0%F9qZ%D3%14%2F%0F%14USO%C5%C2%FC%C4%E4%14%DF%F2%01%5E%1CC%2B%FChM%8B%86%16J%26G%40%0F%D3%B2y%EF%B3%F3%0E%1E%C6lt%EEo%DF%AB%FEc%D5%9A%95%0C%11%F0%1C%20%BE%945%C4%22%E1Y%A0i%5C%D4t%13%E0%D6%89%EF%9D15%C2%CDLsX%A7%04%09%1Fg8oc%81%E1%8C%8D%23%96f45%40%9A%09%C2%07%C5B%3AK%B8%408%98i%E0%F3%0D%D8%CE%81%14%E4'%26%A9%92.%8B%3C%ABER%2F%E5dE%B2%0C%F6%F0%1Fs%83%F2_%B0%A8%94%E9%9B%AD%E7%10%8Dm%9A%19N%D1%7C%8A%DE%1F9%7Dp%8C%E6%00%D5%C1%3F_%18%BDA%B8%9DpX6%E3%A35~B%CD%24%AE%11%26%BD%E7%EEti%98%EDe%9A%97Y ) % 12 % 25 % 1 C % 24 % BCbT % AE3li % E6 % 0 B % 03 % 89 % 9 A % E6 % D3 % ED % F4P % 92 % B0 % 9 F4 % BF43Y % F3 % E3 % EDP % 95 % 04 % EB1 % C5 % F5 % F6KF % F4 % BA % BD % D7 % DB % 91 % 93 % 07 % E35 % 3 E % A7 ) % D6 % 7 F % 40 % FE % BD % F7 % F5r % 8 A % E5y % 92 % F0 % EB % B4 % 1 E % 8 D % D5 % F4 % 5 B % 92 % 3 AV % DB % DB % E4 % CD % A6 % 23 % C3 % C4wQ % 3 F % 03 HB % 82 % 8 E % 1 Cd ( % E0 % 91 B % 0 Ca % 9 Ac % C4 % AA % F8L % 16 % 19 % 22 J % A4 % D2itTy % B28 % D6 % 3 B ( % 93 % 96 % ED % 1 CGx % C9_ % 0 E % B8 % 5 E % 16 % F5 % 5 B % B2 % B8 % F6 % E0 % FB % 9 E % DD % 25 % D7 % 8 E % BC % 15 % 85 % C5 % B7 % A3 % D8Q % ED % B
. ace_fold : hover { background-image : url ( "data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%11%00%00%00%09%08%06%00%00%00%D4%E8%C7%0C%00%00%03%1EiCCPICC%20Profile%00%00x%01%85T%DFk%D3P%14%FE%DAe%9D%B0%E1%8B%3Ag%11%09%3Eh%91ndStC%9C%B6kW%BA%CDZ%EA6%B7!H%9B%A6m%5C%9A%C6%24%ED~%B0%07%D9%8Bo%3A%C5w%F1%07%3E%F9%07%0C%D9%83o%7B%92%0D%C6%14a%F8%AC%88%22L%F6%22%B3%9E%9B4M'S%03%B9%F7%BB%DF%F9%EE9'%E7%E4%5E%A0%F9qZ%D3%14%2F%0F%14USO%C5%C2%FC%C4%E4%14%DF%F2%01%5E%1CC%2B%FChM%8B%86%16J%26G%40%0F%D3%B2y%EF%B3%F3%0E%1E%C6lt%EEo%DF%AB%FEc%D5%9A%95%0C%11%F0%1C%20%BE%945%C4%22%E1Y%A0i%5C%D4t%13%E0%D6%89%EF%9D15%C2%CDLsX%A7%04%09%1Fg8oc%81%E1%8C%8D%23%96f45%40%9A%09%C2%07%C5B%3AK%B8%408%98i%E0%F3%0D%D8%CE%81%14%E4'%26%A9%92.%8B%3C%ABER%2F%E5dE%B2%0C%F6%F0%1Fs%83%F2_%B0%A8%94%E9%9B%AD%E7%10%8Dm%9A%19N%D1%7C%8A%DE%1F9%7Dp%8C%E6%00%D5%C1%3F_%18%BDA%B8%9DpX6%E3%A35~B%CD%24%AE%11%26%BD%E7%EEti%98%EDe%9A%97Y)%12%25%1C%24%BCbT%AE3li%E6%0B%03%89%9A%E6%D3%ED%F4P%92%B0%9F4%BF43Y%F3%E3%EDP%95%04%EB1%C5%F5%F6KF%F4%BA%BD%D7%DB%91%93%07%E35%3E%A7)%D6%7F%40%FE%BD%F7%F5r%8A%E5y%92%F0%EB%B4%1E%8D%D5%F4%5B%92%3AV%DB%DB%E4%CD%A6%23%C3%C4wQ%3F%03HB%82%8E%1Cd(%E0%91B%0Ca%9Ac%C4%AA%F8L%16%19%22J%A4%D2itTy%B28%D6%3B(%93%96%ED%1CGx%C9_%0E%B8%5E%16%F5%5B%B2%B8%F6%E0%FB%9E%DD%25%D7%8E%BC%15%85%C5%B7%A3%D8Q%ED%B5%81%E9%BA%B2%13%9A%1B%7Fua%A5%A3n%E17%B9%E5%9B%1Bm%AB%0B%08Q%FE%8A%E5%B1H%5Ee%CAO%82Q%D7u6%E6%90S%97%FCu%0B%CF2%94%EE%25v%12X%0C%BA%AC%F0%5E%F8*l%0AO%85%17%C2%97%BF%D4%C8%CE%DE%AD%11%CB%80q%2C%3E%AB%9ES%CD%C6%EC%25%D2L%D2%EBd%B8%BF%8A%F5B%C6%18%F9%901CZ%9D%BE%24M%9C%8A9%F2%DAP%0B'%06w%82%EB%E6%E2%5C%2F%D7%07%9E%BB%CC%5D%E1%FA%B9%08%AD.r%23%8E%C2%17%F5E%7C!%F0%BE3%BE%3E_%B7o%88a%A7%DB%BE%D3d%EB%A31Z%EB%BB%D3%91%BA%A2%B1z%94%8F%DB'%F6%3D%8E%AA%13%19%B2%B1%BE%B1~V%08%2B%B4%A2cjJ%B3tO%00%03%25mN%97%F3%05%93%EF%11%84%0B%7C%88%AE-%89%8F%ABbW%90O%2B%0Ao%99%0C%5E%97%0CI%AFH%D9.%B0%3B%8F%ED%03%B6S%D6%5D%E6i_s9%F3*p%E9%1B%FD%C3%EB.7U%06%5E%19%C0%D1s.%17%A03u%E4%09%B0%7C%5E%2C%EB%15%DB%1F%3C%9E%B7%80%91%3B%DBc%AD%3Dma%BA%8B%3EV%AB%DBt.%5B%1E%01%BB%0F%AB%D5%9F%CF%AA%D5%DD%E7%E4%7F%0Bx%A3%FC%06%A9%23%0A%D6%C2%A1_2%00%00%00%09pHYs%00%00%0B%13%00%00%0B%13%01%00%9A%9C%18%00%00%00%B5IDAT(%15%A5%91%3D%0E%02!%10%85ac%E1%05%D6%CE%D6%C6%CE%D2%E8%ED%CD%DE%C0%C6%D6N.%E0V%F8%3D%9Ca%891XH%C2%BE%D9y%3F%90!%E6%9C%C3%BFk%E5%011%C6-%F5%C8N%04%DF%BD%FF%89%DFt%83DN%60%3E%F3%AB%A0%DE%1A%5Dg%BE%10Q%97%1B%40%9C%A8o%10%8F%5E%828%B4%1B%60%87%F6%02%26%85%1Ch%1E%C1%2B%5Bk%FF%86%EE%B7j%09%9A%DA%9B%ACe%A3%F9%EC%DA!9%B4%D5%A6%81%86%86%98%CC%3C%5B%40%FA%81%B3%E9%CB%23%94%C16Azo%05%D4%E1%C1%95a%3B%8A'%A0%E8%CC%17%22%85%1D%BA%00%A2%FA%DC%0A%94%D1%D1%8D%8B%3A%84%17B%C7%60%1A%25Z%FC%8D%00%00%00%00IEND%AEB%60%82" ) , url ( "data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%05%00%00%007%08%06%00%00%00%C4%DD%80C%00%00%03%1EiCCPICC%20Profile%00%00x%01%85T%DFk%D3P%14%FE%DAe%9D%B0%E1%8B%3Ag%11%09%3Eh%91ndStC%9C%B6kW%BA%CDZ%EA6%B7!H%9B%A6m%5C%9A%C6%24%ED~%B0%07%D9%8Bo%3A%C5w%F1%07%3E%F9%07%0C%D9%83o%7B%92%0D%C6%14a%F8%AC%88%22L%F6%22%B3%9E%9B4M'S%03%B9%F7%BB%DF%F9%EE9'%E7%E4%5E%A0%F9qZ%D3%14%2F%0F%14USO%C5%C2%FC%C4%E4%14%DF%F2%01%5E%1CC%2B%FChM%8B%86%16J%26G%40%0F%D3%B2y%EF%B3%F3%0E%1E%C6lt%EEo%DF%AB%FEc%D5%9A%95%0C%11%F0%1C%20%BE%945%C4%22%E1Y%A0i%5C%D4t%13%E0%D6%89%EF%9D15%C2%CDLsX%A7%04%09%1Fg8oc%81%E1%8C%8D%23%96f45%40%9A%09%C2%07%C5B%3AK%B8%408%98i%E0%F3%0D%D8%CE%81%14%E4'%26%A9%92.%8B%3C%ABER%2F%E5dE%B2%0C%F6%F0%1Fs%83%F2_%B0%A8%94%E9%9B%AD%E7%10%8Dm%9A%19N%D1%7C%8A%DE%1F9%7Dp%8C%E6%00%D5%C1%3F_%18%BDA%B8%9DpX6%E3%A35~B%CD%24%AE%11%26%BD%E7%EEti%98%EDe%9A%97Y ) % 12 % 25 % 1 C % 24 % BCbT % AE3li % E6 % 0 B % 03 % 89 % 9 A % E6 % D3 % ED % F4P % 92 % B0 % 9 F4 % BF43Y % F3 % E3 % EDP % 95 % 04 % EB1 % C5 % F5 % F6KF % F4 % BA % BD % D7 % DB % 91 % 93 % 07 % E35 % 3 E % A7 ) % D6 % 7 F % 40 % FE % BD % F7 % F5r % 8 A % E5y % 92 % F0 % EB % B4 % 1 E % 8 D % D5 % F4 % 5 B % 92 % 3 AV % DB % DB % E4 % CD % A6 % 23 % C3 % C4wQ % 3 F % 03 HB % 82 % 8 E % 1 Cd ( % E0 % 91 B % 0 Ca % 9 Ac % C4 % AA % F8L % 16 % 19 % 22 J % A4 % D2itTy % B28 % D6 % 3 B ( % 93 % 96 % ED % 1 CGx % C9_ % 0 E % B8 % 5 E % 16 % F5 % 5 B % B2 % B8 % F6 % E0 % FB % 9 E % DD % 25 % D7 % 8 E % BC % 15 % 85 % C5 % B7 % A3 % D8Q % ED % B5 % 81 % E9 % BA % B2 % 13 % 9 A % 1 B % 7 Fua % A5 % A3n % E17 % B9 % E5 % 9 B % 1 Bm % AB % 0 B % 08 Q % FE % 8 A % E5 % B1H % 5 Ee % CAO % 82 Q % D7u6 % E6 % 90 S % 97 % FCu % 0 B % CF2 % 94 % EE % 25 v % 12 X % 0 C % BA % AC % F0 % 5 E % F8 * l % 0 AO % 85 %
. ace_gutter-tooltip { background-color : #FFF ; background-image : -webkit- linear-gradient ( top , transparent , rgba ( 0 , 0 , 0 , 0.1 ) ) ; background-image : linear-gradient ( to bottom , transparent , rgba ( 0 , 0 , 0 , 0.1 ) ) ; border : 1 px solid gray ; border-radius : 1 px ; box-shadow : 0 1 px 2 px rgba ( 0 , 0 , 0 , 0.3 ) ; color : black ; display : inline-block ; max-width : 500 px ; padding : 4 px ; position : fixed ; z-index : 999999 ; -moz- box-sizing : border-box ; -webkit- box-sizing : border-box ; box-sizing : border-box ; cursor : default ; white-space : pre-line ; word-wrap : break-word ; line-height : normal ; font-style : normal ; font-weight : normal ; letter-spacing : normal }
. ace_folding-enabled > . ace_gutter-cell { padding-right : 13 px }
. ace_fold-widget { -moz- box-sizing : border-box ; -webkit- box-sizing : border-box ; box-sizing : border-box ; margin : 0 -12 px 0 1 px ; display : none ; width : 11 px ; vertical-align : top ; background-image : url ( "data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%05%00%00%00%05%08%06%00%00%00%8Do%26%E5%00%00%004IDATx%DAe%8A%B1%0D%000%0C%C2%F2%2CK%96%BC%D0%8F9%81%88H%E9%D0%0E%96%C0%10%92%3E%02%80%5E%82%E4%A9*-%EEsw%C8%CC%11%EE%96w%D8%DC%E9*Eh%0C%151(%00%00%00%00IEND%AEB%60%82" ) ; background-repeat : no-repeat ; background-position : center ; border-radius : 3 px ; border : 1 px solid transparent ; cursor : pointer }
. ace_folding-enabled . ace_fold-widget { display : inline-block }
. ace_fold-widget . ace_end { background-image : url ( "data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%05%00%00%00%05%08%06%00%00%00%8Do%26%E5%00%00%004IDATx%DAm%C7%C1%09%000%08C%D1%8C%ECE%C8E(%8E%EC%02)%1EZJ%F1%C1'%04%07I%E1%E5%EE%CAL%F5%A2%99%99%22%E2%D6%1FU%B5%FE0%D9x%A7%26Wz5%0E%D5%00%00%00%00IEND%AEB%60%82" ) }
. ace_fold-widget . ace_closed { background-image : url ( "data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%03%00%00%00%06%08%06%00%00%00%06%E5%24%0C%00%00%009IDATx%DA5%CA%C1%09%000%08%03%C0%AC*(%3E%04%C1%0D%BA%B1%23%A4Uh%E0%20%81%C0%CC%F8%82%81%AA%A2%AArGfr%88%08%11%11%1C%DD%7D%E0%EE%5B%F6%F6%CB%B8%05Q%2F%E9tai%D9%00%00%00%00IEND%AEB%60%82" ) }
. ace_fold-widget : hover { border : 1 px solid rgba ( 0 , 0 , 0 , 0.3 ) ; background-color : rgba ( 255 , 255 , 255 , 0.2 ) ; -moz- box-shadow : 0 1 px 1 px rgba ( 255 , 255 , 255 , 0.7 ) ; -webkit- box-shadow : 0 1 px 1 px rgba ( 255 , 255 , 255 , 0.7 ) ; box-shadow : 0 1 px 1 px rgba ( 255 , 255 , 255 , 0.7 ) }
. ace_fold-widget : active { border : 1 px solid rgba ( 0 , 0 , 0 , 0.4 ) ; background-color : rgba ( 0 , 0 , 0 , 0.05 ) ; -moz- box-shadow : 0 1 px 1 px rgba ( 255 , 255 , 255 , 0.8 ) ; -webkit- box-shadow : 0 1 px 1 px rgba ( 255 , 255 , 255 , 0.8 ) ; box-shadow : 0 1 px 1 px rgba ( 255 , 255 , 255 , 0.8 ) }
. ace_dark . ace_fold-widget { background-image : url ( "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHklEQVQIW2P4//8/AzoGEQ7oGCaLLAhWiSwB146BAQCSTPYocqT0AAAAAElFTkSuQmCC" ) }
. ace_dark . ace_fold-widget . ace_end { background-image : url ( "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAH0lEQVQIW2P4//8/AxQ7wNjIAjDMgC4AxjCVKBirIAAF0kz2rlhxpAAAAABJRU5ErkJggg==" ) }
. ace_dark . ace_fold-widget . ace_closed { background-image : url ( "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAHElEQVQIW2P4//+/AxAzgDADlOOAznHAKgPWAwARji8UIDTfQQAAAABJRU5ErkJggg==" ) }
. ace_dark . ace_fold-widget : hover { box-shadow : 0 1 px 1 px rgba ( 255 , 255 , 255 , 0.2 ) ; background-color : rgba ( 255 , 255 , 255 , 0.1 ) }
. ace_dark . ace_fold-widget : active { -moz- box-shadow : 0 1 px 1 px rgba ( 255 , 255 , 255 , 0.2 ) ; -webkit- box-shadow : 0 1 px 1 px rgba ( 255 , 255 , 255 , 0.2 ) ; box-shadow : 0 1 px 1 px rgba ( 255 , 255 , 255 , 0.2 ) }
. ace_fold-widget . ace_invalid { background-color : #FFB4B4 ; border-color : #DE5555 }
. ace_fade-fold-widgets . ace_fold-widget { -moz- transition : opacity 0.4 s ease 0.05 s ; -webkit- transition : opacity 0.4 s ease 0.05 s ; -o- transition : opacity 0.4 s ease 0.05 s ; -ms- transition : opacity 0.4 s ease 0.05 s ; transition : opacity 0.4 s ease 0.05 s ; opacity : 0 }
. ace_fade-fold-widgets : hover . ace_fold-widget { -moz- transition : opacity 0.05 s ease 0.05 s ; -webkit- transition : opacity 0.05 s ease 0.05 s ; -o- transition : opacity 0.05 s ease 0.05 s ; -ms- transition : opacity 0.05 s ease 0.05 s ; transition : opacity 0.05 s ease 0.05 s ; opacity : 1 }
. ace_underline { text-decoration : underline }
. ace_bold { font-weight : bold }
. ace_nobold . ace_bold { font-weight : normal }
. ace_italic { font-style : italic }
. ace_error-marker { background-color : rgba ( 255 , 0 , 0 , 0.2 ) ; position : absolute ; z-index : 9 }
. ace_highlight-marker { background-color : rgba ( 255 , 255 , 0 , 0.2 ) ; position : absolute ; z-index : 8 }
. ace_search { background-color : #ddd ; border : 1 px solid #cbcbcb ; border-top : 0 none ; max-width : 297 px ; overflow : hidden ; margin : 0 ; padding : 4 px ; padding-right : 6 px ; padding-bottom : 0 ; position : absolute ; top : 0 px ; z-index : 99 }
. ace_search . left { border-left : 0 none ; border-radius : 0 px 0 px 5 px 0 px ; left : 0 }
. ace_search . right { border-radius : 0 px 0 px 0 px 5 px ; border-right : 0 none ; right : 0 }
. ace_search_form , . ace_replace_form { border-radius : 3 px ; border : 1 px solid #cbcbcb ; float : left ; margin-bottom : 4 px ; overflow : hidden }
. ace_search_form . ace_nomatch { outline : 1 px solid red }
. ace_search_field { background-color : white ; border-right : 1 px solid #cbcbcb ; border : 0 none ; -webkit- box-sizing : border-box ; -moz- box-sizing : border-box ; box-sizing : border-box ; display : block ; float : left ; height : 22 px ; outline : 0 ; padding : 0 7 px ; width : 214 px ; margin : 0 }
. ace_searchbtn , . ace_replacebtn { background : #fff ; border : 0 none ; border-left : 1 px solid #dcdcdc ; cursor : pointer ; display : block ; float : left ; height : 22 px ; margin : 0 ; padding : 0 ; position : relative }
. ace_searchbtn : last-child , . ace_replacebtn : last-child { border-top-right-radius : 3 px ; border-bottom-right-radius : 3 px }
. ace_searchbtn : disabled { background : none ; cursor : default }
. ace_searchbtn { background-position : 50 % 50 % ; background-repeat : no-repeat ; width : 27 px }
. ace_searchbtn . prev { background-image : url ( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADFJREFUeNpiSU1NZUAC/6E0I0yACYskCpsJiySKIiY0SUZk40FyTEgCjGgKwTRAgAEAQJUIPCE+qfkAAAAASUVORK5CYII= ) }
. ace_searchbtn . next { background-image : url ( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADRJREFUeNpiTE1NZQCC/0DMyIAKwGJMUAYDEo3M/s+EpvM/mkKwCQxYjIeLMaELoLMBAgwAU7UJObTKsvAAAAAASUVORK5CYII= ) }
. ace_searchbtn_close { background : url ( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAcCAYAAABRVo5BAAAAZ0lEQVR42u2SUQrAMAhDvazn8OjZBilCkYVVxiis8H4CT0VrAJb4WHT3C5xU2a2IQZXJjiQIRMdkEoJ5Q2yMqpfDIo+XY4k6h+YXOyKqTIj5REaxloNAd0xiKmAtsTHqW8sR2W5f7gCu5nWFUpVjZwAAAABJRU5ErkJggg== ) no-repeat 50 % 0 ; border-radius : 50 % ; border : 0 none ; color : #656565 ; cursor : pointer ; display : block ; float : right ; font-family : Arial ; font-size : 16 px ; height : 14 px ; line-height : 16 px ; margin : 5 px 1 px 9 px 5 px ; padding : 0 ; text-align : center ; width : 14 px }
. ace_searchbtn_close : hover { background-color : #656565 ; background-position : 50 % 100 % ; color : white }
. ace_replacebtn . prev { width : 54 px }
. ace_replacebtn . next { width : 27 px }
. ace_button { margin-left : 2 px ; cursor : pointer ; -webkit- user-select : none ; -moz- user-select : none ; -o- user-select : none ; -ms- user-select : none ; user-select : none ; overflow : hidden ; opacity : 0.7 ; border : 1 px solid rgba ( 100 , 100 , 100 , 0.23 ) ; padding : 1 px ; -moz- box-sizing : border-box ; box-sizing : border-box ; color : black }
. ace_button : hover { background-color : #eee ; opacity : 1 }
. ace_button : active { background-color : #ddd }
. ace_button . checked { border-color : #3399ff ; opacity : 1 }
. ace_search_options { margin-bottom : 3 px ; text-align : right ; -webkit- user-select : none ; -moz- user-select : none ; -o- user-select : none ; -ms- user-select : none ; user-select : none }
. ace-tm . ace_gutter { background : #f0f0f0 ; color : #333 }
. ace-tm . ace_print-margin { width : 1 px ; background : #e8e8e8 }
. ace-tm . ace_fold { background-color : #6B72E6 }
. ace-tm { background-color : #FFFFFF }
. ace-tm . ace_cursor { color : black }
. ace-tm . ace_invisible { color : #bfbfbf }
. ace-tm . ace_storage , . ace-tm . ace_keyword { color : blue }
. ace-tm . ace_constant { color : #c5060b }
. ace-tm . ace_constant . ace_buildin { color : #5848f6 }
. ace-tm . ace_constant . ace_language { color : #585cf6 }
. ace-tm . ace_constant . ace_library { color : #06960e }
. ace-tm . ace_invalid { background-color : rgba ( 255 , 0 , 0 , 0.1 ) ; color : red }
. ace-tm . ace_support . ace_function { color : #3c4c72 }
. ace-tm . ace_support . ace_constant { color : #06960e }
. ace-tm . ace_support . ace_type , . ace-tm . ace_support . ace_class { color : #6d79de }
. ace-tm . ace_keyword . ace_operator { color : #687687 }
. ace-tm . ace_string { color : #036a07 }
. ace-tm . ace_comment { color : #4c886b }
. ace-tm . ace_comment . ace_doc { color : #06f }
. ace-tm . ace_comment . ace_doc . ace_tag { color : #809fbf }
. ace-tm . ace_constant . ace_numeric { color : #0000cd }
. ace-tm . ace_variable { color : #318495 }
. ace-tm . ace_xml-pe { color : #68685b }
. ace-tm . ace_entity . ace_name . ace_function { color : #0000A2 }
. ace-tm . ace_heading { color : #0c07ff }
. ace-tm . ace_list { color : #b90690 }
. ace-tm . ace_meta . ace_tag { color : #00168e }
. ace-tm . ace_string . ace_regex { color : #f00 }
. ace-tm . ace_marker-layer . ace_selection { background : #b5d5ff }
. ace-tm . ace_multiselect . ace_selection . ace_start { box-shadow : 0 0 3 px 0 px white ; border-radius : 2 px }
. ace-tm . ace_marker-layer . ace_step { background : #fcff00 }
. ace-tm . ace_marker-layer . ace_stack { background : #a4e565 }
. ace-tm . ace_marker-layer . ace_bracket { margin : -1 px 0 0 -1 px ; border : 1 px solid #c0c0c0 }
. ace-tm . ace_marker-layer . ace_active-line { background : rgba ( 0 , 0 , 0 , 0.07 ) }
. ace-tm . ace_gutter-active-line { background-color : #dcdcdc }
. ace-tm . ace_marker-layer . ace_selected-word { background : #fafaff ; border : 1 px solid #c8c8fa }
. ace-tm . ace_indent-guide { background : url ( "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==" ) right repeat-y }
. tour-backdrop { position : fixed ; top : 0 ; right : 0 ; bottom : 0 ; left : 0 ; z-index : 1030 ; background-color : #000 ; opacity : 0.8 }
. tour-step-backdrop { position : relative ; z-index : 1031 ; background : inherit }
. tour-step-background { position : absolute ; z-index : 1030 ; background : inherit ; border-radius : 6 px }
. popover [ class * = "tour-" ] { z-index : 1030 } . popover [ class * = "tour-" ] . popover-navigation { padding : 9 px 14 px } . popover [ class * = "tour-" ] . popover-navigation * [ data-role = end ] { float : right }
. popover [ class * = "tour-" ] . popover-navigation * [ data-role = prev ] , . popover [ class * = "tour-" ] . popover-navigation * [ data-role = next ] , . popover [ class * = "tour-" ] . popover-navigation * [ data-role = end ] { cursor : pointer } . popover [ class * = "tour-" ] . popover-navigation * [ data-role = prev ] . disabled , . popover [ class * = "tour-" ] . popover-navigation * [ data-role = next ] . disabled , . popover [ class * = "tour-" ] . popover-navigation * [ data-role = end ] . disabled { cursor : default }
. popover [ class * = "tour-" ] . orphan { position : fixed ; margin-top : 0 } . popover [ class * = "tour-" ] . orphan . arrow { display : none }
div . jGrowl { z-index : 9999 ; color : #fff ; font-size : 12 px }
div . jGrowl { position : absolute }
body > div . jGrowl { position : fixed }
div . jGrowl . top-left { left : 0 px ; top : 0 px }
div . jGrowl . top-right { right : 0 px ; top : 0 px }
div . jGrowl . bottom-left { left : 0 px ; bottom : 0 px }
div . jGrowl . bottom-right { right : 0 px ; bottom : 0 px }
div . jGrowl . center { top : 0 px ; width : 50 % ; left : 25 % }
div . center div . jGrowl-notification , div . center div . jGrowl-closer { margin-left : auto ; margin-right : auto }
div . jGrowl div . jGrowl-notification , div . jGrowl div . jGrowl-closer { background-color : #000 ; zoom : 1 ; width : 235 px ; padding : 10 px ; margin-top : 5 px ; margin-bottom : 5 px ; font-family : Tahoma , Arial , Helvetica , sans-serif ; font-size : 1 em ; text-align : left ; display : none ; -moz- border-radius : 5 px ; -webkit- border-radius : 5 px }
div . jGrowl div . jGrowl-notification { min-height : 40 px }
div . jGrowl div . jGrowl-notification , div . jGrowl div . jGrowl-closer { margin : 10 px }
div . jGrowl div . jGrowl-notification div . jGrowl-header { font-weight : bold ; font-size : .85 em }
div . jGrowl div . jGrowl-notification div . jGrowl-close { z-index : 99 ; float : right ; font-weight : bold ; font-size : 1 em ; cursor : pointer }
div . jGrowl div . jGrowl-closer { padding-top : 4 px ; padding-bottom : 4 px ; cursor : pointer ; font-size : .9 em ; font-weight : bold ; text-align : center }
@ media print { div . jGrowl { display : none } } body { tab-size : 4 }
2013-12-23 22:46:49 +00:00
@ media screen and ( -webkit-min-device-pixel-ratio : 0 ) { select { font-family : "Helvetica Neue" , Helvetica , Arial , sans-serif } } # preview-contents { padding : 15 px ; margin : 0 auto 180 px }
2013-08-23 23:50:14 +00:00
. working { cursor : progress }
. btn , . dropdown-menu { -webkit- user-select : none ; -moz- user-select : none ; -ms- user-select : none ; -o- user-select : none ; user-select : none }
2013-12-02 00:09:39 +00:00
. dropdown-menu , . modal-content , . panel-content , . search-bar { -webkit- box-shadow : 0 6 px 12 px rgba ( 0 , 0 , 0 , 0.125 ) ; box-shadow : 0 6 px 12 px rgba ( 0 , 0 , 0 , 0.125 ) }
. dropdown-menu > li > a { padding : 5 px 20 px ; border-top : 1 px solid transparent ; border-bottom : 1 px solid transparent } . dropdown-menu > li > a : hover , . dropdown-menu > li > a : focus { border-color : rgba ( 255 , 255 , 255 , 0.1 ) }
. dropdown-menu > . disabled > a : hover , . dropdown-menu > . disabled > a : focus { border-color : transparent }
. modal-content { background-color : #232323 }
. modal-body { background-color : #1e1e1e ; padding-bottom : 30 px }
. modal-footer { margin-top : 0 }
a { -webkit- transition : background-color ease-in-out .15 s , color ease-in-out .15 s , border-color ease-in-out .15 s ; transition : background-color ease-in-out .15 s , color ease-in-out .15 s , border-color ease-in-out .15 s }
. list-group . nav { border-left : 10 px solid #444 ; margin-left : 15 px } . list-group . nav > li > a { border-top : 1 px solid rgba ( 0 , 0 , 0 , 0 ) ; border-bottom : 1 px solid rgba ( 0 , 0 , 0 , 0 ) } . list-group . nav > li > a : hover , . list-group . nav > li > a : focus { border-top-color : rgba ( 255 , 255 , 255 , 0.1 ) ; border-bottom-color : rgba ( 255 , 255 , 255 , 0.1 ) }
. list-group . nav > li > a . active { border-top-color : rgba ( 255 , 255 , 255 , 0.05 ) ; border-bottom-color : rgba ( 255 , 255 , 255 , 0.05 ) }
. nav-pills > li > a { border : 1 px solid rgba ( 0 , 0 , 0 , 0 ) } . nav-pills > li > a : hover , . nav-pills > li > a : focus { border-color : rgba ( 255 , 255 , 255 , 0.1 ) }
. nav-pills > li . disabled > a : hover , . nav-pills > li . disabled > a : focus { border-color : rgba ( 0 , 0 , 0 , 0 ) }
. nav-pills > li . open > a , . nav-pills > li . open > a : hover , . nav-pills > li . open > a : focus { border-color : rgba ( 255 , 255 , 255 , 0.1 ) }
. list-group-item { padding : 10 px 15 px ; margin-bottom : 0 } . list-group . list-group-item { border-radius : 0 }
a . list-group-item : hover , a . list-group-item : focus { color : #b3b3b3 ; border-top-color : rgba ( 255 , 255 , 255 , 0.1 ) ; border-bottom-color : rgba ( 255 , 255 , 255 , 0.1 ) }
2013-08-23 23:50:14 +00:00
. move-to-front { z-index : 1050 !important }
2013-12-02 00:09:39 +00:00
. btn { padding : 8 px 11 px ; -webkit- transition : background-color ease-in-out .15 s , color ease-in-out .15 s , border-color ease-in-out .15 s ; transition : background-color ease-in-out .15 s , color ease-in-out .15 s , border-color ease-in-out .15 s }
. btn-default : hover , . btn-default : focus , . btn-default : active , . open . btn-default . dropdown-toggle { color : #b3b3b3 ; border-color : rgba ( 255 , 255 , 255 , 0.1 ) ; background-color : rgba ( 255 , 255 , 255 , 0.04 ) !important }
. btn-primary : hover , . btn-primary : focus , . btn-primary : active , . open . btn-primary . dropdown-toggle { color : #b3b3b3 ; border-color : rgba ( 255 , 255 , 255 , 0.1 ) ; background-color : #525252 !important }
. btn-success : hover , . btn-success : focus , . btn-success : active , . open . btn-success . dropdown-toggle { color : #b3b3b3 ; border-color : rgba ( 255 , 255 , 255 , 0.1 ) ; background-color : rgba ( 255 , 255 , 255 , 0.075 ) !important }
2013-12-25 22:15:38 +00:00
. btn-info : hover , . btn-info : focus , . btn-info : active , . info-tooltip . btn-info , . open . btn-info . dropdown-toggle { color : #b3b3b3 ; border-color : rgba ( 255 , 255 , 255 , 0.1 ) ; background-color : #3a3a3a !important }
2013-12-02 00:09:39 +00:00
. btn-group . btn + . btn , . btn-group . btn + . btn-group , . btn-group . btn-group + . btn , . btn-group . btn-group + . btn-group { margin-left : 0 }
2013-08-23 23:50:14 +00:00
. btn-group > . btn + . dropdown-toggle { padding-right : 11 px ; padding-left : 11 px }
2013-12-02 00:09:39 +00:00
. form-inline . form-control { display : inline-block }
2013-08-23 23:50:14 +00:00
. form-inline . col-lg-1 { width : 8.333333333333332 % }
. form-inline . col-lg-2 { width : 16.666666666666664 % }
. form-inline . col-lg-3 { width : 25 % }
. form-inline . col-lg-4 { width : 33.33333333333333 % }
. form-inline . col-lg-5 { width : 41.66666666666667 % }
. form-inline . col-lg-6 { width : 50 % }
. form-inline . col-lg-7 { width : 58.333333333333336 % }
. form-inline . col-lg-8 { width : 66.66666666666666 % }
. form-inline . col-lg-9 { width : 75 % }
. form-inline . col-lg-10 { width : 83.33333333333334 % }
. form-inline . col-lg-11 { width : 91.66666666666666 % }
. form-inline . col-lg-12 { width : 100 % }
. form-inline * { float : none }
2013-12-02 00:09:39 +00:00
. form-control . error { border-color : #ff6161 ; -webkit- box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , .075 ) , 0 0 8 px rgba ( 255 , 134 , 97 , 0.6 ) ; box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , .075 ) , 0 0 8 px rgba ( 255 , 134 , 97 , 0.6 ) }
2013-08-23 23:50:14 +00:00
. help-block { font-size : 12 px }
2013-12-02 00:09:39 +00:00
. input-group-addon { -webkit- box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) ; box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) } a . input-group-addon { color : #f73 }
2013-08-23 23:50:14 +00:00
. input-group-btn . btn i { font-size : 120 % }
. input-group-btn : first-child . btn { margin-right : 6 px }
. input-group-btn : last-child . btn { margin-left : 6 px }
2013-12-02 00:09:39 +00:00
. navbar { position : static ; padding : 0 ; border : 0 ; border-top : 1 px solid rgba ( 255 , 255 , 255 , 0.1 ) ; border-radius : 0 } . navbar . left-space , . navbar . right-space { width : 25 px ; height : 38 px }
2013-12-05 20:59:57 +00:00
. navbar . nav { float : left ; margin : 5 px 9 px ; height : 38 px } . navbar . nav > li { display : inline-block }
2013-12-02 00:09:39 +00:00
. navbar . nav . pull-right { float : right } . navbar . nav . pull-right > li > . dropdown-menu { right : 0 ; left : auto } . navbar . nav . pull-right > li > . dropdown-menu . dropdown-menu { right : 100 % ; left : auto ; margin-right : -1 px ; margin-left : 0 }
2013-12-05 20:59:57 +00:00
. navbar . btn { height : 38 px ; padding : 8 px 10 px }
2013-12-02 00:09:39 +00:00
. navbar . btn-group > . btn . disabled * , . navbar . btn-group > . btn . blocked * , . navbar . btn-group > . btn [ disabled ] * { color : rgba ( 191 , 191 , 191 , 0.3 ) }
2013-12-02 02:38:52 +00:00
. navbar . file-title-navbar { display : inline-block ; vertical-align : middle ; padding : 4 px 15 px ; font-size : 20 px ; font-weight : 200 ; max-width : 280 px ; overflow : hidden ; white-space : nowrap }
2013-12-23 22:46:49 +00:00
. navbar . input-file-title-container { display : inline-block ; vertical-align : middle } . navbar . input-file-title-container . input-file-title { width : 280 px }
2013-12-03 00:20:16 +00:00
. navbar . working-indicator { display : inline-block ; vertical-align : middle ; overflow : hidden ; height : 38 px ; width : 60 px ; padding-top : 9 px } . navbar . working-indicator . bar { display : inline-block ; width : 14 px ; height : 6 px ; border-radius : 1 px ; margin : 0 2 px ; opacity : 0.25 ; background-color : #bfbfbf ; animation : indicator .6 s ease-out infinite ; -webkit- animation : indicator .6 s ease-out infinite ; }
2013-12-08 18:13:58 +00:00
. navbar . offline-status > div { display : inline-block ; vertical-align : middle ; height : 38 px ; padding : 9 px 10 px }
2013-12-02 00:09:39 +00:00
. navbar . left-buttons-dropdown > . nav , . navbar . right-buttons-dropdown > . nav { margin-left : 0 ; margin-right : 0 }
. navbar div . dropdown-menu { top : initial ; padding : 5 px }
2013-12-02 23:05:45 +00:00
@ keyframes indicator { from { opacity : 1 } to { opacity : 0.25 } } @ -webkit-keyframes indicator /* Safari and Chrome */ { from { opacity : 1 } to { opacity : 0.25 } } . menu-panel , . document-panel { display : block ; position : absolute ; top : 0 ; height : 100 % ; z-index : 10 ; overflow : initial } . menu-panel . collapse-button , . document-panel . collapse-button { background-color : #aaa ; height : 38 px ; border-radius : 8 px ; position : absolute ; margin-top : 6 px ; -webkit- box-shadow : 0 0 1 px rgba ( 0 , 0 , 0 , .5 ) ; box-shadow : 0 0 1 px rgba ( 0 , 0 , 0 , .5 ) } . menu-panel . collapse-button : active , . document-panel . collapse-button : active { -webkit- box-shadow : inset 0 3 px 5 px rgba ( 0 , 0 , 0 , 0.125 ) , 0 0 1 px rgba ( 0 , 0 , 0 , .5 ) ; box-shadow : inset 0 3 px 5 px rgba ( 0 , 0 , 0 , 0.125 ) , 0 0 1 px rgba ( 0 , 0 , 0 , .5 ) }
2013-12-02 00:09:39 +00:00
. menu-panel . collapse-button i , . document-panel . collapse-button i { color : #737373 ; font-size : 14 px }
. menu-panel . collapse-button : hover , . document-panel . collapse-button : hover , . menu-panel . in . collapse-button , . document-panel . in . collapse-button , . menu-panel . collapsing . collapse-button , . document-panel . collapsing . collapse-button { border-width : 1 px }
. menu-panel . panel-content , . document-panel . panel-content { overflow : auto ; padding-bottom : 30 px ; height : 100 % } . menu-panel . panel-content a > i , . document-panel . panel-content a > i { color : inherit }
. menu-panel { width : 280 px !important ; margin-left : -295 px ; -webkit- transition : margin-left ease-in-out 0.35 s ; transition : margin-left ease-in-out 0.35 s } . menu-panel . sub-menu { background-color : #232323 }
2013-08-23 23:50:14 +00:00
. menu-panel . in { margin-left : 0 }
2013-12-08 18:13:58 +00:00
. menu-panel . collapse-button { border-top : 4 px solid rgba ( 255 , 217 , 0 , 0.8 ) ; border-right : 5 px solid rgba ( 83 , 169 , 255 , 0.8 ) ; border-bottom : 4 px solid rgba ( 255 , 118 , 6 , 0.8 ) ; right : -50 px ; z-index : -1 ; padding : 0 10 px 0 50 px ; -webkit- transition : border-width ease-in-out .15 s , right ease-in-out 0.15 s ; transition : border-width ease-in-out .15 s , right ease-in-out 0.15 s }
2013-12-02 00:09:39 +00:00
. menu-panel . collapse-button : hover , . menu-panel . in . collapse-button , . menu-panel . collapsing . collapse-button { right : -55 px }
2013-12-02 23:05:45 +00:00
. menu-panel . panel-content { background-color : #232323 ; padding-top : 6 px ; border-right : 1 px solid #404040 } . menu-panel . panel-content > . nav > li > a : hover , . menu-panel . panel-content > . nav > li > a : active { background-color : inherit }
2013-12-02 00:09:39 +00:00
. document-panel { right : 0 ; width : 340 px !important ; margin-right : -355 px ; -webkit- transition : margin-right ease-in-out 0.35 s ; transition : margin-right ease-in-out 0.35 s } . document-panel . in { margin-right : 0 }
2013-12-08 18:13:58 +00:00
. document-panel . collapse-button { border-top : 4 px solid rgba ( 255 , 217 , 0 , 0.8 ) ; border-left : 5 px solid rgba ( 165 , 204 , 10 , 0.8 ) ; border-bottom : 4 px solid rgba ( 255 , 118 , 6 , 0.8 ) ; left : -50 px ; padding : 0 50 px 0 3 px ; z-index : -1 ; -webkit- transition : border-width ease-in-out .15 s , left ease-in-out 0.15 s ; transition : border-width ease-in-out .15 s , left ease-in-out 0.15 s } . document-panel . collapse-button i . icon-folder-open { font-size : 19 px ; padding-bottom : 1 px }
2013-12-02 00:09:39 +00:00
. document-panel . collapse-button : hover , . document-panel . in . collapse-button , . document-panel . collapsing . collapse-button { left : -55 px }
2013-12-02 23:05:45 +00:00
. document-panel . panel-content { background-color : #232323 ; padding-top : 80 px ; border-left : 1 px solid #404040 } . document-panel . panel-content . icon-layers { font-size : 135 % }
2013-12-08 18:13:58 +00:00
. document-panel . search-bar { position : absolute ; background-color : #3a3a3a ; margin : -10 px 25 px 0 ; padding : 20 px 5 px 10 px 15 px ; z-index : 3 ; border : 1 px solid #4d4d4d ; border-top : 0 ; border-radius : 6 px }
2013-08-23 23:50:14 +00:00
. document-panel . list-group-item { margin : 0 }
2013-12-02 23:05:45 +00:00
. document-panel . folder { font-weight : bold ; color : #bfbfbf ; border-top-color : #333 }
2013-12-02 00:09:39 +00:00
. document-panel . list-group { margin : 0 } . document-panel . list-group . nav { border : 0 ; margin : 0 } . document-panel . list-group . nav . file { padding-left : 30 px ; padding-right : 30 px }
2013-08-23 23:50:14 +00:00
. dropdown-file-selector { top : 6 px ; right : 30 px ; left : auto ; margin : 0 ; min-width : 280 px ; max-width : 400 px ; overflow-x : hidden ; max-height : 400 px ; overflow-y : auto }
. modal-document-manager . nav-pills { margin-bottom : 15 px }
2013-12-02 00:09:39 +00:00
. modal-document-manager . list-group { background-color : #232323 } . modal-document-manager . list-group . nav { margin-bottom : 30 px ; border : 0 ; margin : 0 } . modal-document-manager . list-group . nav . file { padding-left : 20 px }
. modal-document-manager . list-group-item { padding : 3 px ; margin : 0 } . modal-document-manager . list-group-item i { margin-right : 3 px }
. modal-document-manager . list-group-item . btn { float : right } . modal-document-manager . list-group-item . btn i { margin : 0 ; font-size : 105 % } . modal-document-manager . list-group-item . btn i . icon-pencil { font-size : 115 % }
2013-08-23 23:50:14 +00:00
. modal-document-manager . file-list . list-group-item { padding : 0 3 px }
2013-12-02 23:05:45 +00:00
. modal-document-manager . folder { font-weight : bold ; color : #bfbfbf ; font-size : 15 px ; border-top-color : #333 }
2013-12-02 00:09:39 +00:00
. modal-document-manager . checkbox { float : right ; margin : 0 ; padding : 0 ; cursor : pointer } . modal-document-manager . checkbox input { cursor : pointer ; margin : 0 16 px ; height : 38 px }
2013-08-23 23:50:14 +00:00
. modal-document-manager . input-rename { width : 220 px }
. modal-document-manager . name , . modal-document-manager . file-count { padding : 9 px 20 px 9 px 15 px }
2013-12-02 02:38:52 +00:00
. extension-buttons > . btn-group > . btn , . extension-preview-buttons > . btn-group > . btn , . extension-editor-buttons > . btn-group > . btn , . extension-buttons > . btn-group > . btn , . extension-preview-buttons > . btn-group > . btn , . extension-editor-buttons > . btn-group > . btn { border-radius : 0 }
. extension-buttons > . btn-group : first-child > . btn , . extension-preview-buttons > . btn-group : first-child > . btn , . extension-editor-buttons > . btn-group : first-child > . btn , . extension-buttons > . btn-group : first-child > . btn , . extension-preview-buttons > . btn-group : first-child > . btn , . extension-editor-buttons > . btn-group : first-child > . btn { border-top-left-radius : 4 px ; border-bottom-left-radius : 4 px }
. extension-buttons > . btn-group : last-child > . btn , . extension-preview-buttons > . btn-group : last-child > . btn , . extension-editor-buttons > . btn-group : last-child > . btn , . extension-buttons > . btn-group : last-child > . btn , . extension-preview-buttons > . btn-group : last-child > . btn , . extension-editor-buttons > . btn-group : last-child > . btn { border-top-right-radius : 4 px ; border-bottom-right-radius : 4 px }
2013-12-02 00:09:39 +00:00
. extension-preview-buttons { position : absolute ; z-index : 1 ; margin-top : 6 px ; right : 30 px } . ui-layout-resizer-south-closed . extension-preview-buttons { display : none !important }
. extension-preview-buttons . btn-group . btn { position : initial }
. extension-preview-buttons . dropdown-menu { padding-bottom : 20 px }
. extension-preview-buttons . markdown-syntax , . extension-preview-buttons . table-of-contents { overflow-y : auto ; overflow-x : hidden ; padding-right : 20 px ; margin-right : -20 px ; width : 330 px }
2013-08-23 23:50:14 +00:00
. extension-preview-buttons . markdown-syntax { white-space : normal ; max-height : 350 px }
2013-12-02 00:09:39 +00:00
. extension-preview-buttons . table-of-contents { margin-left : -10 px ; max-height : 400 px } . extension-preview-buttons . table-of-contents ul { margin-left : 10 px ; padding-left : 10 px }
. extension-editor-buttons { position : absolute ; display : inline-block ; vertical-align : top } . extension-editor-buttons . btn { text-align : center ; height : 35 px ; width : 35 px ; padding : 0 }
2013-09-14 16:59:40 +00:00
. ui-layout-resizer-east . extension-editor-buttons { bottom : 0 }
. ui-layout-resizer-south . extension-editor-buttons { right : 0 }
2013-08-23 23:50:14 +00:00
. modal-settings . modal-header { padding-bottom : 0 }
. modal-settings textarea { max-width : 100 % ; min-height : 100 px }
2013-12-02 23:05:45 +00:00
. modal-settings . panel { border : 0 ; border-radius : inherit ; background : #1e1e1e ; border-bottom : 1 px solid #333 ; -webkit- box-shadow : none ; box-shadow : none }
2013-12-02 00:09:39 +00:00
. modal-settings . accordion-heading { padding : 12 px 15 px } . modal-settings . accordion-heading . checkbox { margin-top : 0 ; margin-bottom : 0 }
. modal-settings . accordion-inner { border : 0 ; padding : 10 px 40 px 20 px } . modal-settings . accordion-inner . form-horizontal . control-label { text-align : left }
2013-08-23 23:50:14 +00:00
. modal-settings . accordion-inner . form-horizontal . form-inline . label-text { margin-left : 15 px }
2013-12-02 00:09:39 +00:00
. modal-settings . tab-pane-button-container { width : 220 px ; margin : 10 px auto 20 px } . modal-settings . tab-pane-button-container . btn { text-align : initial ; padding-left : 15 px }
. modal-settings . nav-tabs { margin : 15 px 0 0 } . modal-settings . nav-tabs > li > a : hover , . modal-settings . nav-tabs > li > a : focus { color : #b3b3b3 ; border-color : rgba ( 255 , 255 , 255 , 0.1 ) ; background-color : rgba ( 255 , 255 , 255 , 0.04 ) ; border-bottom-color : rgba ( 0 , 0 , 0 , 0 ) }
. modal-settings . nav-tabs > li . active > a , . modal-settings . nav-tabs > li . active > a : hover , . modal-settings . nav-tabs > li . active > a : focus { color : #bfbfbf ; background-color : #444 ; border-color : rgba ( 255 , 255 , 255 , 0.05 ) ; border-bottom-color : rgba ( 0 , 0 , 0 , 0 ) }
. modal-manage-sync . sync-list , . modal-manage-publish . publish-list , . modal-manage-sharing . share-list { margin-bottom : 20 px } . modal-manage-sync . sync-list . input-group , . modal-manage-publish . publish-list . input-group , . modal-manage-sharing . share-list . input-group { margin-bottom : 10 px }
. share-list . form-control { width : 280 px }
. publish-custom-template-collapse { margin-bottom : 0 } . publish-custom-template-collapse textarea { max-width : 100 % ; min-height : 100 px }
. ui-layout-resizer { overflow : visible !important ; font-size : 14 px !important } . ui-layout-resizer . btn { float : none }
. ui-layout-resizer . ui-layout-toggler i { font-size : 22 px }
. ui-layout-resizer . ui-layout-toggler . ui-layout-toggler-east { line-height : 55 px } . ui-layout-resizer . ui-layout-toggler . ui-layout-toggler-east . ui-layout-toggler-east-open i : before { content : '\e87e' }
2013-09-03 10:37:59 +00:00
. ui-layout-resizer . ui-layout-toggler . ui-layout-toggler-east . ui-layout-toggler-east-closed i : before { content : '\e87d' }
. ui-layout-resizer . ui-layout-toggler . ui-layout-toggler-south . ui-layout-toggler-south-open i : before { content : '\e880' }
. ui-layout-resizer . ui-layout-toggler . ui-layout-toggler-south . ui-layout-toggler-south-closed i : before { content : '\e87f' }
2013-12-02 01:20:38 +00:00
. ui-layout-resizer . ui-layout-toggler . ui-layout-toggler-north { left : 0 !important ; line-height : 0 } . ui-layout-resizer . ui-layout-toggler . ui-layout-toggler-north i { font-size : 16 px ; height : 9.5 px ; overflow : hidden }
2013-08-23 23:50:14 +00:00
. ui-layout-resizer . ui-layout-resizer-east . ui-layout-toggler-north { width : 35 px !important ; height : 60 px !important }
. ui-layout-resizer . ui-layout-resizer-south . ui-layout-toggler-north { height : 35 px !important }
2013-12-02 00:09:39 +00:00
. ui-layout-resizer-north { background-color : #444 ; border-bottom : 1 px solid rgba ( 255 , 255 , 255 , 0.1 ) }
2013-12-02 23:53:54 +00:00
. resizer-decorator { position : absolute ; display : block !important } . ui-layout-resizer-east . resizer-decorator { width : 35 px ; height : 100 % ; border-left : 1 px solid rgba ( 255 , 255 , 255 , 0.06 ) }
. ui-layout-resizer-south . resizer-decorator { height : 35 px ; width : 100 % ; border-top : 1 px solid rgba ( 255 , 255 , 255 , 0.06 ) }
2013-12-23 22:46:49 +00:00
. ace_editor { color : #dfdfdf }
2013-12-02 00:09:39 +00:00
. ace-tm { background-color : #1e1e1e } . ace-tm . ace_text-input { box-sizing : initial }
. ace-tm . ace_marker-layer . ace_active-line { background-color : rgba ( 255 , 255 , 255 , 0.05 ) }
. ace-tm . ace_cursor { color : #b3b3b3 }
2013-12-02 23:05:45 +00:00
. ace-tm . ace_print-margin { background-color : rgba ( 255 , 255 , 255 , 0.05 ) }
. ace-tm . ace_markup . ace_heading { color : #fff ; font-weight : bold }
2013-12-23 22:46:49 +00:00
. ace-tm . ace_markup . ace_list { color : #9f9f9f }
2013-12-27 21:17:59 +00:00
. ace-tm . ace_constant . ace_language { color : rgba ( 159 , 159 , 159 , 0.6 ) ; font-weight : normal }
2013-12-05 00:26:07 +00:00
. ace-tm . ace_meta . ace_tag { color : #dfdfdf ; font-style : italic ; font-weight : bold ; background-color : rgba ( 255 , 255 , 255 , 0.1 ) }
2013-12-02 23:05:45 +00:00
. ace-tm . ace_keyword . ace_operator { color : #dfdfdf ; background-color : transparent }
2013-12-05 00:26:07 +00:00
. ace-tm . ace_keyword { color : #dfdfdf ; background-color : rgba ( 255 , 255 , 255 , 0.1 ) ; font-weight : bold }
. ace-tm . ace_string { color : #dfdfdf ; font-style : italic ; background-color : rgba ( 255 , 255 , 255 , 0.1 ) }
2013-11-21 17:49:45 +00:00
. ace-tm . ace_invalid { color : inherit ; background : inherit }
2013-12-23 22:46:49 +00:00
. ace-tm . ace_strong { color : #dfdfdf ; font-weight : bold }
2013-12-02 23:05:45 +00:00
. ace-tm . ace_emphasis { color : #fff ; font-style : italic }
. ace-tm . ace_blockquote { color : #9f9f9f }
2013-12-23 22:46:49 +00:00
. ace-tm . ace_code { color : #fff ; background-color : rgba ( 255 , 255 , 255 , 0.1 ) }
2013-12-02 23:05:45 +00:00
. ace-tm . ace_code_block { color : #fff }
2013-12-27 21:17:59 +00:00
. ace-tm . ace_link { color : rgba ( 159 , 159 , 159 , 0.6 ) }
2013-12-02 23:05:45 +00:00
. ace-tm . ace_description { color : #9f9f9f }
. ace-tm . ace_constant { color : #dfdfdf }
2013-12-27 21:17:59 +00:00
. ace-tm . ace_comment { color : rgba ( 159 , 159 , 159 , 0.6 ) ; font-style : italic }
2013-10-06 22:29:08 +00:00
. ace-tm . ace_marker-layer . misspelled { position : absolute ; z-index : -2 ; border-bottom : 1 px dotted red ; margin-bottom : -1 px }
2013-12-02 23:05:45 +00:00
. ace_search { background-color : #232323 ; border : 1 px solid #404040 ; border-top : 0 ; padding : 10 px 15 px 5 px ; font-family : 'Open Sans' , "Trebuchet MS" , Helvetica , sans-serif ; min-width : 318 px } . ace_search . ace_search_form , . ace_search . ace_replace_form { border-color : #444 ; margin-bottom : 10 px }
2013-10-11 21:47:00 +00:00
. ace_search . ace_search_field { width : 185 px }
2013-12-02 23:05:45 +00:00
. ace_search . ace_search_field , . ace_search . ace_searchbtn , . ace_search . ace_replacebtn { height : 30 px ; padding : 0 12 px ; font-size : 14 px ; line-height : 1.428571429 ; color : #dfdfdf ; vertical-align : middle ; background-color : #1e1e1e ; border-color : #444 ; -webkit- box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) ; box-shadow : inset 0 1 px 1 px rgba ( 0 , 0 , 0 , 0.075 ) }
2013-12-02 00:09:39 +00:00
. ace_search . ace_searchbtn { background-image : none ; font-family : "fontello" ; width : auto ; font-size : 16 px } . ace_search . ace_searchbtn . next : before { content : '\e880' }
2013-10-11 21:47:00 +00:00
. ace_search . ace_searchbtn . prev : before { content : '\e87f' }
2013-10-06 22:29:08 +00:00
. ace_search . ace_replacebtn { padding : 0 4 px }
2013-12-02 00:09:39 +00:00
. ace_search . ace_searchbtn_close { background : transparent ; margin : 0 ; font-size : 21 px ; font-weight : bold ; text-shadow : 0 1 px 0 #fff ; opacity : .3 ; filter : alpha ( opacity = 30 ) } . ace_search . ace_searchbtn_close : before { content : '\d7' }
. ace_search . ace_searchbtn_close : hover , . ace_search . ace_searchbtn_close : focus { color : #9f9f9f ; text-decoration : none ; cursor : pointer ; opacity : .5 ; filter : alpha ( opacity = 50 ) ; background : transparent }
2013-12-05 00:26:07 +00:00
# wmd-input { border-radius : 0 ; color : #dfdfdf ; -webkit- box-shadow : none ; box-shadow : none ; resize : none ; border : none ; padding : 0 12 px } div # wmd-input { padding : 0 }
. textarea-helper { top : -100 px ; height : 1 px ; padding : 0 12 px ; font-size : 14 px ; line-height : 1.428571429 ; position : absolute ; overflow : auto ; white-space : pre-wrap ; word-wrap : break-word }
2013-12-02 00:09:39 +00:00
. preview-container { overflow : auto ; background-color : #232323 }
2013-08-23 23:50:14 +00:00
. wmd-prompt-background { display : none }
2013-12-08 18:13:58 +00:00
div . dropdown-menu { padding : 5 px 20 px ; background-color : #3a3a3a } div . dropdown-menu p , div . dropdown-menu blockquote { margin : 10 px 0 }
2013-08-23 23:50:14 +00:00
div . dropdown-menu . stat { margin-bottom : 10 px }
div . dropdown-menu i { margin-right : 0 }
div . dropdown-menu textarea { width : 250 px ; height : 150 px ; resize : none }
2013-12-02 00:09:39 +00:00
div . dropdown-menu h1 { margin : 40 px 0 }
div . dropdown-menu h2 { margin : 30 px 0 }
div . dropdown-menu h3 { margin : 20 px 0 }
div . dropdown-menu h4 , div . dropdown-menu h5 , div . dropdown-menu h6 { margin : 15 px 0 }
2013-10-27 22:43:37 +00:00
. btn-gittip { width : 52 px ; height : 25 px }
2013-12-08 18:59:05 +00:00
. title-icon-category { display : inline-block ; opacity : 0.1 ; margin-top : -2 px ; margin-left : -2 px ; margin-right : 3 px ; font-size : 14 px ; vertical-align : top } . file-title-navbar . title-icon-category { font-size : 16 px }
2013-08-23 23:50:14 +00:00
. picker-dialog { z-index : 1050 !important }
2013-09-19 19:51:25 +00:00
. picker-dialog-bg { z-index : 1040 !important }
2013-08-23 23:50:14 +00:00
. action-import-image-gplus { float : left }
. tooltip-inner { text-align : left }
. tooltip li { line-height : 1.4 }
input [ type = "file" ] { line-height : inherit ; height : inherit ; border : none !important }
. drop-zone { border : 2 px dashed #bbb ; -moz- border-radius : 5 px ; -webkit- border-radius : 5 px ; border-radius : 5 px ; padding : 40 px ; text-align : center ; font-size : 24 px ; color : #bbb }
. modal-import-harddrive-html textarea { width : 530 px ; max-width : 530 px ; height : 120 px }
2013-12-02 00:09:39 +00:00
. popover { max-width : 350 px ; padding : 15 px ; -webkit- box-shadow : 0 5 px 30 px rgba ( 0 , 0 , 0 , 0.175 ) ; box-shadow : 0 5 px 30 px rgba ( 0 , 0 , 0 , 0.175 ) } . popover . popover-title { font-weight : 500 ; font-size : 24 px ; padding : 10 px 15 px }
2013-10-19 23:00:39 +00:00
. popover . icon-lock { font-size : 38 px ; margin : 5 px }
2013-09-03 17:28:30 +00:00
. popover . disabled { display : none }
2013-12-02 00:09:39 +00:00
div . jGrowl { z-index : 1040 ; font-size : inherit } div . jGrowl . bottom-right { right : 30 px }
div . jGrowl div . jGrowl-notification , div . jGrowl div . jGrowl-closer { background-color : rgba ( 68 , 68 , 68 , 0.9 ) ; width : 260 px ; margin : 20 px 0 ; padding : 15 px 20 px ; -ms- filter : none ; filter : none ; border-radius : 5 px }
2013-08-23 23:50:14 +00:00
div . jGrowl div . jGrowl-notification { min-height : 80 px }
2013-12-02 00:09:39 +00:00
. viewer . document-panel . search-bar { padding : 20 px 20 px 10 px } . viewer . document-panel . search-bar . input-group-btn { display : none }
2013-09-16 23:14:17 +00:00
. viewer . ui-layout-toggler { display : none !important }
2013-12-02 00:09:39 +00:00
. viewer . navbar . file-title-navbar { cursor : initial ; -webkit- box-shadow : none ; box-shadow : none }
. form-control : focus { -webkit- box-shadow : inset 0 1 px 1 px rgba ( 255 , 255 , 255 , 0 ) , 0 0 12 px rgba ( 255 , 255 , 255 , 1 ) ; box-shadow : inset 0 1 px 1 px rgba ( 255 , 255 , 255 , 0 ) , 0 0 12 px rgba ( 255 , 255 , 255 , 1 ) }
2013-11-16 18:20:01 +00:00
. ace-tm . ace_cursor { border-left-color : #fff }