[clckwrks-theme-bootstrap-0.2.7: updated to use bootswatch. added hscolour.css. added sticky footer and full-width navbar. Jeremy Shaw **20130222172154 Ignore-this: 3e9922955daf25554b7ed2ea0c92c12d ] hunk ./clckwrks-theme-bootstrap/Theme.hs 6 -import Clckwrks.NavBar.API +import Clckwrks.Types (NamedLink(..)) +import Clckwrks.NavBar.API (getNavBarData) +import Clckwrks.NavBar.Types (NavBar(..), NavBarItem(..)) hunk ./clckwrks-theme-bootstrap/Theme.hs 10 -import Data.Text (Text) +import Data.Text (Text) hunk ./clckwrks-theme-bootstrap/Theme.hs 18 --- , themeBlog = blog hunk ./clckwrks-theme-bootstrap/Theme.hs 21 +genNavBar :: GenXML (Clck ClckURL) +genNavBar = + do menu <- lift getNavBarData + navBarHTML menu + +navBarHTML :: NavBar -> GenXML (Clck ClckURL) +navBarHTML (NavBar menuItems) = + + +mkNavBarItem :: NavBarItem -> GenXML (Clck ClckURL) +mkNavBarItem (NBLink (NamedLink ttl lnk)) = +
  • <% ttl %>
  • + hunk ./clckwrks-theme-bootstrap/Theme.hs 56 - - hunk ./clckwrks-theme-bootstrap/Theme.hs 57 - + + hunk ./clckwrks-theme-bootstrap/Theme.hs 61 --- <% googleAnalytics %> + <% googleAnalytics %> hunk ./clckwrks-theme-bootstrap/Theme.hs 64 -
    - <% getNavBar %> -
    -
    -

    <% ttl %>

    -
    -
    -
    -
    - <% bdy %> -
    +
    + <% genNavBar %> +
    +
    +
    +

    <% ttl %>

    +
    +
    +
    +
    + <% bdy %> +
    +
    hunk ./clckwrks-theme-bootstrap/Theme.hs 78 +
    hunk ./clckwrks-theme-bootstrap/Theme.hs 80 - - - -{- -blog :: XMLGenT (Clck ClckURL) XML -blog = undefined hunk ./clckwrks-theme-bootstrap/Theme.hs 81 -postsHTML :: XMLGenT (Clck ClckURL) XML -postsHTML = - do posts <- getPosts -
      - <% mapM postHTML posts %> -
    + + hunk ./clckwrks-theme-bootstrap/Theme.hs 88 -postHTML :: Page -> XMLGenT (Clck ClckURL) XML -postHTML Page{..} = -
  • -

    <% pageTitle %>

    - <% pageDate %> - <% pageSrc %> -

    permalink

    -
  • + hunk ./clckwrks-theme-bootstrap/Theme.hs 90 -blog :: XMLGenT (Clck ClckURL) XML -blog = - do ttl <- lift getBlogTitle - pageTemplate ttl () $ - <%> -
    -

    <% ttl %>

    - <% postsHTML %> -
    - --} hunk ./clckwrks-theme-bootstrap/clckwrks-theme-bootstrap.cabal 2 -version: 0.2.6 +version: 0.2.7 hunk ./clckwrks-theme-bootstrap/clckwrks-theme-bootstrap.cabal 14 - data/style.css + data/hscolour.css + data/css/bootstrap-responsive.min.css + data/css/bootstrap.css + data/css/bootstrap-responsive.css + data/css/bootstrap.min.css + data/img/glyphicons-halflings.png + data/img/glyphicons-halflings-white.png adddir ./clckwrks-theme-bootstrap/data/css addfile ./clckwrks-theme-bootstrap/data/css/bootstrap-responsive.css hunk ./clckwrks-theme-bootstrap/data/css/bootstrap-responsive.css 1 +/*! + * Bootstrap Responsive v2.3.0 + * + * Copyright 2012 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world @twitter by @mdo and @fat. + */ + +.clearfix { + *zoom: 1; +} + +.clearfix:before, +.clearfix:after { + display: table; + line-height: 0; + content: ""; +} + +.clearfix:after { + clear: both; +} + +.hide-text { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} + +.input-block-level { + display: block; + width: 100%; + min-height: 30px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +@-ms-viewport { + width: device-width; +} + +.hidden { + display: none; + visibility: hidden; +} + +.visible-phone { + display: none !important; +} + +.visible-tablet { + display: none !important; +} + +.hidden-desktop { + display: none !important; +} + +.visible-desktop { + display: inherit !important; +} + +@media (min-width: 768px) and (max-width: 979px) { + .hidden-desktop { + display: inherit !important; + } + .visible-desktop { + display: none !important ; + } + .visible-tablet { + display: inherit !important; + } + .hidden-tablet { + display: none !important; + } +} + +@media (max-width: 767px) { + .hidden-desktop { + display: inherit !important; + } + .visible-desktop { + display: none !important; + } + .visible-phone { + display: inherit !important; + } + .hidden-phone { + display: none !important; + } +} + +.visible-print { + display: none !important; +} + +@media print { + .visible-print { + display: inherit !important; + } + .hidden-print { + display: none !important; + } +} + +@media (min-width: 1200px) { + .row { + margin-left: -30px; + *zoom: 1; + } + .row:before, + .row:after { + display: table; + line-height: 0; + content: ""; + } + .row:after { + clear: both; + } + [class*="span"] { + float: left; + min-height: 1px; + margin-left: 30px; + } + .container, + .navbar-static-top .container, + .navbar-fixed-top .container, + .navbar-fixed-bottom .container { + width: 1170px; + } + .span12 { + width: 1170px; + } + .span11 { + width: 1070px; + } + .span10 { + width: 970px; + } + .span9 { + width: 870px; + } + .span8 { + width: 770px; + } + .span7 { + width: 670px; + } + .span6 { + width: 570px; + } + .span5 { + width: 470px; + } + .span4 { + width: 370px; + } + .span3 { + width: 270px; + } + .span2 { + width: 170px; + } + .span1 { + width: 70px; + } + .offset12 { + margin-left: 1230px; + } + .offset11 { + margin-left: 1130px; + } + .offset10 { + margin-left: 1030px; + } + .offset9 { + margin-left: 930px; + } + .offset8 { + margin-left: 830px; + } + .offset7 { + margin-left: 730px; + } + .offset6 { + margin-left: 630px; + } + .offset5 { + margin-left: 530px; + } + .offset4 { + margin-left: 430px; + } + .offset3 { + margin-left: 330px; + } + .offset2 { + margin-left: 230px; + } + .offset1 { + margin-left: 130px; + } + .row-fluid { + width: 100%; + *zoom: 1; + } + .row-fluid:before, + .row-fluid:after { + display: table; + line-height: 0; + content: ""; + } + .row-fluid:after { + clear: both; + } + .row-fluid [class*="span"] { + display: block; + float: left; + width: 100%; + min-height: 30px; + margin-left: 2.564102564102564%; + *margin-left: 2.5109110747408616%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + } + .row-fluid [class*="span"]:first-child { + margin-left: 0; + } + .row-fluid .controls-row [class*="span"] + [class*="span"] { + margin-left: 2.564102564102564%; + } + .row-fluid .span12 { + width: 100%; + *width: 99.94680851063829%; + } + .row-fluid .span11 { + width: 91.45299145299145%; + *width: 91.39979996362975%; + } + .row-fluid .span10 { + width: 82.90598290598291%; + *width: 82.8527914166212%; + } + .row-fluid .span9 { + width: 74.35897435897436%; + *width: 74.30578286961266%; + } + .row-fluid .span8 { + width: 65.81196581196582%; + *width: 65.75877432260411%; + } + .row-fluid .span7 { + width: 57.26495726495726%; + *width: 57.21176577559556%; + } + .row-fluid .span6 { + width: 48.717948717948715%; + *width: 48.664757228587014%; + } + .row-fluid .span5 { + width: 40.17094017094017%; + *width: 40.11774868157847%; + } + .row-fluid .span4 { + width: 31.623931623931625%; + *width: 31.570740134569924%; + } + .row-fluid .span3 { + width: 23.076923076923077%; + *width: 23.023731587561375%; + } + .row-fluid .span2 { + width: 14.52991452991453%; + *width: 14.476723040552828%; + } + .row-fluid .span1 { + width: 5.982905982905983%; + *width: 5.929714493544281%; + } + .row-fluid .offset12 { + margin-left: 105.12820512820512%; + *margin-left: 105.02182214948171%; + } + .row-fluid .offset12:first-child { + margin-left: 102.56410256410257%; + *margin-left: 102.45771958537915%; + } + .row-fluid .offset11 { + margin-left: 96.58119658119658%; + *margin-left: 96.47481360247316%; + } + .row-fluid .offset11:first-child { + margin-left: 94.01709401709402%; + *margin-left: 93.91071103837061%; + } + .row-fluid .offset10 { + margin-left: 88.03418803418803%; + *margin-left: 87.92780505546462%; + } + .row-fluid .offset10:first-child { + margin-left: 85.47008547008548%; + *margin-left: 85.36370249136206%; + } + .row-fluid .offset9 { + margin-left: 79.48717948717949%; + *margin-left: 79.38079650845607%; + } + .row-fluid .offset9:first-child { + margin-left: 76.92307692307693%; + *margin-left: 76.81669394435352%; + } + .row-fluid .offset8 { + margin-left: 70.94017094017094%; + *margin-left: 70.83378796144753%; + } + .row-fluid .offset8:first-child { + margin-left: 68.37606837606839%; + *margin-left: 68.26968539734497%; + } + .row-fluid .offset7 { + margin-left: 62.393162393162385%; + *margin-left: 62.28677941443899%; + } + .row-fluid .offset7:first-child { + margin-left: 59.82905982905982%; + *margin-left: 59.72267685033642%; + } + .row-fluid .offset6 { + margin-left: 53.84615384615384%; + *margin-left: 53.739770867430444%; + } + .row-fluid .offset6:first-child { + margin-left: 51.28205128205128%; + *margin-left: 51.175668303327875%; + } + .row-fluid .offset5 { + margin-left: 45.299145299145295%; + *margin-left: 45.1927623204219%; + } + .row-fluid .offset5:first-child { + margin-left: 42.73504273504273%; + *margin-left: 42.62865975631933%; + } + .row-fluid .offset4 { + margin-left: 36.75213675213675%; + *margin-left: 36.645753773413354%; + } + .row-fluid .offset4:first-child { + margin-left: 34.18803418803419%; + *margin-left: 34.081651209310785%; + } + .row-fluid .offset3 { + margin-left: 28.205128205128204%; + *margin-left: 28.0987452264048%; + } + .row-fluid .offset3:first-child { + margin-left: 25.641025641025642%; + *margin-left: 25.53464266230224%; + } + .row-fluid .offset2 { + margin-left: 19.65811965811966%; + *margin-left: 19.551736679396257%; + } + .row-fluid .offset2:first-child { + margin-left: 17.094017094017094%; + *margin-left: 16.98763411529369%; + } + .row-fluid .offset1 { + margin-left: 11.11111111111111%; + *margin-left: 11.004728132387708%; + } + .row-fluid .offset1:first-child { + margin-left: 8.547008547008547%; + *margin-left: 8.440625568285142%; + } + input, + textarea, + .uneditable-input { + margin-left: 0; + } + .controls-row [class*="span"] + [class*="span"] { + margin-left: 30px; + } + input.span12, + textarea.span12, + .uneditable-input.span12 { + width: 1156px; + } + input.span11, + textarea.span11, + .uneditable-input.span11 { + width: 1056px; + } + input.span10, + textarea.span10, + .uneditable-input.span10 { + width: 956px; + } + input.span9, + textarea.span9, + .uneditable-input.span9 { + width: 856px; + } + input.span8, + textarea.span8, + .uneditable-input.span8 { + width: 756px; + } + input.span7, + textarea.span7, + .uneditable-input.span7 { + width: 656px; + } + input.span6, + textarea.span6, + .uneditable-input.span6 { + width: 556px; + } + input.span5, + textarea.span5, + .uneditable-input.span5 { + width: 456px; + } + input.span4, + textarea.span4, + .uneditable-input.span4 { + width: 356px; + } + input.span3, + textarea.span3, + .uneditable-input.span3 { + width: 256px; + } + input.span2, + textarea.span2, + .uneditable-input.span2 { + width: 156px; + } + input.span1, + textarea.span1, + .uneditable-input.span1 { + width: 56px; + } + .thumbnails { + margin-left: -30px; + } + .thumbnails > li { + margin-left: 30px; + } + .row-fluid .thumbnails { + margin-left: 0; + } +} + +@media (min-width: 768px) and (max-width: 979px) { + .row { + margin-left: -20px; + *zoom: 1; + } + .row:before, + .row:after { + display: table; + line-height: 0; + content: ""; + } + .row:after { + clear: both; + } + [class*="span"] { + float: left; + min-height: 1px; + margin-left: 20px; + } + .container, + .navbar-static-top .container, + .navbar-fixed-top .container, + .navbar-fixed-bottom .container { + width: 724px; + } + .span12 { + width: 724px; + } + .span11 { + width: 662px; + } + .span10 { + width: 600px; + } + .span9 { + width: 538px; + } + .span8 { + width: 476px; + } + .span7 { + width: 414px; + } + .span6 { + width: 352px; + } + .span5 { + width: 290px; + } + .span4 { + width: 228px; + } + .span3 { + width: 166px; + } + .span2 { + width: 104px; + } + .span1 { + width: 42px; + } + .offset12 { + margin-left: 764px; + } + .offset11 { + margin-left: 702px; + } + .offset10 { + margin-left: 640px; + } + .offset9 { + margin-left: 578px; + } + .offset8 { + margin-left: 516px; + } + .offset7 { + margin-left: 454px; + } + .offset6 { + margin-left: 392px; + } + .offset5 { + margin-left: 330px; + } + .offset4 { + margin-left: 268px; + } + .offset3 { + margin-left: 206px; + } + .offset2 { + margin-left: 144px; + } + .offset1 { + margin-left: 82px; + } + .row-fluid { + width: 100%; + *zoom: 1; + } + .row-fluid:before, + .row-fluid:after { + display: table; + line-height: 0; + content: ""; + } + .row-fluid:after { + clear: both; + } + .row-fluid [class*="span"] { + display: block; + float: left; + width: 100%; + min-height: 30px; + margin-left: 2.7624309392265194%; + *margin-left: 2.709239449864817%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + } + .row-fluid [class*="span"]:first-child { + margin-left: 0; + } + .row-fluid .controls-row [class*="span"] + [class*="span"] { + margin-left: 2.7624309392265194%; + } + .row-fluid .span12 { + width: 100%; + *width: 99.94680851063829%; + } + .row-fluid .span11 { + width: 91.43646408839778%; + *width: 91.38327259903608%; + } + .row-fluid .span10 { + width: 82.87292817679558%; + *width: 82.81973668743387%; + } + .row-fluid .span9 { + width: 74.30939226519337%; + *width: 74.25620077583166%; + } + .row-fluid .span8 { + width: 65.74585635359117%; + *width: 65.69266486422946%; + } + .row-fluid .span7 { + width: 57.18232044198895%; + *width: 57.12912895262725%; + } + .row-fluid .span6 { + width: 48.61878453038674%; + *width: 48.56559304102504%; + } + .row-fluid .span5 { + width: 40.05524861878453%; + *width: 40.00205712942283%; + } + .row-fluid .span4 { + width: 31.491712707182323%; + *width: 31.43852121782062%; + } + .row-fluid .span3 { + width: 22.92817679558011%; + *width: 22.87498530621841%; + } + .row-fluid .span2 { + width: 14.3646408839779%; + *width: 14.311449394616199%; + } + .row-fluid .span1 { + width: 5.801104972375691%; + *width: 5.747913483013988%; + } + .row-fluid .offset12 { + margin-left: 105.52486187845304%; + *margin-left: 105.41847889972962%; + } + .row-fluid .offset12:first-child { + margin-left: 102.76243093922652%; + *margin-left: 102.6560479605031%; + } + .row-fluid .offset11 { + margin-left: 96.96132596685082%; + *margin-left: 96.8549429881274%; + } + .row-fluid .offset11:first-child { + margin-left: 94.1988950276243%; + *margin-left: 94.09251204890089%; + } + .row-fluid .offset10 { + margin-left: 88.39779005524862%; + *margin-left: 88.2914070765252%; + } + .row-fluid .offset10:first-child { + margin-left: 85.6353591160221%; + *margin-left: 85.52897613729868%; + } + .row-fluid .offset9 { + margin-left: 79.8342541436464%; + *margin-left: 79.72787116492299%; + } + .row-fluid .offset9:first-child { + margin-left: 77.07182320441989%; + *margin-left: 76.96544022569647%; + } + .row-fluid .offset8 { + margin-left: 71.2707182320442%; + *margin-left: 71.16433525332079%; + } + .row-fluid .offset8:first-child { + margin-left: 68.50828729281768%; + *margin-left: 68.40190431409427%; + } + .row-fluid .offset7 { + margin-left: 62.70718232044199%; + *margin-left: 62.600799341718584%; + } + .row-fluid .offset7:first-child { + margin-left: 59.94475138121547%; + *margin-left: 59.838368402492065%; + } + .row-fluid .offset6 { + margin-left: 54.14364640883978%; + *margin-left: 54.037263430116376%; + } + .row-fluid .offset6:first-child { + margin-left: 51.38121546961326%; + *margin-left: 51.27483249088986%; + } + .row-fluid .offset5 { + margin-left: 45.58011049723757%; + *margin-left: 45.47372751851417%; + } + .row-fluid .offset5:first-child { + margin-left: 42.81767955801105%; + *margin-left: 42.71129657928765%; + } + .row-fluid .offset4 { + margin-left: 37.01657458563536%; + *margin-left: 36.91019160691196%; + } + .row-fluid .offset4:first-child { + margin-left: 34.25414364640884%; + *margin-left: 34.14776066768544%; + } + .row-fluid .offset3 { + margin-left: 28.45303867403315%; + *margin-left: 28.346655695309746%; + } + .row-fluid .offset3:first-child { + margin-left: 25.69060773480663%; + *margin-left: 25.584224756083227%; + } + .row-fluid .offset2 { + margin-left: 19.88950276243094%; + *margin-left: 19.783119783707537%; + } + .row-fluid .offset2:first-child { + margin-left: 17.12707182320442%; + *margin-left: 17.02068884448102%; + } + .row-fluid .offset1 { + margin-left: 11.32596685082873%; + *margin-left: 11.219583872105325%; + } + .row-fluid .offset1:first-child { + margin-left: 8.56353591160221%; + *margin-left: 8.457152932878806%; + } + input, + textarea, + .uneditable-input { + margin-left: 0; + } + .controls-row [class*="span"] + [class*="span"] { + margin-left: 20px; + } + input.span12, + textarea.span12, + .uneditable-input.span12 { + width: 710px; + } + input.span11, + textarea.span11, + .uneditable-input.span11 { + width: 648px; + } + input.span10, + textarea.span10, + .uneditable-input.span10 { + width: 586px; + } + input.span9, + textarea.span9, + .uneditable-input.span9 { + width: 524px; + } + input.span8, + textarea.span8, + .uneditable-input.span8 { + width: 462px; + } + input.span7, + textarea.span7, + .uneditable-input.span7 { + width: 400px; + } + input.span6, + textarea.span6, + .uneditable-input.span6 { + width: 338px; + } + input.span5, + textarea.span5, + .uneditable-input.span5 { + width: 276px; + } + input.span4, + textarea.span4, + .uneditable-input.span4 { + width: 214px; + } + input.span3, + textarea.span3, + .uneditable-input.span3 { + width: 152px; + } + input.span2, + textarea.span2, + .uneditable-input.span2 { + width: 90px; + } + input.span1, + textarea.span1, + .uneditable-input.span1 { + width: 28px; + } +} + +@media (max-width: 767px) { + body { + padding-right: 20px; + padding-left: 20px; + } + .navbar-fixed-top, + .navbar-fixed-bottom, + .navbar-static-top { + margin-right: -20px; + margin-left: -20px; + } + .container-fluid { + padding: 0; + } + .dl-horizontal dt { + float: none; + width: auto; + clear: none; + text-align: left; + } + .dl-horizontal dd { + margin-left: 0; + } + .container { + width: auto; + } + .row-fluid { + width: 100%; + } + .row, + .thumbnails { + margin-left: 0; + } + .thumbnails > li { + float: none; + margin-left: 0; + } + [class*="span"], + .uneditable-input[class*="span"], + .row-fluid [class*="span"] { + display: block; + float: none; + width: 100%; + margin-left: 0; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + } + .span12, + .row-fluid .span12 { + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + } + .row-fluid [class*="offset"]:first-child { + margin-left: 0; + } + .input-large, + .input-xlarge, + .input-xxlarge, + input[class*="span"], + select[class*="span"], + textarea[class*="span"], + .uneditable-input { + display: block; + width: 100%; + min-height: 30px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + } + .input-prepend input, + .input-append input, + .input-prepend input[class*="span"], + .input-append input[class*="span"] { + display: inline-block; + width: auto; + } + .controls-row [class*="span"] + [class*="span"] { + margin-left: 0; + } + .modal { + position: fixed; + top: 20px; + right: 20px; + left: 20px; + width: auto; + margin: 0; + } + .modal.fade { + top: -100px; + } + .modal.fade.in { + top: 20px; + } +} + +@media (max-width: 480px) { + .nav-collapse { + -webkit-transform: translate3d(0, 0, 0); + } + .page-header h1 small { + display: block; + line-height: 20px; + } + input[type="checkbox"], + input[type="radio"] { + border: 1px solid #ccc; + } + .form-horizontal .control-label { + float: none; + width: auto; + padding-top: 0; + text-align: left; + } + .form-horizontal .controls { + margin-left: 0; + } + .form-horizontal .control-list { + padding-top: 0; + } + .form-horizontal .form-actions { + padding-right: 10px; + padding-left: 10px; + } + .media .pull-left, + .media .pull-right { + display: block; + float: none; + margin-bottom: 10px; + } + .media-object { + margin-right: 0; + margin-left: 0; + } + .modal { + top: 10px; + right: 10px; + left: 10px; + } + .modal-header .close { + padding: 10px; + margin: -10px; + } + .carousel-caption { + position: static; + } +} + +@media (max-width: 979px) { + body { + padding-top: 0; + } + .navbar-fixed-top, + .navbar-fixed-bottom { + position: static; + } + .navbar-fixed-top { + margin-bottom: 20px; + } + .navbar-fixed-bottom { + margin-top: 20px; + } + .navbar-fixed-top .navbar-inner, + .navbar-fixed-bottom .navbar-inner { + padding: 5px; + } + .navbar .container { + width: auto; + padding: 0; + } + .navbar .brand { + padding-right: 10px; + padding-left: 10px; + margin: 0 0 0 -5px; + } + .nav-collapse { + clear: both; + } + .nav-collapse .nav { + float: none; + margin: 0 0 10px; + } + .nav-collapse .nav > li { + float: none; + } + .nav-collapse .nav > li > a { + margin-bottom: 2px; + } + .nav-collapse .nav > .divider-vertical { + display: none; + } + .nav-collapse .nav .nav-header { + color: #777777; + text-shadow: none; + } + .nav-collapse .nav > li > a, + .nav-collapse .dropdown-menu a { + padding: 9px 15px; + font-weight: bold; + color: #777777; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; + } + .nav-collapse .btn { + padding: 4px 10px 4px; + font-weight: normal; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + } + .nav-collapse .dropdown-menu li + li a { + margin-bottom: 2px; + } + .nav-collapse .nav > li > a:hover, + .nav-collapse .nav > li > a:focus, + .nav-collapse .dropdown-menu a:hover, + .nav-collapse .dropdown-menu a:focus { + background-color: #f2f2f2; + } + .navbar-inverse .nav-collapse .nav > li > a, + .navbar-inverse .nav-collapse .dropdown-menu a { + color: #999999; + } + .navbar-inverse .nav-collapse .nav > li > a:hover, + .navbar-inverse .nav-collapse .nav > li > a:focus, + .navbar-inverse .nav-collapse .dropdown-menu a:hover, + .navbar-inverse .nav-collapse .dropdown-menu a:focus { + background-color: #111111; + } + .nav-collapse.in .btn-group { + padding: 0; + margin-top: 5px; + } + .nav-collapse .dropdown-menu { + position: static; + top: auto; + left: auto; + display: none; + float: none; + max-width: none; + padding: 0; + margin: 0 15px; + background-color: transparent; + border: none; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + } + .nav-collapse .open > .dropdown-menu { + display: block; + } + .nav-collapse .dropdown-menu:before, + .nav-collapse .dropdown-menu:after { + display: none; + } + .nav-collapse .dropdown-menu .divider { + display: none; + } + .nav-collapse .nav > li > .dropdown-menu:before, + .nav-collapse .nav > li > .dropdown-menu:after { + display: none; + } + .nav-collapse .navbar-form, + .nav-collapse .navbar-search { + float: none; + padding: 10px 15px; + margin: 10px 0; + border-top: 1px solid #f2f2f2; + border-bottom: 1px solid #f2f2f2; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); + } + .navbar-inverse .nav-collapse .navbar-form, + .navbar-inverse .nav-collapse .navbar-search { + border-top-color: #111111; + border-bottom-color: #111111; + } + .navbar .nav-collapse .nav.pull-right { + float: none; + margin-left: 0; + } + .nav-collapse, + .nav-collapse.collapse { + height: 0; + overflow: hidden; + } + .navbar .btn-navbar { + display: block; + } + .navbar-static .navbar-inner { + padding-right: 10px; + padding-left: 10px; + } +} + +@media (min-width: 980px) { + .nav-collapse.collapse { + height: auto !important; + overflow: visible !important; + } +} addfile ./clckwrks-theme-bootstrap/data/css/bootstrap-responsive.min.css hunk ./clckwrks-theme-bootstrap/data/css/bootstrap-responsive.min.css 1 +/*! + * Bootstrap Responsive v2.3.0 + * + * Copyright 2012 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world @twitter by @mdo and @fat. + */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@-ms-viewport{width:device-width}.hidden{display:none;visibility:hidden}.visible-phone{display:none!important}.visible-tablet{display:none!important}.hidden-desktop{display:none!important}.visible-desktop{display:inherit!important}@media(min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-tablet{display:inherit!important}.hidden-tablet{display:none!important}}@media(max-width:767px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-phone{display:inherit!important}.hidden-phone{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:inherit!important}.hidden-print{display:none!important}}@media(min-width:1200px){.row{margin-left:-30px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:30px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px}.span12{width:1170px}.span11{width:1070px}.span10{width:970px}.span9{width:870px}.span8{width:770px}.span7{width:670px}.span6{width:570px}.span5{width:470px}.span4{width:370px}.span3{width:270px}.span2{width:170px}.span1{width:70px}.offset12{margin-left:1230px}.offset11{margin-left:1130px}.offset10{margin-left:1030px}.offset9{margin-left:930px}.offset8{margin-left:830px}.offset7{margin-left:730px}.offset6{margin-left:630px}.offset5{margin-left:530px}.offset4{margin-left:430px}.offset3{margin-left:330px}.offset2{margin-left:230px}.offset1{margin-left:130px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.564102564102564%;*margin-left:2.5109110747408616%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.564102564102564%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%}.row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%}.row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%}.row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%}.row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%}.row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%}.row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%}.row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%}.row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%}.row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%}.row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%}.row-fluid .offset12{margin-left:105.12820512820512%;*margin-left:105.02182214948171%}.row-fluid .offset12:first-child{margin-left:102.56410256410257%;*margin-left:102.45771958537915%}.row-fluid .offset11{margin-left:96.58119658119658%;*margin-left:96.47481360247316%}.row-fluid .offset11:first-child{margin-left:94.01709401709402%;*margin-left:93.91071103837061%}.row-fluid .offset10{margin-left:88.03418803418803%;*margin-left:87.92780505546462%}.row-fluid .offset10:first-child{margin-left:85.47008547008548%;*margin-left:85.36370249136206%}.row-fluid .offset9{margin-left:79.48717948717949%;*margin-left:79.38079650845607%}.row-fluid .offset9:first-child{margin-left:76.92307692307693%;*margin-left:76.81669394435352%}.row-fluid .offset8{margin-left:70.94017094017094%;*margin-left:70.83378796144753%}.row-fluid .offset8:first-child{margin-left:68.37606837606839%;*margin-left:68.26968539734497%}.row-fluid .offset7{margin-left:62.393162393162385%;*margin-left:62.28677941443899%}.row-fluid .offset7:first-child{margin-left:59.82905982905982%;*margin-left:59.72267685033642%}.row-fluid .offset6{margin-left:53.84615384615384%;*margin-left:53.739770867430444%}.row-fluid .offset6:first-child{margin-left:51.28205128205128%;*margin-left:51.175668303327875%}.row-fluid .offset5{margin-left:45.299145299145295%;*margin-left:45.1927623204219%}.row-fluid .offset5:first-child{margin-left:42.73504273504273%;*margin-left:42.62865975631933%}.row-fluid .offset4{margin-left:36.75213675213675%;*margin-left:36.645753773413354%}.row-fluid .offset4:first-child{margin-left:34.18803418803419%;*margin-left:34.081651209310785%}.row-fluid .offset3{margin-left:28.205128205128204%;*margin-left:28.0987452264048%}.row-fluid .offset3:first-child{margin-left:25.641025641025642%;*margin-left:25.53464266230224%}.row-fluid .offset2{margin-left:19.65811965811966%;*margin-left:19.551736679396257%}.row-fluid .offset2:first-child{margin-left:17.094017094017094%;*margin-left:16.98763411529369%}.row-fluid .offset1{margin-left:11.11111111111111%;*margin-left:11.004728132387708%}.row-fluid .offset1:first-child{margin-left:8.547008547008547%;*margin-left:8.440625568285142%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:30px}input.span12,textarea.span12,.uneditable-input.span12{width:1156px}input.span11,textarea.span11,.uneditable-input.span11{width:1056px}input.span10,textarea.span10,.uneditable-input.span10{width:956px}input.span9,textarea.span9,.uneditable-input.span9{width:856px}input.span8,textarea.span8,.uneditable-input.span8{width:756px}input.span7,textarea.span7,.uneditable-input.span7{width:656px}input.span6,textarea.span6,.uneditable-input.span6{width:556px}input.span5,textarea.span5,.uneditable-input.span5{width:456px}input.span4,textarea.span4,.uneditable-input.span4{width:356px}input.span3,textarea.span3,.uneditable-input.span3{width:256px}input.span2,textarea.span2,.uneditable-input.span2{width:156px}input.span1,textarea.span1,.uneditable-input.span1{width:56px}.thumbnails{margin-left:-30px}.thumbnails>li{margin-left:30px}.row-fluid .thumbnails{margin-left:0}}@media(min-width:768px) and (max-width:979px){.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:724px}.span12{width:724px}.span11{width:662px}.span10{width:600px}.span9{width:538px}.span8{width:476px}.span7{width:414px}.span6{width:352px}.span5{width:290px}.span4{width:228px}.span3{width:166px}.span2{width:104px}.span1{width:42px}.offset12{margin-left:764px}.offset11{margin-left:702px}.offset10{margin-left:640px}.offset9{margin-left:578px}.offset8{margin-left:516px}.offset7{margin-left:454px}.offset6{margin-left:392px}.offset5{margin-left:330px}.offset4{margin-left:268px}.offset3{margin-left:206px}.offset2{margin-left:144px}.offset1{margin-left:82px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.7624309392265194%;*margin-left:2.709239449864817%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.7624309392265194%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%}.row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%}.row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%}.row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%}.row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%}.row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%}.row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%}.row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%}.row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%}.row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%}.row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%}.row-fluid .offset12{margin-left:105.52486187845304%;*margin-left:105.41847889972962%}.row-fluid .offset12:first-child{margin-left:102.76243093922652%;*margin-left:102.6560479605031%}.row-fluid .offset11{margin-left:96.96132596685082%;*margin-left:96.8549429881274%}.row-fluid .offset11:first-child{margin-left:94.1988950276243%;*margin-left:94.09251204890089%}.row-fluid .offset10{margin-left:88.39779005524862%;*margin-left:88.2914070765252%}.row-fluid .offset10:first-child{margin-left:85.6353591160221%;*margin-left:85.52897613729868%}.row-fluid .offset9{margin-left:79.8342541436464%;*margin-left:79.72787116492299%}.row-fluid .offset9:first-child{margin-left:77.07182320441989%;*margin-left:76.96544022569647%}.row-fluid .offset8{margin-left:71.2707182320442%;*margin-left:71.16433525332079%}.row-fluid .offset8:first-child{margin-left:68.50828729281768%;*margin-left:68.40190431409427%}.row-fluid .offset7{margin-left:62.70718232044199%;*margin-left:62.600799341718584%}.row-fluid .offset7:first-child{margin-left:59.94475138121547%;*margin-left:59.838368402492065%}.row-fluid .offset6{margin-left:54.14364640883978%;*margin-left:54.037263430116376%}.row-fluid .offset6:first-child{margin-left:51.38121546961326%;*margin-left:51.27483249088986%}.row-fluid .offset5{margin-left:45.58011049723757%;*margin-left:45.47372751851417%}.row-fluid .offset5:first-child{margin-left:42.81767955801105%;*margin-left:42.71129657928765%}.row-fluid .offset4{margin-left:37.01657458563536%;*margin-left:36.91019160691196%}.row-fluid .offset4:first-child{margin-left:34.25414364640884%;*margin-left:34.14776066768544%}.row-fluid .offset3{margin-left:28.45303867403315%;*margin-left:28.346655695309746%}.row-fluid .offset3:first-child{margin-left:25.69060773480663%;*margin-left:25.584224756083227%}.row-fluid .offset2{margin-left:19.88950276243094%;*margin-left:19.783119783707537%}.row-fluid .offset2:first-child{margin-left:17.12707182320442%;*margin-left:17.02068884448102%}.row-fluid .offset1{margin-left:11.32596685082873%;*margin-left:11.219583872105325%}.row-fluid .offset1:first-child{margin-left:8.56353591160221%;*margin-left:8.457152932878806%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:710px}input.span11,textarea.span11,.uneditable-input.span11{width:648px}input.span10,textarea.span10,.uneditable-input.span10{width:586px}input.span9,textarea.span9,.uneditable-input.span9{width:524px}input.span8,textarea.span8,.uneditable-input.span8{width:462px}input.span7,textarea.span7,.uneditable-input.span7{width:400px}input.span6,textarea.span6,.uneditable-input.span6{width:338px}input.span5,textarea.span5,.uneditable-input.span5{width:276px}input.span4,textarea.span4,.uneditable-input.span4{width:214px}input.span3,textarea.span3,.uneditable-input.span3{width:152px}input.span2,textarea.span2,.uneditable-input.span2{width:90px}input.span1,textarea.span1,.uneditable-input.span1{width:28px}}@media(max-width:767px){body{padding-right:20px;padding-left:20px}.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-right:-20px;margin-left:-20px}.container-fluid{padding:0}.dl-horizontal dt{float:none;width:auto;clear:none;text-align:left}.dl-horizontal dd{margin-left:0}.container{width:auto}.row-fluid{width:100%}.row,.thumbnails{margin-left:0}.thumbnails>li{float:none;margin-left:0}[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{display:block;float:none;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="offset"]:first-child{margin-left:0}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto}.controls-row [class*="span"]+[class*="span"]{margin-left:0}.modal{position:fixed;top:20px;right:20px;left:20px;width:auto;margin:0}.modal.fade{top:-100px}.modal.fade.in{top:20px}}@media(max-width:480px){.nav-collapse{-webkit-transform:translate3d(0,0,0)}.page-header h1 small{display:block;line-height:20px}input[type="checkbox"],input[type="radio"]{border:1px solid #ccc}.form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:left}.form-horizontal .controls{margin-left:0}.form-horizontal .control-list{padding-top:0}.form-horizontal .form-actions{padding-right:10px;padding-left:10px}.media .pull-left,.media .pull-right{display:block;float:none;margin-bottom:10px}.media-object{margin-right:0;margin-left:0}.modal{top:10px;right:10px;left:10px}.modal-header .close{padding:10px;margin:-10px}.carousel-caption{position:static}}@media(max-width:979px){body{padding-top:0}.navbar-fixed-top,.navbar-fixed-bottom{position:static}.navbar-fixed-top{margin-bottom:20px}.navbar-fixed-bottom{margin-top:20px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px}.navbar .container{width:auto;padding:0}.navbar .brand{padding-right:10px;padding-left:10px;margin:0 0 0 -5px}.nav-collapse{clear:both}.nav-collapse .nav{float:none;margin:0 0 10px}.nav-collapse .nav>li{float:none}.nav-collapse .nav>li>a{margin-bottom:2px}.nav-collapse .nav>.divider-vertical{display:none}.nav-collapse .nav .nav-header{color:#777;text-shadow:none}.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.nav-collapse .dropdown-menu li+li a{margin-bottom:2px}.nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color:#f2f2f2}.navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999}.navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .nav>li>a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color:#111}.nav-collapse.in .btn-group{padding:0;margin-top:5px}.nav-collapse .dropdown-menu{position:static;top:auto;left:auto;display:none;float:none;max-width:none;padding:0;margin:0 15px;background-color:transparent;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.nav-collapse .open>.dropdown-menu{display:block}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none}.nav-collapse .dropdown-menu .divider{display:none}.nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10px 15px;margin:10px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111;border-bottom-color:#111}.navbar .nav-collapse .nav.pull-right{float:none;margin-left:0}.nav-collapse,.nav-collapse.collapse{height:0;overflow:hidden}.navbar .btn-navbar{display:block}.navbar-static .navbar-inner{padding-right:10px;padding-left:10px}}@media(min-width:980px){.nav-collapse.collapse{height:auto!important;overflow:visible!important}} addfile ./clckwrks-theme-bootstrap/data/css/bootstrap.css hunk ./clckwrks-theme-bootstrap/data/css/bootstrap.css 1 +@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700'); + +@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono); + +/*! + * Bootstrap v2.3.0 + * + * Copyright 2012 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world @twitter by @mdo and @fat. + */ + +.clearfix { + *zoom: 1; +} + +.clearfix:before, +.clearfix:after { + display: table; + line-height: 0; + content: ""; +} + +.clearfix:after { + clear: both; +} + +.hide-text { + font: 0/0 a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} + +.input-block-level { + display: block; + width: 100%; + min-height: 30px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +nav, +section { + display: block; +} + +audio, +canvas, +video { + display: inline-block; + *display: inline; + *zoom: 1; +} + +audio:not([controls]) { + display: none; +} + +html { + font-size: 100%; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} + +a:focus { + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} + +a:hover, +a:active { + outline: 0; +} + +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +img { + width: auto\9; + height: auto; + max-width: 100%; + vertical-align: middle; + border: 0; + -ms-interpolation-mode: bicubic; +} + +#map_canvas img, +.google-maps img { + max-width: none; +} + +button, +input, +select, +textarea { + margin: 0; + font-size: 100%; + vertical-align: middle; +} + +button, +input { + *overflow: visible; + line-height: normal; +} + +button::-moz-focus-inner, +input::-moz-focus-inner { + padding: 0; + border: 0; +} + +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + cursor: pointer; + -webkit-appearance: button; +} + +label, +select, +button, +input[type="button"], +input[type="reset"], +input[type="submit"], +input[type="radio"], +input[type="checkbox"] { + cursor: pointer; +} + +input[type="search"] { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + -webkit-appearance: textfield; +} + +input[type="search"]::-webkit-search-decoration, +input[type="search"]::-webkit-search-cancel-button { + -webkit-appearance: none; +} + +textarea { + overflow: auto; + vertical-align: top; +} + +@media print { + * { + color: #000 !important; + text-shadow: none !important; + background: transparent !important; + box-shadow: none !important; + } + a, + a:visited { + text-decoration: underline; + } + a[href]:after { + content: " (" attr(href) ")"; + } + abbr[title]:after { + content: " (" attr(title) ")"; + } + .ir a:after, + a[href^="javascript:"]:after, + a[href^="#"]:after { + content: ""; + } + pre, + blockquote { + border: 1px solid #999; + page-break-inside: avoid; + } + thead { + display: table-header-group; + } + tr, + img { + page-break-inside: avoid; + } + img { + max-width: 100% !important; + } + @page { + margin: 0.5cm; + } + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + h2, + h3 { + page-break-after: avoid; + } +} + +body { + margin: 0; + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 14px; + line-height: 20px; + color: #333333; + background-color: #ffffff; +} + +a { + color: #0088cc; + text-decoration: none; +} + +a:hover, +a:focus { + color: #005580; + text-decoration: underline; +} + +.img-rounded { + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} + +.img-polaroid { + padding: 4px; + background-color: #fff; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.2); + -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); +} + +.img-circle { + -webkit-border-radius: 500px; + -moz-border-radius: 500px; + border-radius: 500px; +} + +.row { + margin-left: -20px; + *zoom: 1; +} + +.row:before, +.row:after { + display: table; + line-height: 0; + content: ""; +} + +.row:after { + clear: both; +} + +[class*="span"] { + float: left; + min-height: 1px; + margin-left: 20px; +} + +.container, +.navbar-static-top .container, +.navbar-fixed-top .container, +.navbar-fixed-bottom .container { + width: 940px; +} + +.span12 { + width: 940px; +} + +.span11 { + width: 860px; +} + +.span10 { + width: 780px; +} + +.span9 { + width: 700px; +} + +.span8 { + width: 620px; +} + +.span7 { + width: 540px; +} + +.span6 { + width: 460px; +} + +.span5 { + width: 380px; +} + +.span4 { + width: 300px; +} + +.span3 { + width: 220px; +} + +.span2 { + width: 140px; +} + +.span1 { + width: 60px; +} + +.offset12 { + margin-left: 980px; +} + +.offset11 { + margin-left: 900px; +} + +.offset10 { + margin-left: 820px; +} + +.offset9 { + margin-left: 740px; +} + +.offset8 { + margin-left: 660px; +} + +.offset7 { + margin-left: 580px; +} + +.offset6 { + margin-left: 500px; +} + +.offset5 { + margin-left: 420px; +} + +.offset4 { + margin-left: 340px; +} + +.offset3 { + margin-left: 260px; +} + +.offset2 { + margin-left: 180px; +} + +.offset1 { + margin-left: 100px; +} + +.row-fluid { + width: 100%; + *zoom: 1; +} + +.row-fluid:before, +.row-fluid:after { + display: table; + line-height: 0; + content: ""; +} + +.row-fluid:after { + clear: both; +} + +.row-fluid [class*="span"] { + display: block; + float: left; + width: 100%; + min-height: 30px; + margin-left: 2.127659574468085%; + *margin-left: 2.074468085106383%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.row-fluid [class*="span"]:first-child { + margin-left: 0; +} + +.row-fluid .controls-row [class*="span"] + [class*="span"] { + margin-left: 2.127659574468085%; +} + +.row-fluid .span12 { + width: 100%; + *width: 99.94680851063829%; +} + +.row-fluid .span11 { + width: 91.48936170212765%; + *width: 91.43617021276594%; +} + +.row-fluid .span10 { + width: 82.97872340425532%; + *width: 82.92553191489361%; +} + +.row-fluid .span9 { + width: 74.46808510638297%; + *width: 74.41489361702126%; +} + +.row-fluid .span8 { + width: 65.95744680851064%; + *width: 65.90425531914893%; +} + +.row-fluid .span7 { + width: 57.44680851063829%; + *width: 57.39361702127659%; +} + +.row-fluid .span6 { + width: 48.93617021276595%; + *width: 48.88297872340425%; +} + +.row-fluid .span5 { + width: 40.42553191489362%; + *width: 40.37234042553192%; +} + +.row-fluid .span4 { + width: 31.914893617021278%; + *width: 31.861702127659576%; +} + +.row-fluid .span3 { + width: 23.404255319148934%; + *width: 23.351063829787233%; +} + +.row-fluid .span2 { + width: 14.893617021276595%; + *width: 14.840425531914894%; +} + +.row-fluid .span1 { + width: 6.382978723404255%; + *width: 6.329787234042553%; +} + +.row-fluid .offset12 { + margin-left: 104.25531914893617%; + *margin-left: 104.14893617021275%; +} + +.row-fluid .offset12:first-child { + margin-left: 102.12765957446808%; + *margin-left: 102.02127659574467%; +} + +.row-fluid .offset11 { + margin-left: 95.74468085106382%; + *margin-left: 95.6382978723404%; +} + +.row-fluid .offset11:first-child { + margin-left: 93.61702127659574%; + *margin-left: 93.51063829787232%; +} + +.row-fluid .offset10 { + margin-left: 87.23404255319149%; + *margin-left: 87.12765957446807%; +} + +.row-fluid .offset10:first-child { + margin-left: 85.1063829787234%; + *margin-left: 84.99999999999999%; +} + +.row-fluid .offset9 { + margin-left: 78.72340425531914%; + *margin-left: 78.61702127659572%; +} + +.row-fluid .offset9:first-child { + margin-left: 76.59574468085106%; + *margin-left: 76.48936170212764%; +} + +.row-fluid .offset8 { + margin-left: 70.2127659574468%; + *margin-left: 70.10638297872339%; +} + +.row-fluid .offset8:first-child { + margin-left: 68.08510638297872%; + *margin-left: 67.9787234042553%; +} + +.row-fluid .offset7 { + margin-left: 61.70212765957446%; + *margin-left: 61.59574468085106%; +} + +.row-fluid .offset7:first-child { + margin-left: 59.574468085106375%; + *margin-left: 59.46808510638297%; +} + +.row-fluid .offset6 { + margin-left: 53.191489361702125%; + *margin-left: 53.085106382978715%; +} + +.row-fluid .offset6:first-child { + margin-left: 51.063829787234035%; + *margin-left: 50.95744680851063%; +} + +.row-fluid .offset5 { + margin-left: 44.68085106382979%; + *margin-left: 44.57446808510638%; +} + +.row-fluid .offset5:first-child { + margin-left: 42.5531914893617%; + *margin-left: 42.4468085106383%; +} + +.row-fluid .offset4 { + margin-left: 36.170212765957444%; + *margin-left: 36.06382978723405%; +} + +.row-fluid .offset4:first-child { + margin-left: 34.04255319148936%; + *margin-left: 33.93617021276596%; +} + +.row-fluid .offset3 { + margin-left: 27.659574468085104%; + *margin-left: 27.5531914893617%; +} + +.row-fluid .offset3:first-child { + margin-left: 25.53191489361702%; + *margin-left: 25.425531914893618%; +} + +.row-fluid .offset2 { + margin-left: 19.148936170212764%; + *margin-left: 19.04255319148936%; +} + +.row-fluid .offset2:first-child { + margin-left: 17.02127659574468%; + *margin-left: 16.914893617021278%; +} + +.row-fluid .offset1 { + margin-left: 10.638297872340425%; + *margin-left: 10.53191489361702%; +} + +.row-fluid .offset1:first-child { + margin-left: 8.51063829787234%; + *margin-left: 8.404255319148938%; +} + +[class*="span"].hide, +.row-fluid [class*="span"].hide { + display: none; +} + +[class*="span"].pull-right, +.row-fluid [class*="span"].pull-right { + float: right; +} + +.container { + margin-right: auto; + margin-left: auto; + *zoom: 1; +} + +.container:before, +.container:after { + display: table; + line-height: 0; + content: ""; +} + +.container:after { + clear: both; +} + +.container-fluid { + padding-right: 20px; + padding-left: 20px; + *zoom: 1; +} + +.container-fluid:before, +.container-fluid:after { + display: table; + line-height: 0; + content: ""; +} + +.container-fluid:after { + clear: both; +} + +p { + margin: 0 0 10px; +} + +.lead { + margin-bottom: 20px; + font-size: 21px; + font-weight: 200; + line-height: 30px; +} + +small { + font-size: 85%; +} + +strong { + font-weight: bold; +} + +em { + font-style: italic; +} + +cite { + font-style: normal; +} + +.muted { + color: #999999; +} + +a.muted:hover, +a.muted:focus { + color: #808080; +} + +.text-warning { + color: #c09853; +} + +a.text-warning:hover, +a.text-warning:focus { + color: #a47e3c; +} + +.text-error { + color: #b94a48; +} + +a.text-error:hover, +a.text-error:focus { + color: #953b39; +} + +.text-info { + color: #3a87ad; +} + +a.text-info:hover, +a.text-info:focus { + color: #2d6987; +} + +.text-success { + color: #468847; +} + +a.text-success:hover, +a.text-success:focus { + color: #356635; +} + +.text-left { + text-align: left; +} + +.text-right { + text-align: right; +} + +.text-center { + text-align: center; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + margin: 10px 0; + font-family: inherit; + font-weight: bold; + line-height: 20px; + color: inherit; + text-rendering: optimizelegibility; +} + +h1 small, +h2 small, +h3 small, +h4 small, +h5 small, +h6 small { + font-weight: normal; + line-height: 1; + color: #999999; +} + +h1, +h2, +h3 { + line-height: 40px; +} + +h1 { + font-size: 38.5px; +} + +h2 { + font-size: 31.5px; +} + +h3 { + font-size: 24.5px; +} + +h4 { + font-size: 17.5px; +} + +h5 { + font-size: 14px; +} + +h6 { + font-size: 11.9px; +} + +h1 small { + font-size: 24.5px; +} + +h2 small { + font-size: 17.5px; +} + +h3 small { + font-size: 14px; +} + +h4 small { + font-size: 14px; +} + +.page-header { + padding-bottom: 9px; + margin: 20px 0 30px; + border-bottom: 1px solid #eeeeee; +} + +ul, +ol { + padding: 0; + margin: 0 0 10px 25px; +} + +ul ul, +ul ol, +ol ol, +ol ul { + margin-bottom: 0; +} + +li { + line-height: 20px; +} + +ul.unstyled, +ol.unstyled { + margin-left: 0; + list-style: none; +} + +ul.inline, +ol.inline { + margin-left: 0; + list-style: none; +} + +ul.inline > li, +ol.inline > li { + display: inline-block; + *display: inline; + padding-right: 5px; + padding-left: 5px; + *zoom: 1; +} + +dl { + margin-bottom: 20px; +} + +dt, +dd { + line-height: 20px; +} + +dt { + font-weight: bold; +} + +dd { + margin-left: 10px; +} + +.dl-horizontal { + *zoom: 1; +} + +.dl-horizontal:before, +.dl-horizontal:after { + display: table; + line-height: 0; + content: ""; +} + +.dl-horizontal:after { + clear: both; +} + +.dl-horizontal dt { + float: left; + width: 160px; + overflow: hidden; + clear: left; + text-align: right; + text-overflow: ellipsis; + white-space: nowrap; +} + +.dl-horizontal dd { + margin-left: 180px; +} + +hr { + margin: 20px 0; + border: 0; + border-top: 1px solid #eeeeee; + border-bottom: 1px solid #ffffff; +} + +abbr[title], +abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted #999999; +} + +abbr.initialism { + font-size: 90%; + text-transform: uppercase; +} + +blockquote { + padding: 0 0 0 15px; + margin: 0 0 20px; + border-left: 5px solid #eeeeee; +} + +blockquote p { + margin-bottom: 0; + font-size: 17.5px; + font-weight: 300; + line-height: 1.25; +} + +blockquote small { + display: block; + line-height: 20px; + color: #999999; +} + +blockquote small:before { + content: '\2014 \00A0'; +} + +blockquote.pull-right { + float: right; + padding-right: 15px; + padding-left: 0; + border-right: 5px solid #eeeeee; + border-left: 0; +} + +blockquote.pull-right p, +blockquote.pull-right small { + text-align: right; +} + +blockquote.pull-right small:before { + content: ''; +} + +blockquote.pull-right small:after { + content: '\00A0 \2014'; +} + +q:before, +q:after, +blockquote:before, +blockquote:after { + content: ""; +} + +address { + display: block; + margin-bottom: 20px; + font-style: normal; + line-height: 20px; +} + +code, +pre { + padding: 0 3px 2px; + font-family: "Ubuntu Mono", Monaco, Menlo, Consolas, "Courier New", monospace; + font-size: 12px; + color: #333333; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +code { + padding: 2px 4px; + color: #d14; + white-space: nowrap; + background-color: #f7f7f9; + border: 1px solid #e1e1e8; +} + +pre { + display: block; + padding: 9.5px; + margin: 0 0 10px; + font-size: 13px; + line-height: 20px; + word-break: break-all; + word-wrap: break-word; + white-space: pre; + white-space: pre-wrap; + background-color: #f5f5f5; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.15); + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + +pre.prettyprint { + margin-bottom: 20px; +} + +pre code { + padding: 0; + color: inherit; + white-space: pre; + white-space: pre-wrap; + background-color: transparent; + border: 0; +} + +.pre-scrollable { + max-height: 340px; + overflow-y: scroll; +} + +form { + margin: 0 0 20px; +} + +fieldset { + padding: 0; + margin: 0; + border: 0; +} + +legend { + display: block; + width: 100%; + padding: 0; + margin-bottom: 20px; + font-size: 21px; + line-height: 40px; + color: #333333; + border: 0; + border-bottom: 1px solid #e5e5e5; +} + +legend small { + font-size: 15px; + color: #999999; +} + +label, +input, +button, +select, +textarea { + font-size: 14px; + font-weight: normal; + line-height: 20px; +} + +input, +button, +select, +textarea { + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; +} + +label { + display: block; + margin-bottom: 5px; +} + +select, +textarea, +input[type="text"], +input[type="password"], +input[type="datetime"], +input[type="datetime-local"], +input[type="date"], +input[type="month"], +input[type="time"], +input[type="week"], +input[type="number"], +input[type="email"], +input[type="url"], +input[type="search"], +input[type="tel"], +input[type="color"], +.uneditable-input { + display: inline-block; + height: 20px; + padding: 4px 6px; + margin-bottom: 10px; + font-size: 14px; + line-height: 20px; + color: #555555; + vertical-align: middle; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + +input, +textarea, +.uneditable-input { + width: 206px; +} + +textarea { + height: auto; +} + +textarea, +input[type="text"], +input[type="password"], +input[type="datetime"], +input[type="datetime-local"], +input[type="date"], +input[type="month"], +input[type="time"], +input[type="week"], +input[type="number"], +input[type="email"], +input[type="url"], +input[type="search"], +input[type="tel"], +input[type="color"], +.uneditable-input { + background-color: #ffffff; + border: 1px solid #cccccc; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; + -moz-transition: border linear 0.2s, box-shadow linear 0.2s; + -o-transition: border linear 0.2s, box-shadow linear 0.2s; + transition: border linear 0.2s, box-shadow linear 0.2s; +} + +textarea:focus, +input[type="text"]:focus, +input[type="password"]:focus, +input[type="datetime"]:focus, +input[type="datetime-local"]:focus, +input[type="date"]:focus, +input[type="month"]:focus, +input[type="time"]:focus, +input[type="week"]:focus, +input[type="number"]:focus, +input[type="email"]:focus, +input[type="url"]:focus, +input[type="search"]:focus, +input[type="tel"]:focus, +input[type="color"]:focus, +.uneditable-input:focus { + border-color: rgba(82, 168, 236, 0.8); + outline: 0; + outline: thin dotted \9; + /* IE6-9 */ + + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); +} + +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + margin-top: 1px \9; + *margin-top: 0; + line-height: normal; +} + +input[type="file"], +input[type="image"], +input[type="submit"], +input[type="reset"], +input[type="button"], +input[type="radio"], +input[type="checkbox"] { + width: auto; +} + +select, +input[type="file"] { + height: 30px; + /* In IE7, the height of the select element cannot be changed by height, only font-size */ + + *margin-top: 4px; + /* For IE7, add top margin to align select with labels */ + + line-height: 30px; +} + +select { + width: 220px; + background-color: #ffffff; + border: 1px solid #cccccc; +} + +select[multiple], +select[size] { + height: auto; +} + +select:focus, +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} + +.uneditable-input, +.uneditable-textarea { + color: #999999; + cursor: not-allowed; + background-color: #fcfcfc; + border-color: #cccccc; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); + -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); +} + +.uneditable-input { + overflow: hidden; + white-space: nowrap; +} + +.uneditable-textarea { + width: auto; + height: auto; +} + +input:-moz-placeholder, +textarea:-moz-placeholder { + color: #999999; +} + +input:-ms-input-placeholder, +textarea:-ms-input-placeholder { + color: #999999; +} + +input::-webkit-input-placeholder, +textarea::-webkit-input-placeholder { + color: #999999; +} + +.radio, +.checkbox { + min-height: 20px; + padding-left: 20px; +} + +.radio input[type="radio"], +.checkbox input[type="checkbox"] { + float: left; + margin-left: -20px; +} + +.controls > .radio:first-child, +.controls > .checkbox:first-child { + padding-top: 5px; +} + +.radio.inline, +.checkbox.inline { + display: inline-block; + padding-top: 5px; + margin-bottom: 0; + vertical-align: middle; +} + +.radio.inline + .radio.inline, +.checkbox.inline + .checkbox.inline { + margin-left: 10px; +} + +.input-mini { + width: 60px; +} + +.input-small { + width: 90px; +} + +.input-medium { + width: 150px; +} + +.input-large { + width: 210px; +} + +.input-xlarge { + width: 270px; +} + +.input-xxlarge { + width: 530px; +} + +input[class*="span"], +select[class*="span"], +textarea[class*="span"], +.uneditable-input[class*="span"], +.row-fluid input[class*="span"], +.row-fluid select[class*="span"], +.row-fluid textarea[class*="span"], +.row-fluid .uneditable-input[class*="span"] { + float: none; + margin-left: 0; +} + +.input-append input[class*="span"], +.input-append .uneditable-input[class*="span"], +.input-prepend input[class*="span"], +.input-prepend .uneditable-input[class*="span"], +.row-fluid input[class*="span"], +.row-fluid select[class*="span"], +.row-fluid textarea[class*="span"], +.row-fluid .uneditable-input[class*="span"], +.row-fluid .input-prepend [class*="span"], +.row-fluid .input-append [class*="span"] { + display: inline-block; +} + +input, +textarea, +.uneditable-input { + margin-left: 0; +} + +.controls-row [class*="span"] + [class*="span"] { + margin-left: 20px; +} + +input.span12, +textarea.span12, +.uneditable-input.span12 { + width: 926px; +} + +input.span11, +textarea.span11, +.uneditable-input.span11 { + width: 846px; +} + +input.span10, +textarea.span10, +.uneditable-input.span10 { + width: 766px; +} + +input.span9, +textarea.span9, +.uneditable-input.span9 { + width: 686px; +} + +input.span8, +textarea.span8, +.uneditable-input.span8 { + width: 606px; +} + +input.span7, +textarea.span7, +.uneditable-input.span7 { + width: 526px; +} + +input.span6, +textarea.span6, +.uneditable-input.span6 { + width: 446px; +} + +input.span5, +textarea.span5, +.uneditable-input.span5 { + width: 366px; +} + +input.span4, +textarea.span4, +.uneditable-input.span4 { + width: 286px; +} + +input.span3, +textarea.span3, +.uneditable-input.span3 { + width: 206px; +} + +input.span2, +textarea.span2, +.uneditable-input.span2 { + width: 126px; +} + +input.span1, +textarea.span1, +.uneditable-input.span1 { + width: 46px; +} + +.controls-row { + *zoom: 1; +} + +.controls-row:before, +.controls-row:after { + display: table; + line-height: 0; + content: ""; +} + +.controls-row:after { + clear: both; +} + +.controls-row [class*="span"], +.row-fluid .controls-row [class*="span"] { + float: left; +} + +.controls-row .checkbox[class*="span"], +.controls-row .radio[class*="span"] { + padding-top: 5px; +} + +input[disabled], +select[disabled], +textarea[disabled], +input[readonly], +select[readonly], +textarea[readonly] { + cursor: not-allowed; + background-color: #eeeeee; +} + +input[type="radio"][disabled], +input[type="checkbox"][disabled], +input[type="radio"][readonly], +input[type="checkbox"][readonly] { + background-color: transparent; +} + +.control-group.warning .control-label, +.control-group.warning .help-block, +.control-group.warning .help-inline { + color: #c09853; +} + +.control-group.warning .checkbox, +.control-group.warning .radio, +.control-group.warning input, +.control-group.warning select, +.control-group.warning textarea { + color: #c09853; +} + +.control-group.warning input, +.control-group.warning select, +.control-group.warning textarea { + border-color: #c09853; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.control-group.warning input:focus, +.control-group.warning select:focus, +.control-group.warning textarea:focus { + border-color: #a47e3c; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; +} + +.control-group.warning .input-prepend .add-on, +.control-group.warning .input-append .add-on { + color: #c09853; + background-color: #fcf8e3; + border-color: #c09853; +} + +.control-group.error .control-label, +.control-group.error .help-block, +.control-group.error .help-inline { + color: #b94a48; +} + +.control-group.error .checkbox, +.control-group.error .radio, +.control-group.error input, +.control-group.error select, +.control-group.error textarea { + color: #b94a48; +} + +.control-group.error input, +.control-group.error select, +.control-group.error textarea { + border-color: #b94a48; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.control-group.error input:focus, +.control-group.error select:focus, +.control-group.error textarea:focus { + border-color: #953b39; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; +} + +.control-group.error .input-prepend .add-on, +.control-group.error .input-append .add-on { + color: #b94a48; + background-color: #f2dede; + border-color: #b94a48; +} + +.control-group.success .control-label, +.control-group.success .help-block, +.control-group.success .help-inline { + color: #468847; +} + +.control-group.success .checkbox, +.control-group.success .radio, +.control-group.success input, +.control-group.success select, +.control-group.success textarea { + color: #468847; +} + +.control-group.success input, +.control-group.success select, +.control-group.success textarea { + border-color: #468847; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.control-group.success input:focus, +.control-group.success select:focus, +.control-group.success textarea:focus { + border-color: #356635; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; +} + +.control-group.success .input-prepend .add-on, +.control-group.success .input-append .add-on { + color: #468847; + background-color: #dff0d8; + border-color: #468847; +} + +.control-group.info .control-label, +.control-group.info .help-block, +.control-group.info .help-inline { + color: #3a87ad; +} + +.control-group.info .checkbox, +.control-group.info .radio, +.control-group.info input, +.control-group.info select, +.control-group.info textarea { + color: #3a87ad; +} + +.control-group.info input, +.control-group.info select, +.control-group.info textarea { + border-color: #3a87ad; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} + +.control-group.info input:focus, +.control-group.info select:focus, +.control-group.info textarea:focus { + border-color: #2d6987; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; +} + +.control-group.info .input-prepend .add-on, +.control-group.info .input-append .add-on { + color: #3a87ad; + background-color: #d9edf7; + border-color: #3a87ad; +} + +input:focus:invalid, +textarea:focus:invalid, +select:focus:invalid { + color: #b94a48; + border-color: #ee5f5b; +} + +input:focus:invalid:focus, +textarea:focus:invalid:focus, +select:focus:invalid:focus { + border-color: #e9322d; + -webkit-box-shadow: 0 0 6px #f8b9b7; + -moz-box-shadow: 0 0 6px #f8b9b7; + box-shadow: 0 0 6px #f8b9b7; +} + +.form-actions { + padding: 19px 20px 20px; + margin-top: 20px; + margin-bottom: 20px; + background-color: #f5f5f5; + border-top: 1px solid #e5e5e5; + *zoom: 1; +} + +.form-actions:before, +.form-actions:after { + display: table; + line-height: 0; + content: ""; +} + +.form-actions:after { + clear: both; +} + +.help-block, +.help-inline { + color: #595959; +} + +.help-block { + display: block; + margin-bottom: 10px; +} + +.help-inline { + display: inline-block; + *display: inline; + padding-left: 5px; + vertical-align: middle; + *zoom: 1; +} + +.input-append, +.input-prepend { + display: inline-block; + margin-bottom: 10px; + font-size: 0; + white-space: nowrap; + vertical-align: middle; +} + +.input-append input, +.input-prepend input, +.input-append select, +.input-prepend select, +.input-append .uneditable-input, +.input-prepend .uneditable-input, +.input-append .dropdown-menu, +.input-prepend .dropdown-menu, +.input-append .popover, +.input-prepend .popover { + font-size: 14px; +} + +.input-append input, +.input-prepend input, +.input-append select, +.input-prepend select, +.input-append .uneditable-input, +.input-prepend .uneditable-input { + position: relative; + margin-bottom: 0; + *margin-left: 0; + vertical-align: top; + -webkit-border-radius: 0 4px 4px 0; + -moz-border-radius: 0 4px 4px 0; + border-radius: 0 4px 4px 0; +} + +.input-append input:focus, +.input-prepend input:focus, +.input-append select:focus, +.input-prepend select:focus, +.input-append .uneditable-input:focus, +.input-prepend .uneditable-input:focus { + z-index: 2; +} + +.input-append .add-on, +.input-prepend .add-on { + display: inline-block; + width: auto; + height: 20px; + min-width: 16px; + padding: 4px 5px; + font-size: 14px; + font-weight: normal; + line-height: 20px; + text-align: center; + text-shadow: 0 1px 0 #ffffff; + background-color: #eeeeee; + border: 1px solid #ccc; +} + +.input-append .add-on, +.input-prepend .add-on, +.input-append .btn, +.input-prepend .btn, +.input-append .btn-group > .dropdown-toggle, +.input-prepend .btn-group > .dropdown-toggle { + vertical-align: top; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.input-append .active, +.input-prepend .active { + background-color: #a9dba9; + border-color: #46a546; +} + +.input-prepend .add-on, +.input-prepend .btn { + margin-right: -1px; +} + +.input-prepend .add-on:first-child, +.input-prepend .btn:first-child { + -webkit-border-radius: 4px 0 0 4px; + -moz-border-radius: 4px 0 0 4px; + border-radius: 4px 0 0 4px; +} + +.input-append input, +.input-append select, +.input-append .uneditable-input { + -webkit-border-radius: 4px 0 0 4px; + -moz-border-radius: 4px 0 0 4px; + border-radius: 4px 0 0 4px; +} + +.input-append input + .btn-group .btn:last-child, +.input-append select + .btn-group .btn:last-child, +.input-append .uneditable-input + .btn-group .btn:last-child { + -webkit-border-radius: 0 4px 4px 0; + -moz-border-radius: 0 4px 4px 0; + border-radius: 0 4px 4px 0; +} + +.input-append .add-on, +.input-append .btn, +.input-append .btn-group { + margin-left: -1px; +} + +.input-append .add-on:last-child, +.input-append .btn:last-child, +.input-append .btn-group:last-child > .dropdown-toggle { + -webkit-border-radius: 0 4px 4px 0; + -moz-border-radius: 0 4px 4px 0; + border-radius: 0 4px 4px 0; +} + +.input-prepend.input-append input, +.input-prepend.input-append select, +.input-prepend.input-append .uneditable-input { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.input-prepend.input-append input + .btn-group .btn, +.input-prepend.input-append select + .btn-group .btn, +.input-prepend.input-append .uneditable-input + .btn-group .btn { + -webkit-border-radius: 0 4px 4px 0; + -moz-border-radius: 0 4px 4px 0; + border-radius: 0 4px 4px 0; +} + +.input-prepend.input-append .add-on:first-child, +.input-prepend.input-append .btn:first-child { + margin-right: -1px; + -webkit-border-radius: 4px 0 0 4px; + -moz-border-radius: 4px 0 0 4px; + border-radius: 4px 0 0 4px; +} + +.input-prepend.input-append .add-on:last-child, +.input-prepend.input-append .btn:last-child { + margin-left: -1px; + -webkit-border-radius: 0 4px 4px 0; + -moz-border-radius: 0 4px 4px 0; + border-radius: 0 4px 4px 0; +} + +.input-prepend.input-append .btn-group:first-child { + margin-left: 0; +} + +input.search-query { + padding-right: 14px; + padding-right: 4px \9; + padding-left: 14px; + padding-left: 4px \9; + /* IE7-8 doesn't have border-radius, so don't indent the padding */ + + margin-bottom: 0; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + border-radius: 15px; +} + +/* Allow for input prepend/append in search forms */ + +.form-search .input-append .search-query, +.form-search .input-prepend .search-query { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.form-search .input-append .search-query { + -webkit-border-radius: 14px 0 0 14px; + -moz-border-radius: 14px 0 0 14px; + border-radius: 14px 0 0 14px; +} + +.form-search .input-append .btn { + -webkit-border-radius: 0 14px 14px 0; + -moz-border-radius: 0 14px 14px 0; + border-radius: 0 14px 14px 0; +} + +.form-search .input-prepend .search-query { + -webkit-border-radius: 0 14px 14px 0; + -moz-border-radius: 0 14px 14px 0; + border-radius: 0 14px 14px 0; +} + +.form-search .input-prepend .btn { + -webkit-border-radius: 14px 0 0 14px; + -moz-border-radius: 14px 0 0 14px; + border-radius: 14px 0 0 14px; +} + +.form-search input, +.form-inline input, +.form-horizontal input, +.form-search textarea, +.form-inline textarea, +.form-horizontal textarea, +.form-search select, +.form-inline select, +.form-horizontal select, +.form-search .help-inline, +.form-inline .help-inline, +.form-horizontal .help-inline, +.form-search .uneditable-input, +.form-inline .uneditable-input, +.form-horizontal .uneditable-input, +.form-search .input-prepend, +.form-inline .input-prepend, +.form-horizontal .input-prepend, +.form-search .input-append, +.form-inline .input-append, +.form-horizontal .input-append { + display: inline-block; + *display: inline; + margin-bottom: 0; + vertical-align: middle; + *zoom: 1; +} + +.form-search .hide, +.form-inline .hide, +.form-horizontal .hide { + display: none; +} + +.form-search label, +.form-inline label, +.form-search .btn-group, +.form-inline .btn-group { + display: inline-block; +} + +.form-search .input-append, +.form-inline .input-append, +.form-search .input-prepend, +.form-inline .input-prepend { + margin-bottom: 0; +} + +.form-search .radio, +.form-search .checkbox, +.form-inline .radio, +.form-inline .checkbox { + padding-left: 0; + margin-bottom: 0; + vertical-align: middle; +} + +.form-search .radio input[type="radio"], +.form-search .checkbox input[type="checkbox"], +.form-inline .radio input[type="radio"], +.form-inline .checkbox input[type="checkbox"] { + float: left; + margin-right: 3px; + margin-left: 0; +} + +.control-group { + margin-bottom: 10px; +} + +legend + .control-group { + margin-top: 20px; + -webkit-margin-top-collapse: separate; +} + +.form-horizontal .control-group { + margin-bottom: 20px; + *zoom: 1; +} + +.form-horizontal .control-group:before, +.form-horizontal .control-group:after { + display: table; + line-height: 0; + content: ""; +} + +.form-horizontal .control-group:after { + clear: both; +} + +.form-horizontal .control-label { + float: left; + width: 160px; + padding-top: 5px; + text-align: right; +} + +.form-horizontal .controls { + *display: inline-block; + *padding-left: 20px; + margin-left: 180px; + *margin-left: 0; +} + +.form-horizontal .controls:first-child { + *padding-left: 180px; +} + +.form-horizontal .help-block { + margin-bottom: 0; +} + +.form-horizontal input + .help-block, +.form-horizontal select + .help-block, +.form-horizontal textarea + .help-block, +.form-horizontal .uneditable-input + .help-block, +.form-horizontal .input-prepend + .help-block, +.form-horizontal .input-append + .help-block { + margin-top: 10px; +} + +.form-horizontal .form-actions { + padding-left: 180px; +} + +table { + max-width: 100%; + background-color: transparent; + border-collapse: collapse; + border-spacing: 0; +} + +.table { + width: 100%; + margin-bottom: 20px; +} + +.table th, +.table td { + padding: 8px; + line-height: 20px; + text-align: left; + vertical-align: top; + border-top: 1px 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: 2px solid #dddddd; +} + +.table .table { + background-color: #ffffff; +} + +.table-condensed th, +.table-condensed td { + padding: 4px 5px; +} + +.table-bordered { + border: 1px solid #dddddd; + border-collapse: separate; + *border-collapse: collapse; + border-left: 0; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + +.table-bordered th, +.table-bordered td { + border-left: 1px solid #dddddd; +} + +.table-bordered caption + thead tr:first-child th, +.table-bordered caption + tbody tr:first-child th, +.table-bordered caption + tbody tr:first-child td, +.table-bordered colgroup + thead tr:first-child th, +.table-bordered colgroup + tbody tr:first-child th, +.table-bordered colgroup + tbody tr:first-child td, +.table-bordered thead:first-child tr:first-child th, +.table-bordered tbody:first-child tr:first-child th, +.table-bordered tbody:first-child tr:first-child td { + border-top: 0; +} + +.table-bordered thead:first-child tr:first-child > th:first-child, +.table-bordered tbody:first-child tr:first-child > td:first-child, +.table-bordered tbody:first-child tr:first-child > th:first-child { + -webkit-border-top-left-radius: 4px; + border-top-left-radius: 4px; + -moz-border-radius-topleft: 4px; +} + +.table-bordered thead:first-child tr:first-child > th:last-child, +.table-bordered tbody:first-child tr:first-child > td:last-child, +.table-bordered tbody:first-child tr:first-child > th:last-child { + -webkit-border-top-right-radius: 4px; + border-top-right-radius: 4px; + -moz-border-radius-topright: 4px; +} + +.table-bordered thead:last-child tr:last-child > th:first-child, +.table-bordered tbody:last-child tr:last-child > td:first-child, +.table-bordered tbody:last-child tr:last-child > th:first-child, +.table-bordered tfoot:last-child tr:last-child > td:first-child, +.table-bordered tfoot:last-child tr:last-child > th:first-child { + -webkit-border-bottom-left-radius: 4px; + border-bottom-left-radius: 4px; + -moz-border-radius-bottomleft: 4px; +} + +.table-bordered thead:last-child tr:last-child > th:last-child, +.table-bordered tbody:last-child tr:last-child > td:last-child, +.table-bordered tbody:last-child tr:last-child > th:last-child, +.table-bordered tfoot:last-child tr:last-child > td:last-child, +.table-bordered tfoot:last-child tr:last-child > th:last-child { + -webkit-border-bottom-right-radius: 4px; + border-bottom-right-radius: 4px; + -moz-border-radius-bottomright: 4px; +} + +.table-bordered tfoot + tbody:last-child tr:last-child td:first-child { + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomleft: 0; +} + +.table-bordered tfoot + tbody:last-child tr:last-child td:last-child { + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + -moz-border-radius-bottomright: 0; +} + +.table-bordered caption + thead tr:first-child th:first-child, +.table-bordered caption + tbody tr:first-child td:first-child, +.table-bordered colgroup + thead tr:first-child th:first-child, +.table-bordered colgroup + tbody tr:first-child td:first-child { + -webkit-border-top-left-radius: 4px; + border-top-left-radius: 4px; + -moz-border-radius-topleft: 4px; +} + +.table-bordered caption + thead tr:first-child th:last-child, +.table-bordered caption + tbody tr:first-child td:last-child, +.table-bordered colgroup + thead tr:first-child th:last-child, +.table-bordered colgroup + tbody tr:first-child td:last-child { + -webkit-border-top-right-radius: 4px; + border-top-right-radius: 4px; + -moz-border-radius-topright: 4px; +} + +.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 td[class*="span"], +table th[class*="span"], +.row-fluid table td[class*="span"], +.row-fluid table th[class*="span"] { + display: table-cell; + float: none; + margin-left: 0; +} + +.table td.span1, +.table th.span1 { + float: none; + width: 44px; + margin-left: 0; +} + +.table td.span2, +.table th.span2 { + float: none; + width: 124px; + margin-left: 0; +} + +.table td.span3, +.table th.span3 { + float: none; + width: 204px; + margin-left: 0; +} + +.table td.span4, +.table th.span4 { + float: none; + width: 284px; + margin-left: 0; +} + +.table td.span5, +.table th.span5 { + float: none; + width: 364px; + margin-left: 0; +} + +.table td.span6, +.table th.span6 { + float: none; + width: 444px; + margin-left: 0; +} + +.table td.span7, +.table th.span7 { + float: none; + width: 524px; + margin-left: 0; +} + +.table td.span8, +.table th.span8 { + float: none; + width: 604px; + margin-left: 0; +} + +.table td.span9, +.table th.span9 { + float: none; + width: 684px; + margin-left: 0; +} + +.table td.span10, +.table th.span10 { + float: none; + width: 764px; + margin-left: 0; +} + +.table td.span11, +.table th.span11 { + float: none; + width: 844px; + margin-left: 0; +} + +.table td.span12, +.table th.span12 { + float: none; + width: 924px; + margin-left: 0; +} + +.table tbody tr.success > td { + background-color: #dff0d8; +} + +.table tbody tr.error > td { + background-color: #f2dede; +} + +.table tbody tr.warning > td { + background-color: #fcf8e3; +} + +.table tbody tr.info > td { + background-color: #d9edf7; +} + +.table-hover tbody tr.success:hover > td { + background-color: #d0e9c6; +} + +.table-hover tbody tr.error:hover > td { + background-color: #ebcccc; +} + +.table-hover tbody tr.warning:hover > td { + background-color: #faf2cc; +} + +.table-hover tbody tr.info:hover > td { + background-color: #c4e3f3; +} + +[class^="icon-"], +[class*=" icon-"] { + display: inline-block; + width: 14px; + height: 14px; + margin-top: 1px; + *margin-right: .3em; + line-height: 14px; + vertical-align: text-top; + background-image: url("../img/glyphicons-halflings.png"); + background-position: 14px 14px; + background-repeat: no-repeat; +} + +/* White icons with optional class, or on hover/focus/active states of certain elements */ + +.icon-white, +.nav-pills > .active > a > [class^="icon-"], +.nav-pills > .active > a > [class*=" icon-"], +.nav-list > .active > a > [class^="icon-"], +.nav-list > .active > a > [class*=" icon-"], +.navbar-inverse .nav > .active > a > [class^="icon-"], +.navbar-inverse .nav > .active > a > [class*=" icon-"], +.dropdown-menu > li > a:hover > [class^="icon-"], +.dropdown-menu > li > a:focus > [class^="icon-"], +.dropdown-menu > li > a:hover > [class*=" icon-"], +.dropdown-menu > li > a:focus > [class*=" icon-"], +.dropdown-menu > .active > a > [class^="icon-"], +.dropdown-menu > .active > a > [class*=" icon-"], +.dropdown-submenu:hover > a > [class^="icon-"], +.dropdown-submenu:focus > a > [class^="icon-"], +.dropdown-submenu:hover > a > [class*=" icon-"], +.dropdown-submenu:focus > a > [class*=" icon-"] { + background-image: url("../img/glyphicons-halflings-white.png"); +} + +.icon-glass { + background-position: 0 0; +} + +.icon-music { + background-position: -24px 0; +} + +.icon-search { + background-position: -48px 0; +} + +.icon-envelope { + background-position: -72px 0; +} + +.icon-heart { + background-position: -96px 0; +} + +.icon-star { + background-position: -120px 0; +} + +.icon-star-empty { + background-position: -144px 0; +} + +.icon-user { + background-position: -168px 0; +} + +.icon-film { + background-position: -192px 0; +} + +.icon-th-large { + background-position: -216px 0; +} + +.icon-th { + background-position: -240px 0; +} + +.icon-th-list { + background-position: -264px 0; +} + +.icon-ok { + background-position: -288px 0; +} + +.icon-remove { + background-position: -312px 0; +} + +.icon-zoom-in { + background-position: -336px 0; +} + +.icon-zoom-out { + background-position: -360px 0; +} + +.icon-off { + background-position: -384px 0; +} + +.icon-signal { + background-position: -408px 0; +} + +.icon-cog { + background-position: -432px 0; +} + +.icon-trash { + background-position: -456px 0; +} + +.icon-home { + background-position: 0 -24px; +} + +.icon-file { + background-position: -24px -24px; +} + +.icon-time { + background-position: -48px -24px; +} + +.icon-road { + background-position: -72px -24px; +} + +.icon-download-alt { + background-position: -96px -24px; +} + +.icon-download { + background-position: -120px -24px; +} + +.icon-upload { + background-position: -144px -24px; +} + +.icon-inbox { + background-position: -168px -24px; +} + +.icon-play-circle { + background-position: -192px -24px; +} + +.icon-repeat { + background-position: -216px -24px; +} + +.icon-refresh { + background-position: -240px -24px; +} + +.icon-list-alt { + background-position: -264px -24px; +} + +.icon-lock { + background-position: -287px -24px; +} + +.icon-flag { + background-position: -312px -24px; +} + +.icon-headphones { + background-position: -336px -24px; +} + +.icon-volume-off { + background-position: -360px -24px; +} + +.icon-volume-down { + background-position: -384px -24px; +} + +.icon-volume-up { + background-position: -408px -24px; +} + +.icon-qrcode { + background-position: -432px -24px; +} + +.icon-barcode { + background-position: -456px -24px; +} + +.icon-tag { + background-position: 0 -48px; +} + +.icon-tags { + background-position: -25px -48px; +} + +.icon-book { + background-position: -48px -48px; +} + +.icon-bookmark { + background-position: -72px -48px; +} + +.icon-print { + background-position: -96px -48px; +} + +.icon-camera { + background-position: -120px -48px; +} + +.icon-font { + background-position: -144px -48px; +} + +.icon-bold { + background-position: -167px -48px; +} + +.icon-italic { + background-position: -192px -48px; +} + +.icon-text-height { + background-position: -216px -48px; +} + +.icon-text-width { + background-position: -240px -48px; +} + +.icon-align-left { + background-position: -264px -48px; +} + +.icon-align-center { + background-position: -288px -48px; +} + +.icon-align-right { + background-position: -312px -48px; +} + +.icon-align-justify { + background-position: -336px -48px; +} + +.icon-list { + background-position: -360px -48px; +} + +.icon-indent-left { + background-position: -384px -48px; +} + +.icon-indent-right { + background-position: -408px -48px; +} + +.icon-facetime-video { + background-position: -432px -48px; +} + +.icon-picture { + background-position: -456px -48px; +} + +.icon-pencil { + background-position: 0 -72px; +} + +.icon-map-marker { + background-position: -24px -72px; +} + +.icon-adjust { + background-position: -48px -72px; +} + +.icon-tint { + background-position: -72px -72px; +} + +.icon-edit { + background-position: -96px -72px; +} + +.icon-share { + background-position: -120px -72px; +} + +.icon-check { + background-position: -144px -72px; +} + +.icon-move { + background-position: -168px -72px; +} + +.icon-step-backward { + background-position: -192px -72px; +} + +.icon-fast-backward { + background-position: -216px -72px; +} + +.icon-backward { + background-position: -240px -72px; +} + +.icon-play { + background-position: -264px -72px; +} + +.icon-pause { + background-position: -288px -72px; +} + +.icon-stop { + background-position: -312px -72px; +} + +.icon-forward { + background-position: -336px -72px; +} + +.icon-fast-forward { + background-position: -360px -72px; +} + +.icon-step-forward { + background-position: -384px -72px; +} + +.icon-eject { + background-position: -408px -72px; +} + +.icon-chevron-left { + background-position: -432px -72px; +} + +.icon-chevron-right { + background-position: -456px -72px; +} + +.icon-plus-sign { + background-position: 0 -96px; +} + +.icon-minus-sign { + background-position: -24px -96px; +} + +.icon-remove-sign { + background-position: -48px -96px; +} + +.icon-ok-sign { + background-position: -72px -96px; +} + +.icon-question-sign { + background-position: -96px -96px; +} + +.icon-info-sign { + background-position: -120px -96px; +} + +.icon-screenshot { + background-position: -144px -96px; +} + +.icon-remove-circle { + background-position: -168px -96px; +} + +.icon-ok-circle { + background-position: -192px -96px; +} + +.icon-ban-circle { + background-position: -216px -96px; +} + +.icon-arrow-left { + background-position: -240px -96px; +} + +.icon-arrow-right { + background-position: -264px -96px; +} + +.icon-arrow-up { + background-position: -289px -96px; +} + +.icon-arrow-down { + background-position: -312px -96px; +} + +.icon-share-alt { + background-position: -336px -96px; +} + +.icon-resize-full { + background-position: -360px -96px; +} + +.icon-resize-small { + background-position: -384px -96px; +} + +.icon-plus { + background-position: -408px -96px; +} + +.icon-minus { + background-position: -433px -96px; +} + +.icon-asterisk { + background-position: -456px -96px; +} + +.icon-exclamation-sign { + background-position: 0 -120px; +} + +.icon-gift { + background-position: -24px -120px; +} + +.icon-leaf { + background-position: -48px -120px; +} + +.icon-fire { + background-position: -72px -120px; +} + +.icon-eye-open { + background-position: -96px -120px; +} + +.icon-eye-close { + background-position: -120px -120px; +} + +.icon-warning-sign { + background-position: -144px -120px; +} + +.icon-plane { + background-position: -168px -120px; +} + +.icon-calendar { + background-position: -192px -120px; +} + +.icon-random { + width: 16px; + background-position: -216px -120px; +} + +.icon-comment { + background-position: -240px -120px; +} + +.icon-magnet { + background-position: -264px -120px; +} + +.icon-chevron-up { + background-position: -288px -120px; +} + +.icon-chevron-down { + background-position: -313px -119px; +} + +.icon-retweet { + background-position: -336px -120px; +} + +.icon-shopping-cart { + background-position: -360px -120px; +} + +.icon-folder-close { + width: 16px; + background-position: -384px -120px; +} + +.icon-folder-open { + width: 16px; + background-position: -408px -120px; +} + +.icon-resize-vertical { + background-position: -432px -119px; +} + +.icon-resize-horizontal { + background-position: -456px -118px; +} + +.icon-hdd { + background-position: 0 -144px; +} + +.icon-bullhorn { + background-position: -24px -144px; +} + +.icon-bell { + background-position: -48px -144px; +} + +.icon-certificate { + background-position: -72px -144px; +} + +.icon-thumbs-up { + background-position: -96px -144px; +} + +.icon-thumbs-down { + background-position: -120px -144px; +} + +.icon-hand-right { + background-position: -144px -144px; +} + +.icon-hand-left { + background-position: -168px -144px; +} + +.icon-hand-up { + background-position: -192px -144px; +} + +.icon-hand-down { + background-position: -216px -144px; +} + +.icon-circle-arrow-right { + background-position: -240px -144px; +} + +.icon-circle-arrow-left { + background-position: -264px -144px; +} + +.icon-circle-arrow-up { + background-position: -288px -144px; +} + +.icon-circle-arrow-down { + background-position: -312px -144px; +} + +.icon-globe { + background-position: -336px -144px; +} + +.icon-wrench { + background-position: -360px -144px; +} + +.icon-tasks { + background-position: -384px -144px; +} + +.icon-filter { + background-position: -408px -144px; +} + +.icon-briefcase { + background-position: -432px -144px; +} + +.icon-fullscreen { + background-position: -456px -144px; +} + +.dropup, +.dropdown { + position: relative; +} + +.dropdown-toggle { + *margin-bottom: -3px; +} + +.dropdown-toggle:active, +.open .dropdown-toggle { + outline: 0; +} + +.caret { + display: inline-block; + width: 0; + height: 0; + vertical-align: top; + border-top: 4px solid #000000; + border-right: 4px solid transparent; + border-left: 4px solid transparent; + content: ""; +} + +.dropdown .caret { + margin-top: 8px; + margin-left: 2px; +} + +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: 1000; + display: none; + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; + list-style: none; + background-color: #ffffff; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.2); + *border-right-width: 2px; + *border-bottom-width: 2px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -webkit-background-clip: padding-box; + -moz-background-clip: padding; + background-clip: padding-box; +} + +.dropdown-menu.pull-right { + right: 0; + left: auto; +} + +.dropdown-menu .divider { + *width: 100%; + height: 1px; + margin: 9px 1px; + *margin: -5px 0 5px; + overflow: hidden; + background-color: #e5e5e5; + border-bottom: 1px solid #ffffff; +} + +.dropdown-menu > li > a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: 20px; + color: #333333; + white-space: nowrap; +} + +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus, +.dropdown-submenu:hover > a, +.dropdown-submenu:focus > a { + color: #ffffff; + text-decoration: none; + background-color: #0081c2; + background-image: -moz-linear-gradient(top, #0088cc, #0077b3); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); + background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); + background-image: -o-linear-gradient(top, #0088cc, #0077b3); + background-image: linear-gradient(to bottom, #0088cc, #0077b3); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); +} + +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + color: #333333; + text-decoration: none; + background-color: #0081c2; + background-image: -moz-linear-gradient(top, #0088cc, #0077b3); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); + background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); + background-image: -o-linear-gradient(top, #0088cc, #0077b3); + background-image: linear-gradient(to bottom, #0088cc, #0077b3); + background-repeat: repeat-x; + outline: 0; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); +} + +.dropdown-menu > .disabled > a, +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + color: #999999; +} + +.dropdown-menu > .disabled > a:hover, +.dropdown-menu > .disabled > a:focus { + text-decoration: none; + cursor: default; + background-color: transparent; + background-image: none; + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.open { + *z-index: 1000; +} + +.open > .dropdown-menu { + display: block; +} + +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} + +.dropup .caret, +.navbar-fixed-bottom .dropdown .caret { + border-top: 0; + border-bottom: 4px solid #000000; + content: ""; +} + +.dropup .dropdown-menu, +.navbar-fixed-bottom .dropdown .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 1px; +} + +.dropdown-submenu { + position: relative; +} + +.dropdown-submenu > .dropdown-menu { + top: 0; + left: 100%; + margin-top: -6px; + margin-left: -1px; + -webkit-border-radius: 0 6px 6px 6px; + -moz-border-radius: 0 6px 6px 6px; + border-radius: 0 6px 6px 6px; +} + +.dropdown-submenu:hover > .dropdown-menu { + display: block; +} + +.dropup .dropdown-submenu > .dropdown-menu { + top: auto; + bottom: 0; + margin-top: 0; + margin-bottom: -2px; + -webkit-border-radius: 5px 5px 5px 0; + -moz-border-radius: 5px 5px 5px 0; + border-radius: 5px 5px 5px 0; +} + +.dropdown-submenu > a:after { + display: block; + float: right; + width: 0; + height: 0; + margin-top: 5px; + margin-right: -10px; + border-color: transparent; + border-left-color: #cccccc; + border-style: solid; + border-width: 5px 0 5px 5px; + content: " "; +} + +.dropdown-submenu:hover > a:after { + border-left-color: #ffffff; +} + +.dropdown-submenu.pull-left { + float: none; +} + +.dropdown-submenu.pull-left > .dropdown-menu { + left: -100%; + margin-left: 10px; + -webkit-border-radius: 6px 0 6px 6px; + -moz-border-radius: 6px 0 6px 6px; + border-radius: 6px 0 6px 6px; +} + +.dropdown .dropdown-menu .nav-header { + padding-right: 20px; + padding-left: 20px; +} + +.typeahead { + z-index: 1051; + margin-top: 2px; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + +.well { + min-height: 20px; + padding: 19px; + margin-bottom: 20px; + background-color: #f5f5f5; + border: 1px solid #e3e3e3; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); +} + +.well blockquote { + border-color: #ddd; + border-color: rgba(0, 0, 0, 0.15); +} + +.well-large { + padding: 24px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} + +.well-small { + padding: 9px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +.fade { + opacity: 0; + -webkit-transition: opacity 0.15s linear; + -moz-transition: opacity 0.15s linear; + -o-transition: opacity 0.15s linear; + transition: opacity 0.15s linear; +} + +.fade.in { + opacity: 1; +} + +.collapse { + position: relative; + height: 0; + overflow: hidden; + -webkit-transition: height 0.35s ease; + -moz-transition: height 0.35s ease; + -o-transition: height 0.35s ease; + transition: height 0.35s ease; +} + +.collapse.in { + height: auto; +} + +.close { + float: right; + font-size: 20px; + font-weight: bold; + line-height: 20px; + color: #000000; + text-shadow: 0 1px 0 #ffffff; + opacity: 0.2; + filter: alpha(opacity=20); +} + +.close:hover, +.close:focus { + color: #000000; + text-decoration: none; + cursor: pointer; + opacity: 0.4; + filter: alpha(opacity=40); +} + +button.close { + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; +} + +.btn { + display: inline-block; + *display: inline; + padding: 4px 12px; + margin-bottom: 0; + *margin-left: .3em; + font-size: 14px; + line-height: 20px; + color: #333333; + text-align: center; + text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); + vertical-align: middle; + cursor: pointer; + background-color: #f5f5f5; + *background-color: #e6e6e6; + background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); + background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); + background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); + background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); + background-repeat: repeat-x; + border: 1px solid #bbbbbb; + *border: 0; + border-color: #e6e6e6 #e6e6e6 #bfbfbf; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + border-bottom-color: #a2a2a2; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); + *zoom: 1; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); +} + +.btn:hover, +.btn:focus, +.btn:active, +.btn.active, +.btn.disabled, +.btn[disabled] { + color: #333333; + background-color: #e6e6e6; + *background-color: #d9d9d9; +} + +.btn:active, +.btn.active { + background-color: #cccccc \9; +} + +.btn:first-child { + *margin-left: 0; +} + +.btn:hover, +.btn:focus { + color: #333333; + text-decoration: none; + background-position: 0 -15px; + -webkit-transition: background-position 0.1s linear; + -moz-transition: background-position 0.1s linear; + -o-transition: background-position 0.1s linear; + transition: background-position 0.1s linear; +} + +.btn:focus { + outline: thin dotted #333; + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} + +.btn.active, +.btn:active { + background-image: none; + outline: 0; + -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); +} + +.btn.disabled, +.btn[disabled] { + cursor: default; + background-image: none; + opacity: 0.65; + filter: alpha(opacity=65); + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +.btn-large { + padding: 11px 19px; + font-size: 17.5px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} + +.btn-large [class^="icon-"], +.btn-large [class*=" icon-"] { + margin-top: 4px; +} + +.btn-small { + padding: 2px 10px; + font-size: 11.9px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +.btn-small [class^="icon-"], +.btn-small [class*=" icon-"] { + margin-top: 0; +} + +.btn-mini [class^="icon-"], +.btn-mini [class*=" icon-"] { + margin-top: -1px; +} + +.btn-mini { + padding: 1px 6px; + font-size: 10.5px; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +.btn-block { + display: block; + width: 100%; + padding-right: 0; + padding-left: 0; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.btn-block + .btn-block { + margin-top: 5px; +} + +input[type="submit"].btn-block, +input[type="reset"].btn-block, +input[type="button"].btn-block { + width: 100%; +} + +.btn-primary.active, +.btn-warning.active, +.btn-danger.active, +.btn-success.active, +.btn-info.active, +.btn-inverse.active { + color: rgba(255, 255, 255, 0.75); +} + +.btn-primary { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #006dcc; + *background-color: #0044cc; + background-image: -moz-linear-gradient(top, #0088cc, #0044cc); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); + background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); + background-image: -o-linear-gradient(top, #0088cc, #0044cc); + background-image: linear-gradient(to bottom, #0088cc, #0044cc); + background-repeat: repeat-x; + border-color: #0044cc #0044cc #002a80; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary.active, +.btn-primary.disabled, +.btn-primary[disabled] { + color: #ffffff; + background-color: #0044cc; + *background-color: #003bb3; +} + +.btn-primary:active, +.btn-primary.active { + background-color: #003399 \9; +} + +.btn-warning { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #faa732; + *background-color: #f89406; + background-image: -moz-linear-gradient(top, #fbb450, #f89406); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); + background-image: -webkit-linear-gradient(top, #fbb450, #f89406); + background-image: -o-linear-gradient(top, #fbb450, #f89406); + background-image: linear-gradient(to bottom, #fbb450, #f89406); + background-repeat: repeat-x; + border-color: #f89406 #f89406 #ad6704; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.btn-warning:hover, +.btn-warning:focus, +.btn-warning:active, +.btn-warning.active, +.btn-warning.disabled, +.btn-warning[disabled] { + color: #ffffff; + background-color: #f89406; + *background-color: #df8505; +} + +.btn-warning:active, +.btn-warning.active { + background-color: #c67605 \9; +} + +.btn-danger { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #da4f49; + *background-color: #bd362f; + background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); + background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); + background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); + background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); + background-repeat: repeat-x; + border-color: #bd362f #bd362f #802420; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.btn-danger:hover, +.btn-danger:focus, +.btn-danger:active, +.btn-danger.active, +.btn-danger.disabled, +.btn-danger[disabled] { + color: #ffffff; + background-color: #bd362f; + *background-color: #a9302a; +} + +.btn-danger:active, +.btn-danger.active { + background-color: #942a25 \9; +} + +.btn-success { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #5bb75b; + *background-color: #51a351; + background-image: -moz-linear-gradient(top, #62c462, #51a351); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); + background-image: -webkit-linear-gradient(top, #62c462, #51a351); + background-image: -o-linear-gradient(top, #62c462, #51a351); + background-image: linear-gradient(to bottom, #62c462, #51a351); + background-repeat: repeat-x; + border-color: #51a351 #51a351 #387038; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.btn-success:hover, +.btn-success:focus, +.btn-success:active, +.btn-success.active, +.btn-success.disabled, +.btn-success[disabled] { + color: #ffffff; + background-color: #51a351; + *background-color: #499249; +} + +.btn-success:active, +.btn-success.active { + background-color: #408140 \9; +} + +.btn-info { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #49afcd; + *background-color: #2f96b4; + background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); + background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); + background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); + background-image: linear-gradient(to bottom, #5bc0de, #2f96b4); + background-repeat: repeat-x; + border-color: #2f96b4 #2f96b4 #1f6377; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.btn-info:hover, +.btn-info:focus, +.btn-info:active, +.btn-info.active, +.btn-info.disabled, +.btn-info[disabled] { + color: #ffffff; + background-color: #2f96b4; + *background-color: #2a85a0; +} + +.btn-info:active, +.btn-info.active { + background-color: #24748c \9; +} + +.btn-inverse { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #363636; + *background-color: #222222; + background-image: -moz-linear-gradient(top, #444444, #222222); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)); + background-image: -webkit-linear-gradient(top, #444444, #222222); + background-image: -o-linear-gradient(top, #444444, #222222); + background-image: linear-gradient(to bottom, #444444, #222222); + background-repeat: repeat-x; + border-color: #222222 #222222 #000000; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.btn-inverse:hover, +.btn-inverse:focus, +.btn-inverse:active, +.btn-inverse.active, +.btn-inverse.disabled, +.btn-inverse[disabled] { + color: #ffffff; + background-color: #222222; + *background-color: #151515; +} + +.btn-inverse:active, +.btn-inverse.active { + background-color: #080808 \9; +} + +button.btn, +input[type="submit"].btn { + *padding-top: 3px; + *padding-bottom: 3px; +} + +button.btn::-moz-focus-inner, +input[type="submit"].btn::-moz-focus-inner { + padding: 0; + border: 0; +} + +button.btn.btn-large, +input[type="submit"].btn.btn-large { + *padding-top: 7px; + *padding-bottom: 7px; +} + +button.btn.btn-small, +input[type="submit"].btn.btn-small { + *padding-top: 3px; + *padding-bottom: 3px; +} + +button.btn.btn-mini, +input[type="submit"].btn.btn-mini { + *padding-top: 1px; + *padding-bottom: 1px; +} + +.btn-link, +.btn-link:active, +.btn-link[disabled] { + background-color: transparent; + background-image: none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} + +.btn-link { + color: #0088cc; + cursor: pointer; + border-color: transparent; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.btn-link:hover, +.btn-link:focus { + color: #005580; + text-decoration: underline; + background-color: transparent; +} + +.btn-link[disabled]:hover, +.btn-link[disabled]:focus { + color: #333333; + text-decoration: none; +} + +.btn-group { + position: relative; + display: inline-block; + *display: inline; + *margin-left: .3em; + font-size: 0; + white-space: nowrap; + vertical-align: middle; + *zoom: 1; +} + +.btn-group:first-child { + *margin-left: 0; +} + +.btn-group + .btn-group { + margin-left: 5px; +} + +.btn-toolbar { + margin-top: 10px; + margin-bottom: 10px; + font-size: 0; +} + +.btn-toolbar > .btn + .btn, +.btn-toolbar > .btn-group + .btn, +.btn-toolbar > .btn + .btn-group { + margin-left: 5px; +} + +.btn-group > .btn { + position: relative; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.btn-group > .btn + .btn { + margin-left: -1px; +} + +.btn-group > .btn, +.btn-group > .dropdown-menu, +.btn-group > .popover { + font-size: 14px; +} + +.btn-group > .btn-mini { + font-size: 10.5px; +} + +.btn-group > .btn-small { + font-size: 11.9px; +} + +.btn-group > .btn-large { + font-size: 17.5px; +} + +.btn-group > .btn:first-child { + margin-left: 0; + -webkit-border-bottom-left-radius: 4px; + border-bottom-left-radius: 4px; + -webkit-border-top-left-radius: 4px; + border-top-left-radius: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topleft: 4px; +} + +.btn-group > .btn:last-child, +.btn-group > .dropdown-toggle { + -webkit-border-top-right-radius: 4px; + border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + border-bottom-right-radius: 4px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; +} + +.btn-group > .btn.large:first-child { + margin-left: 0; + -webkit-border-bottom-left-radius: 6px; + border-bottom-left-radius: 6px; + -webkit-border-top-left-radius: 6px; + border-top-left-radius: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topleft: 6px; +} + +.btn-group > .btn.large:last-child, +.btn-group > .large.dropdown-toggle { + -webkit-border-top-right-radius: 6px; + border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + border-bottom-right-radius: 6px; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; +} + +.btn-group > .btn:hover, +.btn-group > .btn:focus, +.btn-group > .btn:active, +.btn-group > .btn.active { + z-index: 2; +} + +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} + +.btn-group > .btn + .dropdown-toggle { + *padding-top: 5px; + padding-right: 8px; + *padding-bottom: 5px; + padding-left: 8px; + -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); +} + +.btn-group > .btn-mini + .dropdown-toggle { + *padding-top: 2px; + padding-right: 5px; + *padding-bottom: 2px; + padding-left: 5px; +} + +.btn-group > .btn-small + .dropdown-toggle { + *padding-top: 5px; + *padding-bottom: 4px; +} + +.btn-group > .btn-large + .dropdown-toggle { + *padding-top: 7px; + padding-right: 12px; + *padding-bottom: 7px; + padding-left: 12px; +} + +.btn-group.open .dropdown-toggle { + background-image: none; + -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); +} + +.btn-group.open .btn.dropdown-toggle { + background-color: #e6e6e6; +} + +.btn-group.open .btn-primary.dropdown-toggle { + background-color: #0044cc; +} + +.btn-group.open .btn-warning.dropdown-toggle { + background-color: #f89406; +} + +.btn-group.open .btn-danger.dropdown-toggle { + background-color: #bd362f; +} + +.btn-group.open .btn-success.dropdown-toggle { + background-color: #51a351; +} + +.btn-group.open .btn-info.dropdown-toggle { + background-color: #2f96b4; +} + +.btn-group.open .btn-inverse.dropdown-toggle { + background-color: #222222; +} + +.btn .caret { + margin-top: 8px; + margin-left: 0; +} + +.btn-large .caret { + margin-top: 6px; +} + +.btn-large .caret { + border-top-width: 5px; + border-right-width: 5px; + border-left-width: 5px; +} + +.btn-mini .caret, +.btn-small .caret { + margin-top: 8px; +} + +.dropup .btn-large .caret { + border-bottom-width: 5px; +} + +.btn-primary .caret, +.btn-warning .caret, +.btn-danger .caret, +.btn-info .caret, +.btn-success .caret, +.btn-inverse .caret { + border-top-color: #ffffff; + border-bottom-color: #ffffff; +} + +.btn-group-vertical { + display: inline-block; + *display: inline; + /* IE7 inline-block hack */ + + *zoom: 1; +} + +.btn-group-vertical > .btn { + display: block; + float: none; + max-width: 100%; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.btn-group-vertical > .btn + .btn { + margin-top: -1px; + margin-left: 0; +} + +.btn-group-vertical > .btn:first-child { + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; + border-radius: 4px 4px 0 0; +} + +.btn-group-vertical > .btn:last-child { + -webkit-border-radius: 0 0 4px 4px; + -moz-border-radius: 0 0 4px 4px; + border-radius: 0 0 4px 4px; +} + +.btn-group-vertical > .btn-large:first-child { + -webkit-border-radius: 6px 6px 0 0; + -moz-border-radius: 6px 6px 0 0; + border-radius: 6px 6px 0 0; +} + +.btn-group-vertical > .btn-large:last-child { + -webkit-border-radius: 0 0 6px 6px; + -moz-border-radius: 0 0 6px 6px; + border-radius: 0 0 6px 6px; +} + +.alert { + padding: 8px 35px 8px 14px; + margin-bottom: 20px; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + background-color: #fcf8e3; + border: 1px solid #fbeed5; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + +.alert, +.alert h4 { + color: #c09853; +} + +.alert h4 { + margin: 0; +} + +.alert .close { + position: relative; + top: -2px; + right: -21px; + line-height: 20px; +} + +.alert-success { + color: #468847; + background-color: #dff0d8; + border-color: #d6e9c6; +} + +.alert-success h4 { + color: #468847; +} + +.alert-danger, +.alert-error { + color: #b94a48; + background-color: #f2dede; + border-color: #eed3d7; +} + +.alert-danger h4, +.alert-error h4 { + color: #b94a48; +} + +.alert-info { + color: #3a87ad; + background-color: #d9edf7; + border-color: #bce8f1; +} + +.alert-info h4 { + color: #3a87ad; +} + +.alert-block { + padding-top: 14px; + padding-bottom: 14px; +} + +.alert-block > p, +.alert-block > ul { + margin-bottom: 0; +} + +.alert-block p + p { + margin-top: 5px; +} + +.nav { + margin-bottom: 20px; + margin-left: 0; + list-style: none; +} + +.nav > li > a { + display: block; +} + +.nav > li > a:hover, +.nav > li > a:focus { + text-decoration: none; + background-color: #eeeeee; +} + +.nav > li > a > img { + max-width: none; +} + +.nav > .pull-right { + float: right; +} + +.nav-header { + display: block; + padding: 3px 15px; + font-size: 11px; + font-weight: bold; + line-height: 20px; + color: #999999; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); + text-transform: uppercase; +} + +.nav li + .nav-header { + margin-top: 9px; +} + +.nav-list { + padding-right: 15px; + padding-left: 15px; + margin-bottom: 0; +} + +.nav-list > li > a, +.nav-list .nav-header { + margin-right: -15px; + margin-left: -15px; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); +} + +.nav-list > li > a { + padding: 3px 15px; +} + +.nav-list > .active > a, +.nav-list > .active > a:hover, +.nav-list > .active > a:focus { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); + background-color: #0088cc; +} + +.nav-list [class^="icon-"], +.nav-list [class*=" icon-"] { + margin-right: 2px; +} + +.nav-list .divider { + *width: 100%; + height: 1px; + margin: 9px 1px; + *margin: -5px 0 5px; + overflow: hidden; + background-color: #e5e5e5; + border-bottom: 1px solid #ffffff; +} + +.nav-tabs, +.nav-pills { + *zoom: 1; +} + +.nav-tabs:before, +.nav-pills:before, +.nav-tabs:after, +.nav-pills:after { + display: table; + line-height: 0; + content: ""; +} + +.nav-tabs:after, +.nav-pills:after { + clear: both; +} + +.nav-tabs > li, +.nav-pills > li { + float: left; +} + +.nav-tabs > li > a, +.nav-pills > li > a { + padding-right: 12px; + padding-left: 12px; + margin-right: 2px; + line-height: 14px; +} + +.nav-tabs { + border-bottom: 1px solid #ddd; +} + +.nav-tabs > li { + margin-bottom: -1px; +} + +.nav-tabs > li > a { + padding-top: 8px; + padding-bottom: 8px; + line-height: 20px; + border: 1px solid transparent; + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; + border-radius: 4px 4px 0 0; +} + +.nav-tabs > li > a:hover, +.nav-tabs > li > a:focus { + border-color: #eeeeee #eeeeee #dddddd; +} + +.nav-tabs > .active > a, +.nav-tabs > .active > a:hover, +.nav-tabs > .active > a:focus { + color: #555555; + cursor: default; + background-color: #ffffff; + border: 1px solid #ddd; + border-bottom-color: transparent; +} + +.nav-pills > li > a { + padding-top: 8px; + padding-bottom: 8px; + margin-top: 2px; + margin-bottom: 2px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +.nav-pills > .active > a, +.nav-pills > .active > a:hover, +.nav-pills > .active > a:focus { + color: #ffffff; + background-color: #0088cc; +} + +.nav-stacked > li { + float: none; +} + +.nav-stacked > li > a { + margin-right: 0; +} + +.nav-tabs.nav-stacked { + border-bottom: 0; +} + +.nav-tabs.nav-stacked > li > a { + border: 1px solid #ddd; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.nav-tabs.nav-stacked > li:first-child > a { + -webkit-border-top-right-radius: 4px; + border-top-right-radius: 4px; + -webkit-border-top-left-radius: 4px; + border-top-left-radius: 4px; + -moz-border-radius-topright: 4px; + -moz-border-radius-topleft: 4px; +} + +.nav-tabs.nav-stacked > li:last-child > a { + -webkit-border-bottom-right-radius: 4px; + border-bottom-right-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + border-bottom-left-radius: 4px; + -moz-border-radius-bottomright: 4px; + -moz-border-radius-bottomleft: 4px; +} + +.nav-tabs.nav-stacked > li > a:hover, +.nav-tabs.nav-stacked > li > a:focus { + z-index: 2; + border-color: #ddd; +} + +.nav-pills.nav-stacked > li > a { + margin-bottom: 3px; +} + +.nav-pills.nav-stacked > li:last-child > a { + margin-bottom: 1px; +} + +.nav-tabs .dropdown-menu { + -webkit-border-radius: 0 0 6px 6px; + -moz-border-radius: 0 0 6px 6px; + border-radius: 0 0 6px 6px; +} + +.nav-pills .dropdown-menu { + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} + +.nav .dropdown-toggle .caret { + margin-top: 6px; + border-top-color: #0088cc; + border-bottom-color: #0088cc; +} + +.nav .dropdown-toggle:hover .caret, +.nav .dropdown-toggle:focus .caret { + border-top-color: #005580; + border-bottom-color: #005580; +} + +/* move down carets for tabs */ + +.nav-tabs .dropdown-toggle .caret { + margin-top: 8px; +} + +.nav .active .dropdown-toggle .caret { + border-top-color: #fff; + border-bottom-color: #fff; +} + +.nav-tabs .active .dropdown-toggle .caret { + border-top-color: #555555; + border-bottom-color: #555555; +} + +.nav > .dropdown.active > a:hover, +.nav > .dropdown.active > a:focus { + cursor: pointer; +} + +.nav-tabs .open .dropdown-toggle, +.nav-pills .open .dropdown-toggle, +.nav > li.dropdown.open.active > a:hover, +.nav > li.dropdown.open.active > a:focus { + color: #ffffff; + background-color: #999999; + border-color: #999999; +} + +.nav li.dropdown.open .caret, +.nav li.dropdown.open.active .caret, +.nav li.dropdown.open a:hover .caret, +.nav li.dropdown.open a:focus .caret { + border-top-color: #ffffff; + border-bottom-color: #ffffff; + opacity: 1; + filter: alpha(opacity=100); +} + +.tabs-stacked .open > a:hover, +.tabs-stacked .open > a:focus { + border-color: #999999; +} + +.tabbable { + *zoom: 1; +} + +.tabbable:before, +.tabbable:after { + display: table; + line-height: 0; + content: ""; +} + +.tabbable:after { + clear: both; +} + +.tab-content { + overflow: auto; +} + +.tabs-below > .nav-tabs, +.tabs-right > .nav-tabs, +.tabs-left > .nav-tabs { + border-bottom: 0; +} + +.tab-content > .tab-pane, +.pill-content > .pill-pane { + display: none; +} + +.tab-content > .active, +.pill-content > .active { + display: block; +} + +.tabs-below > .nav-tabs { + border-top: 1px solid #ddd; +} + +.tabs-below > .nav-tabs > li { + margin-top: -1px; + margin-bottom: 0; +} + +.tabs-below > .nav-tabs > li > a { + -webkit-border-radius: 0 0 4px 4px; + -moz-border-radius: 0 0 4px 4px; + border-radius: 0 0 4px 4px; +} + +.tabs-below > .nav-tabs > li > a:hover, +.tabs-below > .nav-tabs > li > a:focus { + border-top-color: #ddd; + border-bottom-color: transparent; +} + +.tabs-below > .nav-tabs > .active > a, +.tabs-below > .nav-tabs > .active > a:hover, +.tabs-below > .nav-tabs > .active > a:focus { + border-color: transparent #ddd #ddd #ddd; +} + +.tabs-left > .nav-tabs > li, +.tabs-right > .nav-tabs > li { + float: none; +} + +.tabs-left > .nav-tabs > li > a, +.tabs-right > .nav-tabs > li > a { + min-width: 74px; + margin-right: 0; + margin-bottom: 3px; +} + +.tabs-left > .nav-tabs { + float: left; + margin-right: 19px; + border-right: 1px solid #ddd; +} + +.tabs-left > .nav-tabs > li > a { + margin-right: -1px; + -webkit-border-radius: 4px 0 0 4px; + -moz-border-radius: 4px 0 0 4px; + border-radius: 4px 0 0 4px; +} + +.tabs-left > .nav-tabs > li > a:hover, +.tabs-left > .nav-tabs > li > a:focus { + border-color: #eeeeee #dddddd #eeeeee #eeeeee; +} + +.tabs-left > .nav-tabs .active > a, +.tabs-left > .nav-tabs .active > a:hover, +.tabs-left > .nav-tabs .active > a:focus { + border-color: #ddd transparent #ddd #ddd; + *border-right-color: #ffffff; +} + +.tabs-right > .nav-tabs { + float: right; + margin-left: 19px; + border-left: 1px solid #ddd; +} + +.tabs-right > .nav-tabs > li > a { + margin-left: -1px; + -webkit-border-radius: 0 4px 4px 0; + -moz-border-radius: 0 4px 4px 0; + border-radius: 0 4px 4px 0; +} + +.tabs-right > .nav-tabs > li > a:hover, +.tabs-right > .nav-tabs > li > a:focus { + border-color: #eeeeee #eeeeee #eeeeee #dddddd; +} + +.tabs-right > .nav-tabs .active > a, +.tabs-right > .nav-tabs .active > a:hover, +.tabs-right > .nav-tabs .active > a:focus { + border-color: #ddd #ddd #ddd transparent; + *border-left-color: #ffffff; +} + +.nav > .disabled > a { + color: #999999; +} + +.nav > .disabled > a:hover, +.nav > .disabled > a:focus { + text-decoration: none; + cursor: default; + background-color: transparent; +} + +.navbar { + *position: relative; + *z-index: 2; + margin-bottom: 20px; + overflow: visible; +} + +.navbar-inner { + min-height: 40px; + padding-right: 20px; + padding-left: 20px; + background-color: #fafafa; + background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2)); + background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2); + background-image: -o-linear-gradient(top, #ffffff, #f2f2f2); + background-image: linear-gradient(to bottom, #ffffff, #f2f2f2); + background-repeat: repeat-x; + border: 1px solid #d4d4d4; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); + *zoom: 1; + -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); + -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); + box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); +} + +.navbar-inner:before, +.navbar-inner:after { + display: table; + line-height: 0; + content: ""; +} + +.navbar-inner:after { + clear: both; +} + +.navbar .container { + width: auto; +} + +.nav-collapse.collapse { + height: auto; + overflow: visible; +} + +.navbar .brand { + display: block; + float: left; + padding: 10px 20px 10px; + margin-left: -20px; + font-size: 20px; + font-weight: 200; + color: #777777; + text-shadow: 0 1px 0 #ffffff; +} + +.navbar .brand:hover, +.navbar .brand:focus { + text-decoration: none; +} + +.navbar-text { + margin-bottom: 0; + line-height: 40px; + color: #777777; +} + +.navbar-link { + color: #777777; +} + +.navbar-link:hover, +.navbar-link:focus { + color: #333333; +} + +.navbar .divider-vertical { + height: 40px; + margin: 0 9px; + border-right: 1px solid #ffffff; + border-left: 1px solid #f2f2f2; +} + +.navbar .btn, +.navbar .btn-group { + margin-top: 5px; +} + +.navbar .btn-group .btn, +.navbar .input-prepend .btn, +.navbar .input-append .btn, +.navbar .input-prepend .btn-group, +.navbar .input-append .btn-group { + margin-top: 0; +} + +.navbar-form { + margin-bottom: 0; + *zoom: 1; +} + +.navbar-form:before, +.navbar-form:after { + display: table; + line-height: 0; + content: ""; +} + +.navbar-form:after { + clear: both; +} + +.navbar-form input, +.navbar-form select, +.navbar-form .radio, +.navbar-form .checkbox { + margin-top: 5px; +} + +.navbar-form input, +.navbar-form select, +.navbar-form .btn { + display: inline-block; + margin-bottom: 0; +} + +.navbar-form input[type="image"], +.navbar-form input[type="checkbox"], +.navbar-form input[type="radio"] { + margin-top: 3px; +} + +.navbar-form .input-append, +.navbar-form .input-prepend { + margin-top: 5px; + white-space: nowrap; +} + +.navbar-form .input-append input, +.navbar-form .input-prepend input { + margin-top: 0; +} + +.navbar-search { + position: relative; + float: left; + margin-top: 5px; + margin-bottom: 0; +} + +.navbar-search .search-query { + padding: 4px 14px; + margin-bottom: 0; + font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 13px; + font-weight: normal; + line-height: 1; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + border-radius: 15px; +} + +.navbar-static-top { + position: static; + margin-bottom: 0; +} + +.navbar-static-top .navbar-inner { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: 1030; + margin-bottom: 0; +} + +.navbar-fixed-top .navbar-inner, +.navbar-static-top .navbar-inner { + border-width: 0 0 1px; +} + +.navbar-fixed-bottom .navbar-inner { + border-width: 1px 0 0; +} + +.navbar-fixed-top .navbar-inner, +.navbar-fixed-bottom .navbar-inner { + padding-right: 0; + padding-left: 0; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.navbar-static-top .container, +.navbar-fixed-top .container, +.navbar-fixed-bottom .container { + width: 940px; +} + +.navbar-fixed-top { + top: 0; +} + +.navbar-fixed-top .navbar-inner, +.navbar-static-top .navbar-inner { + -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); +} + +.navbar-fixed-bottom { + bottom: 0; +} + +.navbar-fixed-bottom .navbar-inner { + -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); + -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); + box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); +} + +.navbar .nav { + position: relative; + left: 0; + display: block; + float: left; + margin: 0 10px 0 0; +} + +.navbar .nav.pull-right { + float: right; + margin-right: 0; +} + +.navbar .nav > li { + float: left; +} + +.navbar .nav > li > a { + float: none; + padding: 10px 15px 10px; + color: #777777; + text-decoration: none; + text-shadow: 0 1px 0 #ffffff; +} + +.navbar .nav .dropdown-toggle .caret { + margin-top: 8px; +} + +.navbar .nav > li > a:focus, +.navbar .nav > li > a:hover { + color: #333333; + text-decoration: none; + background-color: transparent; +} + +.navbar .nav > .active > a, +.navbar .nav > .active > a:hover, +.navbar .nav > .active > a:focus { + color: #555555; + text-decoration: none; + background-color: #e5e5e5; + -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); + -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); + box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); +} + +.navbar .btn-navbar { + display: none; + float: right; + padding: 7px 10px; + margin-right: 5px; + margin-left: 5px; + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #ededed; + *background-color: #e5e5e5; + background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5)); + background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5); + background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5); + background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5); + background-repeat: repeat-x; + border-color: #e5e5e5 #e5e5e5 #bfbfbf; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); + -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); +} + +.navbar .btn-navbar:hover, +.navbar .btn-navbar:focus, +.navbar .btn-navbar:active, +.navbar .btn-navbar.active, +.navbar .btn-navbar.disabled, +.navbar .btn-navbar[disabled] { + color: #ffffff; + background-color: #e5e5e5; + *background-color: #d9d9d9; +} + +.navbar .btn-navbar:active, +.navbar .btn-navbar.active { + background-color: #cccccc \9; +} + +.navbar .btn-navbar .icon-bar { + display: block; + width: 18px; + height: 2px; + background-color: #f5f5f5; + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; + -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); + -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); +} + +.btn-navbar .icon-bar + .icon-bar { + margin-top: 3px; +} + +.navbar .nav > li > .dropdown-menu:before { + position: absolute; + top: -7px; + left: 9px; + display: inline-block; + border-right: 7px solid transparent; + border-bottom: 7px solid #ccc; + border-left: 7px solid transparent; + border-bottom-color: rgba(0, 0, 0, 0.2); + content: ''; +} + +.navbar .nav > li > .dropdown-menu:after { + position: absolute; + top: -6px; + left: 10px; + display: inline-block; + border-right: 6px solid transparent; + border-bottom: 6px solid #ffffff; + border-left: 6px solid transparent; + content: ''; +} + +.navbar-fixed-bottom .nav > li > .dropdown-menu:before { + top: auto; + bottom: -7px; + border-top: 7px solid #ccc; + border-bottom: 0; + border-top-color: rgba(0, 0, 0, 0.2); +} + +.navbar-fixed-bottom .nav > li > .dropdown-menu:after { + top: auto; + bottom: -6px; + border-top: 6px solid #ffffff; + border-bottom: 0; +} + +.navbar .nav li.dropdown > a:hover .caret, +.navbar .nav li.dropdown > a:focus .caret { + border-top-color: #333333; + border-bottom-color: #333333; +} + +.navbar .nav li.dropdown.open > .dropdown-toggle, +.navbar .nav li.dropdown.active > .dropdown-toggle, +.navbar .nav li.dropdown.open.active > .dropdown-toggle { + color: #555555; + background-color: #e5e5e5; +} + +.navbar .nav li.dropdown > .dropdown-toggle .caret { + border-top-color: #777777; + border-bottom-color: #777777; +} + +.navbar .nav li.dropdown.open > .dropdown-toggle .caret, +.navbar .nav li.dropdown.active > .dropdown-toggle .caret, +.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret { + border-top-color: #555555; + border-bottom-color: #555555; +} + +.navbar .pull-right > li > .dropdown-menu, +.navbar .nav > li > .dropdown-menu.pull-right { + right: 0; + left: auto; +} + +.navbar .pull-right > li > .dropdown-menu:before, +.navbar .nav > li > .dropdown-menu.pull-right:before { + right: 12px; + left: auto; +} + +.navbar .pull-right > li > .dropdown-menu:after, +.navbar .nav > li > .dropdown-menu.pull-right:after { + right: 13px; + left: auto; +} + +.navbar .pull-right > li > .dropdown-menu .dropdown-menu, +.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu { + right: 100%; + left: auto; + margin-right: -1px; + margin-left: 0; + -webkit-border-radius: 6px 0 6px 6px; + -moz-border-radius: 6px 0 6px 6px; + border-radius: 6px 0 6px 6px; +} + +.navbar-inverse .navbar-inner { + background-color: #1b1b1b; + background-image: -moz-linear-gradient(top, #222222, #111111); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111)); + background-image: -webkit-linear-gradient(top, #222222, #111111); + background-image: -o-linear-gradient(top, #222222, #111111); + background-image: linear-gradient(to bottom, #222222, #111111); + background-repeat: repeat-x; + border-color: #252525; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0); +} + +.navbar-inverse .brand, +.navbar-inverse .nav > li > a { + color: #999999; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); +} + +.navbar-inverse .brand:hover, +.navbar-inverse .nav > li > a:hover, +.navbar-inverse .brand:focus, +.navbar-inverse .nav > li > a:focus { + color: #ffffff; +} + +.navbar-inverse .brand { + color: #999999; +} + +.navbar-inverse .navbar-text { + color: #999999; +} + +.navbar-inverse .nav > li > a:focus, +.navbar-inverse .nav > li > a:hover { + color: #ffffff; + background-color: transparent; +} + +.navbar-inverse .nav .active > a, +.navbar-inverse .nav .active > a:hover, +.navbar-inverse .nav .active > a:focus { + color: #ffffff; + background-color: #111111; +} + +.navbar-inverse .navbar-link { + color: #999999; +} + +.navbar-inverse .navbar-link:hover, +.navbar-inverse .navbar-link:focus { + color: #ffffff; +} + +.navbar-inverse .divider-vertical { + border-right-color: #222222; + border-left-color: #111111; +} + +.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, +.navbar-inverse .nav li.dropdown.active > .dropdown-toggle, +.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { + color: #ffffff; + background-color: #111111; +} + +.navbar-inverse .nav li.dropdown > a:hover .caret, +.navbar-inverse .nav li.dropdown > a:focus .caret { + border-top-color: #ffffff; + border-bottom-color: #ffffff; +} + +.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { + border-top-color: #999999; + border-bottom-color: #999999; +} + +.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, +.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, +.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret { + border-top-color: #ffffff; + border-bottom-color: #ffffff; +} + +.navbar-inverse .navbar-search .search-query { + color: #ffffff; + background-color: #515151; + border-color: #111111; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); + -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15); + -webkit-transition: none; + -moz-transition: none; + -o-transition: none; + transition: none; +} + +.navbar-inverse .navbar-search .search-query:-moz-placeholder { + color: #cccccc; +} + +.navbar-inverse .navbar-search .search-query:-ms-input-placeholder { + color: #cccccc; +} + +.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder { + color: #cccccc; +} + +.navbar-inverse .navbar-search .search-query:focus, +.navbar-inverse .navbar-search .search-query.focused { + padding: 5px 15px; + color: #333333; + text-shadow: 0 1px 0 #ffffff; + background-color: #ffffff; + border: 0; + outline: 0; + -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); + -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); + box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); +} + +.navbar-inverse .btn-navbar { + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #0e0e0e; + *background-color: #040404; + background-image: -moz-linear-gradient(top, #151515, #040404); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404)); + background-image: -webkit-linear-gradient(top, #151515, #040404); + background-image: -o-linear-gradient(top, #151515, #040404); + background-image: linear-gradient(to bottom, #151515, #040404); + background-repeat: repeat-x; + border-color: #040404 #040404 #000000; + border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); +} + +.navbar-inverse .btn-navbar:hover, +.navbar-inverse .btn-navbar:focus, +.navbar-inverse .btn-navbar:active, +.navbar-inverse .btn-navbar.active, +.navbar-inverse .btn-navbar.disabled, +.navbar-inverse .btn-navbar[disabled] { + color: #ffffff; + background-color: #040404; + *background-color: #000000; +} + +.navbar-inverse .btn-navbar:active, +.navbar-inverse .btn-navbar.active { + background-color: #000000 \9; +} + +.breadcrumb { + padding: 8px 15px; + margin: 0 0 20px; + list-style: none; + background-color: #f5f5f5; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + +.breadcrumb > li { + display: inline-block; + *display: inline; + text-shadow: 0 1px 0 #ffffff; + *zoom: 1; +} + +.breadcrumb > li > .divider { + padding: 0 5px; + color: #ccc; +} + +.breadcrumb > .active { + color: #999999; +} + +.pagination { + margin: 20px 0; +} + +.pagination ul { + display: inline-block; + *display: inline; + margin-bottom: 0; + margin-left: 0; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + *zoom: 1; + -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); + -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); +} + +.pagination ul > li { + display: inline; +} + +.pagination ul > li > a, +.pagination ul > li > span { + float: left; + padding: 4px 12px; + line-height: 20px; + text-decoration: none; + background-color: #ffffff; + border: 1px solid #dddddd; + border-left-width: 0; +} + +.pagination ul > li > a:hover, +.pagination ul > li > a:focus, +.pagination ul > .active > a, +.pagination ul > .active > span { + background-color: #f5f5f5; +} + +.pagination ul > .active > a, +.pagination ul > .active > span { + color: #999999; + cursor: default; +} + +.pagination ul > .disabled > span, +.pagination ul > .disabled > a, +.pagination ul > .disabled > a:hover, +.pagination ul > .disabled > a:focus { + color: #999999; + cursor: default; + background-color: transparent; +} + +.pagination ul > li:first-child > a, +.pagination ul > li:first-child > span { + border-left-width: 1px; + -webkit-border-bottom-left-radius: 4px; + border-bottom-left-radius: 4px; + -webkit-border-top-left-radius: 4px; + border-top-left-radius: 4px; + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-topleft: 4px; +} + +.pagination ul > li:last-child > a, +.pagination ul > li:last-child > span { + -webkit-border-top-right-radius: 4px; + border-top-right-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + border-bottom-right-radius: 4px; + -moz-border-radius-topright: 4px; + -moz-border-radius-bottomright: 4px; +} + +.pagination-centered { + text-align: center; +} + +.pagination-right { + text-align: right; +} + +.pagination-large ul > li > a, +.pagination-large ul > li > span { + padding: 11px 19px; + font-size: 17.5px; +} + +.pagination-large ul > li:first-child > a, +.pagination-large ul > li:first-child > span { + -webkit-border-bottom-left-radius: 6px; + border-bottom-left-radius: 6px; + -webkit-border-top-left-radius: 6px; + border-top-left-radius: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topleft: 6px; +} + +.pagination-large ul > li:last-child > a, +.pagination-large ul > li:last-child > span { + -webkit-border-top-right-radius: 6px; + border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + border-bottom-right-radius: 6px; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; +} + +.pagination-mini ul > li:first-child > a, +.pagination-small ul > li:first-child > a, +.pagination-mini ul > li:first-child > span, +.pagination-small ul > li:first-child > span { + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -moz-border-radius-bottomleft: 3px; + -moz-border-radius-topleft: 3px; +} + +.pagination-mini ul > li:last-child > a, +.pagination-small ul > li:last-child > a, +.pagination-mini ul > li:last-child > span, +.pagination-small ul > li:last-child > span { + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; + -moz-border-radius-topright: 3px; + -moz-border-radius-bottomright: 3px; +} + +.pagination-small ul > li > a, +.pagination-small ul > li > span { + padding: 2px 10px; + font-size: 11.9px; +} + +.pagination-mini ul > li > a, +.pagination-mini ul > li > span { + padding: 1px 6px; + font-size: 10.5px; +} + +.pager { + margin: 20px 0; + text-align: center; + list-style: none; + *zoom: 1; +} + +.pager:before, +.pager:after { + display: table; + line-height: 0; + content: ""; +} + +.pager:after { + clear: both; +} + +.pager li { + display: inline; +} + +.pager li > a, +.pager li > span { + display: inline-block; + padding: 5px 14px; + background-color: #fff; + border: 1px solid #ddd; + -webkit-border-radius: 15px; + -moz-border-radius: 15px; + border-radius: 15px; +} + +.pager li > a:hover, +.pager li > a:focus { + text-decoration: none; + background-color: #f5f5f5; +} + +.pager .next > a, +.pager .next > span { + float: right; +} + +.pager .previous > a, +.pager .previous > span { + float: left; +} + +.pager .disabled > a, +.pager .disabled > a:hover, +.pager .disabled > a:focus, +.pager .disabled > span { + color: #999999; + cursor: default; + background-color: #fff; +} + +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; + background-color: #000000; +} + +.modal-backdrop.fade { + opacity: 0; +} + +.modal-backdrop, +.modal-backdrop.fade.in { + opacity: 0.8; + filter: alpha(opacity=80); +} + +.modal { + position: fixed; + top: 10%; + left: 50%; + z-index: 1050; + width: 560px; + margin-left: -280px; + background-color: #ffffff; + border: 1px solid #999; + border: 1px solid rgba(0, 0, 0, 0.3); + *border: 1px solid #999; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + outline: none; + -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); + -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); + box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); + -webkit-background-clip: padding-box; + -moz-background-clip: padding-box; + background-clip: padding-box; +} + +.modal.fade { + top: -25%; + -webkit-transition: opacity 0.3s linear, top 0.3s ease-out; + -moz-transition: opacity 0.3s linear, top 0.3s ease-out; + -o-transition: opacity 0.3s linear, top 0.3s ease-out; + transition: opacity 0.3s linear, top 0.3s ease-out; +} + +.modal.fade.in { + top: 10%; +} + +.modal-header { + padding: 9px 15px; + border-bottom: 1px solid #eee; +} + +.modal-header .close { + margin-top: 2px; +} + +.modal-header h3 { + margin: 0; + line-height: 30px; +} + +.modal-body { + position: relative; + max-height: 400px; + padding: 15px; + overflow-y: auto; +} + +.modal-form { + margin-bottom: 0; +} + +.modal-footer { + padding: 14px 15px 15px; + margin-bottom: 0; + text-align: right; + background-color: #f5f5f5; + border-top: 1px solid #ddd; + -webkit-border-radius: 0 0 6px 6px; + -moz-border-radius: 0 0 6px 6px; + border-radius: 0 0 6px 6px; + *zoom: 1; + -webkit-box-shadow: inset 0 1px 0 #ffffff; + -moz-box-shadow: inset 0 1px 0 #ffffff; + box-shadow: inset 0 1px 0 #ffffff; +} + +.modal-footer:before, +.modal-footer:after { + display: table; + line-height: 0; + content: ""; +} + +.modal-footer:after { + clear: both; +} + +.modal-footer .btn + .btn { + margin-bottom: 0; + margin-left: 5px; +} + +.modal-footer .btn-group .btn + .btn { + margin-left: -1px; +} + +.modal-footer .btn-block + .btn-block { + margin-left: 0; +} + +.tooltip { + position: absolute; + z-index: 1030; + display: block; + font-size: 11px; + line-height: 1.4; + opacity: 0; + filter: alpha(opacity=0); + visibility: visible; +} + +.tooltip.in { + opacity: 0.8; + filter: alpha(opacity=80); +} + +.tooltip.top { + padding: 5px 0; + margin-top: -3px; +} + +.tooltip.right { + padding: 0 5px; + margin-left: 3px; +} + +.tooltip.bottom { + padding: 5px 0; + margin-top: 3px; +} + +.tooltip.left { + padding: 0 5px; + margin-left: -3px; +} + +.tooltip-inner { + max-width: 200px; + padding: 8px; + color: #ffffff; + text-align: center; + text-decoration: none; + background-color: #000000; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} + +.tooltip.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -5px; + border-top-color: #000000; + border-width: 5px 5px 0; +} + +.tooltip.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -5px; + border-right-color: #000000; + border-width: 5px 5px 5px 0; +} + +.tooltip.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -5px; + border-left-color: #000000; + border-width: 5px 0 5px 5px; +} + +.tooltip.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -5px; + border-bottom-color: #000000; + border-width: 0 5px 5px; +} + +.popover { + position: absolute; + top: 0; + left: 0; + z-index: 1010; + display: none; + max-width: 276px; + padding: 1px; + text-align: left; + white-space: normal; + background-color: #ffffff; + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.2); + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); + -webkit-background-clip: padding-box; + -moz-background-clip: padding; + background-clip: padding-box; +} + +.popover.top { + margin-top: -10px; +} + +.popover.right { + margin-left: 10px; +} + +.popover.bottom { + margin-top: 10px; +} + +.popover.left { + margin-left: -10px; +} + +.popover-title { + padding: 8px 14px; + margin: 0; + font-size: 14px; + font-weight: normal; + line-height: 18px; + background-color: #f7f7f7; + border-bottom: 1px solid #ebebeb; + -webkit-border-radius: 5px 5px 0 0; + -moz-border-radius: 5px 5px 0 0; + border-radius: 5px 5px 0 0; +} + +.popover-title:empty { + display: none; +} + +.popover-content { + padding: 9px 14px; +} + +.popover .arrow, +.popover .arrow:after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} + +.popover .arrow { + border-width: 11px; +} + +.popover .arrow:after { + border-width: 10px; + content: ""; +} + +.popover.top .arrow { + bottom: -11px; + left: 50%; + margin-left: -11px; + border-top-color: #999; + border-top-color: rgba(0, 0, 0, 0.25); + border-bottom-width: 0; +} + +.popover.top .arrow:after { + bottom: 1px; + margin-left: -10px; + border-top-color: #ffffff; + border-bottom-width: 0; +} + +.popover.right .arrow { + top: 50%; + left: -11px; + margin-top: -11px; + border-right-color: #999; + border-right-color: rgba(0, 0, 0, 0.25); + border-left-width: 0; +} + +.popover.right .arrow:after { + bottom: -10px; + left: 1px; + border-right-color: #ffffff; + border-left-width: 0; +} + +.popover.bottom .arrow { + top: -11px; + left: 50%; + margin-left: -11px; + border-bottom-color: #999; + border-bottom-color: rgba(0, 0, 0, 0.25); + border-top-width: 0; +} + +.popover.bottom .arrow:after { + top: 1px; + margin-left: -10px; + border-bottom-color: #ffffff; + border-top-width: 0; +} + +.popover.left .arrow { + top: 50%; + right: -11px; + margin-top: -11px; + border-left-color: #999; + border-left-color: rgba(0, 0, 0, 0.25); + border-right-width: 0; +} + +.popover.left .arrow:after { + right: 1px; + bottom: -10px; + border-left-color: #ffffff; + border-right-width: 0; +} + +.thumbnails { + margin-left: -20px; + list-style: none; + *zoom: 1; +} + +.thumbnails:before, +.thumbnails:after { + display: table; + line-height: 0; + content: ""; +} + +.thumbnails:after { + clear: both; +} + +.row-fluid .thumbnails { + margin-left: 0; +} + +.thumbnails > li { + float: left; + margin-bottom: 20px; + margin-left: 20px; +} + +.thumbnail { + display: block; + padding: 4px; + line-height: 20px; + border: 1px solid #ddd; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); + -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); + -webkit-transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; + transition: all 0.2s ease-in-out; +} + +a.thumbnail:hover, +a.thumbnail:focus { + border-color: #0088cc; + -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); + -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); + box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); +} + +.thumbnail > img { + display: block; + max-width: 100%; + margin-right: auto; + margin-left: auto; +} + +.thumbnail .caption { + padding: 9px; + color: #555555; +} + +.media, +.media-body { + overflow: hidden; + *overflow: visible; + zoom: 1; +} + +.media, +.media .media { + margin-top: 15px; +} + +.media:first-child { + margin-top: 0; +} + +.media-object { + display: block; +} + +.media-heading { + margin: 0 0 5px; +} + +.media > .pull-left { + margin-right: 10px; +} + +.media > .pull-right { + margin-left: 10px; +} + +.media-list { + margin-left: 0; + list-style: none; +} + +.label, +.badge { + display: inline-block; + padding: 2px 4px; + font-size: 11.844px; + font-weight: bold; + line-height: 14px; + color: #ffffff; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + white-space: nowrap; + vertical-align: baseline; + background-color: #999999; +} + +.label { + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +.badge { + padding-right: 9px; + padding-left: 9px; + -webkit-border-radius: 9px; + -moz-border-radius: 9px; + border-radius: 9px; +} + +.label:empty, +.badge:empty { + display: none; +} + +a.label:hover, +a.label:focus, +a.badge:hover, +a.badge:focus { + color: #ffffff; + text-decoration: none; + cursor: pointer; +} + +.label-important, +.badge-important { + background-color: #b94a48; +} + +.label-important[href], +.badge-important[href] { + background-color: #953b39; +} + +.label-warning, +.badge-warning { + background-color: #f89406; +} + +.label-warning[href], +.badge-warning[href] { + background-color: #c67605; +} + +.label-success, +.badge-success { + background-color: #468847; +} + +.label-success[href], +.badge-success[href] { + background-color: #356635; +} + +.label-info, +.badge-info { + background-color: #3a87ad; +} + +.label-info[href], +.badge-info[href] { + background-color: #2d6987; +} + +.label-inverse, +.badge-inverse { + background-color: #333333; +} + +.label-inverse[href], +.badge-inverse[href] { + background-color: #1a1a1a; +} + +.btn .label, +.btn .badge { + position: relative; + top: -1px; +} + +.btn-mini .label, +.btn-mini .badge { + top: 0; +} + +@-webkit-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} + +@-moz-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} + +@-ms-keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} + +@-o-keyframes progress-bar-stripes { + from { + background-position: 0 0; + } + to { + background-position: 40px 0; + } +} + +@keyframes progress-bar-stripes { + from { + background-position: 40px 0; + } + to { + background-position: 0 0; + } +} + +.progress { + height: 20px; + margin-bottom: 20px; + overflow: hidden; + background-color: #f7f7f7; + background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9)); + background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9); + background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9); + background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9); + background-repeat: repeat-x; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0); + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); +} + +.progress .bar { + float: left; + width: 0; + height: 100%; + font-size: 12px; + color: #ffffff; + text-align: center; + text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); + background-color: #0e90d2; + background-image: -moz-linear-gradient(top, #149bdf, #0480be); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be)); + background-image: -webkit-linear-gradient(top, #149bdf, #0480be); + background-image: -o-linear-gradient(top, #149bdf, #0480be); + background-image: linear-gradient(to bottom, #149bdf, #0480be); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0); + -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + -webkit-transition: width 0.6s ease; + -moz-transition: width 0.6s ease; + -o-transition: width 0.6s ease; + transition: width 0.6s ease; +} + +.progress .bar + .bar { + -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); + -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); +} + +.progress-striped .bar { + background-color: #149bdf; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + -webkit-background-size: 40px 40px; + -moz-background-size: 40px 40px; + -o-background-size: 40px 40px; + background-size: 40px 40px; +} + +.progress.active .bar { + -webkit-animation: progress-bar-stripes 2s linear infinite; + -moz-animation: progress-bar-stripes 2s linear infinite; + -ms-animation: progress-bar-stripes 2s linear infinite; + -o-animation: progress-bar-stripes 2s linear infinite; + animation: progress-bar-stripes 2s linear infinite; +} + +.progress-danger .bar, +.progress .bar-danger { + background-color: #dd514c; + background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35)); + background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); + background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); + background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0); +} + +.progress-danger.progress-striped .bar, +.progress-striped .bar-danger { + background-color: #ee5f5b; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} + +.progress-success .bar, +.progress .bar-success { + background-color: #5eb95e; + background-image: -moz-linear-gradient(top, #62c462, #57a957); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957)); + background-image: -webkit-linear-gradient(top, #62c462, #57a957); + background-image: -o-linear-gradient(top, #62c462, #57a957); + background-image: linear-gradient(to bottom, #62c462, #57a957); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0); +} + +.progress-success.progress-striped .bar, +.progress-striped .bar-success { + background-color: #62c462; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} + +.progress-info .bar, +.progress .bar-info { + background-color: #4bb1cf; + background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9)); + background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); + background-image: -o-linear-gradient(top, #5bc0de, #339bb9); + background-image: linear-gradient(to bottom, #5bc0de, #339bb9); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0); +} + +.progress-info.progress-striped .bar, +.progress-striped .bar-info { + background-color: #5bc0de; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} + +.progress-warning .bar, +.progress .bar-warning { + background-color: #faa732; + background-image: -moz-linear-gradient(top, #fbb450, #f89406); + background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); + background-image: -webkit-linear-gradient(top, #fbb450, #f89406); + background-image: -o-linear-gradient(top, #fbb450, #f89406); + background-image: linear-gradient(to bottom, #fbb450, #f89406); + background-repeat: repeat-x; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0); +} + +.progress-warning.progress-striped .bar, +.progress-striped .bar-warning { + background-color: #fbb450; + background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); + background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); + background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); +} + +.accordion { + margin-bottom: 20px; +} + +.accordion-group { + margin-bottom: 2px; + border: 1px solid #e5e5e5; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + +.accordion-heading { + border-bottom: 0; +} + +.accordion-heading .accordion-toggle { + display: block; + padding: 8px 15px; +} + +.accordion-toggle { + cursor: pointer; +} + +.accordion-inner { + padding: 9px 15px; + border-top: 1px solid #e5e5e5; +} + +.carousel { + position: relative; + margin-bottom: 20px; + line-height: 1; +} + +.carousel-inner { + position: relative; + width: 100%; + overflow: hidden; +} + +.carousel-inner > .item { + position: relative; + display: none; + -webkit-transition: 0.6s ease-in-out left; + -moz-transition: 0.6s ease-in-out left; + -o-transition: 0.6s ease-in-out left; + transition: 0.6s ease-in-out left; +} + +.carousel-inner > .item > img, +.carousel-inner > .item > a > img { + display: block; + line-height: 1; +} + +.carousel-inner > .active, +.carousel-inner > .next, +.carousel-inner > .prev { + display: block; +} + +.carousel-inner > .active { + left: 0; +} + +.carousel-inner > .next, +.carousel-inner > .prev { + position: absolute; + top: 0; + width: 100%; +} + +.carousel-inner > .next { + left: 100%; +} + +.carousel-inner > .prev { + left: -100%; +} + +.carousel-inner > .next.left, +.carousel-inner > .prev.right { + left: 0; +} + +.carousel-inner > .active.left { + left: -100%; +} + +.carousel-inner > .active.right { + left: 100%; +} + +.carousel-control { + position: absolute; + top: 40%; + left: 15px; + width: 40px; + height: 40px; + margin-top: -20px; + font-size: 60px; + font-weight: 100; + line-height: 30px; + color: #ffffff; + text-align: center; + background: #222222; + border: 3px solid #ffffff; + -webkit-border-radius: 23px; + -moz-border-radius: 23px; + border-radius: 23px; + opacity: 0.5; + filter: alpha(opacity=50); +} + +.carousel-control.right { + right: 15px; + left: auto; +} + +.carousel-control:hover, +.carousel-control:focus { + color: #ffffff; + text-decoration: none; + opacity: 0.9; + filter: alpha(opacity=90); +} + +.carousel-indicators { + position: absolute; + top: 15px; + right: 15px; + z-index: 5; + margin: 0; + list-style: none; +} + +.carousel-indicators li { + display: block; + float: left; + width: 10px; + height: 10px; + margin-left: 5px; + text-indent: -999px; + background-color: #ccc; + background-color: rgba(255, 255, 255, 0.25); + border-radius: 5px; +} + +.carousel-indicators .active { + background-color: #fff; +} + +.carousel-caption { + position: absolute; + right: 0; + bottom: 0; + left: 0; + padding: 15px; + background: #333333; + background: rgba(0, 0, 0, 0.75); +} + +.carousel-caption h4, +.carousel-caption p { + line-height: 20px; + color: #ffffff; +} + +.carousel-caption h4 { + margin: 0 0 5px; +} + +.carousel-caption p { + margin-bottom: 0; +} + +.hero-unit { + padding: 60px; + margin-bottom: 30px; + font-size: 18px; + font-weight: 200; + line-height: 30px; + color: inherit; + background-color: #eeeeee; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; +} + +.hero-unit h1 { + margin-bottom: 0; + font-size: 60px; + line-height: 1; + letter-spacing: -1px; + color: inherit; +} + +.hero-unit li { + line-height: 30px; +} + +.pull-right { + float: right; +} + +.pull-left { + float: left; +} + +.hide { + display: none; +} + +.show { + display: block; +} + +.invisible { + visibility: hidden; +} + +.affix { + position: fixed; +} + +h1 { + font-size: 31.5px; +} + +h2 { + font-size: 24.5px; +} + +h3 { + font-size: 21px; +} + +h4 { + font-size: 17.5px; +} + +h5 { + font-size: 14px; +} + +h6 { + font-size: 11.9px; +} + +.navbar-static-full-width .container { + width: 940px; +} + +.navbar-static-full-width .navbar-inner { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +html, +body { + height: 100%; +} + +#wrap { + height: auto !important; + height: 100%; + min-height: 100%; + margin: 0 auto -60px; +} + +#push, +#footer { + height: 20px; + padding: 20px; +} + +#footer { + background: #f2f2f2; +} + +.pull-right { + float: right; +} + +.pull-left { + float: left; +} + +.hide { + display: none; +} + +.show { + display: block; +} + +.invisible { + visibility: hidden; +} + +.affix { + position: fixed; +} addfile ./clckwrks-theme-bootstrap/data/css/bootstrap.min.css hunk ./clckwrks-theme-bootstrap/data/css/bootstrap.min.css 1 +@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono);/*! + * Bootstrap v2.3.0 + * + * Copyright 2012 Twitter, Inc + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Designed and built with all the love in the world @twitter by @mdo and @fat. + */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img,.google-maps img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}body{margin:0;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover,a:focus{color:#005580;text-decoration:underline}.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offset4{margin-left:340px}.offset3{margin-left:260px}.offset2{margin-left:180px}.offset1{margin-left:100px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%}.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%}.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%}.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%}.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%}.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%}.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%}.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%}.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%}.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%}.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%}.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%}.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%}.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%}.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%}.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%}.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%}.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%}.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%}.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%}.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%}.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%}.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%}.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%}.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%}.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%}.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%}.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%}.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%}.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%}.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%}.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%}.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%}.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%}.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right}.container{margin-right:auto;margin-left:auto;*zoom:1}.container:before,.container:after{display:table;line-height:0;content:""}.container:after{clear:both}.container-fluid{padding-right:20px;padding-left:20px;*zoom:1}.container-fluid:before,.container-fluid:after{display:table;line-height:0;content:""}.container-fluid:after{clear:both}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:21px;font-weight:200;line-height:30px}small{font-size:85%}strong{font-weight:bold}em{font-style:italic}cite{font-style:normal}.muted{color:#999}a.muted:hover,a.muted:focus{color:#808080}.text-warning{color:#c09853}a.text-warning:hover,a.text-warning:focus{color:#a47e3c}.text-error{color:#b94a48}a.text-error:hover,a.text-error:focus{color:#953b39}.text-info{color:#3a87ad}a.text-info:hover,a.text-info:focus{color:#2d6987}.text-success{color:#468847}a.text-success:hover,a.text-success:focus{color:#356635}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6{margin:10px 0;font-family:inherit;font-weight:bold;line-height:20px;color:inherit;text-rendering:optimizelegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{line-height:40px}h1{font-size:38.5px}h2{font-size:31.5px}h3{font-size:24.5px}h4{font-size:17.5px}h5{font-size:14px}h6{font-size:11.9px}h1 small{font-size:24.5px}h2 small{font-size:17.5px}h3 small{font-size:14px}h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eee}ul,ol{padding:0;margin:0 0 10px 25px}ul ul,ul ol,ol ol,ol ul{margin-bottom:0}li{line-height:20px}ul.unstyled,ol.unstyled{margin-left:0;list-style:none}ul.inline,ol.inline{margin-left:0;list-style:none}ul.inline>li,ol.inline>li{display:inline-block;*display:inline;padding-right:5px;padding-left:5px;*zoom:1}dl{margin-bottom:20px}dt,dd{line-height:20px}dt{font-weight:bold}dd{margin-left:10px}.dl-horizontal{*zoom:1}.dl-horizontal:before,.dl-horizontal:after{display:table;line-height:0;content:""}.dl-horizontal:after{clear:both}.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}hr{margin:20px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{margin-bottom:0;font-size:17.5px;font-weight:300;line-height:1.25}blockquote small{display:block;line-height:20px;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:20px}code,pre{padding:0 3px 2px;font-family:"Ubuntu Mono",Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}code{padding:2px 4px;color:#d14;white-space:nowrap;background-color:#f7f7f9;border:1px solid #e1e1e8}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}form{margin:0 0 20px}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333;border:0;border-bottom:1px solid #e5e5e5}legend small{font-size:15px;color:#999}label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px}input,button,select,textarea{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif}label{display:block;margin-bottom:5px}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:20px;padding:4px 6px;margin-bottom:10px;font-size:14px;line-height:20px;color:#555;vertical-align:middle;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}input,textarea,.uneditable-input{width:206px}textarea{height:auto}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;*margin-top:0;line-height:normal}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px}select{width:220px;background-color:#fff;border:1px solid #ccc}select[multiple],select[size]{height:auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.uneditable-input,.uneditable-textarea{color:#999;cursor:not-allowed;background-color:#fcfcfc;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px rgba(0,0,0,0.025)}.uneditable-input{overflow:hidden;white-space:nowrap}.uneditable-textarea{width:auto;height:auto}input:-moz-placeholder,textarea:-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.radio,.checkbox{min-height:20px;padding-left:20px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-20px}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px}.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px}.input-mini{width:60px}.input-small{width:90px}.input-medium{width:150px}.input-large{width:210px}.input-xlarge{width:270px}.input-xxlarge{width:530px}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:926px}input.span11,textarea.span11,.uneditable-input.span11{width:846px}input.span10,textarea.span10,.uneditable-input.span10{width:766px}input.span9,textarea.span9,.uneditable-input.span9{width:686px}input.span8,textarea.span8,.uneditable-input.span8{width:606px}input.span7,textarea.span7,.uneditable-input.span7{width:526px}input.span6,textarea.span6,.uneditable-input.span6{width:446px}input.span5,textarea.span5,.uneditable-input.span5{width:366px}input.span4,textarea.span4,.uneditable-input.span4{width:286px}input.span3,textarea.span3,.uneditable-input.span3{width:206px}input.span2,textarea.span2,.uneditable-input.span2{width:126px}input.span1,textarea.span1,.uneditable-input.span1{width:46px}.controls-row{*zoom:1}.controls-row:before,.controls-row:after{display:table;line-height:0;content:""}.controls-row:after{clear:both}.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float:left}.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top:5px}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent}.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853}.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48}.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847}.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847}.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color:#3a87ad}.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad}.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3}.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad}input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1}.form-actions:before,.form-actions:after{display:table;line-height:0;content:""}.form-actions:after{clear:both}.help-block,.help-inline{color:#595959}.help-block{display:block;margin-bottom:10px}.help-inline{display:inline-block;*display:inline;padding-left:5px;vertical-align:middle;*zoom:1}.input-append,.input-prepend{display:inline-block;margin-bottom:10px;font-size:0;white-space:nowrap;vertical-align:middle}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{font-size:14px}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:top;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index:2}.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc}.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546}.input-prepend .add-on,.input-prepend .btn{margin-right:-1px}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append .add-on,.input-append .btn,.input-append .btn-group{margin-left:-1px}.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-prepend.input-append .btn-group:first-child{margin-left:0}input.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.form-search .input-append .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search .input-append .btn{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}.form-search .input-prepend .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;margin-bottom:0;vertical-align:middle;*zoom:1}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none}.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0}.control-group{margin-bottom:10px}legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate}.form-horizontal .control-group{margin-bottom:20px;*zoom:1}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;line-height:0;content:""}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-label{float:left;width:160px;padding-top:5px;text-align:right}.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0}.form-horizontal .controls:first-child{*padding-left:180px}.form-horizontal .help-block{margin-bottom:0}.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{margin-top:10px}.form-horizontal .form-actions{padding-left:180px}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}.table{width:100%;margin-bottom:20px}.table th,.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #ddd}.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:2px solid #ddd}.table .table{background-color:#fff}.table-condensed th,.table-condensed td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapse;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.table-bordered th,.table-bordered td{border-left:1px solid #ddd}.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{-webkit-border-bottom-left-radius:0;border-bottom-left-radius:0;-moz-border-radius-bottomleft:0}.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:0;border-bottom-right-radius:0;-moz-border-radius-bottomright:0}.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px}.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 td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display:table-cell;float:none;margin-left:0}.table td.span1,.table th.span1{float:none;width:44px;margin-left:0}.table td.span2,.table th.span2{float:none;width:124px;margin-left:0}.table td.span3,.table th.span3{float:none;width:204px;margin-left:0}.table td.span4,.table th.span4{float:none;width:284px;margin-left:0}.table td.span5,.table th.span5{float:none;width:364px;margin-left:0}.table td.span6,.table th.span6{float:none;width:444px;margin-left:0}.table td.span7,.table th.span7{float:none;width:524px;margin-left:0}.table td.span8,.table th.span8{float:none;width:604px;margin-left:0}.table td.span9,.table th.span9{float:none;width:684px;margin-left:0}.table td.span10,.table th.span10{float:none;width:764px;margin-left:0}.table td.span11,.table th.span11{float:none;width:844px;margin-left:0}.table td.span12,.table th.span12{float:none;width:924px;margin-left:0}.table tbody tr.success>td{background-color:#dff0d8}.table tbody tr.error>td{background-color:#f2dede}.table tbody tr.warning>td{background-color:#fcf8e3}.table tbody tr.info>td{background-color:#d9edf7}.table-hover tbody tr.success:hover>td{background-color:#d0e9c6}.table-hover tbody tr.error:hover>td{background-color:#ebcccc}.table-hover tbody tr.warning:hover>td{background-color:#faf2cc}.table-hover tbody tr.info:hover>td{background-color:#c4e3f3}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("../img/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:focus>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:focus>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class*=" icon-"]{background-image:url("../img/glyphicons-halflings-white.png")}.icon-glass{background-position:0 0}.icon-music{background-position:-24px 0}.icon-search{background-position:-48px 0}.icon-envelope{background-position:-72px 0}.icon-heart{background-position:-96px 0}.icon-star{background-position:-120px 0}.icon-star-empty{background-position:-144px 0}.icon-user{background-position:-168px 0}.icon-film{background-position:-192px 0}.icon-th-large{background-position:-216px 0}.icon-th{background-position:-240px 0}.icon-th-list{background-position:-264px 0}.icon-ok{background-position:-288px 0}.icon-remove{background-position:-312px 0}.icon-zoom-in{background-position:-336px 0}.icon-zoom-out{background-position:-360px 0}.icon-off{background-position:-384px 0}.icon-signal{background-position:-408px 0}.icon-cog{background-position:-432px 0}.icon-trash{background-position:-456px 0}.icon-home{background-position:0 -24px}.icon-file{background-position:-24px -24px}.icon-time{background-position:-48px -24px}.icon-road{background-position:-72px -24px}.icon-download-alt{background-position:-96px -24px}.icon-download{background-position:-120px -24px}.icon-upload{background-position:-144px -24px}.icon-inbox{background-position:-168px -24px}.icon-play-circle{background-position:-192px -24px}.icon-repeat{background-position:-216px -24px}.icon-refresh{background-position:-240px -24px}.icon-list-alt{background-position:-264px -24px}.icon-lock{background-position:-287px -24px}.icon-flag{background-position:-312px -24px}.icon-headphones{background-position:-336px -24px}.icon-volume-off{background-position:-360px -24px}.icon-volume-down{background-position:-384px -24px}.icon-volume-up{background-position:-408px -24px}.icon-qrcode{background-position:-432px -24px}.icon-barcode{background-position:-456px -24px}.icon-tag{background-position:0 -48px}.icon-tags{background-position:-25px -48px}.icon-book{background-position:-48px -48px}.icon-bookmark{background-position:-72px -48px}.icon-print{background-position:-96px -48px}.icon-camera{background-position:-120px -48px}.icon-font{background-position:-144px -48px}.icon-bold{background-position:-167px -48px}.icon-italic{background-position:-192px -48px}.icon-text-height{background-position:-216px -48px}.icon-text-width{background-position:-240px -48px}.icon-align-left{background-position:-264px -48px}.icon-align-center{background-position:-288px -48px}.icon-align-right{background-position:-312px -48px}.icon-align-justify{background-position:-336px -48px}.icon-list{background-position:-360px -48px}.icon-indent-left{background-position:-384px -48px}.icon-indent-right{background-position:-408px -48px}.icon-facetime-video{background-position:-432px -48px}.icon-picture{background-position:-456px -48px}.icon-pencil{background-position:0 -72px}.icon-map-marker{background-position:-24px -72px}.icon-adjust{background-position:-48px -72px}.icon-tint{background-position:-72px -72px}.icon-edit{background-position:-96px -72px}.icon-share{background-position:-120px -72px}.icon-check{background-position:-144px -72px}.icon-move{background-position:-168px -72px}.icon-step-backward{background-position:-192px -72px}.icon-fast-backward{background-position:-216px -72px}.icon-backward{background-position:-240px -72px}.icon-play{background-position:-264px -72px}.icon-pause{background-position:-288px -72px}.icon-stop{background-position:-312px -72px}.icon-forward{background-position:-336px -72px}.icon-fast-forward{background-position:-360px -72px}.icon-step-forward{background-position:-384px -72px}.icon-eject{background-position:-408px -72px}.icon-chevron-left{background-position:-432px -72px}.icon-chevron-right{background-position:-456px -72px}.icon-plus-sign{background-position:0 -96px}.icon-minus-sign{background-position:-24px -96px}.icon-remove-sign{background-position:-48px -96px}.icon-ok-sign{background-position:-72px -96px}.icon-question-sign{background-position:-96px -96px}.icon-info-sign{background-position:-120px -96px}.icon-screenshot{background-position:-144px -96px}.icon-remove-circle{background-position:-168px -96px}.icon-ok-circle{background-position:-192px -96px}.icon-ban-circle{background-position:-216px -96px}.icon-arrow-left{background-position:-240px -96px}.icon-arrow-right{background-position:-264px -96px}.icon-arrow-up{background-position:-289px -96px}.icon-arrow-down{background-position:-312px -96px}.icon-share-alt{background-position:-336px -96px}.icon-resize-full{background-position:-360px -96px}.icon-resize-small{background-position:-384px -96px}.icon-plus{background-position:-408px -96px}.icon-minus{background-position:-433px -96px}.icon-asterisk{background-position:-456px -96px}.icon-exclamation-sign{background-position:0 -120px}.icon-gift{background-position:-24px -120px}.icon-leaf{background-position:-48px -120px}.icon-fire{background-position:-72px -120px}.icon-eye-open{background-position:-96px -120px}.icon-eye-close{background-position:-120px -120px}.icon-warning-sign{background-position:-144px -120px}.icon-plane{background-position:-168px -120px}.icon-calendar{background-position:-192px -120px}.icon-random{width:16px;background-position:-216px -120px}.icon-comment{background-position:-240px -120px}.icon-magnet{background-position:-264px -120px}.icon-chevron-up{background-position:-288px -120px}.icon-chevron-down{background-position:-313px -119px}.icon-retweet{background-position:-336px -120px}.icon-shopping-cart{background-position:-360px -120px}.icon-folder-close{width:16px;background-position:-384px -120px}.icon-folder-open{width:16px;background-position:-408px -120px}.icon-resize-vertical{background-position:-432px -119px}.icon-resize-horizontal{background-position:-456px -118px}.icon-hdd{background-position:0 -144px}.icon-bullhorn{background-position:-24px -144px}.icon-bell{background-position:-48px -144px}.icon-certificate{background-position:-72px -144px}.icon-thumbs-up{background-position:-96px -144px}.icon-thumbs-down{background-position:-120px -144px}.icon-hand-right{background-position:-144px -144px}.icon-hand-left{background-position:-168px -144px}.icon-hand-up{background-position:-192px -144px}.icon-hand-down{background-position:-216px -144px}.icon-circle-arrow-right{background-position:-240px -144px}.icon-circle-arrow-left{background-position:-264px -144px}.icon-circle-arrow-up{background-position:-288px -144px}.icon-circle-arrow-down{background-position:-312px -144px}.icon-globe{background-position:-336px -144px}.icon-wrench{background-position:-360px -144px}.icon-tasks{background-position:-384px -144px}.icon-filter{background-position:-408px -144px}.icon-briefcase{background-position:-432px -144px}.icon-fullscreen{background-position:-456px -144px}.dropup,.dropdown{position:relative}.dropdown-toggle{*margin-bottom:-3px}.dropdown-toggle:active,.open .dropdown-toggle{outline:0}.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.dropdown .caret{margin-top:8px;margin-left:2px}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{color:#fff;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#333;text-decoration:none;background-color:#0081c2;background-image:-moz-linear-gradient(top,#08c,#0077b3);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));background-image:-webkit-linear-gradient(top,#08c,#0077b3);background-image:-o-linear-gradient(top,#08c,#0077b3);background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:default;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open{*z-index:1000}.open>.dropdown-menu{display:block}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;border-radius:5px 5px 5px 0}.dropdown-submenu>a:after{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-10px;border-color:transparent;border-left-color:#ccc;border-style:solid;border-width:5px 0 5px 5px;content:" "}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.dropdown .dropdown-menu .nav-header{padding-right:20px;padding-left:20px}.typeahead{z-index:1051;margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.collapse.in{height:auto}.close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.btn{display:inline-block;*display:inline;padding:4px 12px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #bbb;*border:0;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#ccc \9}.btn:first-child{*margin-left:0}.btn:hover,.btn:focus{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-large{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:4px}.btn-small{padding:2px 10px;font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{margin-top:0}.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{margin-top:-1px}.btn-mini{padding:1px 6px;font-size:10.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;*background-color:#04c;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.btn-primary:active,.btn-primary.active{background-color:#039 \9}.btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#faa732;*background-color:#f89406;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#fff;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4f49;*background-color:#bd362f;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#fff;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb75b;*background-color:#51a351;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#fff;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;*background-color:#2f96b4;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#fff;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;*background-color:#222;background-image:-moz-linear-gradient(top,#444,#222);background-image:-webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));background-image:-webkit-linear-gradient(top,#444,#222);background-image:-o-linear-gradient(top,#444,#222);background-image:linear-gradient(to bottom,#444,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#fff;background-color:#222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-link{color:#08c;cursor:pointer;border-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-link:hover,.btn-link:focus{color:#005580;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus{color:#333;text-decoration:none}.btn-group{position:relative;display:inline-block;*display:inline;*margin-left:.3em;font-size:0;white-space:nowrap;vertical-align:middle;*zoom:1}.btn-group:first-child{*margin-left:0}.btn-group+.btn-group{margin-left:5px}.btn-toolbar{margin-top:10px;margin-bottom:10px;font-size:0}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{margin-left:5px}.btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group>.btn+.btn{margin-left:-1px}.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover{font-size:14px}.btn-group>.btn-mini{font-size:10.5px}.btn-group>.btn-small{font-size:11.9px}.btn-group>.btn-large{font-size:17.5px}.btn-group>.btn:first-child{margin-left:0;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}.btn-group>.btn.large:first-child{margin-left:0;-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:6px}.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{*padding-top:5px;padding-right:8px;*padding-bottom:5px;padding-left:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn-group>.btn-mini+.dropdown-toggle{*padding-top:2px;padding-right:5px;*padding-bottom:2px;padding-left:5px}.btn-group>.btn-small+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px}.btn-group>.btn-large+.dropdown-toggle{*padding-top:7px;padding-right:12px;*padding-bottom:7px;padding-left:12px}.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6}.btn-group.open .btn-primary.dropdown-toggle{background-color:#04c}.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406}.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f}.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351}.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4}.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222}.btn .caret{margin-top:8px;margin-left:0}.btn-large .caret{margin-top:6px}.btn-large .caret{border-top-width:5px;border-right-width:5px;border-left-width:5px}.btn-mini .caret,.btn-small .caret{margin-top:8px}.dropup .btn-large .caret{border-bottom-width:5px}.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#fff;border-bottom-color:#fff}.btn-group-vertical{display:inline-block;*display:inline;*zoom:1}.btn-group-vertical>.btn{display:block;float:none;max-width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.btn-group-vertical>.btn+.btn{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.btn-group-vertical>.btn:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.btn-group-vertical>.btn-large:first-child{-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}.btn-group-vertical>.btn-large:last-child{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.alert,.alert h4{color:#c09853}.alert h4{margin:0}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success h4{color:#468847}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger h4,.alert-error h4{color:#b94a48}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info h4{color:#3a87ad}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}.nav{margin-bottom:20px;margin-left:0;list-style:none}.nav>li>a{display:block}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li>a>img{max-width:none}.nav>.pull-right{float:right}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase}.nav li+.nav-header{margin-top:9px}.nav-list{padding-right:15px;padding-left:15px;margin-bottom:0}.nav-list>li>a,.nav-list .nav-header{margin-right:-15px;margin-left:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.nav-list>li>a{padding:3px 15px}.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#08c}.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-right:2px}.nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.nav-tabs,.nav-pills{*zoom:1}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;line-height:0;content:""}.nav-tabs:after,.nav-pills:after{clear:both}.nav-tabs>li,.nav-pills>li{float:left}.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{margin-bottom:-1px}.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{border-color:#eee #eee #ddd}.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{color:#fff;background-color:#08c}.nav-stacked>li{float:none}.nav-stacked>li>a{margin-right:0}.nav-tabs.nav-stacked{border-bottom:0}.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-topleft:4px}.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px}.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus{z-index:2;border-color:#ddd}.nav-pills.nav-stacked>li>a{margin-bottom:3px}.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.nav .dropdown-toggle .caret{margin-top:6px;border-top-color:#08c;border-bottom-color:#08c}.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{border-top-color:#005580;border-bottom-color:#005580}.nav-tabs .dropdown-toggle .caret{margin-top:8px}.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus{cursor:pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus{color:#fff;background-color:#999;border-color:#999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)}.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus{border-color:#999}.tabbable{*zoom:1}.tabbable:before,.tabbable:after{display:table;line-height:0;content:""}.tabbable:after{clear:both}.tab-content{overflow:auto}.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{border-top-color:#ddd;border-bottom-color:transparent}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{border-color:transparent #ddd #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{border-color:#eee #ddd #eee #eee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{border-color:#eee #eee #eee #ddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}.nav>.disabled>a{color:#999}.nav>.disabled>a:hover,.nav>.disabled>a:focus{text-decoration:none;cursor:default;background-color:transparent}.navbar{*position:relative;*z-index:2;margin-bottom:20px;overflow:visible}.navbar-inner{min-height:40px;padding-right:20px;padding-left:20px;background-color:#fafafa;background-image:-moz-linear-gradient(top,#fff,#f2f2f2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);background-image:-o-linear-gradient(top,#fff,#f2f2f2);background-image:linear-gradient(to bottom,#fff,#f2f2f2);background-repeat:repeat-x;border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);*zoom:1;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065)}.navbar-inner:before,.navbar-inner:after{display:table;line-height:0;content:""}.navbar-inner:after{clear:both}.navbar .container{width:auto}.nav-collapse.collapse{height:auto;overflow:visible}.navbar .brand{display:block;float:left;padding:10px 20px 10px;margin-left:-20px;font-size:20px;font-weight:200;color:#777;text-shadow:0 1px 0 #fff}.navbar .brand:hover,.navbar .brand:focus{text-decoration:none}.navbar-text{margin-bottom:0;line-height:40px;color:#777}.navbar-link{color:#777}.navbar-link:hover,.navbar-link:focus{color:#333}.navbar .divider-vertical{height:40px;margin:0 9px;border-right:1px solid #fff;border-left:1px solid #f2f2f2}.navbar .btn,.navbar .btn-group{margin-top:5px}.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{margin-top:0}.navbar-form{margin-bottom:0;*zoom:1}.navbar-form:before,.navbar-form:after{display:table;line-height:0;content:""}.navbar-form:after{clear:both}.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px}.navbar-form input,.navbar-form select,.navbar-form .btn{display:inline-block;margin-bottom:0}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px}.navbar-form .input-append,.navbar-form .input-prepend{margin-top:5px;white-space:nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0}.navbar-search{position:relative;float:left;margin-top:5px;margin-bottom:0}.navbar-search .search-query{padding:4px 14px;margin-bottom:0;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.navbar-static-top{position:static;margin-bottom:0}.navbar-static-top .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width:0 0 1px}.navbar-fixed-bottom .navbar-inner{border-width:1px 0 0}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-right:0;padding-left:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.navbar-fixed-top{top:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,0.1);box-shadow:0 1px 10px rgba(0,0,0,0.1)}.navbar-fixed-bottom{bottom:0}.navbar-fixed-bottom .navbar-inner{-webkit-box-shadow:0 -1px 10px rgba(0,0,0,0.1);-moz-box-shadow:0 -1px 10px rgba(0,0,0,0.1);box-shadow:0 -1px 10px rgba(0,0,0,0.1)}.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0}.navbar .nav.pull-right{float:right;margin-right:0}.navbar .nav>li{float:left}.navbar .nav>li>a{float:none;padding:10px 15px 10px;color:#777;text-decoration:none;text-shadow:0 1px 0 #fff}.navbar .nav .dropdown-toggle .caret{margin-top:8px}.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{color:#333;text-decoration:none;background-color:transparent}.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#555;text-decoration:none;background-color:#e5e5e5;-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);box-shadow:inset 0 3px 8px rgba(0,0,0,0.125)}.navbar .btn-navbar{display:none;float:right;padding:7px 10px;margin-right:5px;margin-left:5px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#ededed;*background-color:#e5e5e5;background-image:-moz-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));background-image:-webkit-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:-o-linear-gradient(top,#f2f2f2,#e5e5e5);background-image:linear-gradient(to bottom,#f2f2f2,#e5e5e5);background-repeat:repeat-x;border-color:#e5e5e5 #e5e5e5 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color:#fff;background-color:#e5e5e5;*background-color:#d9d9d9}.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#ccc \9}.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}.btn-navbar .icon-bar+.icon-bar{margin-top:3px}.navbar .nav>li>.dropdown-menu:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}.navbar .nav>li>.dropdown-menu:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.navbar-fixed-bottom .nav>li>.dropdown-menu:before{top:auto;bottom:-7px;border-top:7px solid #ccc;border-bottom:0;border-top-color:rgba(0,0,0,0.2)}.navbar-fixed-bottom .nav>li>.dropdown-menu:after{top:auto;bottom:-6px;border-top:6px solid #fff;border-bottom:0}.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{color:#555;background-color:#e5e5e5}.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#777;border-bottom-color:#777}.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{right:12px;left:auto}.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{right:13px;left:auto}.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{right:100%;left:auto;margin-right:-1px;margin-left:0;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}.navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:-moz-linear-gradient(top,#222,#111);background-image:-webkit-gradient(linear,0 0,0 100%,from(#222),to(#111));background-image:-webkit-linear-gradient(top,#222,#111);background-image:-o-linear-gradient(top,#222,#111);background-image:linear-gradient(to bottom,#222,#111);background-repeat:repeat-x;border-color:#252525;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}.navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#999;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus{color:#fff}.navbar-inverse .brand{color:#999}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{color:#fff;background-color:#111}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{color:#fff}.navbar-inverse .divider-vertical{border-right-color:#222;border-left-color:#111}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{color:#fff;background-color:#111}.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-search .search-query{color:#fff;background-color:#515151;border-color:#111;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding:5px 15px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;outline:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15)}.navbar-inverse .btn-navbar{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;*background-color:#040404;background-image:-moz-linear-gradient(top,#151515,#040404);background-image:-webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));background-image:-webkit-linear-gradient(top,#151515,#040404);background-image:-o-linear-gradient(top,#151515,#040404);background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#fff;background-color:#040404;*background-color:#000}.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{background-color:#000 \9}.breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.breadcrumb>li{display:inline-block;*display:inline;text-shadow:0 1px 0 #fff;*zoom:1}.breadcrumb>li>.divider{padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{margin:20px 0}.pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*zoom:1;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.pagination ul>li{display:inline}.pagination ul>li>a,.pagination ul>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5}.pagination ul>.active>a,.pagination ul>.active>span{color:#999;cursor:default}.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999;cursor:default;background-color:transparent}.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}.pagination-centered{text-align:center}.pagination-right{text-align:right}.pagination-large ul>li>a,.pagination-large ul>li>span{padding:11px 19px;font-size:17.5px}.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-bottom-left-radius:6px;border-bottom-left-radius:6px;-webkit-border-top-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:6px}.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-right-radius:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px}.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px}.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px}.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px}.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:1px 6px;font-size:10.5px}.pager{margin:20px 0;text-align:center;list-style:none;*zoom:1}.pager:before,.pager:after{display:table;line-height:0;content:""}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#f5f5f5}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:default;background-color:#fff}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.modal{position:fixed;top:10%;left:50%;z-index:1050;width:560px;margin-left:-280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;outline:0;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.modal.fade{top:-25%;-webkit-transition:opacity .3s linear,top .3s ease-out;-moz-transition:opacity .3s linear,top .3s ease-out;-o-transition:opacity .3s linear,top .3s ease-out;transition:opacity .3s linear,top .3s ease-out}.modal.fade.in{top:10%}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px}.modal-header h3{margin:0;line-height:30px}.modal-body{position:relative;max-height:400px;padding:15px;overflow-y:auto}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;*zoom:1;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff}.modal-footer:before,.modal-footer:after{display:table;line-height:0;content:""}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.popover-title:empty{display:none}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0}.thumbnails{margin-left:-20px;list-style:none;*zoom:1}.thumbnails:before,.thumbnails:after{display:table;line-height:0;content:""}.thumbnails:after{clear:both}.row-fluid .thumbnails{margin-left:0}.thumbnails>li{float:left;margin-bottom:20px;margin-left:20px}.thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);box-shadow:0 1px 3px rgba(0,0,0,0.055);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}a.thumbnail:hover,a.thumbnail:focus{border-color:#08c;-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);box-shadow:0 1px 4px rgba(0,105,214,0.25)}.thumbnail>img{display:block;max-width:100%;margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#555}.media,.media-body{overflow:hidden;*overflow:visible;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{margin-left:0;list-style:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:bold;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);white-space:nowrap;vertical-align:baseline;background-color:#999}.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.badge{padding-right:9px;padding-left:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}.label:empty,.badge:empty{display:none}a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f7f7f7;background-image:-moz-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:-o-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress .bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top,#149bdf,#0480be);background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:-o-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress .bar+.bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15)}.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-danger .bar,.progress .bar-danger{background-color:#dd514c;background-image:-moz-linear-gradient(top,#ee5f5b,#c43c35);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));background-image:-webkit-linear-gradient(top,#ee5f5b,#c43c35);background-image:-o-linear-gradient(top,#ee5f5b,#c43c35);background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0)}.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:-moz-linear-gradient(top,#62c462,#57a957);background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));background-image:-webkit-linear-gradient(top,#62c462,#57a957);background-image:-o-linear-gradient(top,#62c462,#57a957);background-image:linear-gradient(to bottom,#62c462,#57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0)}.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:-moz-linear-gradient(top,#5bc0de,#339bb9);background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));background-image:-webkit-linear-gradient(top,#5bc0de,#339bb9);background-image:-o-linear-gradient(top,#5bc0de,#339bb9);background-image:linear-gradient(to bottom,#5bc0de,#339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0)}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-warning .bar,.progress .bar-warning{background-color:#faa732;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0)}.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#fbb450;background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.accordion{margin-bottom:20px}.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.accordion-heading{border-bottom:0}.accordion-heading .accordion-toggle{display:block;padding:8px 15px}.accordion-toggle{cursor:pointer}.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}.carousel{position:relative;margin-bottom:20px;line-height:1}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;filter:alpha(opacity=50)}.carousel-control.right{right:15px;left:auto}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-indicators{position:absolute;top:15px;right:15px;z-index:5;margin:0;list-style:none}.carousel-indicators li{display:block;float:left;width:10px;height:10px;margin-left:5px;text-indent:-999px;background-color:#ccc;background-color:rgba(255,255,255,0.25);border-radius:5px}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:0;bottom:0;left:0;padding:15px;background:#333;background:rgba(0,0,0,0.75)}.carousel-caption h4,.carousel-caption p{line-height:20px;color:#fff}.carousel-caption h4{margin:0 0 5px}.carousel-caption p{margin-bottom:0}.hero-unit{padding:60px;margin-bottom:30px;font-size:18px;font-weight:200;line-height:30px;color:inherit;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;color:inherit}.hero-unit li{line-height:30px}.pull-right{float:right}.pull-left{float:left}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.affix{position:fixed}h1{font-size:31.5px}h2{font-size:24.5px}h3{font-size:21px}h4{font-size:17.5px}h5{font-size:14px}h6{font-size:11.9px}.navbar-static-full-width .container{width:940px}.navbar-static-full-width .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}html,body{height:100%}#wrap{height:auto!important;height:100%;min-height:100%;margin:0 auto -60px}#push,#footer{height:20px;padding:20px}#footer{background:#f2f2f2}.pull-right{float:right}.pull-left{float:left}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.affix{position:fixed} addfile ./clckwrks-theme-bootstrap/data/hscolour.css hunk ./clckwrks-theme-bootstrap/data/hscolour.css 1 +.hs-keyglyph, .hs-layout {color: red;} +.hs-keyword {color: blue;} +.hs-comment, .hs-comment a {color: green;} +.hs-str, .hs-chr {color: teal;} +.hs-keyword, .hs-conid, .hs-varid, .hs-conop, .hs-varop, .hs-num, .hs-cpp, .hs-sel, .hs-definition {} adddir ./clckwrks-theme-bootstrap/data/img addfile ./clckwrks-theme-bootstrap/data/img/glyphicons-halflings-white.png binary ./clckwrks-theme-bootstrap/data/img/glyphicons-halflings-white.png oldhex * newhex *89504e470d0a1a0a0000000d49484452000001d50000009f080300000098d3b37b000002d9504c *5445ffffff000000000000f9f9f9ffffff000000fffffffdfdfd6d6d6d000000ffffffffffffff *ffff000000000000fffffff0f0f0fefefef6f6f6000000fcfcfc000000000000ffffffffffffda *dada000000c2c2c2f4f4f4fffffffffffff4f4f4f7f7f7ffffff000000000000b3b3b3fdfdfd00 *0000e2e2e2b0b0b0fffffffffffffbfbfbe7e7e7fefefeffffff000000ededed000000cfcfcf00 *0000fdfdfdf6f6f6edededfbfbfbe7e7e7fafafae1e1e1929292fefefefefefec1c1c198989874 *7474e1e1e1d0d0d0000000f3f3f3bbbbbba1a1a1808080fdfdfdd4d4d4626262ffffffd5d5d5f8 *f8f8dcdcdcfafafafbfbfbe9e9e9fbfbfbfdfdfdfdfdfdd1d1d1f2f2f2fcfcfcf8f8f8ebebebfc *fcfcb6b6b6c6c6c6e5e5e5eeeeeef5f5f5fdfdfd656565676767f0f0f0b6b6b6e0e0e0f7f7f7fa *fafae9e9e9e5e5e5fafafaf8f8f8cbcbcbffffff848484f1f1f1787878f7f7f7ddddddf9f9f9c8 *c8c8d2d2d2ecececfafafadededee2e2e2e6e6e6f3f3f39b9b9ba8a8a8a5a5a5dcdcdceeeeeeff *fffff1f1f1c9c9c9f0f0f0ffffffffffffdededec6c6c6bcbcbcebebebd6d6d6d0d0d0e2e2e2f9 *f9f9f4f4f4e2e2e2ecececf5f5f5b4b4b4fffffffdfdfdfbfbfbfcfcfcfafafae6e6e6000000e4 *e4e4fcfcfcf7f7f7b0b0b0999999fdfdfdecececfcfcfcc1c1c1e9e9e9ffffffdadadaf0f0f0f0 *f0f0f5f5f5f1f1f1fefefef8f8f8fefefe8e8e8ee2e2e2fbfbfbf9f9f9dcdcdcfffffff2f2f2fa *fafa9f9f9fedededf7f7f7f6f6f6e8e8e8f3f3f3fafafaf5f5f5f5f5f5a6a6a6cbcbcbfafafaf8 *f8f8d3d3d3ebebebfafafaebebebaaaaaaf3f3f3edededa2a2a2cfcfcfdadadad6d6d6a2a2a2eb *ebebe2e2e2f9f9f9555555cdcdcdffffffd6d6d6e3e3e3e1e1e1eaeaeafcfcfcfffffff6f6f6fb *fbfbf3f3f3f4f4f4ccccccfffffffffffff9f9f9f5f5f5fffffff2f2f2fdfdfd000000d9d9d9fc *fcfcfbfbfbfcfcfce9e9e9bfbfbffbfbfbeaeaeae9e9e9fefefefffffff8724fe6000000f27452 *4e53001a00d4cf020ff12310ef9f5f0a052fa9f0c615e21803bf1f6f1353b7df3f86c57f061743 *e10d6b448fafc28dc04f12530f5f08a0a59ab28cd31136d0e03e34217e610ba740311ed15f276f *12c46ea2d28b9190804d86a19333b142516a99b670262521156cb5c3225871723b801d9720415b *823c6089616d7d3485332f30498804a850434d2136282a674b265951a64744502c0ee58160927b *015650a42d19ea78c12968dd378765315df488df1b57bfb324978731188362c47a53dc9563174f *d9cd5d8fc08a159655163b5a693c4e23d70c290938367056e0f2943a688d23f9305a841851d40e *4a4e86be451444548cde7ef5875e00001e2d49444154785eec9d877f23c799a6bf6227020d3402 *41102441680006931c0d290ec37086339a3c1a4d904639593958c1b22cdb72ce699dd6f6dabedd *db7c9b73bcdb7439e79c73cef9debfe058dd206bbabe6a76f340ad6c5fbf9249ff9e2a7e68f483 *0ea03e14e9bb2779dc2280e2d0d010918dddd886894b0b3634d6599c2a2e76e840b2b81fee8e01 *632e7d3b87ef9f744e2502a844490118aa98cad0090821105a1db6d08f354cf148a332da36208c *1f83c9af8ed6228a0bd42d62b1452c152c2990ca8f00c0110d42058cb718a63e6d19b9aac3e3fa *6e1cf8f636706d9f52f64f0a776d1040b0ddcc56dd233fc9274385c8915a23a98e719e8718ecc0 *1b1762d2d37c24bd3adc2989c22f45be25f7e26e0552b9719743e06818086eb5c925f569d3cc93 *adbab6b6df7d6c836d0a3f69ff64e264c322802cd819ad16c70060ac48f1081522722e7aa1bc8b *8ec17efdecfc2862f051dc5526eabd1d97299635f5ea582395a7a0f214e999454daae6dc523ccd *2a705b18805b252ea94fc9cca398a5026b37931b006c496fb0fd03a8fd93b6df4ab04608a0110b *a56c560f21cca1c48375488260c603bc9980979b1413e7038226a22cc77a16b4c9526b2415a4f2 *11a87c24f66c8abbbc5862fca2e2e9c76adfaac8645508b1fb3fcea32448b5eeb819a957b1be7f *2455fb27851fc6c548dc451c332ad5adba80b5b555075c7deaadfd7f8628d20a18a4127a126856 *6b7d67c775ab526b2415a4f225a87c8954a87cdaea636ba61ce78db32210e39ee4b144e794fd1d *ab835f572b8bae94ca2e51f2d2c529d54012abfd93c6bd804808a2c09bcd62b57304b8d46c9e01 *8e54b4a9b744fff4ad520004c40332586da32361050dddeaba336c59c3ce7acc6ab98e9dd4e392 *9a231b21de180934fe044ab4c438d128008cf263b51f01769989be0e745dad1461b798549913c7 *01e0f809d2f78f0044050dce85e0bce1513f5e2d8bd50f5f075e243a015cffecde5609a024ab95 *4e7cec3d2876885a27718f36b95af0d78687d7fc423556ecccee217986b4bc33e4df4b9cffe3b1 *bf62e004000676348cf11e78f0ebeaa311e2525d1b616c97ed1f21d4fe49db6f87508940c574a5 *e456037994baee11e04cefffd9aa0f6d6cb5dabf49a855627c5b2ab0b6066c6b65272abe5764ee *051ac0dd64e0b3f018ef44b7d39d7d5c579b835f57df9db4f9b6a472d04eda3f99f8db76deab1d *c1dbb25825a78e307587f66f75692a84fc4a5618b780c6a6876225867df4e31788693549a5596c *4e9f452d1b7717d0cf82fb665f57336dfe0549e5e085c4fd9385972d8c6d83ca18acb251299353 *0bb5d66bb47fab54430837eaed196da43c22c4f4dc8c87628b547cecc627a6d524b5d2989fa3f3 *f3d652263ea5ea4f0d700f9cf5ba9abef985ea36dd1eac16d2f60fe7fabd74b1a8eea553ad8e4e *5ca9d7af4c8cee6dd5f85cc802ce12d1cac47240a604339e758d540a6237fad3742e352e71a9f4 *c833b27230fc3d99385490c2077fbfaa69ad4aa95cebc83675460a94b27f52b833325ef71aedf1 *1127c5aa8af3c0ed0eb17888e249ab09efd24684384f7b2538ad9e6b4a9ad34d5381c8b41364e2 *424564e6d1e8a0ef579d824359c3f74f3a2f4f8c4e2f97498b10ea5f3dbd8078464594d1211a20 *cd3da5e6693a6fc17e1b92a1b72079fe3fb69a27b79a27b79a5bcd935bcd935bcd935bcd935bcd *ad96e8bb2eb9551f3eb124f75096c6a68a6325865da0db055c63a9b43ae97c09fd2c65af539c5a *2c916f9abf5872ede4cecb58ba21eb52e69416c7c6160ff240e15af8768220078730d4e73e003f *c12ae7ae0dd43cf0fed51f001e7c10f88114abbc4e36fe30fab93b7b1daf0614619e0f64b3ea32 *1805d4e9762b44e4f35e74e0e0fad15b7100210408f2db9e567dc8f866ab9cdba8cf8f8eced759 *ffea65e0a59780cb2956799d6c7c16220c66f755c703b271889d40eb88c7bc9834592d02981ab3 *59fdcd2d21b63661939e8a423a6f25f1164aa4db0349b1b497551f517ca355c64ba84f04a060a2 *ae3d5c0bfdb412adf23a08eb30beb0c0780b1685b15061f389cc75881e02409cbb21e7bb4b86e2 *030e1050cf64d5786877313ed7246ace8db393761790f65a64e0e8109978f1abd5539a554108c5 *265b555201df6495fd37f0c3b89dc27ab76bfdab2f03989c04f072a2555e07ac8ee41da0a3f397 *773a492ee01556c7ae18ebf4ff633e71ee849ced2e2113b77a53db7226abb3d53285295767f909 *be8552092dce69e3510938bfe7d8fb50615cd09ed755259569dda1a6fe5510ef5f3d05e0c31f06 *70caf8091c9b4c75a0ea28ee9e024eb91a3f869fa0303f81c3863a5dbdceace486d414cf74ac42 *2593557c99faf9b2a14e731c186f724effb966b6fa0904f82cbb501009012112ad160476220a59 *ac36bc684cef5fad00401000408562e9b77311af6303b6aca371671a9876340e7c9dc27c1d306c *cf9fd0ebd4240f538cf5398d8eeef262cab19ad16a238e9fa37e9e83c1d2cf033f6fb2f77d1e91 *9183f07d377341506d3a4956b93d6e95f7af0a21f4fed57bb19b7bcddd68bcce45e0a2aaa33801 *a47300e810750080cd6f4cae18ebc854f024f184f5073b56ddfab9ad731bf5f66371ec44130107 *a633f0f8b8f10cfc07db11e0bc820f332e4406ab428814abe9fdabb3001a423400cc26ec155627 *d8dc0c541dc50960f501e0bd44ef050036ff999e9acfb7f371fd79f96afb0738569d89d5e62aeb *d603ed5825fdb3049b4073ab5cde6a724eb50724e07cf63d0f3502fece862027ec6d55c214ab69 *fdab4bfd8f691d0280254399c949f03a7373611dc685601c2a60f31db53d19fa6cbdf7293ec875 *d5984d6575531b9a9bb7a849f25fce4ff7884cfca35fa97d906f26a9ed1cc06a7affeadd00709d *e8bafe7b02a8a4d6e1dc6c75903a044ff1c1aeabc6cc29ab73a425185140e3cd24de3c5d669b09 *1280a0784f2585f7504362687232a3d5f4fed51a00bc9fe8fd00504bb7caeb709e6635bd4ec3ab *335e1d1d6fabf9a9fabc5dea65b24acaeac1a469d042989c3436341386805e7402ef7f8d8775d9 *b2fe55d68c3a473427bf8ff2323259ea70ceeb88cc75a64727182f5079d9343fa1fee82e1dd5e6 *534284505f0f3e9112d1eb191b9a490c09317433ce93f742e4c9ade6c9ade6c9ade6c9ade656f3 *e456f3e456f3e456f3e45673abe606c35deeb321d736370728aac7670bafa4a58b8a7983b04086 *940c1d343e51daf220dfd556ab46ad7d5e58d787ecdabc8892d56a8db51ea66516f73236094c9e *b3d0259ef259b447e268010bfbb39a6c1a8943ad7dad29d3e23c0a8821da45a0f4f0c745bd50e7 *5a15575a99bd8c562b11fe40c28610cf520d35067b406f751897c9907f860734b28215b2268500 *8498b44885d101ac36f765b5792056138b88dd800818039856c5a5d6c1acbe12e163715a84de92 *a972ecd3164ac6e77942eae679079ed31188467ad10ff546144ea224a2108f481d62c8c8d510b3 *2a112b9d6ad58f71f2d18dcec020daab1d986bddbf55e05884af036cba6501b702ecc4f6be1fc4 *3193d5ca1ada6408e030645ef52d91422589839d7d0fea0c9cf8b87b59f5a117992572c72ad26a *35416b35a67510abb322cc2cb73a7ee9d2b8e159bedc087e0a6899f7fb03c453419d7ebfad3615 *1eec0cbc906675c16cd58766b58a7bc8b55174415448d05a886b1dc0aa8ac6ad2f005fb0b8d553 *9feebc6ee1fbb90ab17516275d62f95d7c6d60ab4285f1c481c1cfc0a11e4a2c4f24edc164755d *b75a1073ae0dc0464cdf3aa9c4f9fafa9b61f5f88bc08bc799d50ec2cc1a5434cf6fe07e627918 *3f7770c76ae6bba5d6419c8185d8288078f95d84c28610a6fa85aa66d5edb67e04616ed6a72f9e *a9b8bf5ec864d5dab2f663151fd8dafa0098d5872c21c416d031a9f8691c26961b78695f564b40 *6970abcd833903afd0de566925613b0bd518af4c013f89304a1f932ab9929ac5aa35dc1cb6b855 *d10fb78a9327c1acba785eeeb2361ee2565ba51a5e2016e07bf6655599c8d27c973a30f83d3087 *bbc864dbab6f87a810e72a4a1f931a7125955badc6f559c34eb8982e7351844c8b75649a5b32d7 *f00539fe49fdf33a57c16e97d4c8ffd0d90216128eca6d1e9958186ca5da83be0736d721186c8f *4e6c87d956d9d5a74b55bca4a46a56e35c4a25a955df8a9ddf42b08e4c634b6617e162d715f63e *16611a933dd2629b7e1fb9525d6147255b9dfaf7d76a7340ab3c698f5bd0a52a5e2e643b5549a9 *522beb4f0f44983265cadcb6e520faa151c3e34e33a9342231a385dd1fd2f886e867a330e0fac3 *07750616945c8714e4497ddcc1e3d0774656d8ff1934792f449edc6a9edc6a9edc6a6e354f6e35 *4f6e354f6e354f6e35b7eab668e02cd2b75572abae5dac1816ba5d4c5ebf97a783254a8ebb4483 *c6f7691fc9adbacf1e47d1d49d0ddfb4ae2f00db253d27718ac3a529c8d9f2e73a8c8f51cb3cbf *58a12eabe527f4a3875b9540f950129fead001c476c32fc9bc05b0a188f2b83e2f1439f04dd8b7 *dd9855d73e79c9b258c7407db30d940cebeb46a2b47401dc675e82db1a764f5cb09ed3b8777682 *7095cf1faf7a33810f9b4b356905a42124503e94c481c51619028090b92706d2119456c69bac94 *a24c9e1c327218b4fa40a4554dc3c94bc3fa5aaff589b9e5360e1bd6d705c074778ceba79fc2a6 *1062e4846ddf31e2687cf47cc907165d7d7eb9301af8c0054d6a4100a2c0b402d21012281f4ae2 *008addc1ad4a1150363807cc43267972c8ccd789651d7dad6a1a8e5f63cb4abd3fea4930acaf6b *eadb3e15c29aab57998b1ee1f809c6fb8b99afe97ca142bede9de12e22544558648f200d810cd4 *3894c421637706b52a45281b06ce4a29cae5c921ce135b5722ad6a1a5f15d4c3e1d0a265585fd7 *d00558423ba4f71baf6fb0864f307e3fac3a50bd43e30b282eb2edb6b11b5bb7118e9191f22157 *71a325df1dd42a6c65c3c0592945993c5e884be55ab954953630d61d032ef0f58123abb5f8415c *fda4c135013b526dc67f746b64c21b2f381a7fa70729357e82bfa0ac5e30da2023e5436b1a6796 *a606b61a65cdcc79298db297b1cdb6bf91d4bad200b036c4a5aa3c80283fc6d70726c9f5f5757f *ee4184e1569f92f56d305e68129d2e97741ecc78522af4d761f4a927f63a052ca548a77ce80ec5 *8d96aacf0c6c357a843b12382b65a6236227237cfb7d32c60f1f77287c4b63964abd0dc86c360d *eb030380b6beae77f98b5e82d58f8c6fd707189769fa9c07331b050248d31a0dea520918968ecc *940f398a1b2c5993056750abd6b03a4e0c9c5b355315c3f6fb8952879d21a2a7e45b1a2995e75d *1680fa9c697d6000fafaba6dac1d92b84eb134d0a5b9b2e376d1607c3b661eac28aeb446ef6c74 *a90484a24cd43894c4c3b75a23bd41ef96a44f25d5c059294eb955ae3559ea10d1659cbc64964a *ce450f8d33645a1fd8b092fec73cc878b7c7f19dd8c99d03f1e4b66520149540f9501207daa7cf *0ffece46fa54520d9c953253a1c2b7dffccea62f75885ab07ef09a43e604338dc7d458ca7abccd *d3550fa89e0ee278f55c03328d73ab03f1e4b66520149544f990442ee78dc9e566424f26656edd *2769c8e552258f06993f4679b85673537e247588ae6d8d9c772829c1b47294ba1e6fb3302a4481 *ed98d5692133bd3a184f6e5b1642b52173ca8742e4703edda3034854d931f2e80b3bf6384dd76a *6eca8fa40e91d3a4efbce4711270de0b3168f25e883cb9d53cb9d53cb9d5dc6a9edc6a9edc6a9e *dc6a9edc6a6ed5dcdffb9671d5287170f5074f6baa92d47db8dff8493f54593848abae6d688f79 *4bb81a02cc9d75358fcdcfc207ce499c74f765d56e5142de9760b552c4c260af1ab745c050cb0d *addaa6f698bdb90778fb990fab9ebd3eb93e80e21291a10f7974be0e7b3f7c9cd7276a2994c9c6 *0280b57d5955dbcfe41955f9dbdc7be74056e5872f804a31ec462b018010acbf37e480895b4f57 *ab4f5be6f90d18f8b99189798db3c75559ab8d031faa9588f5213f42f4c8441d259d0744819957 *6abc3e2d1541693678a37a29bbd5ce55000b0952bdf9aab19237130c64f5d91a8a4011b5678788 *0e030011ebef955c86736fd829149c61cf34df7a661c8c5bab572b8195b13eb9b8ab0c9cff508d *f43ee40a7c1f95db714ce3d14717388f76e2b8e2eac8a384986cb46a90a9b5325aed1611c674dc *df2be5158c56a5d441ac36673c842f8ee610510d10824808ade7537219cea393d11ae7d6647dd8 *f9598f71e0d4675d8073595de73b7f045d46eb430eaa403508bc598dd3d5968d35ce43a933e538 *6fd9296b9a311b27fbfc6436ab3e540b2acbca8692a7557a28a56d29fbe2ae43440d6087d64865 *2fbe2ef13ae7977a134ea5c83970676f0d264e049d43a6d7838cde87bc1e3eb657d3f8d5b05f92 *f1486aa0f129a4586536468400a03770926dbe2de86027d66386bbdc152ed50fab8bc2415a3d14 *8db3fe5ec96538f7c246d73b3c9dcbfbc44a317b1df3e38a2b382780c9aa2784d6875c41b52abf *1ed2f88f5bb20b8bf1522455e38f592956b90df34179c9838c77298e1f4563233cd554878394bb *5c76573c905531ef49d8981743446f8bc6597f6fc80113b75ddf776dce61778ae63a4218b92012 *3a27a75a2b017fb27617e97dc8c17ca1301f1cd1eb1c7186abc30e318e50aace83e12a80a47503 *958d54abcd3720f346338eb139bdd2eb417d2481dde566bb2bee6f8dc8fc07e75bc5e8bd49b135 *14f6f7cab0fedebd78112826cd1f9413ddf16900b5bbcabc0f59de038ff13a63bf50702a068ebb *02629c9cc2b8074a88b2916a955637006cac6a74734e026ba69c7697cbef8a07bb5bba667933c0 *8c675d1beaf7f782f5f7be759c9cc215e0e9b2b10fb9c8e667e74af88c4586301b295669c582b5 *a2c3b9e8c18394bb5c76573cb05567f8740004a765ef7e427fef5bc2d510c0e041d60f868987d9 *48b54a171b97c81c27e52e97dd150f6e959c260931d494bdfb09fdbd6f2567cdb1075f9f894e19 *10e60d0aa69b9435ea2e57d71aecf533792f449eef64ab7972abb9d53cb9d53cb9d53cb9d53cb9 *d53cb9d5dc6a9edcaa7b95bead93f703776177883a36ba644aa73b0626d5fe08ed338b700d746c *8c8cb1617308f5d51c9fb2e4d5575f55dfdec45480035f27397b3ff061ab868505d4acc3c4ec95 *6c002f30abf7e113644867716c6cb163e6fffacf38c4528279f9e81680949e011e6d3dcba29a5f *8ccdbae5965bd4b73731af782206dc22db14c653d649665693fb72f1fc8c057833cf3379952900 *687f8d0dd4f0c768ccd5a0bb88308bae913fd172d9f3a9013597789afbb08afe5ffc0c2ddac6f9 *c86ad5f5dde403c6f719f50df58bacd1876f4f3ae7eb249bad9600584258004aacead1a39031bc *881ae38fc323d6887537bd60f3167a7532e0fc7bef935c3be4eb75dc97b13940a830dbc5562415 *1732589d9b9b53dff8e2cbe60326faa6d3421561ccfd5bef4fda7e91d16ab44e32dfa0c8aa2fad *1e8e9afc6a7a5fae0080db6e030041b1ac01ded9e97fa7bfe8887e13c0c20bda75f808da680040 *15474cfc4ffd65c9b50bcfc73f0e5488c505e0663c568598f7acd765fb8840b590c12a00f52d7d *f165f706a4401fc00ded305a740bfc2f7ebf869dbc94ed586d30db2ae68ed5c82afca148275c97 *af01abacb2f3ac75faeb53ec45b7d46d02ac4c17d6bbf1d136801fb3d0e5fc8f3b2b167b1d6c02 *9bca35dbbd19afabc1e93f1d75192aa999ad9a175fe6ab094e692d3a8549402c3b865dffd3d8c9 *57b259fd60092ac514abfadf806e00c0534ff1f57e8f6ee7b6dbe457fd50b22e1e81cc1763fcf2 *8f12acb05a8b541ec475a7bef600506f5ec78337f3e3dbfc77f0178942ae5242e357815f6da064 *6ac6038a951885d8fd87b4fc4211dedbff36d13aedcf2a97da48d2ca1617ed01e65dffb3e8a7d1 *cc64b5513e05957b52adaeabc9ebc9fdba74db6e2896cf7acf172153d7376f0ad7ef0480d74965 *ae8eee997700f5335dd4e762dc97fc13e4c738b9357cc669b79dcfa0e6ea52db00da4a6bcab15a *91524f162bea1e38a35526b53a5d955a896965528992ac061ea23c4999ac7eb003157cd16495af *9f2c836a81f5eba69f817b8710c63bc337ef855500e8dd8ccf58b87f428889a7609dd1f8918f5b *e875357e1fda3d7afc71eab5b5c5b08bdeb96500cbe7bc62966335faccc96fd6f4db7b0f3bd1ee *f6ea80dfa9f8403ba6ee02e46e2a54810bc4b532a90424dca88e8a30de27b3592d3f0a956a935b *e55aa3eb6ab5c0fa81d3adba76ffe6e769872de88e072a72447bea6d4c2d2c4ca13decc47915c0 *9f6da11ae31d781f8bb6fa631e3ab1faa75765f5caeae976d2b1cafb6fc38f14c5848c0ac0ba22 *6446c9d8d6fe385be7547dd3b5461bcf2df949cbde56f0896c565b50c197b3bcb32944560b43ac *1f38ddaa7d7c6b5acccf0bd60cfdb106c67b0fb195c9c9599e7cf21def787272d9d17861f2f7f0 *475fd4d6ce3e8928fcf34acb4d8ade973797b31cabd25a40148cb235dd615ee4ba5c47987a99af *73aabee9cf815582d22aa5724dcf65b37a1f54ac5eca3ac9ac1782f5cda6583d3edc240a026269 *3eb3552658ac0e516f796262b947c4f86bf807cd38af20960ac5d29817f38dfdff6e292ed58da4 *f29cd9f0006fe30c0d1411a5c05e074d816d0ee164b35a83caf369eb2473abaa6f966fdeea2a7b *bb34ececd1654c62a44cd9b322028d0422166d783aa0603a6dc96b9e025b1bd81867655488d115 *87deac08299dc18427302a54989b42e1807b211cfaee49de0b9127b79a27b79a27b79a27b79a5b *cd935bcd935bcd935bcd935b5d985a8883dc6a0b518a2e658d0b18272fb8ae79f77651a43731f8 *285a261c86f3d25891f53f1f285f9c9a5a949cc71d03ba94297b74c4da806d981e5aedffc057d1 *cf8f9029adab2d4393018a15d3f2b4b60d6a71e16eed2ccc8b9f22e149768ba6bd554cd82168a2 *99d9ea9bbfeef1a9afdd73e76b92f31c4163724e82f4fee4bd9ad184808185564534f630fa7998 *58dcd2187ee51a347acab856e3b3b025b7f12ce9b9dffb296615f8c3c0057174c3709875a67ee3 *0d100bdef88da98ed12afd93a9055ee6d6303ae5fdcfe9dcb2f633ff3385c30fcf4acee2024ff4 *28a61bb7f6a39b5a423f4b995e0520c0765d1b1892756ea09f1b6ce7fafff457fec01f8203b669 *30b47036ad885becb0a9e0435f3558fd231005fa5bbff6775833e162f1cee5bbabc452bd7bf9ce *e2a24e4bf0417feecfff058ce9652053abe8d365aa7cdde3081bb977f1a2c778e2bacade73f4f1 *6f3ed6505ce58494d49536d23b6e56db116daf66eb4924e0f88913c7fb56cd934a2d00db4a25d6 *8cbc8e30aff35577fb59d08ec953f5f30ff3d7166e9175ffd26dffe897aec6f9ab787ab51415d2 *cb97569fc6abda49b5766e1df457ffda5fff1b714c9d5ad8c7f2e922115f9758ae7a87c31af7c6 *0b0038c75d417097898388cd3f86b643cd178b008e919e35c83488b733f18e1b7a7728dc7b3765 *b22ac8b260dbb0ac2141d451933af14b55146ef59508bfc2ff087a14eb5dfa3179865684f89b47 *61b0fa43ffea7f6d30ee50590ad99a55783654542607b76856ef395618a71f0afeeedfd3ac9e7a *c391a020315bf758ae7a875a9ccbd5ee8410d039aa65a2729b71f34ab8b3b84e44df2ff9acb967 *b7fe58a6eb2a396f97f0ed4e36ab44c3c316600d0fcb7be0f7aa49ef2515cb4db47a39c297e354 *1efb518e9fe09688fefe371e66f65c226afec35f33d9fed6e77e067842e127809ff9dcb7888859 *9d9b5d2a4bd08ce3ee93ab2522fad4e735ab1e22f0c87178717efc119281c6953d9db70591a86a *bc01b4ba53e13e6a18a456e7b726027e5d1532a0787a1bc0468fb8d5ed9f315895a75f7912def9 *4406c0ce3c234e92d5ee0eef5242f7d47d064bf4cfffc52f9d8df37f691d898a7986f9bff5cb0d *2156145e11a2f1cbbf65b24a9f891a877d2f466beff141dffa379ffbb720e2eb1553a9c8d72b2e *9628651d638d97884a3a7f12987af083aaf357935a089a8ab0ebaa967701efd2d951991ffee1f0 *1bc5129e7e61dbd2ea84d8cd84f670e7362c6535edaf2cac082ba29694c12cfdfbfff01fadf3f1 *1bf7ff74b176f5254f5e4ff8fc4f7de3d79f202d4ffcfa373e65b2da6b43a63613a377611df45f *feeb7f439d0c0da28b7cbde2089b399191d72a959ace1f871cd81457c6f1b841aa0229d755b64a *67ea19383cfd5a80b49a785e3f84ffbe32b275b6ad59fdedb3f5e82a5e3ffbdbda874b43ad165a *a45b82ffa9fff9302e9296e043b5af40026dbee7d3e77f11df242ddfc42f7e9e7c8f59a5e55b65 *fe771083655100fd9fd9d7b6261463eb120fca4f9e34737c899c6392a74ae5fb9f7773effb1e58 *cd12381a2ff19abcce36cf2f0bdabc193be72746af4c4e5e199d381f7f1d5ddb1a81656164eb5a *0c0b3127aedc00b019909e1ff75e8604dafc991afbbc874cb31e1e91734264fc251208d32b4da2 *b760dde3534bf68d38d7a4b2f7abecba2a83aa0229676c9010238e3322c4109267d18a98530b19 *c7e3148b8ea97174637878839a7c483e96acc6f83df0188c3ab3c504e713fdce6dca6ad5e5acdf *ffecd555dff2c1f376a371ec798d8f73a9dc929e4c676cfe1b43362b5b46cd53571c6785f69339 *f59883775633bc31b54109eb0c8f4e94df44be3ccdfbabcbc2243565ff17287384fa8da1a0ff5b *0e1cd00000002008dba86202fa97b3879e61462e1594a85db14ba1eec70000000049454e44ae42 *6082 addfile ./clckwrks-theme-bootstrap/data/img/glyphicons-halflings.png binary ./clckwrks-theme-bootstrap/data/img/glyphicons-halflings.png oldhex * newhex *89504e470d0a1a0a0000000d49484452000001d50000009f080400000005048bc2000000197445 *5874536f6674776172650041646f626520496d616765526561647971c9653c000003f769545874 *584d4c3a636f6d2e61646f62652e786d7000000000003c3f787061636b657420626567696e3d22 *efbbbf222069643d2257354d304d7043656869487a7265537a4e54637a6b633964223f3e203c78 *3a786d706d65746120786d6c6e733a783d2261646f62653a6e733a6d6574612f2220783a786d70 *746b3d2241646f626520584d5020436f726520352e302d633036312036342e3134303934392c20 *323031302f31322f30372d31303a35373a30312020202020202020223e203c7264663a52444620 *786d6c6e733a7264663d22687474703a2f2f7777772e77332e6f72672f313939392f30322f3232 *2d7264662d73796e7461782d6e7323223e203c7264663a4465736372697074696f6e207264663a *61626f75743d222220786d6c6e733a786d704d4d3d22687474703a2f2f6e732e61646f62652e63 *6f6d2f7861702f312e302f6d6d2f2220786d6c6e733a73745265663d22687474703a2f2f6e732e *61646f62652e636f6d2f7861702f312e302f73547970652f5265736f7572636552656623222078 *6d6c6e733a786d703d22687474703a2f2f6e732e61646f62652e636f6d2f7861702f312e302f22 *20786d6c6e733a64633d22687474703a2f2f7075726c2e6f72672f64632f656c656d656e74732f *312e312f2220786d704d4d3a4f726967696e616c446f63756d656e7449443d22757569643a3635 *4536333930363836434631314442413645324438383743454143423430372220786d704d4d3a44 *6f63756d656e7449443d22786d702e6469643a4646323339423333374542313131453138313941 *4236443641464241383431462220786d704d4d3a496e7374616e636549443d22786d702e696964 *3a46463233394233323745423131314531383139414236443641464241383431462220786d703a *43726561746f72546f6f6c3d2241646f62652050686f746f73686f7020435335204d6163696e74 *6f7368223e203c786d704d4d3a4465726976656446726f6d2073745265663a696e7374616e6365 *49443d22786d702e6969643a464337463131373430373230363831313838433642343941424238 *3139354341222073745265663a646f63756d656e7449443d22786d702e6469643a303338303131 *3734303732303638313138433134413439443032414339373535222f3e203c64633a7469746c65 *3e203c7264663a416c743e203c7264663a6c6920786d6c3a6c616e673d22782d64656661756c74 *223e676c79706869636f6e735f736d616c6c5f6461726b3c2f7264663a6c693e203c2f7264663a *416c743e203c2f64633a7469746c653e203c2f7264663a4465736372697074696f6e3e203c2f72 *64663a5244463e203c2f783a786d706d6574613e203c3f787061636b657420656e643d2272223f *3e35186bd2000031a14944415478daed7d6f6c5c45b6a757b2b45ec97a8e44247c5f1c7727fe43 *77ecfe473b1ee334b6c1e4cf3ce331cbc6c9069c7598c4b38c364382c8002281c020c6d2e6450e *cabc300a223d19f180f72ce1b70a13effbc004920566336fd20930a0608d1208e0fdf4ecb8f5be *ec97da736e75f5bdddbeb7ea54a73b314b9dabc46dfb77ebd6ad7b7e55a7ce75fdaaaaca983163 *4bceac3a6bce62f631e7fc3093fb51e191211638644d60090a5caf35655d818b4f59bd4baa41a6 *2a8587963963b7e319abce38de0d3f274dffd1f7376b14fe31f463fca45d3fa662808d8ad1bd7f *e0b604637d78249c922ff4f5cc2459e1d13373a14f71599ba22bd82a1662513843de0c41d6c6e2 *2c01ff0799955694acd97558017820d0f75813f0f9a0dd174d59015203c7da9835a4f14034f00d *ef45ec968cb086f7d48fd9eb20e0036a741e1f28fc4ac613aee0d14da5e51d14fc3ec31180cd28 *3d42cb7f4ac0431d9ae0fe92b61f37315137ba25150ce057597db6f91ca5646ced1550226ff7a4 *d3feacba98ac4854562d2f4e50148fceacaca2566f1320f68e630f71684f6736ac7077bdaec3aa *6bbcda068804d4c7bad20a5f93f0801ae7294dd2fa2bc0be497f203af848beee11a67accac2fc9 *9e7bc639f84f646ec10f56e37c96bb9183155fa978ca158a9f48c3c5306bb8e8ff04ac74187c07 *11888db2b0944ebafea38b876e15ead0332308d73383752b2f55610039b3023c21021484386b4e *5e1a1f4d8b0ffeabea23db906e827847b6a9882a1e687f66ece8899d2c25ab68eb3b49b6fb2556 *6f5f69d9f8ee246bf9445672e349afaea3f1a4373af0783c8f733e2558e071029dbe4eb2f6057a *0f1af9ba67868aa73b79d2ee39ef79c839f84fd425177e96e3177fa5e175a9cac997042afa3db1 *aaaac4e7491bd1709163e1797daef61f1c5928fea3eb6fd62812957508c2b10e24ab5e18ac6a9f *be0beeaebbef02655cf5896958edf11d9cac9dd9e33b582da57287f600d7e3ac01d1b28a26be81 *3eba3e7fa565d810b292c3ac90ac9ca8619f73ba0f17bb143fba0ffb3f1a31618fdba45e919bbc *fb3d1c37fec836355e9faa388616529536aad2a82afae4e2af347c51af4e242a3eb5736b557153 *944509d32dee3f968d44b2aafc47e0f9a1c6aff92009cfd54db823dba00b9fd699a5ca9f805517 *b1eff2f4d6d35bfb33485655779f6423bf29fce77e404056bc208da8b6832d737f27411685c75d *97e5ce9b646eb20aa2fa9d33f0843755079ef075c5fa539b8b43ec9e19b8ef7a19be7b76ec2838 *6c2debdb3bde9995e1b9b9a3945b3baa567eae0ae99229743e37516553a8c229976abac5fdc7b9 *4fa5ff68e2630b9d59eef3a24362b59dd9c4373ae3a9ec0958bd0defe1ef2707590dab399fc2cf *0def593179a93d470aff153660ad3d47a9a556d1ffbb425b7f165cafd779ac51d63dabbaf9756f *f3c7c91fe3bab7fd9b82d5633f557cf46764448226eb189e74d0c393ac4376df881f7aabc50e8a *aca126f61fff418eb7cf49e5679429caa8baca75c84755f7384719f32a3d57b56281f9369c7906 *6844e5f94d24103fba2e0fdc26c372ffc116c17651fb8fc0f3438def9aed58d499766493d97251 *f581d45d7fc4df6f6ce5778e9feffa63f7a61ba02a2d8fb5989c9882969d37f63370c4794e562b *10bc04d478555ef2e0340b59691c597144b5d22c3438ed7f85f3a9c563e4f994aafecfdcefe01f *7e547dbf88ff9b1dd6997bb7d3f0ee7e9d32aa16a69564a3aa6e06b8d273d5a653093b985dc9a8 *4475465f3167950584c27f6ce211fc47d7df7afe946085639c154b10e79314aab25a3e9206dfb7 *d368f6087b3ee58e496f12558152901097ce95960f4e2730699eb132fc7186aecb867f4ed4b01d *0663e88bf941242b2d9ca2e5af79361766b4b3f83f25ab8b7818efbe590501ad1a0feff5ae88fa *c0fbbddecacc556919e04acf553fecd26d7d67f415735659c655d77f74f1a3cf26d9eab3ee9fac *867179f4599df154f104aaf90c7505c32cb01df355abca2e0b55e18dea15a7d70f13e6632cb477 *1c27f7188a8ca4611ec002f3fe8dc7898aa5224df95724abac291cb2d288cab3bf2369d6357614 *b3c03af884020f7de74490b9f3d2e03613fee3c6777daeaadffaeb4f09ac3873fda9f2f98fb6bf *d5f7cc44f0154a2c17239e896046b85e673c553127b6e04cd3fa33b10575375016aaae9e8fbb9c *6378b23fb3e9dcf11d8a995b3dcceeb06fee6241cc35db8d17f07feb561c7c85152fb285bb5089 *6ac53abf85974c4138b3e1c4ced417aa376f3af886aba145f50fb186abb72a035cf9f7aabaad8f *3112c7f233318e2a9fffe8e3b10e11d68859fdb9461651fe01d06292aa98c3522cfed9407fa63f *f3d900f4dda91ba0aaf8bb8824e12f53525f206eec68ae12cd70e9766a32ca793194fa62f7ed7e *0fd2f315b0ea61564f0e76cf4296ad9a52870d777d7c9fa833abbdd0f7506ff9f071cf8c749cc9 *47d5c2b4d277edbd2a526e709a46d4dc33eee058a06b87ead9eaf98f3e1eebb077bc3fd391ed9a *dd740efe78a2437e1ffa54e5577966e7e12db416eaccb64289ce3f57d4aaf30e2dd75f3554956c *acf6d466fa6325975a037d680db506eeabc3a3aa2d1fdefb6f4dfcdbb4743c2d037c73deab429b *84cafd44cbe53f143c8cc330da8107b5cb5fc2392f7516ffaf3c6f197548839a14b67eaaea5619 *d0aabaca98b19be43fc6df8c193366cc983163c68c193366cc983163c68c193366cc983163c68c *193366cc983163c6969e9522ab68cc98b19b4dd474134188d146962238390acb8c5099f50ca543 *80856458fe4138f06b1dbd5695a98f1e1e960916cb580d55a43e7370c694ad4d9126970f7814d3 *a43d5faab868ee39f1e360658611a8f91938a6be6b038abb0569e2b1fc5f5e979815e90cf3a567 *611259ddab2d2878aeb30a8b6ab31dd908a3e8acaefe3196de3bd13b815f57ff98d224745d3ddd *fae8e2a3bf2e5e95225f8c5e6a7d5056a40df17361462d1ff12b5894d19e2f6d658d55d7eac2b5 *aa157199bdf81e3be298f03e45fdcf3481642c8a73daf7bbc464d0e5aad3c99cf4b65881e37ce7 *8717c20d62d54ec1ca1d678d2885aceec747c1e3aafffe0c8a90b2d4899dfd19b5ce6ae8532c7d *cbd896317bb5e7a7e5a5aa6e7d74f1b80cddbd2e02740ebeae5c7d7035a6fcbe8bf1aa762aacbd *cab5845e10940fbabb34891ad0919e6f055237a246c6192b1356d43f02cbfa4f6fc57a9cde3a92 *8e90747a619178468b70369e26f6eec65b81955229d2646e64b4854bfbdcdf9540d5c2c5dc6af2 *15ae9854e1516715242ae2ac16ab08cbc9e2e88cb29bb3025cd083afdd44410f4a0352a9eaae0f *884f2aebe3c24f5813047c206e0b403bd6331367fe2a044ef9f89d4e7df0bb96d713aa31cf85b7 *ead478c7b9dcc19a7c69b910d063cba8544de4d7f14614bb335807a30cd69006f90247582313dc *3b1e5586d9d6c1463b76e09ea3f61f815fc9885b6de4f08df391e1c1e9d6afe4778b4be492cc21 *6c89545dacbaa0229f9baaea65dfa8b37a788ba804dae12d729dd53bf6f1d20fede1bd7492ddb1 *af7c5475d787e3e5f51178ab37840afebd2a3cd6be508004054ada9e54d70702df18bd3e399a84 *54ab49dd787b55a972f5a97027f75a55892cdb9c5b9420f7694e553e3dbc0e5f0395888235a4ac *7e703a7c4d3e37e421391ff1acd19592cede8d475593d67728734f81dff65ae8772f3c20eb8a9d *961184b514d2013e54f592475191d5c151520e8eceaaa89e4a6735748d97fe40ea819c4467e89a *a2f93296532345d8e3ae0faf91bc3e1c0f3b8e7c69cf9bbfb4ea14f8ff99643ffaa5fb273ffa25 *88607da8ae4f1403c283aafa24bf11789a39e5534d6f544d78f84f82958faa71f6d8f6e29f3db6 *3d4e50c940d999bde34d30bb8551b98682afaa7af4a1c80235a644fc8fb7b63194e5f5170b75a6 *13b6afd993095967e94b55ec651737b57ca4d44939b8755693795acb7456ad98903c8160b05684 *497289e342212e79538bfa58b6301527b6ac3e1c0fe351975da72e5ca42cc3e30e3a239bdd3f19 *d92cdbb9c6dd3ef0c85f53d50793431e23db15dff034b55843005584ca35aaea26a1bca82a53ea *4db289c6e29f4d34d2ea535575cf63f8f59ec7a8d4bb6fa023ab43d5fb06f8dddc37e0dbfe7dee *8c2eeff664c39b74aeaad7d0ba784767553c76b9ce2a97fd1463763eaff82bd9357484b8447d70 *bb03be0582bc3e4efdc59dcaf1b6e62bd69d2bd1f65ab6f8aa7f1b39e577cfc2e622cdaaf2fb2e *78e9d6f6bfaf934091ebdcea8daaa550d5aaebcf1cd87f7aeb81fd5c46efd8766992abdaedda76 *86a19a561f2b80232a8eacfe017061add71c5b7f5687aa6b8e6d3a67c530029405ccdc97dd79e0 *e48d505564faca4d555d9d55cc9ff29e16ebc3957a6154fa5a3e7758c1f8a6462b9421b9a80fab *1d49835c68adaa3e4efdc59dcaf1f96d84c6edbb1957b591533e48ad2d5397efdd9e0fef57bed9 *4bd3daff668caa10a3c4d97248112d57cbe815cb8c390eec378ae13192e60130e48deb593dfc5f *43c103f5aeefdb21f7fe427ce4ebb19fb5bc0ebe5a4b795923dab6a400b83821537eaaeae9ac5a *4322fcedf9131f73f221f010ad363c1945a90f0c7741b5eeab0b6f6faca0c23bef179df483547d *dd29bf9aa243abaf5bcb959a5f78808eaff4a8aa33731e497b517544f19682054fecc43cbcc81b *abae22f0a736cb75ef8bf1530f3c91685f78f417b49735627c1521f112a3aa9ece6adb9ba2ccbb *fe88dff3fd3e647f46505c97a042ed5f5ff7550fefedbab21a55b63e58237cf7aa83affc5c956e *a8bebc98aaf853c579b5b811a3c6756c3c55f3d2c1b31aa0773de5650d7fafca33c132454af15b *a186585585c3cf4da1aa8ece6afb822873e815fc7ee815f1bd9fa6bdbeabe8eabeeae1f5a95a6a *7d3021d59f51e3e165476aeff8a673749ddbc57f56e85f7f67cf3be790efb6a04755f7d4a3f8f3 *d23039bdddaf672c3be6a3ed6fe0fc8921663b7263bd3b762669bef6e9efbd49d5597529a00679 *9faad242d553d1d5ad8f3e5e57d7f706ead385aaed04ddda908d6fd7d1b9d5d0254e79a053f2f2 *b5c9e0ba3e75afd72543e442dde665709095989de8a6ca983163c68c193366cc983163c68c1933 *66cc983163c68c193366cc983163c68c193366cc983163c68c193366acc05c7f949dd6c75b6982 *066d1d0aaad07565f5346873e7a4f3e82b156b2954bb8d69b510b326c8a58fe6cec8a8eed4bb8d *64cab2a5b4a8b12567b85261703aa9a502ece05968dddbaab31a2ec617507a922a56a9bb7207cd *599113677481483d0b5f53a95170e3e26d87f61cd8df3313224b58b3fab1a349b6e99c7ce99635 *11b6e9afb3764753d5b7044a97d211802c67c91d8d121fd0ed9c1609634befb5f8cc0a0d9dc5f5 *4fa2f464a83f4357012ec4abc91a65f66a494615abd4a72a4a90b844dc76e93508b1098792b0dc *6bcd7502e96c894d5841b1fc027449ed7fa63ea4ce57934ca941d00c2537a3602988bbf489f58f *a8c05b2868ea361d6c71ebd3bb7bddb3584de91d8d0a5f5c3665612775795d312ac974a9a72adf *6b5d539253153505221a2ac0c5781559bd9aadbc546d7bd28d96099772314caba0744b29878916 *faddc0e99e9904a36cc420ea8c62d6f1052a55137ff092fcf2722a70f40ebe8231afbab8cc7f34 *d6c1162f812346047d377e16b56c0a5e7fa1a61052a1d55a87aadedeeccf17be6745f1862239aa *22f9f454808bf172b25696aa483414f4748e1f9c97f55dcef8db33c3750e477ea392c3c470ad8d *bdf0c0b6bf5575046eaa5ab1c693a0097c964a556c5595885b71cbe92cb4264a9a6bee58a31da0 *064a08682b1e00271935d22a4695425594f495d5c4de94e65a2ecf634bf3d857e1f34eba0ab037 *5e46d6ca52d5d69dfda62058f8861250ed1d9f1c9c1cdc3b9ecccb2fcbec8e7d2875f54b10186d *23cc85f958ddc8b0c95521ad13c4e3d48242b8ca525557c3423740f50a4e6f6d00cce7fec55a84 *94fae4493ea1d33e5c7b5bf67c9163c3af2251711390c0bc5567e359488fac7e787fb2569eaaf1 *82fe334e78f43d33073a56b295ec408750105684bfd736bd63f5c6d723baf9458abbe3fe2a9828 *6afa98b61952fcbf26d9bdffe3d6535557c3425ff5423fa0ad5c008cfe02a9bfb4a324a8537bde *aa563a241989177bf3bab755e2a2f61e0841246ad416406fb898c37b916fdddb92cafae0d7bded *7d56e5a9aadf4b775dded88a5f37b6765d2604d9bd71e88e50602d9a0f4dd4a40089ac86e1c928 *0bbc4022d2f124db70f4d653b5a457659a67e804a8950d809170c3932ce40e8069f7ea4a0385a0 *045f7a7b08e2dbfc9186e275f06230d0f4603477866b579f62f2817096741f1a2fbc955ef7b6f7 *59a551b567e6f456ca88571a55a390273ebdf5f4d6f0ae28a13b08fd3dc871f6f19dc8ec31bc97 *4a8a0721e115fb8842a4d867b8f75de5a86a8ddac1d72885d0baf95cdd337402d4ca07c0985177 *07c0b47b2d18059bf5da13f9e38fb7620d575b21e2bbe37f79d6df4d3e1551bdf0fe442d8daab6 *4e7e8dd8e0421d6c16a7b6d58fbe89052e052e3591f60f0db35dcf0b27db740ef6d0f97b525a29 *608db65c4fb2bb7f4fa11276190ff5568eaa4db9bbd60f802b91015e2a01707106982e02a89b01 *ee0475497e70fef8e31b7353b8885f5723c847216a315e46546faa0e4ecb6e4e6c682136b820d0 *62ce15ec04922431cc288b92e430318f7b20ff7a63e0efecb9b9e4af96ac3d3cadb41288912026 *96f839cffeb512079b433b490cda48c9f16e1793a5414a0a38971afe8633c0d4faa8a9eaa83802 *03eda394b45ed155907c54a2baf1d6a88ca87e21803fdebdf30c27abaa298aff04425b0c532287 *691dc47c5de3bc50b3e7f9e2c0bc7f8d5a0a364e823f3f50eab55b197e4ec355659b37438b37eb *8c9422e9e13e424ce7d55af903d4a5950116542da53ea5a81a9781aa76e629a4532cc783c66ca8 *9c2155e116512850adac476d41f9f5e56cba9c12712abf55b152e9b6a02e5d948d15e08f147268 *4a9bfb0763de789ef4701f98482967c0b9d4f0fa3eb7f81c5a7d4a51352e2503bf449580d57f06 *604cab3d9bd53f3166cc983163c68c193366cc983163c68c193366cc983163c68c193366cc9831 *63c68c193366ecd618ac960b2c897a4c996761cc9884a80d17c51fa74b71a3d614e8be4c5164c1 *6cf419eb0aac7f3943c3e3726e9046192ab9b3195a022d99a6292b1b33569293af6deaba9c90ae *1ce16ed8042a4311f8d7a4d43844c9ee265c7d974dc0ff80cf50244c9a3e066994af28486b083a *01e6085e6367b34ab2fcdb853f83ab4ab5ca9fc34e0cd6e8d7a9891a262a2bbbb565b1adf4b1ea *b3f4f070bfbd4bc623f3de42f39bc578be248e761605eb6acf344d8cc769757ae70d65cbee179d *3c706972b06726f5857c8cc48561fd9991342eb40e2b564ca2424c7f0644bb53629d68c3456545 *0f466dcda4c0cb6a22adca2dc5e5eb5cadba81dbd69fea99f193e914f8ceecd8515c3bb892597b *28e5ef1d1f9ceecc1edfc16aad74abf20eb8d4958e0cba68ff28d3c552ced2c3c7613911c44be4 *699058bb59aac08bec1cf416eeb2ce27992dc6f32571b4b32858a73dc3a41ab9db9fdc7983ff48 *ee9717065a4040d60b7db282d67c600b77e3136d47b2aef94046eb28c7d63a6bf1a20a725bbdad *3964481904377f05f2a0e9dc52a18e81db1a2e365c3cb7169695552bf029d60061390860b5a05b *d629cb87a57eb8148e9370fd297943a390554e9f22449141e78a3a5cf64a0f4b3b4b0f8fd768c3 *35bac49d019cb59ba5aa22cab0c265938c42562f3c65bd2a1deb6ecf2891ac022f572d738c4ba5 *f994ee14d67579f7edf28568282531f40aff8caa081126a7f5e12dc58f48aea6bbfa4b07b97a5e *de1438e2b1a0fb1eba2e0fdca6c6a3c26a13e3631fb8e549257ec20e7d6da2ca16e043b95361e6 *1effc2d2ae40209df657bbb983a59da58be72d9f00d95508c27a6f355585cb2649d4f0c2d35a95 *8a75b7278dac0e5e5763c5a374a730b706839fa1e88910f78a7d84e7f863630b9d59be2cdbfd88 *12dfc8c6e138c3b15a388c5cf1cf695a7e0f587f1955053ef04204b07c438fc1e9736b15a3d844 *08f558a7c2cae66eb8d89653ec4fe6bfb62902665b01e262942cc3e5602967b91d8b7615e73945 *31144eab47b2ca5295bb2c8d1a5e78aab8190deb6e4f4a8df4892a21ab1e51abaad69fe5db6140 *7ac5de1243160e76cd76643d1e5156360e0f4ee3589d1760b9469fbb71a2ca8821f06b274f6f85 *3039de99dd3b0ee16ab51cffccfd9d90146b135a5292f07dfd292fb90d79c02c0424a9548dbadc *447d56e3493d7c3195c24a2199ca53b5f09efd63206f3c5d8790822d24aa3afb22da1f44df3535 *56ba678bee5797a85555fb767045b5d69caadaf17bfdb13d7f4ae445c39c9bebbb200baf371ced *9d70b07146a16ae0f168aefef2a4497ee79610abc1afa736b37a19f5725a50b5c777602cc1892a *5333e2bda17b3b27756fcadb9e4e55074b39ebdc5a3d7c319506a73fbeefd653d57d0ffe319037 *9e4e550a362fafe33e3ad4ed1f677a2fefac74bcf07ef9eb191da2e20645c3934e3343d2a5c61f *3bfa2ccc37cf163fa2d16765e175fb9f0faf7394059324aa761fde3bceeb1f553efa827ba9c117 *4f046a0359b9265193a24642e5559ca90e7b10298454294ee560296709dd47fa5592ae7d7d40c6 *2da4f28aca53157d33491a4ebcf054aad2b0babbfa38ed1f663a2f6bc2c5f71b789cbf9ea11315 *eddd8478e490dd0d4a1db7be67c60e9663eebe4b2655b6fe6c94adfa6ddf058196efe482410266 *2a615255cfaa51971c430d353e9f040245421a1e24d09ad5e573b2e25e5eb9b96a5a1df6d8e36f *3545f5b8184b3b4b172f0457e175560745c6add254e5be491b4ebcf0d458858ed55344d427ab07 *516166f8a9783da3233fc6aa8f6cc371af7bf67c4a85c56a467087d539a7ef92e14f6ee8cc86f3 *82c59d59913ff609c69fc40da244dfb6c2de2c6adf93b70e5f9814a0251272413641f578319676 *961e1eafb1e91c4c0d1a96c2cb1ae1aeb4b8cf0b4fa11f1d5b8aa2a043569d973505f76b057086 *b7ed6f55af673c2e0e0161f7ecb1edeaf3501e74ef787fa623db3dbbe91c24713ae4e7b09a539b *f1cf0db8ab83c3d44ad1cb0fece7d36fa1bc7b603f5b7eebf06eb252337ef9205ba97aec85a59c *2550f66b7e25de562f6e974d6bbc9cd7f94ac3d31c5db8ab55478bfb1c94f3494d3f1d6c69c65b *5de7654dd1fdeebeddce83369422e8090161979c46ee301866d529c0b753547a6163a6504e5a3b *a47618b61cca752bef2ebfb578a7b9a9193fc759d5aac75e588a563247f1e7acc2d3d48b6f8eb9 *eb4cf15207e5faa41ef534b03742569d9735451d1334404d953163c66e46b7535d39b43163c68c *193366cc983163c68c193366cc983163c68c193366cc983163c68c193366cc983163c68c95d974 *757abf6f78fb1cb2ece4d2ac7fc57d2800358ae9b4a6c56e42add2ba57b262d6c452a5694ea737 *ce683abddf37bc388bcb88d1db3399edc8ead4a752f89b65814b206179895a17ea82b9823bcfe8 *effbf0c2037a57b2628179d0c99cb8955d0ddfdf2227d81a70b568b1568c4aa7b7343c5fd486ff *57a6fc645ed4acdce57371e6153676c59c5ab7dfd13d66a9133bfb3394fa948adf3b4ed355b61f *7946db6534a8614d4495ba47374ad5280a9e6aed9b80c4a35f094660c027c04b9fb9bf12f5a712 *95ef6f610f0db1c6f9bc0c1aeaf4f2cb0a3d20b94eaf83773bbb0adf33f3c9465cbff9c9465c60 *4b2f5f0841a9f1b08a1444cd4eeca4d79f76bf688d27db17901449f6c8cb20762ad730cee91e6f *b80bbfdb70178b23f9e4f5113ac9f6c2420dbc156bb94ea93f0a8f37ce47b51d8b4e0d6b289417 *4da385e4baae6ef55a7b50bf7215a387a7827827760e4e53f0611040403c0ab3df3aaaae6d8a2f *e0fe16583ed63fbeb0b6c9fe05eaf43a9755ebf43a78f721c7776671ed1daedfc4357b38b2d2ca *ef99f9f83e4e11151e2460965b7bac18abe56bed29e50b0150952eb1551766bb5f62f536bd1b1e *79b9e5baaca1b9ee31f48628ca9986ff6387b7a8ea23742ef8d60a54bc70446c21b9aeb235b10a *5c50dfb1a8d4b002abe79da7d6729d3216ebb83a2863ce05415a3d2fe34e1ced5b7f2588475fe2 *0fa27e3b28abb02b47555683927b899cb4ae5d7fbe5035b62046181b961b69fc757a1dbc38d4f8 *842b2c6a3c9920948ff25bfd1924f8583f525b8587718585ae756fb2eaa28c527f71076a5d6214 *6949e28c901dda73688f050e9390ce52b8ee31ab1d9cc63d6b60d53f7c8686ff468e87ebecb102 *b8b542e349223e47547890f5323c06be2157e7a492ed7263a8d4085c4ab8ba6d18112e95d3d571 *e391445114d77895e4f4cdc39334e2b9ebd4f2ba7a8e6a15b528655e4b134d4374a3eb7e132875 *c4f15db3c54d26d7e92d0def28ca70d518157e72902d8320af9a3ba41a9fb4158fd8b2c6932a9d *6181b70aa2087fbce32050a3656a3520a17bccef93df774756561fc45b7b5ad84a16cd094912f0 *0e516be5f8c6ab512dd92e2fac8a1a5c6ed3d505762866c085ae2edfeaaa37bca83e3d33c7b6d3 *b2b8ac9942549125ce0d3e21359d7544d0f4b4a4bcaf60ffa2e74fa2c904ffe53abd0ededdbfc8 *f19d5947b9f5dc5a1c2555e507ec4c629ea84a3c1e10aab1b05267d8c1bb9bc51fcffa3e1bb067 *c27d963db2a2ea934cd483eb1e5b311c517164c5cf09697d103f15c6c09dabe910f0a36ea2caf1 *c7b63b8ab8a552554d0d9d717272d02d1cdb999d1c9406b1ef60c6627812631aa14b0cad545b8e *2c6e2959e2ca5395f59dd8e9b450f72c2410b9b7a14eef62d7f5d7e975f0ee438e4fd862fe3877 *c3ec568250be2dffdf2b884aab8f3ba055e345c0afd62566d583d3984c42dcda9fb62fec7e49d6 *d05cf798d54203c3dc1cfeaf5d7d56551fc0c31cde764110e950e39b0a921f723cabc592dd41bf *5c78ac786a43a1861e5559cd534f3b9ef3d4d372c9a036d499ee82d1d18e69547b21e865714bc9 *1217b60d51af504bdfd00af0faf38e2c8e1bb0f0e907eaf416a759643abd0ededdebaaf05178cd *8173b715735162f9b85b4a42ab3e7af577c704725d628c04064e37e552269860923e969ceeb1c8 *00e35621aafa203e7427ba208cc1043cd604ea618fa82abcad9f15da3b8e8f5e3fada4a64629b3 *4fb65c48be8308ba42540e881acc47143338332f5f16b7942c71e5d34abb6f4f7d81f5e729aece *6cea8bddb7e77ee528aed3747a4bc38b8c56a5caaf1c9e3b3b86c149f6c946b5e2a2a37b6ccd35 *b208a93eba783bd145c473821fdfa116205d146c13a8519af3b2661ef0b3662532e8be73ea4b14 *7a3249374b7c1332c01061a1a4ae3d6ad79edaec522e143abd9d549ddeef195e9cc5d5e92948a1 *7bdca5559f4ae19d4058d76968816f69ce7b645bf7ac7c96ea75e7e5c9e2de4896b8f254153aa2 *396de59aa2bbd6d3e9fdfee1c58c838c5d8af5afd677192d749f560ba18a7405846d2959dc62b2 *ea1355f76e8d193366cc983163c68c193366cc983163c68c193366cc983163c68c193366cc9831 *63c68c193366cc58190c96cded31ad60cc58212d34746541e906253c7aedcfbdf69afe831a57ea *85f3cfa8651971656bf7e18adff794c5a8729850eb335a6567540a077924f3feac71ad7419dbe4 *793cbcbffb4efa76ece6280eab9fd10d3f255d5ddcd8473d33f18520acb2b72682a0a7d63313fb *8874955174de206b6577ff5ebd2621f07294fd78ab460730855482ff7b75f0edfff7eeabb43f4a *b74623d03a74694b2bc0c536d534b50a54359225e9cb82dac494f75383ee97791c73fe65f51cc1 *c3fbbbefa2b53d89ba1d52cf9c53b74ae97841545caf7d8364d5d5c58db05dcfe3ea471420c495 *7ebb9e8fa81d32d670b589f1eb6c3ad7f74f6aaaae01d9cc750fd963599db2e9a682ac8d2195da *a02bf0735a2ffc9decfe370a44917dcfe1329ea006411c83590d6d9994ae00887012ae630f23c6 *1c27789bcf534b78969f60e5a62a575b2c657c918f36e2b742ff4829e3b6a86b6a91c8d97099bb *44be552832717a7887a839e9d5d2c92a747161992f2cea110a0c121d5a5bbfaf1130cf3df3dc33 *a8a7d6941715f37f8c81f9784e2966eff8c3fbc34071d5a887cdd1f66655d5ddbf97771c1828b7 *15b8611bcb8b1c13f00f3fda74548617637c02d477fb33a0c6f732b56569545d2ce6215f5c9557 *0504190f477b0a8ff5a7e85d81ac5ed0db059d05dd85dfc95a35ccd4edb8787c918f36ce6f5948 *c8cec8ebdf7761f1bd0ebda2dbfefe4f40bf3dedab84b8c40b6d795e616be4bf13bab8f105fc2e *bea0d2c575f48bee79e89e871c5d23d9a5b9a0686776ec28ebea3cd424951de33616c9f54113eb *de8d4ae7c20def45619c16e2de5c0b08e282f7a8f8d756f7a465783e76a13ce71b3f7ce387b6d4 *26695f16be71867aeb0ccff094c95d0b65b2525fc4d70ba9117c2620631a2a8f6b15d6803466d4 *f1c82c4a20ab5597f8dc195fc46893f85c311641a484eeeee81af995bfe9f5c5f7ba654cb7fd2d *894c5cf7ac5ee7ea7e12d450b96872c3c92a74716130af836654eae23a0fdf4d55f9c5db1770d4 *3eb57964b375a555d9cf5943d641113e86188e80e16bfe292e142cf9b02bc9a61e4002da621df7 *da6a450729f8d457b0e2bed91fcf0d85c646d22b41fe73248da26514a2365ce4b551396f497d34 *c8783cf793552ed5423fa29642d5c2dfabeb23889a249115e54878ec062e78252c95cc6121ae52 *08546877671464357af0c9c5f7fa4442b7fd658a8e8ffe02b22e4c370340a52aef9e0a15417364 *757474038f071e57ebe2565561e08b0752557c968f4909781847b605df872454aefcc3ebfcf12d *9fac9dc41beb9911235f9cf94946f74ec08cf65f58757f66d56ff7d9c251b04944cdba7f49b2de *093f7cd7658ebfffe524db7c1c7fea8f1709a5eed9697b9c9f8e74cf46d4db4ec4b8dc1b77de15 *73b271181d71f13fd503edeee4441ddfbd6d8d7d076f972f60d3a3aa4354b169099dacf13c51fd *527b5c7959c7e9c7fa8bef1446c19af251154aab6ffdcafb9c6dafdd3855733ad94587fd7c1d5d *dc96fc5603f20015295a7c48dd6a536776d7f381f948be74a4933f3e6af7b748c17df91e32bede *6f5ed59fc111f17caae37f07ed92cfa770e4842b04fdf01050a7118fe33be698adb43f5e24945e *fc29abde746ed33956fde24fedad1eea6444c5c0548cf19bced9f3ca98ff03e459dfc27faaae20 *90236ad3c78d76d9fe19e0ca52d5212a8ceb5d7c36a9deeeca21ab9ca87e0e2eab11ee4d5078a7 *fdefeb4735fee5c398da1bf73947360051a9cae7e48512afb998495747b7aa6a15e30752547c96 *5e7c59df852697b47f67f67c4a754bd81877ff9e2d7794edfdd0e7533d33ad2cf0029c8237160f *3cde0a8fdfff0a888704c87b6ffc109d852db30e86a5784c280145e1fa0fef7f783fde0d924fb6 *df5960be230b12dfedb99ab71fd8df910dcc976b54c59048c8678e457023a2466906b8d871c533 *f0bf02df4f0f32aebd905f4ef3eec69f74eb4fe5881a72523fde092e2fb2aa88bad8c131139c13 *87f5494581e694cbd13bb3037f574eaac298fa8ef719d00635e598ab622bbabfcf4f6e74757475 *e7aaf8d6365290f401814ee9c311e3d1be1d7ce33a3c47fed0379d6b857118dff35a575ac0b164 *8f9f8b6347ec6d27eef9b3156865422adb3b138d2fa44e6ec0cf4d90ebc6af273774666114f37d *7fbbfe2c48432e1775872daf969fdabcfe6cb9465541355b0ed3de88489e0146c7e5cff4b30197 *0b4b3a4bde798721f1db98dbad00bb2899633933e5c2ef546495b5bcfb7ef3f33657269876159c *7cc9dfceeb52d50ab4f99cf1d876e92b27450753d8a63edfe9eae2ea51b5e162d7e5d35b419d0e *f29698ab540b409fdc80c406d1cc652daff3fa38db68783f74d60e9b51bd9ff843e20ffdef1fda *539882f0c443bae23e48ea6f3db4b115f0921a357d8c09b795f96e0cbfaeb42384a68f7dcb6fc7 *de5528b6e3780a0291ede51a5505d5f29b3ca60a82249f6ba8472ff7b8c1c755d774a55ef12222 *e4f79dea39a8ebe4ae89f3da4676b7f0122b4fee46386ba2b19c546d3aea8d87e16d992aaca576 *30b226d3d2c5d5a36ad76570929a9c5b91441c59cdc7f701b9eb7106d63343d3b9856d12da2104 *8ec3ffcb48d758b611ba819f6d00122d93f5c951e6f728a38a97365df65e23277676cdaa5c517f *aebad8a4ae5ba743543e49189e141b310c4fcaa72b95b6a2972221757700cfb4cfd9e98ff5d1bc *994ad535d7bdf1bb9e5787b5374854d193d27565f3cd761b1ccab74a7a4e92ef3c6a7257eaa0eb *dc6a5ea3992905a9a173e9931cd2b3a12d6bb9daad962bf695a62f2b75dd6a9aa877c119cdb919 *5f0a3e55577de74cb4a0ba2575ff04a27026ec3ad4bc099581a8156db4efe0833666cc983163c6 *8c193366cc983163c68c193366cc983163c68c193366cc983163c68c193366cc98b1ff7f0d5705 *5913a61d8cc99c24502c3b41559ed3ba4a9d5d769d86eb82808c8ef3dafac473dfd5a710020999 *90afdac5a27b256be5e5f0a8f33c47d3795ea2f829e8caaec0ffa35a3e77c66ea38365f5642d2d *acfc59191b99a195bef86af63791e162e1c9a607b588be07c9ae40818409962d172fc93770005d *b7e162c3c510b3af40d1c1ab0b5d1f3b9a601a8f31936b86831a9dc11cd9b5e6f41c04d680d4e0 *3f2a9aaac3e4e83c27883acf4b11dffa55df3f0dbfbaefc9fb7eabc63bd6f01eae9486658e4149 *e9da3ac9a52daf88da6b7da204b1d9c2f2c40a215ec8af172df0fa35d1d9a16f5cc9c25fedbe5d *e530c12f13b96e20784955eeda26581f9ac16566b804cdcaac646b9bd4b509bcd091fd65579224 *916dbd826aaeeb4fb1bee79e199e6c258d65a08970e5ce7f7eeae9265267d0c49e7aface7f8651 *a0974e55d0d5f9d65e204fa8cdc86f9c43e9b09a3acfa5e27b6684346df9cb07c19c50eca3e8af *235f530461847fa244d0d05bb8ccd19fdc09e66e4b3c901ab22e1f64fa8a893da4ee0a92ac409c *7d4ee6077cfcb5a3ca0c1f51737e1dfbac98aab1cf088e9b5eb1d0fa65e2ff74fd6b9cb16a95a6 *5ddcbdce53d127b29a9e99a80b0f8b7695638d156b658fbc8cf101653c5a7f5428b26ed832f293 *bbff127c5f59fed4aaf97d4fb2f6b637658a148e0d4eb7bdc9daf73db96ade9a228cc00c8551aa *aaf63df19fd2777e001dd519556d5a993842d7e5718ad079e60b9bf3cf60548d77747729f8ceec *916d47b6f155aeb4f21d812015be338bcbc3dff8e1b1de63db517620ca28b1cdc06d5cf3121530 *57f852a333ebb4253f901c32411bb65ce89408f52cb6dc1fad2b999e64dc47bb2e0fdc36705bd7 *651e378951d563d9b4c4adec996d90b5cffee05fe3f6e619aea27cacf55e77e9adf72ae6a8acb8 *d7852b4ec847c9e097a055d080f181bad782feff88a8efab817b1e7ae4c5d8bff96f646597f67c *1b039999e5d6a82d20cd8f09bfdae361e346d9f24f36b6c1d9f2d94ccbf503fb51a7aeaaeab5e0 *cf07fedb633fff857cb702ab37b2e088af0c9cf6d76d42133acf3639427bc73999d67c20c77766 *61497fc83953854fb2dd2fa174c0ee97a878fe04d4e5b74387b1fe2c2ea564351b5b85f47b3ba1 *c36c3cc9cb5e05f4f35fe0efb3fe54ba9cfec32e4726a733fb611775aa42d26e82e017e393a83d *018cdab14a6eddadd5eb55905fe0d6c484426fdc256ca6a26ae2e9821ee56919f6dd44a17c0c0f *adde4dc847c93843ad027bb978dfe408aafed3a8caaa7f1e19f82f0ffe638b126f3b4bbd7894a7 *b746bef64247be762918d563f9fc6c59fb6c7b2df43b2491bda4bbf6f2ed4f74c85b73f5974f3d *edac026621f9fc9ceb3c8b1915abc72d4c206e5a90e17b6640b9a9de9927a9f0b61089bdb49ad5 *f31147852fa6aa3f3ef14d92fde03cffdcfc2245a73ad7a1e5e4beb9e4ccb1ede59babe2731adf *2dca1edf5d5e9509b40b7d28a214b5234afc2c9c6bdcaba0c8b877213d334235bef0b2f24baff9 *d48d5ef3a93c6ce183befbc060804225bbe9ff437c73e495a4927a220c67ff7e4befc84f92446a *5b7f650d5a7f417da5a1b7bcd0436fadc007fd1740fd95385f4555164c7c630d091501f6efb033 *94a5b6fadfc7f13df75db5b54adef61dd9c2ab6fb80bdbb7232bc3775dde7057610bc8f1b6ea11 *e33108170953e12168ece363080fb3fdf19ddf26715baf00a4f4aeb4ff393f967d4b23eae0f489 *9d20fe13f757ec70cf559d5155959e64cb8627b1fce149954090e3c578051a559dd09787c1a297 *fbc88baa7e7bbba1f4872e55ad838b025a496e1477805b1c90fbef145348251873d6ddb567cdbf *8d1d95e1d71deb99c1ad2fecd73b2095b54a3237292c3f948c1deefcd67e9ccd9eed638feb9ddf *c60e879254aa5655bdf853f7b655565a3653823cf7cfac3426b7a0db88affc5178bbbc6cbe878b *48f85ba381f9a854e719f151542e1e152f0a924afce25152856fcbcd36714a21c7f7bf8fbf6fbc *da3bf1e82fa2446d5f87a83055ad95673adc7355675455eda984d11f5ee1dd840a2744ed9f7b66 *ebcead3b9defe4893411faf230583857dc33568fcb6e2ec90eec1f9e7402551955add1d645d46b *95a405d0d98b1514fd88e131ead5776dbde3b3d417ac419a6a5f7d645b6cc1dab3650cb7f393cf *4ddce55bd5c9e1c407dee369e1d89af820396c5553a9ca96ad3fbb22ef26ed0bc777f86377bfb4 *8af1996df303a1ff7ec7fbab21bc9395ede83c0361a7841eb3bfce33c727f025ca9473a60a5f4c *55351e64cf6356ace5ba0afff07e3edd6a853346d2acefb381bde372b9533751d533da52e6aa3c *08b627164a3922a1945d7cc85fec88d09787c125c7ead82fdeff23a054c7e9ad6347716e22a3ea *5bad6347510dd19986f767c68ebed52a69ea0056d4216a54fa32251fd0a2c874756863e495283b *b24dd9d0b58fbc7cc7f527120952c6b8e7486716652d83ab53bbdad931e50b9863bded2cb52bb8 *9a8f906aaaa220a91386fde7133281357bbe1cb2a97a75cdb58daf6378272db9de69cb3682ceb3 *836f737796043c4d475ae0f1b55df05242a3fc041b780229d23e2dc3eb11b5b4b9aae319349496 *ceb06706d89e5e142793318d204bcbf0bdb6f85c16641c1b40e310661d2369ffde0730a086f8d9 *c0a13d87f640d22505df35c87aa3ddb783fb7588f774d821ecbe5de28ad80706b1b74d7cfed7f0 *21045b4051444ca7c21dd93bf61137550c1edfd1be8033d4d58a4d3cc4eba6fecc6a5b3d184748 *ac9dfa25b9fb7501ed2d2cbc24eb820e53591b5d9de79b858fb2a866f9ad5fc18b97cc9d9fcbf0 *7a445dfc5e953657e5cf80f2e24e7777037cb2761d60aa696b4ddabe63fb697151969dde96be57 *c2f958b03835a20e1856cdaf9aa7e8177269d1e1490c008627ed0e817656472e7809521e11abde *f65a0b614e2246e17ca01427e1e385d2da7abd2f058de93d62ddf33acf18d1a8759597267ed3b9 *eed9ce6f43bfdbf5bc1c8fe1b18ede6ef17b55ea5c55aebd5c7a809df4fcc342fb59971aabeb1b *5c49a354d49f453ddaaa8a993ddadd5239ea45a337f9cfd486271bae6237462e9deb3c634453ff *1dc5b7430c41d0a9e613042daf2cd1ff2ba3ea5bec01a52a431b5b2ac46ec6e0d7b4c3f7c7fe1f *459b7c01b58df1fc0000000049454e44ae426082 hunk ./clckwrks-theme-bootstrap/data/style.css 1 -/* customize the theme here */ rmfile ./clckwrks-theme-bootstrap/data/style.css adddir ./clckwrks-theme-bootstrap/swatchmaker addfile ./clckwrks-theme-bootstrap/swatchmaker/Makefile hunk ./clckwrks-theme-bootstrap/swatchmaker/Makefile 1 +# +# BUILD BOOTSWATCH SWATCH +# + +OUTPUT_PATH = ../data + +bootswatch: + mkdir -p ${OUTPUT_PATH}/css + recess --compile swatchmaker.less > ${OUTPUT_PATH}/css/bootstrap.css + recess --compress swatchmaker.less > ${OUTPUT_PATH}/css/bootstrap.min.css + recess --compile swatchmaker-responsive.less > ${OUTPUT_PATH}/css/bootstrap-responsive.css + recess --compress swatchmaker-responsive.less > ${OUTPUT_PATH}/css/bootstrap-responsive.min.css + rsync -av img ${OUTPUT_PATH} + +bootstrap: + -test -d bootstrap && rm -r bootstrap + curl --location -o latest_bootstrap.tar.gz https://github.com/twitter/bootstrap/tarball/master + tar -xvzf latest_bootstrap.tar.gz + mv twitter-bootstrap* bootstrap + rm latest_bootstrap.tar.gz + +default: + -test -f ${OUTPUT_PATH}/variables.less && rm ${OUTPUT_PATH}/variables.less + -test -f ${OUTPUT_PATH}/bootswatch.less && rm ${OUTPUT_PATH}/bootswatch.less + curl --location -o ${OUTPUT_PATH}/variables.less https://raw.github.com/twitter/bootstrap/master/less/variables.less + curl --location -o ${OUTPUT_PATH}/bootswatch.less https://raw.github.com/thomaspark/bootswatch/gh-pages/swatchmaker/swatch/bootswatch.less + make bootswatch + +.PHONY: bootswatch bootstrap default + addfile ./clckwrks-theme-bootstrap/swatchmaker/README.md hunk ./clckwrks-theme-bootstrap/swatchmaker/README.md 1 +Create your own swatch +====================== hunk ./clckwrks-theme-bootstrap/swatchmaker/README.md 4 +1. Download Bootstrap +------ +Download and unpack [Bootswatch](https://github.com/thomaspark/bootswatch/tags). In terminal, navigate to `swatchmaker/` and run the command `make bootstrap` to update to the latest version of Bootstrap. + + +2. Install LESS +------ +If you haven't already, install LESS to your machine via NPM. More information on that here: http://lesscss.org/#-server-side-usage + + +3. Customize Bootstrap +------ +Make your customizations to the two files found in the `swatch` directory, `variables.less` and `bootswatch.less`. + + +4. Build Customized Bootstrap +------ +In the `swatchmaker` directory, run `make bootswatch`. The compiled CSS files will be created in the `swatch` directory. + +You can run the watcher to automatically build Bootstrap whenever changes are saved with `ruby watcher.rb`. Requires `gem install directory_watcher`. + + +5. Reset Bootstrap +------ +If you want to reset `variables.less` and `bootswatch.less` to defaults, run `make default`. adddir ./clckwrks-theme-bootstrap/swatchmaker/img addfile ./clckwrks-theme-bootstrap/swatchmaker/img/glyphicons-halflings-white.png binary ./clckwrks-theme-bootstrap/swatchmaker/img/glyphicons-halflings-white.png oldhex * newhex *89504e470d0a1a0a0000000d49484452000001d50000009f080300000098d3b37b000002d9504c *5445ffffff000000000000f9f9f9ffffff000000fffffffdfdfd6d6d6d000000ffffffffffffff *ffff000000000000fffffff0f0f0fefefef6f6f6000000fcfcfc000000000000ffffffffffffda *dada000000c2c2c2f4f4f4fffffffffffff4f4f4f7f7f7ffffff000000000000b3b3b3fdfdfd00 *0000e2e2e2b0b0b0fffffffffffffbfbfbe7e7e7fefefeffffff000000ededed000000cfcfcf00 *0000fdfdfdf6f6f6edededfbfbfbe7e7e7fafafae1e1e1929292fefefefefefec1c1c198989874 *7474e1e1e1d0d0d0000000f3f3f3bbbbbba1a1a1808080fdfdfdd4d4d4626262ffffffd5d5d5f8 *f8f8dcdcdcfafafafbfbfbe9e9e9fbfbfbfdfdfdfdfdfdd1d1d1f2f2f2fcfcfcf8f8f8ebebebfc *fcfcb6b6b6c6c6c6e5e5e5eeeeeef5f5f5fdfdfd656565676767f0f0f0b6b6b6e0e0e0f7f7f7fa *fafae9e9e9e5e5e5fafafaf8f8f8cbcbcbffffff848484f1f1f1787878f7f7f7ddddddf9f9f9c8 *c8c8d2d2d2ecececfafafadededee2e2e2e6e6e6f3f3f39b9b9ba8a8a8a5a5a5dcdcdceeeeeeff *fffff1f1f1c9c9c9f0f0f0ffffffffffffdededec6c6c6bcbcbcebebebd6d6d6d0d0d0e2e2e2f9 *f9f9f4f4f4e2e2e2ecececf5f5f5b4b4b4fffffffdfdfdfbfbfbfcfcfcfafafae6e6e6000000e4 *e4e4fcfcfcf7f7f7b0b0b0999999fdfdfdecececfcfcfcc1c1c1e9e9e9ffffffdadadaf0f0f0f0 *f0f0f5f5f5f1f1f1fefefef8f8f8fefefe8e8e8ee2e2e2fbfbfbf9f9f9dcdcdcfffffff2f2f2fa *fafa9f9f9fedededf7f7f7f6f6f6e8e8e8f3f3f3fafafaf5f5f5f5f5f5a6a6a6cbcbcbfafafaf8 *f8f8d3d3d3ebebebfafafaebebebaaaaaaf3f3f3edededa2a2a2cfcfcfdadadad6d6d6a2a2a2eb *ebebe2e2e2f9f9f9555555cdcdcdffffffd6d6d6e3e3e3e1e1e1eaeaeafcfcfcfffffff6f6f6fb *fbfbf3f3f3f4f4f4ccccccfffffffffffff9f9f9f5f5f5fffffff2f2f2fdfdfd000000d9d9d9fc *fcfcfbfbfbfcfcfce9e9e9bfbfbffbfbfbeaeaeae9e9e9fefefefffffff8724fe6000000f27452 *4e53001a00d4cf020ff12310ef9f5f0a052fa9f0c615e21803bf1f6f1353b7df3f86c57f061743 *e10d6b448fafc28dc04f12530f5f08a0a59ab28cd31136d0e03e34217e610ba740311ed15f276f *12c46ea2d28b9190804d86a19333b142516a99b670262521156cb5c3225871723b801d9720415b *823c6089616d7d3485332f30498804a850434d2136282a674b265951a64744502c0ee58160927b *015650a42d19ea78c12968dd378765315df488df1b57bfb324978731188362c47a53dc9563174f *d9cd5d8fc08a159655163b5a693c4e23d70c290938367056e0f2943a688d23f9305a841851d40e *4a4e86be451444548cde7ef5875e00001e2d49444154785eec9d877f23c799a6bf6227020d3402 *41102441680006931c0d290ec37086339a3c1a4d904639593958c1b22cdb72ce699dd6f6dabedd *db7c9b73bcdb7439e79c73cef9debfe058dd206bbabe6a76f340ad6c5fbf9249ff9e2a7e68f483 *0ea03e14e9bb2779dc2280e2d0d010918dddd886894b0b3634d6599c2a2e76e840b2b81fee8e01 *632e7d3b87ef9f744e2502a844490118aa98cad0090821105a1db6d08f354cf148a332da36208c *1f83c9af8ed6228a0bd42d62b1452c152c2990ca8f00c0110d42058cb718a63e6d19b9aac3e3fa *6e1cf8f636706d9f52f64f0a776d1040b0ddcc56dd233fc9274385c8915a23a98e719e8718ecc0 *1b1762d2d37c24bd3adc2989c22f45be25f7e26e0552b9719743e06818086eb5c925f569d3cc93 *adbab6b6df7d6c836d0a3f69ff64e264c322802cd819ad16c70060ac48f1081522722e7aa1bc8b *8ec17efdecfc2862f051dc5526eabd1d97299635f5ea582395a7a0f214e999454daae6dc523ccd *2a705b18805b252ea94fc9cca398a5026b37931b006c496fb0fd03a8fd93b6df4ab04608a0110b *a56c560f21cca1c48375488260c603bc9980979b1413e7038226a22cc77a16b4c9526b2415a4f2 *11a87c24f66c8abbbc5862fca2e2e9c76adfaac8645508b1fb3fcea32448b5eeb819a957b1be7f *2455fb27851fc6c548dc451c332ad5adba80b5b555075c7deaadfd7f8628d20a18a4127a126856 *6b7d67c775ab526b2415a4f225a87c8954a87cdaea636ba61ce78db32210e39ee4b144e794fd1d *ab835f572b8bae94ca2e51f2d2c529d54012abfd93c6bd804808a2c09bcd62b57304b8d46c9e01 *8e54b4a9b744fff4ad520004c40332586da32361050dddeaba336c59c3ce7acc6ab98e9dd4e392 *9a231b21de180934fe044ab4c438d128008cf263b51f01769989be0e745dad1461b798549913c7 *01e0f809d2f78f0044050dce85e0bce1513f5e2d8bd50f5f075e243a015cffecde5609a024ab95 *4e7cec3d2876885a27718f36b95af0d78687d7fc423556ecccee217986b4bc33e4df4b9cffe3b1 *bf62e004000676348cf11e78f0ebeaa311e2525d1b616c97ed1f21d4fe49db6f87508940c574a5 *e456037994baee11e04cefffd9aa0f6d6cb5dabf49a855627c5b2ab0b6066c6b65272abe5764ee *051ac0dd64e0b3f018ef44b7d39d7d5c579b835f57df9db4f9b6a472d04eda3f99f8db76deab1d *c1dbb25825a78e307587f66f75692a84fc4a5618b780c6a6876225867df4e31788693549a5596c *4e9f452d1b7717d0cf82fb665f57336dfe0549e5e085c4fd9385972d8c6d83ca18acb251299353 *0bb5d66bb47fab54430837eaed196da43c22c4f4dc8c87628b547cecc627a6d524b5d2989fa3f3 *f3d652263ea5ea4f0d700f9cf5ba9abef985ea36dd1eac16d2f60fe7fabd74b1a8eea553ad8e4e *5ca9d7af4c8cee6dd5f85cc802ce12d1cac47240a604339e758d540a6237fad3742e352e71a9f4 *c833b27230fc3d99385490c2077fbfaa69ad4aa95cebc83675460a94b27f52b833325ef71aedf1 *1127c5aa8af3c0ed0eb17888e249ab09efd24684384f7b2538ad9e6b4a9ad34d5381c8b41364e2 *424564e6d1e8a0ef579d824359c3f74f3a2f4f8c4e2f97498b10ea5f3dbd8078464594d1211a20 *cd3da5e6693a6fc17e1b92a1b72079fe3fb69a27b79a27b79a5bcd935bcd935bcd935bcd935bcd *ad96e8bb2eb9551f3eb124f75096c6a68a6325865da0db055c63a9b43ae97c09fd2c65af539c5a *2c916f9abf5872ede4cecb58ba21eb52e69416c7c6160ff240e15af8768220078730d4e73e003f *c12ae7ae0dd43cf0fed51f001e7c10f88114abbc4e36fe30fab93b7b1daf0614619e0f64b3ea32 *1805d4e9762b44e4f35e74e0e0fad15b7100210408f2db9e567dc8f866ab9cdba8cf8f8eced759 *ffea65e0a59780cb2956799d6c7c16220c66f755c703b271889d40eb88c7bc9834592d02981ab3 *59fdcd2d21b63661939e8a423a6f25f1164aa4db0349b1b497551f517ca355c64ba84f04a060a2 *ae3d5c0bfdb412adf23a08eb30beb0c0780b1685b15061f389cc75881e02409cbb21e7bb4b86e2 *030e1050cf64d5786877313ed7246ace8db393761790f65a64e0e8109978f1abd5539a554108c5 *265b555201df6495fd37f0c3b89dc27ab76bfdab2f03989c04f072a2555e07ac8ee41da0a3f397 *773a492ee01556c7ae18ebf4ff633e71ee849ced2e2113b77a53db7226abb3d53285295767f909 *be8552092dce69e3510938bfe7d8fb50615cd09ed755259569dda1a6fe5510ef5f3d05e0c31f06 *70caf8091c9b4c75a0ea28ee9e024eb91a3f869fa0303f81c3863a5dbdceace486d414cf74ac42 *2593557c99faf9b2a14e731c186f724effb966b6fa0904f82cbb501009012112ad160476220a59 *ac36bc684cef5fad00401000408562e9b77311af6303b6aca371671a9876340e7c9dc27c1d306c *cf9fd0ebd4240f538cf5398d8eeef262cab19ad16a238e9fa37e9e83c1d2cf033f6fb2f77d1e91 *9183f07d377341506d3a4956b93d6e95f7af0a21f4fed57bb19b7bcddd68bcce45e0a2aaa33801 *a47300e810750080cd6f4cae18ebc854f024f184f5073b56ddfab9ad731bf5f66371ec44130107 *a633f0f8b8f10cfc07db11e0bc820f332e4406ab428814abe9fdabb3001a423400cc26ec155627 *d8dc0c541dc50960f501e0bd44ef050036ff999e9acfb7f371fd79f96afb0738569d89d5e62aeb *d603ed5825fdb3049b4073ab5cde6a724eb50724e07cf63d0f3502fece862027ec6d55c214ab69 *fdab4bfd8f691d0280254399c949f03a7373611dc685601c2a60f31db53d19fa6cbdf7293ec875 *d5984d6575531b9a9bb7a849f25fce4ff7884cfca35fa97d906f26a9ed1cc06a7affeadd00709d *e8bafe7b02a8a4d6e1dc6c75903a044ff1c1aeabc6cc29ab73a425185140e3cd24de3c5d669b09 *1280a0784f2585f7504362687232a3d5f4fed51a00bc9fe8fd00504bb7caeb709e6635bd4ec3ab *335e1d1d6fabf9a9fabc5dea65b24acaeac1a469d042989c3436341386805e7402ef7f8d8775d9 *b2fe55d68c3a473427bf8ff2323259ea70ceeb88cc75a64727182f5079d9343fa1fee82e1dd5e6 *534284505f0f3e9112d1eb191b9a490c09317433ce93f742e4c9ade6c9ade6c9ade6c9ade656f3 *e456f3e456f3e456f3e45673abe606c35deeb321d736370728aac7670bafa4a58b8a7983b04086 *940c1d343e51daf220dfd556ab46ad7d5e58d787ecdabc8892d56a8db51ea66516f73236094c9e *b3d0259ef259b447e268010bfbb39a6c1a8943ad7dad29d3e23c0a8821da45a0f4f0c745bd50e7 *5a15575a99bd8c562b11fe40c28610cf520d35067b406f751897c9907f860734b28215b2268500 *8498b44885d101ac36f765b5792056138b88dd800818039856c5a5d6c1acbe12e163715a84de92 *a972ecd3164ac6e77942eae679079ed31188467ad10ff546144ea224a2108f481d62c8c8d510b3 *2a112b9d6ad58f71f2d18dcec020daab1d986bddbf55e05884af036cba6501b702ecc4f6be1fc4 *3193d5ca1ada6408e030645ef52d91422589839d7d0fea0c9cf8b87b59f5a117992572c72ad26a *35416b35a67510abb322cc2cb73a7ee9d2b8e159bedc087e0a6899f7fb03c453419d7ebfad3615 *1eec0cbc906675c16cd58766b58a7bc8b55174415448d05a886b1dc0aa8ac6ad2f005fb0b8d553 *9feebc6ee1fbb90ab17516275d62f95d7c6d60ab4285f1c481c1cfc0a11e4a2c4f24edc164755d *b75a1073ae0dc0464cdf3aa9c4f9fafa9b61f5f88bc08bc799d50ec2cc1a5434cf6fe07e627918 *3f7770c76ae6bba5d6419c8185d8288078f95d84c28610a6fa85aa66d5edb67e04616ed6a72f9e *a9b8bf5ec864d5dab2f663151fd8dafa0098d5872c21c416d031a9f8691c26961b78695f564b40 *6970abcd833903afd0de566925613b0bd518af4c013f89304a1f932ab9929ac5aa35dc1cb6b855 *d10fb78a9327c1acba785eeeb2361ee2565ba51a5e2016e07bf6655599c8d27c973a30f83d3087 *bbc864dbab6f87a810e72a4a1f931a7125955badc6f559c34eb8982e7351844c8b75649a5b32d7 *f00539fe49fdf33a57c16e97d4c8ffd0d90216128eca6d1e9958186ca5da83be0736d721186c8f *4e6c87d956d9d5a74b55bca4a46a56e35c4a25a955df8a9ddf42b08e4c634b6617e162d715f63e *16611a933dd2629b7e1fb9525d6147255b9dfaf7d76a7340ab3c698f5bd0a52a5e2e643b5549a9 *522beb4f0f44983265cadcb6e520faa151c3e34e33a9342231a385dd1fd2f886e867a330e0fac3 *07750616945c8714e4497ddcc1e3d0774656d8ff1934792f449edc6a9edc6a9edc6a6e354f6e35 *4f6e354f6e354f6e35b7eab668e02cd2b75572abae5dac1816ba5d4c5ebf97a783254a8ebb4483 *c6f7691fc9adbacf1e47d1d49d0ddfb4ae2f00db253d27718ac3a529c8d9f2e73a8c8f51cb3cbf *58a12eabe527f4a3875b9540f950129fead001c476c32fc9bc05b0a188f2b83e2f1439f04dd8b7 *dd9855d73e79c9b258c7407db30d940cebeb46a2b47401dc675e82db1a764f5cb09ed3b8777682 *7095cf1faf7a33810f9b4b356905a42124503e94c481c51619028090b92706d2119456c69bac94 *a24c9e1c327218b4fa40a4554dc3c94bc3fa5aaff589b9e5360e1bd6d705c074778ceba79fc2a6 *1062e4846ddf31e2687cf47cc907165d7d7eb9301af8c0054d6a4100a2c0b402d21012281f4ae2 *008addc1ad4a1150363807cc43267972c8ccd789651d7dad6a1a8e5f63cb4abd3fea4930acaf6b *eadb3e15c29aab57998b1ee1f809c6fb8b99afe97ca142bede9de12e22544558648f200d810cd4 *3894c421637706b52a45281b06ce4a29cae5c921ce135b5722ad6a1a5f15d4c3e1d0a265585fd7 *d00558423ba4f71baf6fb0864f307e3fac3a50bd43e30b282eb2edb6b11b5bb7118e9191f22157 *71a325df1dd42a6c65c3c0592945993c5e884be55ab954953630d61d032ef0f58123abb5f8415c *fda4c135013b526dc67f746b64c21b2f381a7fa70729357e82bfa0ac5e30da2023e5436b1a6796 *a606b61a65cdcc79298db297b1cdb6bf91d4bad200b036c4a5aa3c80283fc6d70726c9f5f5757f *ee4184e1569f92f56d305e68129d2e97741ecc78522af4d761f4a927f63a052ca548a77ce80ec5 *8d96aacf0c6c357a843b12382b65a6236227237cfb7d32c60f1f77287c4b63964abd0dc86c360d *eb030380b6beae77f98b5e82d58f8c6fd707189769fa9c07331b050248d31a0dea520918968ecc *940f398a1b2c5993056750abd6b03a4e0c9c5b355315c3f6fb8952879d21a2a7e45b1a2995e75d *1680fa9c697d6000fafaba6dac1d92b84eb134d0a5b9b2e376d1607c3b661eac28aeb446ef6c74 *a90484a24cd43894c4c3b75a23bd41ef96a44f25d5c059294eb955ae3559ea10d1659cbc64964a *ce450f8d33645a1fd8b092fec73cc878b7c7f19dd8c99d03f1e4b66520149540f9501207daa7cf *0ffece46fa54520d9c953253a1c2b7dffccea62f75885ab07ef09a43e604338dc7d458ca7abccd *d3550fa89e0ee278f55c03328d73ab03f1e4b66520149544f990442ee78dc9e566424f26656edd *2769c8e552258f06993f4679b85673537e247588ae6d8d9c772829c1b47294ba1e6fb3302a4481 *ed98d5692133bd3a184f6e5b1642b52173ca8742e4703edda3034854d931f2e80b3bf6384dd76a *6eca8fa40e91d3a4efbce4711270de0b3168f25e883cb9d53cb9d53cb9d5dc6a9edc6a9edc6a9e *dc6a9edc6a6ed5dcdffb9671d5287170f5074f6baa92d47db8dff8493f54593848abae6d688f79 *4bb81a02cc9d75358fcdcfc207ce499c74f765d56e5142de9760b552c4c260af1ab745c050cb0d *addaa6f698bdb90778fb990fab9ebd3eb93e80e21291a10f7974be0e7b3f7c9cd7276a2994c9c6 *0280b57d5955dbcfe41955f9dbdc7be74056e5872f804a31ec462b018010acbf37e480895b4f57 *ab4f5be6f90d18f8b99189798db3c75559ab8d031faa9588f5213f42f4c8441d259d0744819957 *6abc3e2d1541693678a37a29bbd5ce55000b0952bdf9aab19237130c64f5d91a8a4011b5678788 *0e030011ebef955c86736fd829149c61cf34df7a661c8c5bab572b8195b13eb9b8ab0c9cff508d *f43ee40a7c1f95db714ce3d14717388f76e2b8e2eac8a384986cb46a90a9b5325aed1611c674dc *df2be5158c56a5d441ac36673c842f8ee610510d10824808ade7537219cea393d11ae7d6647dd8 *f9598f71e0d4675d8073595de73b7f045d46eb430eaa403508bc598dd3d5968d35ce43a933e538 *6fd9296b9a311b27fbfc6436ab3e540b2acbca8692a7557a28a56d29fbe2ae43440d6087d64865 *2fbe2ef13ae7977a134ea5c83970676f0d264e049d43a6d7838cde87bc1e3eb657d3f8d5b05f92 *f1486aa0f129a4586536468400a03770926dbe2de86027d66386bbdc152ed50fab8bc2415a3d14 *8db3fe5ec96538f7c246d73b3c9dcbfbc44a317b1df3e38a2b382780c9aa2784d6875c41b52abf *1ed2f88f5bb20b8bf1522455e38f592956b90df34179c9838c77298e1f4563233cd554878394bb *5c76573c905531ef49d8981743446f8bc6597f6fc80113b75ddf776dce61778ae63a4218b92012 *3a27a75a2b017fb27617e97dc8c17ca1301f1cd1eb1c7186abc30e318e50aace83e12a80a47503 *958d54abcd3720f346338eb139bdd2eb417d2481dde566bb2bee6f8dc8fc07e75bc5e8bd49b135 *14f6f7cab0fedebd78112826cd1f9413ddf16900b5bbcabc0f59de038ff13a63bf50702a068ebb *02629c9cc2b8074a88b2916a955637006cac6a74734e026ba69c7697cbef8a07bb5bba667933c0 *8c675d1beaf7f782f5f7be759c9cc215e0e9b2b10fb9c8e667e74af88c4586301b295669c582b5 *a2c3b9e8c18394bb5c76573cb05567f8740004a765ef7e427fef5bc2d510c0e041d60f868987d9 *48b54a171b97c81c27e52e97dd150f6e959c260931d494bdfb09fdbd6f2567cdb1075f9f894e19 *10e60d0aa69b9435ea2e57d71aecf533792f449eef64ab7972abb9d53cb9d53cb9d53cb9d53cb9 *d53cb9d5dc6a9edcaa7b95bead93f703776177883a36ba644aa73b0626d5fe08ed338b700d746c *8c8cb1617308f5d51c9fb2e4d5575f55dfdec45480035f27397b3ff061ab868505d4acc3c4ec95 *6c002f30abf7e113644867716c6cb163e6fffacf38c4528279f9e81680949e011e6d3dcba29a5f *8ccdbae5965bd4b73731af782206dc22db14c653d649665693fb72f1fc8c057833cf3379952900 *687f8d0dd4f0c768ccd5a0bb88308bae913fd172d9f3a9013597789afbb08afe5ffc0c2ddac6f9 *c86ad5f5dde403c6f719f50df58bacd1876f4f3ae7eb249bad9600584258004aacead1a39031bc *881ae38fc323d6887537bd60f3167a7532e0fc7bef935c3be4eb75dc97b13940a830dbc5562415 *1732589d9b9b53dff8e2cbe60326faa6d3421561ccfd5bef4fda7e91d16ab44e32dfa0c8aa2fad *1e8e9afc6a7a5fae0080db6e030041b1ac01ded9e97fa7bfe8887e13c0c20bda75f808da680040 *15474cfc4ffd65c9b50bcfc73f0e5488c505e0663c568598f7acd765fb8840b590c12a00f52d7d *f165f706a4401fc00ded305a740bfc2f7ebf869dbc94ed586d30db2ae68ed5c82afca148275c97 *af01abacb2f3ac75faeb53ec45b7d46d02ac4c17d6bbf1d136801fb3d0e5fc8f3b2b167b1d6c02 *9bca35dbbd19afabc1e93f1d75192aa999ad9a175fe6ab094e692d3a8549402c3b865dffd3d8c9 *57b259fd60092ac514abfadf806e00c0534ff1f57e8f6ee7b6dbe457fd50b22e1e81cc1763fcf2 *8f12acb05a8b541ec475a7bef600506f5ec78337f3e3dbfc77f0178942ae5242e357815f6da064 *6ac6038a951885d8fd87b4fc4211dedbff36d13aedcf2a97da48d2ca1617ed01e65dffb3e8a7d1 *cc64b5513e05957b52adaeabc9ebc9fdba74db6e2896cf7acf172153d7376f0ad7ef0480d74965 *ae8eee997700f5335dd4e762dc97fc13e4c738b9357cc669b79dcfa0e6ea52db00da4a6bcab15a *91524f162bea1e38a35526b53a5d955a896965528992ac061ea23c4999ac7eb003157cd16495af *9f2c836a81f5eba69f817b8710c63bc337ef855500e8dd8ccf58b87f428889a7609dd1f8918f5b *e875357e1fda3d7afc71eab5b5c5b08bdeb96500cbe7bc62966335faccc96fd6f4db7b0f3bd1ee *f6ea80dfa9f8403ba6ee02e46e2a54810bc4b532a90424dca88e8a30de27b3592d3f0a956a935b *e55aa3eb6ab5c0fa81d3adba76ffe6e769872de88e072a72447bea6d4c2d2c4ca13decc47915c0 *9f6da11ae31d781f8bb6fa631e3ab1faa75765f5caeae976d2b1cafb6fc38f14c5848c0ac0ba22 *6446c9d8d6fe385be7547dd3b5461bcf2df949cbde56f0896c565b50c197b3bcb32944560b43ac *1f38ddaa7d7c6b5acccf0bd60cfdb106c67b0fb195c9c9599e7cf21def787272d9d17861f2f7f0 *475fd4d6ce3e8928fcf34acb4d8ade973797b31cabd25a40148cb235dd615ee4ba5c47987a99af *73aabee9cf815582d22aa5724dcf65b37a1f54ac5eca3ac9ac1782f5cda6583d3edc240a026269 *3eb3552658ac0e516f796262b947c4f86bf807cd38af20960ac5d29817f38dfdff6e292ed58da4 *f29cd9f0006fe30c0d1411a5c05e074d816d0ee164b35a83caf369eb2473abaa6f966fdeea2a7b *bb34ececd1654c62a44cd9b322028d0422166d783aa0603a6dc96b9e025b1bd81867655488d115 *87deac08299dc18427302a54989b42e1807b211cfaee49de0b9127b79a27b79a27b79a27b79a5b *cd935bcd935bcd935bcd935b5d985a8883dc6a0b518a2e658d0b18272fb8ae79f77651a43731f8 *285a261c86f3d25891f53f1f285f9c9a5a949cc71d03ba94297b74c4da806d981e5aedffc057d1 *cf8f9029adab2d4393018a15d3f2b4b60d6a71e16eed2ccc8b9f22e149768ba6bd554cd82168a2 *99d9ea9bbfeef1a9afdd73e76b92f31c4163724e82f4fee4bd9ad184808185564534f630fa7998 *58dcd2187ee51a347acab856e3b3b025b7f12ce9b9dffb296615f8c3c0057174c3709875a67ee3 *0d100bdef88da98ed12afd93a9055ee6d6303ae5fdcfe9dcb2f633ff3385c30fcf4acee2024ff4 *28a61bb7f6a39b5a423f4b995e0520c0765d1b1892756ea09f1b6ce7fafff457fec01f8203b669 *30b47036ad885becb0a9e0435f3558fd231005fa5bbff6775833e162f1cee5bbabc452bd7bf9ce *e2a24e4bf0417feecfff058ce9652053abe8d365aa7cdde3081bb977f1a2c778e2bacade73f4f1 *6f3ed6505ce58494d49536d23b6e56db116daf66eb4924e0f88913c7fb56cd934a2d00db4a25d6 *8cbc8e30aff35577fb59d08ec953f5f30ff3d7166e9175ffd26dffe897aec6f9ab787ab51415d2 *cb97569fc6abda49b5766e1df457ffda5fff1b714c9d5ad8c7f2e922115f9758ae7a87c31af7c6 *0b0038c75d417097898388cd3f86b643cd178b008e919e35c83488b733f18e1b7a7728dc7b3765 *b22ac8b260dbb0ac2141d451933af14b55146ef59508bfc2ff087a14eb5dfa3179865684f89b47 *61b0fa43ffea7f6d30ee50590ad99a55783654542607b76856ef395618a71f0afeeedfd3ac9e7a *c391a020315bf758ae7a875a9ccbd5ee8410d039aa65a2729b71f34ab8b3b84e44df2ff9acb967 *b7fe58a6eb2a396f97f0ed4e36ab44c3c316600d0fcb7be0f7aa49ef2515cb4db47a39c297e354 *1efb518e9fe09688fefe371e66f65c226afec35f33d9fed6e77e067842e127809ff9dcb7888859 *9d9b5d2a4bd08ce3ee93ab2522fad4e735ab1e22f0c87178717efc119281c6953d9db70591a86a *bc01b4ba53e13e6a18a456e7b726027e5d1532a0787a1bc0468fb8d5ed9f315895a75f7912def9 *4406c0ce3c234e92d5ee0eef5242f7d47d064bf4cfffc52f9d8df37f691d898a7986f9bff5cb0d *2156145e11a2f1cbbf65b24a9f891a877d2f466beff141dffa379ffbb720e2eb1553a9c8d72b2e *9628651d638d97884a3a7f12987af083aaf357935a089a8ab0ebaa967701efd2d951991ffee1f0 *1bc5129e7e61dbd2ea84d8cd84f670e7362c6535edaf2cac082ba29694c12cfdfbfff01fadf3f1 *1bf7ff74b176f5254f5e4ff8fc4f7de3d79f202d4ffcfa373e65b2da6b43a63613a377611df45f *feeb7f439d0c0da28b7cbde2089b399191d72a959ace1f871cd81457c6f1b841aa0229d755b64a *67ea19383cfd5a80b49a785e3f84ffbe32b275b6ad59fdedb3f5e82a5e3ffbdbda874b43ad165a *a45b82ffa9fff9302e9296e043b5af40026dbee7d3e77f11df242ddfc42f7e9e7c8f59a5e55b65 *fe771083655100fd9fd9d7b6261463eb120fca4f9e34737c899c6392a74ae5fb9f7773effb1e58 *cd12381a2ff19abcce36cf2f0bdabc193be72746af4c4e5e199d381f7f1d5ddb1a81656164eb5a *0c0b3127aedc00b019909e1ff75e8604dafc991afbbc874cb31e1e91734264fc251208d32b4da2 *b760dde3534bf68d38d7a4b2f7abecba2a83aa0229676c9010238e3322c4109267d18a98530b19 *c7e3148b8ea97174637878839a7c483e96acc6f83df0188c3ab3c504e713fdce6dca6ad5e5acdf *ffecd555dff2c1f376a371ec798d8f73a9dc929e4c676cfe1b43362b5b46cd53571c6785f69339 *f59883775633bc31b54109eb0c8f4e94df44be3ccdfbabcbc2243565ff17287384fa8da1a0ff5b *0e1cd00000002008dba86202fa97b3879e61462e1594a85db14ba1eec70000000049454e44ae42 *6082 addfile ./clckwrks-theme-bootstrap/swatchmaker/img/glyphicons-halflings.png binary ./clckwrks-theme-bootstrap/swatchmaker/img/glyphicons-halflings.png oldhex * newhex *89504e470d0a1a0a0000000d49484452000001d50000009f080400000005048bc2000000197445 *5874536f6674776172650041646f626520496d616765526561647971c9653c000003f769545874 *584d4c3a636f6d2e61646f62652e786d7000000000003c3f787061636b657420626567696e3d22 *efbbbf222069643d2257354d304d7043656869487a7265537a4e54637a6b633964223f3e203c78 *3a786d706d65746120786d6c6e733a783d2261646f62653a6e733a6d6574612f2220783a786d70 *746b3d2241646f626520584d5020436f726520352e302d633036312036342e3134303934392c20 *323031302f31322f30372d31303a35373a30312020202020202020223e203c7264663a52444620 *786d6c6e733a7264663d22687474703a2f2f7777772e77332e6f72672f313939392f30322f3232 *2d7264662d73796e7461782d6e7323223e203c7264663a4465736372697074696f6e207264663a *61626f75743d222220786d6c6e733a786d704d4d3d22687474703a2f2f6e732e61646f62652e63 *6f6d2f7861702f312e302f6d6d2f2220786d6c6e733a73745265663d22687474703a2f2f6e732e *61646f62652e636f6d2f7861702f312e302f73547970652f5265736f7572636552656623222078 *6d6c6e733a786d703d22687474703a2f2f6e732e61646f62652e636f6d2f7861702f312e302f22 *20786d6c6e733a64633d22687474703a2f2f7075726c2e6f72672f64632f656c656d656e74732f *312e312f2220786d704d4d3a4f726967696e616c446f63756d656e7449443d22757569643a3635 *4536333930363836434631314442413645324438383743454143423430372220786d704d4d3a44 *6f63756d656e7449443d22786d702e6469643a4646323339423333374542313131453138313941 *4236443641464241383431462220786d704d4d3a496e7374616e636549443d22786d702e696964 *3a46463233394233323745423131314531383139414236443641464241383431462220786d703a *43726561746f72546f6f6c3d2241646f62652050686f746f73686f7020435335204d6163696e74 *6f7368223e203c786d704d4d3a4465726976656446726f6d2073745265663a696e7374616e6365 *49443d22786d702e6969643a464337463131373430373230363831313838433642343941424238 *3139354341222073745265663a646f63756d656e7449443d22786d702e6469643a303338303131 *3734303732303638313138433134413439443032414339373535222f3e203c64633a7469746c65 *3e203c7264663a416c743e203c7264663a6c6920786d6c3a6c616e673d22782d64656661756c74 *223e676c79706869636f6e735f736d616c6c5f6461726b3c2f7264663a6c693e203c2f7264663a *416c743e203c2f64633a7469746c653e203c2f7264663a4465736372697074696f6e3e203c2f72 *64663a5244463e203c2f783a786d706d6574613e203c3f787061636b657420656e643d2272223f *3e35186bd2000031a14944415478daed7d6f6c5c45b6a757b2b45ec97a8e44247c5f1c7727fe43 *77ecfe473b1ee334b6c1e4cf3ce331cbc6c9069c7598c4b38c364382c8002281c020c6d2e6450e *cabc300a223d19f180f72ce1b70a13effbc004920566336fd20930a0608d1208e0fdf4ecb8f5be *ec97da736e75f5bdddbeb7ea54a73b314b9dabc46dfb77ebd6ad7b7e55a7ce75fdaaaaca983163 *4bceac3a6bce62f631e7fc3093fb51e191211638644d60090a5caf35655d818b4f59bd4baa41a6 *2a8587963963b7e319abce38de0d3f274dffd1f7376b14fe31f463fca45d3fa662808d8ad1bd7f *e0b604637d78249c922ff4f5cc2459e1d13373a14f71599ba22bd82a1662513843de0c41d6c6e2 *2c01ff0799955694acd97558017820d0f75813f0f9a0dd174d59015203c7da9835a4f14034f00d *ef45ec968cb086f7d48fd9eb20e0036a741e1f28fc4ac613aee0d14da5e51d14fc3ec31180cd28 *3d42cb7f4ac0431d9ae0fe92b61f37315137ba25150ce057597db6f91ca5646ced1550226ff7a4 *d3feacba98ac4854562d2f4e50148fceacaca2566f1320f68e630f71684f6736ac7077bdaec3aa *6bbcda068804d4c7bad20a5f93f0801ae7294dd2fa2bc0be497f203af848beee11a67accac2fc9 *9e7bc639f84f646ec10f56e37c96bb9183155fa978ca158a9f48c3c5306bb8e8ff04ac74187c07 *11888db2b0944ebafea38b876e15ead0332308d73383752b2f55610039b3023c21021484386b4e *5e1a1f4d8b0ffeabea23db906e827847b6a9882a1e687f66ece8899d2c25ab68eb3b49b6fb2556 *6f5f69d9f8ee246bf9445672e349afaea3f1a4373af0783c8f733e2558e071029dbe4eb2f6057a *0f1af9ba67868aa73b79d2ee39ef79c839f84fd425177e96e3177fa5e175a9cac997042afa3db1 *aaaac4e7491bd1709163e1797daef61f1c5928fea3eb6fd62812957508c2b10e24ab5e18ac6a9f *be0beeaebbef02655cf5896958edf11d9cac9dd9e33b582da57287f600d7e3ac01d1b28a26be81 *3eba3e7fa565d810b292c3ac90ac9ca8619f73ba0f17bb143fba0ffb3f1a31618fdba45e919bbc *fb3d1c37fec836355e9faa388616529536aad2a82afae4e2af347c51af4e242a3eb5736b557153 *944509d32dee3f968d44b2aafc47e0f9a1c6aff92009cfd54db823dba00b9fd699a5ca9f805517 *b1eff2f4d6d35bfb33485655779f6423bf29fce77e404056bc208da8b6832d737f27411685c75d *97e5ce9b646eb20aa2fa9d33f0843755079ef075c5fa539b8b43ec9e19b8ef7a19be7b76ec2838 *6c2debdb3bde9995e1b9b9a3945b3baa567eae0ae99229743e37516553a8c229976abac5fdc7b9 *4fa5ff68e2630b9d59eef3a24362b59dd9c4373ae3a9ec0958bd0defe1ef2707590dab399fc2cf *0def593179a93d470aff153660ad3d47a9a556d1ffbb425b7f165cafd779ac51d63dabbaf9756f *f3c7c91fe3bab7fd9b82d5633f557cf46764448226eb189e74d0c393ac4376df881f7aabc50e8a *aca126f61fff418eb7cf49e5679429caa8baca75c84755f7384719f32a3d57b56281f9369c7906 *6844e5f94d24103fba2e0fdc26c372ffc116c17651fb8fc0f3438def9aed58d499766493d97251 *f581d45d7fc4df6f6ce5778e9feffa63f7a61ba02a2d8fb5989c9882969d37f63370c4794e562b *10bc04d478555ef2e0340b59691c597144b5d22c3438ed7f85f3a9c563e4f994aafecfdcefe01f *7e547dbf88ff9b1dd6997bb7d3f0ee7e9d32aa16a69564a3aa6e06b8d273d5a653093b985dc9a8 *4475465f3167950584c27f6ce211fc47d7df7afe946085639c154b10e79314aab25a3e9206dfb7 *d368f6087b3ee58e496f12558152901097ce95960f4e2730699eb132fc7186aecb867f4ed4b01d *0663e88bf941242b2d9ca2e5af79361766b4b3f83f25ab8b7818efbe590501ad1a0feff5ae88fa *c0fbbddecacc556919e04acf553fecd26d7d67f415735659c655d77f74f1a3cf26d9eab3ee9fac *867179f4599df154f104aaf90c7505c32cb01df355abca2e0b55e18dea15a7d70f13e6632cb477 *1c27f7188a8ca4611ec002f3fe8dc7898aa5224df95724abac291cb2d288cab3bf2369d6357614 *b3c03af884020f7de74490b9f3d2e03613fee3c6777daeaadffaeb4f09ac3873fda9f2f98fb6bf *d5f7cc44f0154a2c17239e896046b85e673c553127b6e04cd3fa33b10575375016aaae9e8fbb9c *6378b23fb3e9dcf11d8a995b3dcceeb06fee6241cc35db8d17f07feb561c7c85152fb285bb5089 *6ac53abf85974c4138b3e1c4ced417aa376f3af886aba145f50fb186abb72a035cf9f7aabaad8f *3112c7f233318e2a9fffe8e3b10e11d68859fdb9461651fe01d06292aa98c3522cfed9407fa63f *f3d900f4dda91ba0aaf8bb8824e12f53525f206eec68ae12cd70e9766a32ca793194fa62f7ed7e *0fd2f315b0ea61564f0e76cf4296ad9a52870d777d7c9fa833abbdd0f7506ff9f071cf8c749cc9 *47d5c2b4d277edbd2a526e709a46d4dc33eee058a06b87ead9eaf98f3e1eebb077bc3fd391ed9a *dd740efe78a2437e1ffa54e5577966e7e12db416eaccb64289ce3f57d4aaf30e2dd75f3554956c *acf6d466fa6325975a037d680db506eeabc3a3aa2d1fdefb6f4dfcdbb4743c2d037c73deab429b *84cafd44cbe53f143c8cc330da8107b5cb5fc2392f7516ffaf3c6f197548839a14b67eaaea5619 *d0aabaca98b19be43fc6df8c193366cc983163c68c193366cc983163c68c193366cc983163c68c *193366cc983163c6969e9522ab68cc98b19b4dd474134188d146962238390acb8c5099f50ca543 *80856458fe4138f06b1dbd5695a98f1e1e960916cb580d55a43e7370c694ad4d9126970f7814d3 *a43d5faab868ee39f1e360658611a8f91938a6be6b038abb0569e2b1fc5f5e979815e90cf3a567 *611259ddab2d2878aeb30a8b6ab31dd908a3e8acaefe3196de3bd13b815f57ff98d224745d3ddd *fae8e2a3bf2e5e95225f8c5e6a7d5056a40df17361462d1ff12b5894d19e2f6d658d55d7eac2b5 *aa157199bdf81e3be298f03e45fdcf3481642c8a73daf7bbc464d0e5aad3c99cf4b65881e37ce7 *8717c20d62d54ec1ca1d678d2885aceec747c1e3aafffe0c8a90b2d4899dfd19b5ce6ae8532c7d *cbd896317bb5e7a7e5a5aa6e7d74f1b80cddbd2e02740ebeae5c7d7035a6fcbe8bf1aa762aacbd *cab5845e10940fbabb34891ad0919e6f055237a246c6192b1356d43f02cbfa4f6fc57a9cde3a92 *8e90747a619178468b70369e26f6eec65b81955229d2646e64b4854bfbdcdf9540d5c2c5dc6af2 *15ae9854e1516715242ae2ac16ab08cbc9e2e88cb29bb3025cd083afdd44410f4a0352a9eaae0f *884f2aebe3c24f5813047c206e0b403bd6331367fe2a044ef9f89d4e7df0bb96d713aa31cf85b7 *ead478c7b9dcc19a7c69b910d063cba8544de4d7f14614bb335807a30cd69006f90247582313dc *3b1e5586d9d6c1463b76e09ea3f61f815fc9885b6de4f08df391e1c1e9d6afe4778b4be492cc21 *6c89545dacbaa0229f9baaea65dfa8b37a788ba804dae12d729dd53bf6f1d20fede1bd7492ddb1 *af7c5475d787e3e5f51178ab37840afebd2a3cd6be508004054ada9e54d70702df18bd3e399a84 *54ab49dd787b55a972f5a97027f75a55892cdb9c5b9420f7694e553e3dbc0e5f0395888235a4ac *7e703a7c4d3e37e421391ff1acd19592cede8d475593d67728734f81dff65ae8772f3c20eb8a9d *961184b514d2013e54f592475191d5c151520e8eceaaa89e4a6735748d97fe40ea819c4467e89a *a2f93296532345d8e3ae0faf91bc3e1c0f3b8e7c69cf9bbfb4ea14f8ff99643ffaa5fb273ffa25 *88607da8ae4f1403c283aafa24bf11789a39e5534d6f544d78f84f82958faa71f6d8f6e29f3db6 *3d4e50c940d999bde34d30bb8551b98682afaa7af4a1c80235a644fc8fb7b63194e5f5170b75a6 *13b6afd993095967e94b55ec651737b57ca4d44939b8755693795acb7456ad98903c8160b05684 *497289e342212e79538bfa58b6301527b6ac3e1c0fe351975da72e5ca42cc3e30e3a239bdd3f19 *d92cdbb9c6dd3ef0c85f53d50793431e23db15dff034b55843005584ca35aaea26a1bca82a53ea *4db289c6e29f4d34d2ea535575cf63f8f59ec7a8d4bb6fa023ab43d5fb06f8dddc37e0dbfe7dee *8c2eeff664c39b74aeaad7d0ba784767553c76b9ce2a97fd1463763eaff82bd9357484b8447d70 *bb03be0582bc3e4efdc59dcaf1b6e62bd69d2bd1f65ab6f8aa7f1b39e577cfc2e622cdaaf2fb2e *78e9d6f6bfaf934091ebdcea8daaa550d5aaebcf1cd87f7aeb81fd5c46efd8766992abdaedda76 *86a19a561f2b80232a8eacfe017061add71c5b7f5687aa6b8e6d3a67c530029405ccdc97dd79e0 *e48d505564faca4d555d9d55cc9ff29e16ebc3957a6154fa5a3e7758c1f8a6462b9421b9a80fab *1d49835c68adaa3e4efdc59dcaf1f96d84c6edbb1957b591533e48ad2d5397efdd9e0fef57bed9 *4bd3daff668caa10a3c4d97248112d57cbe815cb8c390eec378ae13192e60130e48deb593dfc5f *43c103f5aeefdb21f7fe427ce4ebb19fb5bc0ebe5a4b795923dab6a400b83821537eaaeae9ac5a *4322fcedf9131f73f221f010ad363c1945a90f0c7741b5eeab0b6f6faca0c23bef179df483547d *dd29bf9aa243abaf5bcb959a5f78808eaff4a8aa33731e497b517544f19682054fecc43cbcc81b *abae22f0a736cb75ef8bf1530f3c91685f78f417b49735627c1521f112a3aa9ece6adb9ba2ccbb *fe88dff3fd3e647f46505c97a042ed5f5ff7550fefedbab21a55b63e58237cf7aa83affc5c956e *a8bebc98aaf853c579b5b811a3c6756c3c55f3d2c1b31aa0773de5650d7fafca33c132454af15b *a186585585c3cf4da1aa8ece6afb822873e815fc7ee815f1bd9fa6bdbeabe8eabeeae1f5a95a6a *7d3021d59f51e3e165476aeff8a673749ddbc57f56e85f7f67cf3be790efb6a04755f7d4a3f8f3 *d23039bdddaf672c3be6a3ed6fe0fc8921663b7263bd3b762669bef6e9efbd49d5597529a00679 *9faad242d553d1d5ad8f3e5e57d7f706ead385aaed04ddda908d6fd7d1b9d5d0254e79a053f2f2 *b5c9e0ba3e75afd72543e442dde665709095989de8a6ca983163c68c193366cc983163c68c1933 *66cc983163c68c193366cc983163c68c193366cc983163c68c193366acc05c7f949dd6c75b6982 *066d1d0aaad07565f5346873e7a4f3e82b156b2954bb8d69b510b326c8a58fe6cec8a8eed4bb8d *64cab2a5b4a8b12567b85261703aa9a502ece05968dddbaab31a2ec617507a922a56a9bb7207cd *599113677481483d0b5f53a95170e3e26d87f61cd8df3313224b58b3fab1a349b6e99c7ce99635 *11b6e9afb3764753d5b7044a97d211802c67c91d8d121fd0ed9c1609634befb5f8cc0a0d9dc5f5 *4fa2f464a83f4357012ec4abc91a65f66a494615abd4a72a4a90b844dc76e93508b1098792b0dc *6bcd7502e96c894d5841b1fc027449ed7fa63ea4ce57934ca941d00c2537a3602988bbf489f58f *a8c05b2868ea361d6c71ebd3bb7bddb3584de91d8d0a5f5c3665612775795d312ac974a9a72adf *6b5d539253153505221a2ac0c5781559bd9aadbc546d7bd28d96099772314caba0744b29878916 *faddc0e99e9904a36cc420ea8c62d6f1052a55137ff092fcf2722a70f40ebe8231afbab8cc7f34 *d6c1162f812346047d377e16b56c0a5e7fa1a61052a1d55a87aadedeeccf17be6745f1862239aa *22f9f454808bf172b25696aa483414f4748e1f9c97f55dcef8db33c3750e477ea392c3c470ad8d *bdf0c0b6bf5575046eaa5ab1c693a0097c964a556c5595885b71cbe92cb4264a9a6bee58a31da0 *064a08682b1e00271935d22a4695425594f495d5c4de94e65a2ecf634bf3d857e1f34eba0ab037 *5e46d6ca52d5d69dfda62058f8861250ed1d9f1c9c1cdc3b9ecccb2fcbec8e7d2875f54b10186d *23cc85f958ddc8b0c95521ad13c4e3d48242b8ca525557c3423740f50a4e6f6d00cce7fec55a84 *94fae4493ea1d33e5c7b5bf67c9163c3af2251711390c0bc5567e359488fac7e787fb2569eaaf1 *82fe334e78f43d33073a56b295ec408750105684bfd736bd63f5c6d723baf9458abbe3fe2a9828 *6afa98b61952fcbf26d9bdffe3d6535557c3425ff5423fa0ad5c008cfe02a9bfb4a324a8537bde *aa563a241989177bf3bab755e2a2f61e0841246ad416406fb898c37b916fdddb92cafae0d7bded *7d56e5a9aadf4b775dded88a5f37b6765d2604d9bd71e88e50602d9a0f4dd4a40089ac86e1c928 *0bbc4022d2f124db70f4d653b5a457659a67e804a8950d809170c3932ce40e8069f7ea4a0385a0 *045f7a7b08e2dbfc9186e275f06230d0f4603477866b579f62f2817096741f1a2fbc955ef7b6f7 *59a551b567e6f456ca88571a55a390273ebdf5f4d6f0ae28a13b08fd3dc871f6f19dc8ec31bc97 *4a8a0721e115fb8842a4d867b8f75de5a86a8ddac1d72885d0baf95cdd337402d4ca07c0985177 *07c0b47b2d18059bf5da13f9e38fb7620d575b21e2bbe37f79d6df4d3e1551bdf0fe442d8daab6 *4e7e8dd8e0421d6c16a7b6d58fbe89052e052e3591f60f0db35dcf0b27db740ef6d0f97b525a29 *608db65c4fb2bb7f4fa11276190ff5568eaa4db9bbd60f802b91015e2a01707106982e02a89b01 *ee0475497e70fef8e31b7353b8885f5723c847216a315e46546faa0e4ecb6e4e6c682136b820d0 *62ce15ec04922431cc288b92e430318f7b20ff7a63e0efecb9b9e4af96ac3d3cadb41288912026 *96f839cffeb512079b433b490cda48c9f16e1793a5414a0a38971afe8633c0d4faa8a9eaa83802 *03eda394b45ed155907c54a2baf1d6a88ca87e21803fdebdf30c27abaa298aff04425b0c532287 *691dc47c5de3bc50b3e7f9e2c0bc7f8d5a0a364e823f3f50eab55b197e4ec355659b37438b37eb *8c9422e9e13e424ce7d55af903d4a5950116542da53ea5a81a9781aa76e629a4532cc783c66ca8 *9c2155e116512850adac476d41f9f5e56cba9c12712abf55b152e9b6a02e5d948d15e08f147268 *4a9bfb0763de789ef4701f98482967c0b9d4f0fa3eb7f81c5a7d4a51352e2503bf449580d57f06 *604cab3d9bd53f3166cc983163c68c193366cc983163c68c193366cc983163c68c193366cc9831 *63c68c193366ecd618ac960b2c897a4c996761cc9884a80d17c51fa74b71a3d614e8be4c5164c1 *6cf419eb0aac7f3943c3e3726e9046192ab9b3195a022d99a6292b1b33569293af6deaba9c90ae *1ce16ed8042a4311f8d7a4d43844c9ee265c7d974dc0ff80cf50244c9a3e066994af28486b083a *01e6085e6367b34ab2fcdb853f83ab4ab5ca9fc34e0cd6e8d7a9891a262a2bbbb565b1adf4b1ea *b3f4f070bfbd4bc623f3de42f39bc578be248e761605eb6acf344d8cc769757ae70d65cbee179d *3c706972b06726f5857c8cc48561fd9991342eb40e2b564ca2424c7f0644bb53629d68c3456545 *0f466dcda4c0cb6a22adca2dc5e5eb5cadba81dbd69fea99f193e914f8ceecd8515c3bb892597b *28e5ef1d1f9ceecc1edfc16aad74abf20eb8d4958e0cba68ff28d3c552ced2c3c7613911c44be4 *699058bb59aac08bec1cf416eeb2ce27992dc6f32571b4b32858a73dc3a41ab9db9fdc7983ff48 *ee9717065a4040d60b7db282d67c600b77e3136d47b2aef94046eb28c7d63a6bf1a20a725bbdad *3964481904377f05f2a0e9dc52a18e81db1a2e365c3cb7169695552bf029d60061390860b5a05b *d629cb87a57eb8148e9370fd297943a390554e9f22449141e78a3a5cf64a0f4b3b4b0f8fd768c3 *35bac49d019cb59ba5aa22cab0c265938c42562f3c65bd2a1deb6ecf2891ac022f572d738c4ba5 *f994ee14d67579f7edf28568282531f40aff8caa081126a7f5e12dc58f48aea6bbfa4b07b97a5e *de1438e2b1a0fb1eba2e0fdca6c6a3c26a13e3631fb8e549257ec20e7d6da2ca16e043b95361e6 *1effc2d2ae40209df657bbb983a59da58be72d9f00d95508c27a6f355585cb2649d4f0c2d35a95 *8a75b7278dac0e5e5763c5a374a730b706839fa1e88910f78a7d84e7f863630b9d59be2cdbfd88 *12dfc8c6e138c3b15a388c5cf1cf695a7e0f587f1955053ef04204b07c438fc1e9736b15a3d844 *08f558a7c2cae66eb8d89653ec4fe6bfb62902665b01e262942cc3e5602967b91d8b7615e73945 *31144eab47b2ca5295bb2c8d1a5e78aab8190deb6e4f4a8df4892a21ab1e51abaad69fe5db6140 *7ac5de1243160e76cd76643d1e5156360e0f4ee3589d1760b9469fbb71a2ca8821f06b274f6f85 *3039de99dd3b0ee16ab51cffccfd9d90146b135a5292f07dfd292fb90d79c02c0424a9548dbadc *447d56e3493d7c3195c24a2199ca53b5f09efd63206f3c5d8790822d24aa3afb22da1f44df3535 *56ba678bee5797a85555fb767045b5d69caadaf17bfdb13d7f4ae445c39c9bebbb200baf371ced *9d70b07146a16ae0f168aefef2a4497ee79610abc1afa736b37a19f5725a50b5c777602cc1892a *5333e2bda17b3b27756fcadb9e4e55074b39ebdc5a3d7c319506a73fbeefd653d57d0ffe319037 *9e4e550a362fafe33e3ad4ed1f677a2fefac74bcf07ef9eb191da2e20645c3934e3343d2a5c61f *3bfa2ccc37cf163fa2d16765e175fb9f0faf7394059324aa761fde3bceeb1f553efa827ba9c117 *4f046a0359b9265193a24642e5559ca90e7b10298454294ee560296709dd47fa5592ae7d7d40c6 *2da4f28aca53157d33491a4ebcf054aad2b0babbfa38ed1f663a2f6bc2c5f71b789cbf9ea11315 *eddd8478e490dd0d4a1db7be67c60e9663eebe4b2655b6fe6c94adfa6ddf058196efe482410266 *2a615255cfaa51971c430d353e9f040245421a1e24d09ad5e573b2e25e5eb9b96a5a1df6d8e36f *3545f5b8184b3b4b172f0457e175560745c6add254e5be491b4ebcf0d458858ed55344d427ab07 *516166f8a9783da3233fc6aa8f6cc371af7bf67c4a85c56a467087d539a7ef92e14f6ee8cc86f3 *82c59d59913ff609c69fc40da244dfb6c2de2c6adf93b70e5f9814a0251272413641f578319676 *961e1eafb1e91c4c0d1a96c2cb1ae1aeb4b8cf0b4fa11f1d5b8aa2a043569d973505f76b057086 *b7ed6f55af673c2e0e0161f7ecb1edeaf3501e74ef787fa623db3dbbe91c24713ae4e7b09a539b *f1cf0db8ab83c3d44ad1cb0fece7d36fa1bc7b603f5b7eebf06eb252337ef9205ba97aec85a59c *2550f66b7e25de562f6e974d6bbc9cd7f94ac3d31c5db8ab55478bfb1c94f3494d3f1d6c69c65b *5de7654dd1fdeebeddce83369422e8090161979c46ee301866d529c0b753547a6163a6504e5a3b *a47618b61cca752bef2ebfb578a7b9a9193fc759d5aac75e588a563247f1e7acc2d3d48b6f8eb9 *eb4cf15207e5faa41ef534b03742569d9735451d1334404d953163c66e46b7535d39b43163c68c *193366cc983163c68c193366cc983163c68c193366cc983163c68c193366cc983163c68c95d974 *757abf6f78fb1cb2ece4d2ac7fc57d2800358ae9b4a6c56e42add2ba57b262d6c452a5694ea737 *ce683abddf37bc388bcb88d1db3399edc8ead4a752f89b65814b206179895a17ea82b9823bcfe8 *effbf0c2037a57b2628179d0c99cb8955d0ddfdf2227d81a70b568b1568c4aa7b7343c5fd486ff *57a6fc645ed4acdce57371e6153676c59c5ab7dfd13d66a9133bfb3394fa948adf3b4ed355b61f *7946db6534a8614d4495ba47374ad5280a9e6aed9b80c4a35f094660c027c04b9fb9bf12f5a712 *95ef6f610f0db1c6f9bc0c1aeaf4f2cb0a3d20b94eaf83773bbb0adf33f3c9465cbff9c9465c60 *4b2f5f0841a9f1b08a1444cd4eeca4d79f76bf688d27db17901449f6c8cb20762ad730cee91e6f *b80bbfdb70178b23f9e4f5113ac9f6c2420dbc156bb94ea93f0a8f37ce47b51d8b4e0d6b289417 *4da385e4baae6ef55a7b50bf7215a387a7827827760e4e53f0611040403c0ab3df3aaaae6d8a2f *e0fe16583ed63fbeb0b6c9fe05eaf43a9755ebf43a78f721c7776671ed1daedfc4357b38b2d2ca *ef99f9f83e4e11151e2460965b7bac18abe56bed29e50b0150952eb1551766bb5f62f536bd1b1e *79b9e5baaca1b9ee31f48628ca9986ff6387b7a8ea23742ef8d60a54bc70446c21b9aeb235b10a *5c50dfb1a8d4b002abe79da7d6729d3216ebb83a2863ce05415a3d2fe34e1ced5b7f2588475fe2 *0fa27e3b28abb02b47555683927b899cb4ae5d7fbe5035b62046181b961b69fc757a1dbc38d4f8 *842b2c6a3c9920948ff25bfd1924f8583f525b8587718585ae756fb2eaa28c527f71076a5d6214 *6949e28c901dda73688f050e9390ce52b8ee31ab1d9cc63d6b60d53f7c8686ff468e87ebecb102 *b8b542e349223e47547890f5323c06be2157e7a492ed7263a8d4085c4ab8ba6d18112e95d3d571 *e391445114d77895e4f4cdc39334e2b9ebd4f2ba7a8e6a15b528655e4b134d4374a3eb7e132875 *c4f15db3c54d26d7e92d0def28ca70d518157e72902d8320af9a3ba41a9fb4158fd8b2c6932a9d *6181b70aa2087fbce32050a3656a3520a17bccef93df774756561fc45b7b5ad84a16cd094912f0 *0e516be5f8c6ab512dd92e2fac8a1a5c6ed3d505762866c085ae2edfeaaa37bca83e3d33c7b6d3 *b2b8ac9942549125ce0d3e21359d7544d0f4b4a4bcaf60ffa2e74fa2c904ffe53abd0ededdbfc8 *f19d5947b9f5dc5a1c2555e507ec4c629ea84a3c1e10aab1b05267d8c1bb9bc51fcffa3e1bb067 *c27d963db2a2ea934cd483eb1e5b311c517164c5cf09697d103f15c6c09dabe910f0a36ea2caf1 *c7b63b8ab8a552554d0d9d717272d02d1cdb999d1c9406b1ef60c6627812631aa14b0cad545b8e *2c6e2959e2ca5395f59dd8e9b450f72c2410b9b7a14eef62d7f5d7e975f0ee438e4fd862fe3877 *c3ec568250be2dffdf2b884aab8f3ba055e345c0afd62566d583d3984c42dcda9fb62fec7e49d6 *d05cf798d54203c3dc1cfeaf5d7d56551fc0c31cde764110e950e39b0a921f723cabc592dd41bf *5c78ac786a43a1861e5559cd534f3b9ef3d4d372c9a036d499ee82d1d18e69547b21e865714bc9 *1217b60d51af504bdfd00af0faf38e2c8e1bb0f0e907eaf416a759643abd0ededdebaaf05178cd *8173b715735162f9b85b4a42ab3e7af577c704725d628c04064e37e552269860923e969ceeb1c8 *00e35621aafa203e7427ba208cc1043cd604ea618fa82abcad9f15da3b8e8f5e3fada4a64629b3 *4fb65c48be8308ba42540e881acc47143338332f5f16b7942c71e5d34abb6f4f7d81f5e729aece *6cea8bddb7e77ee528aed3747a4bc38b8c56a5caaf1c9e3b3b86c149f6c946b5e2a2a37b6ccd35 *b208a93eba783bd145c473821fdfa116205d146c13a8519af3b2661ef0b3662532e8be73ea4b14 *7a3249374b7c1332c01061a1a4ae3d6ad79edaec522e143abd9d549ddeef195e9cc5d5e92948a1 *7bdca5559f4ae19d4058d76968816f69ce7b645bf7ac7c96ea75e7e5c9e2de4896b8f254153aa2 *396de59aa2bbd6d3e9fdfee1c58c838c5d8af5afd677192d749f560ba18a7405846d2959dc62b2 *ea1355f76e8d193366cc983163c68c193366cc983163c68c193366cc983163c68c193366cc9831 *63c68c193366cc58190c96cded31ad60cc58212d34746541e906253c7aedcfbdf69afe831a57ea *85f3cfa8651971656bf7e18adff794c5a8729850eb335a6567540a077924f3feac71ad7419dbe4 *793cbcbffb4efa76ece6280eab9fd10d3f255d5ddcd8473d33f18520acb2b72682a0a7d63313fb *8874955174de206b6577ff5ebd2621f07294fd78ab460730855482ff7b75f0edfff7eeabb43f4a *b74623d03a74694b2bc0c536d534b50a54359225e9cb82dac494f75383ee97791c73fe65f51cc1 *c3fbbbefa2b53d89ba1d52cf9c53b74ae97841545caf7d8364d5d5c58db05dcfe3ea471420c495 *7ebb9e8fa81d32d670b589f1eb6c3ad7f74f6aaaae01d9cc750fd963599db2e9a682ac8d2195da *a02bf0735a2ffc9decfe370a44917dcfe1329ea006411c83590d6d9994ae00887012ae630f23c6 *1c27789bcf534b78969f60e5a62a575b2c657c918f36e2b742ff4829e3b6a86b6a91c8d97099bb *44be552832717a7887a839e9d5d2c92a747161992f2cea110a0c121d5a5bbfaf1130cf3df3dc33 *a8a7d6941715f37f8c81f9784e2966eff8c3fbc34071d5a887cdd1f66655d5ddbf97771c1828b7 *15b8611bcb8b1c13f00f3fda74548617637c02d477fb33a0c6f732b56569545d2ce6215f5c9557 *0504190f477b0a8ff5a7e85d81ac5ed0db059d05dd85dfc95a35ccd4edb8787c918f36ce6f5948 *c8cec8ebdf7761f1bd0ebda2dbfefe4f40bf3dedab84b8c40b6d795e616be4bf13bab8f105fc2e *bea0d2c575f48bee79e89e871c5d23d9a5b9a0686776ec28ebea3cd424951de33616c9f54113eb *de8d4ae7c20def45619c16e2de5c0b08e282f7a8f8d756f7a465783e76a13ce71b3f7ce387b6d4 *26695f16be71867aeb0ccff094c95d0b65b2525fc4d70ba9117c2620631a2a8f6b15d6803466d4 *f1c82c4a20ab5597f8dc195fc46893f85c311641a484eeeee81af995bfe9f5c5f7ba654cb7fd2d *894c5cf7ac5ee7ea7e12d450b96872c3c92a74716130af836654eae23a0fdf4d55f9c5db1770d4 *3eb57964b375a555d9cf5943d641113e86188e80e16bfe292e142cf9b02bc9a61e4002da621df7 *da6a450729f8d457b0e2bed91fcf0d85c646d22b41fe73248da26514a2365ce4b551396f497d34 *c8783cf793552ed5423fa29642d5c2dfabeb23889a249115e54878ec062e78252c95cc6121ae52 *08546877671464357af0c9c5f7fa4442b7fd658a8e8ffe02b22e4c370340a52aef9e0a15417364 *757474038f071e57ebe2565561e08b0752557c968f4909781847b605df872454aefcc3ebfcf12d *9fac9dc41beb9911235f9cf94946f74ec08cf65f58757f66d56ff7d9c251b04944cdba7f49b2de *093f7cd7658ebfffe524db7c1c7fea8f1709a5eed9697b9c9f8e74cf46d4db4ec4b8dc1b77de15 *73b271181d71f13fd503edeee4441ddfbd6d8d7d076f972f60d3a3aa4354b169099dacf13c51fd *527b5c7959c7e9c7fa8bef1446c19af251154aab6ffdcafb9c6dafdd3855733ad94587fd7c1d5d *dc96fc5603f20015295a7c48dd6a536776d7f381f948be74a4933f3e6af7b748c17df91e32bede *6f5ed59fc111f17caae37f07ed92cfa770e4842b04fdf01050a7118fe33be698adb43f5e24945e *fc29abde746ed33956fde24fedad1eea6444c5c0548cf19bced9f3ca98ff03e459dfc27faaae20 *90236ad3c78d76d9fe19e0ca52d5212a8ceb5d7c36a9deeeca21ab9ca87e0e2eab11ee4d5078a7 *fdefeb4735fee5c398da1bf73947360051a9cae7e48512afb998495747b7aa6a15e30752547c96 *5e7c59df852697b47f67f67c4a754bd81877ff9e2d7794edfdd0e7533d33ad2cf0029c8237160f *3cde0a8fdfff0a888704c87b6ffc109d852db30e86a5784c280145e1fa0fef7f783fde0d924fb6 *df5960be230b12dfedb99ab71fd8df910dcc976b54c59048c8678e457023a2466906b8d871c533 *f0bf02df4f0f32aebd905f4ef3eec69f74eb4fe5881a72523fde092e2fb2aa88bad8c131139c13 *87f5494581e694cbd13bb3037f574eaac298fa8ef719d00635e598ab622bbabfcf4f6e74757475 *e7aaf8d6365290f401814ee9c311e3d1be1d7ce33a3c47fed0379d6b857118dff35a575ac0b164 *8f9f8b6347ec6d27eef9b3156865422adb3b138d2fa44e6ec0cf4d90ebc6af273774666114f37d *7fbbfe2c48432e1775872daf969fdabcfe6cb9465541355b0ed3de88489e0146c7e5cff4b30197 *0b4b3a4bde798721f1db98dbad00bb2899633933e5c2ef546495b5bcfb7ef3f33657269876159c *7cc9dfceeb52d50ab4f99cf1d876e92b27450753d8a63edfe9eae2ea51b5e162d7e5d35b419d0e *f29698ab540b409fdc80c406d1cc652daff3fa38db68783f74d60e9b51bd9ff843e20ffdef1fda *539882f0c443bae23e48ea6f3db4b115f0921a357d8c09b795f96e0cbfaeb42384a68f7dcb6fc7 *de5528b6e3780a0291ede51a5505d5f29b3ca60a82249f6ba8472ff7b8c1c755d774a55ef12222 *e4f79dea39a8ebe4ae89f3da4676b7f0122b4fee46386ba2b19c546d3aea8d87e16d992aaca576 *30b226d3d2c5d5a36ad76570929a9c5b91441c59cdc7f701b9eb7106d63343d3b9856d12da2104 *8ec3ffcb48d758b611ba819f6d00122d93f5c951e6f728a38a97365df65e23277676cdaa5c517f *aebad8a4ae5ba743543e49189e141b310c4fcaa72b95b6a2972221757700cfb4cfd9e98ff5d1bc *994ad535d7bdf1bb9e5787b5374854d193d27565f3cd761b1ccab74a7a4e92ef3c6a7257eaa0eb *dc6a5ea3992905a9a173e9931cd2b3a12d6bb9daad962bf695a62f2b75dd6a9aa877c119cdb919 *5f0a3e55577de74cb4a0ba2575ff04a27026ec3ad4bc099581a8156db4efe0833666cc983163c6 *8c193366cc983163c68c193366cc983163c68c193366cc983163c68c193366cc98b1ff7f0d5705 *5913a61d8cc99c24502c3b41559ed3ba4a9d5d769d86eb82808c8ef3dafac473dfd5a710020999 *90afdac5a27b256be5e5f0a8f33c47d3795ea2f829e8caaec0ffa35a3e77c66ea38365f5642d2d *acfc59191b99a195bef86af63791e162e1c9a607b588be07c9ae40818409962d172fc93770005d *b7e162c3c510b3af40d1c1ab0b5d1f3b9a601a8f31936b86831a9dc11cd9b5e6f41c04d680d4e0 *3f2a9aaac3e4e83c27883acf4b11dffa55df3f0dbfbaefc9fb7eabc63bd6f01eae9486658e4149 *e9da3ac9a52daf88da6b7da204b1d9c2f2c40a215ec8af172df0fa35d1d9a16f5cc9c25fedbe5d *e530c12f13b96e20784955eeda26581f9ac16566b804cdcaac646b9bd4b509bcd091fd65579224 *916dbd826aaeeb4fb1bee79e199e6c258d65a08970e5ce7f7eeae9265267d0c49e7aface7f8651 *a0974e55d0d5f9d65e204fa8cdc86f9c43e9b09a3acfa5e27b6684346df9cb07c19c50eca3e8af *235f530461847fa244d0d05bb8ccd19fdc09e66e4b3c901ab22e1f64fa8a893da4ee0a92ac409c *7d4ee6077cfcb5a3ca0c1f51737e1dfbac98aab1cf088e9b5eb1d0fa65e2ff74fd6b9cb16a95a6 *5ddcbdce53d127b29a9e99a80b0f8b7695638d156b658fbc8cf101653c5a7f5428b26ed832f293 *bbff127c5f59fed4aaf97d4fb2f6b637658a148e0d4eb7bdc9daf73db96ade9a228cc00c8551aa *aaf63df19fd2777e001dd519556d5a993842d7e5718ad079e60b9bf3cf60548d77747729f8ceec *916d47b6f155aeb4f21d812015be338bcbc3dff8e1b1de63db517620ca28b1cdc06d5cf3121530 *57f852a333ebb4253f901c32411bb65ce89408f52cb6dc1fad2b999e64dc47bb2e0fdc36705bd7 *651e378951d563d9b4c4adec996d90b5cffee05fe3f6e619aea27cacf55e77e9adf72ae6a8acb8 *d7852b4ec847c9e097a055d080f181bad782feff88a8efab817b1e7ae4c5d8bff96f646597f67c *1b039999e5d6a82d20cd8f09bfdae361e346d9f24f36b6c1d9f2d94ccbf503fb51a7aeaaeab5e0 *cf07fedb633fff857cb702ab37b2e088af0c9cf6d76d42133acf3639427bc73999d67c20c77766 *61497fc83953854fb2dd2fa174c0ee97a878fe04d4e5b74387b1fe2c2ea564351b5b85f47b3ba1 *c36c3cc9cb5e05f4f35fe0efb3fe54ba9cfec32e4726a733fb611775aa42d26e82e017e393a83d *018cdab14a6eddadd5eb55905fe0d6c484426fdc256ca6a26ae2e9821ee56919f6dd44a17c0c0f *adde4dc847c93843ad027bb978dfe408aafed3a8caaa7f1e19f82f0ffe638b126f3b4bbd7894a7 *b746bef64247be762918d563f9fc6c59fb6c7b2df43b2491bda4bbf6f2ed4f74c85b73f5974f3d *edac026621f9fc9ceb3c8b1915abc72d4c206e5a90e17b6640b9a9de9927a9f0b61089bdb49ad5 *f31147852fa6aa3f3ef14d92fde03cffdcfc2245a73ad7a1e5e4beb9e4ccb1ede59babe2731adf *2dca1edf5d5e9509b40b7d28a214b5234afc2c9c6bdcaba0c8b877213d334235bef0b2f24baff9 *d48d5ef3a93c6ce183befbc060804225bbe9ff437c73e495a4927a220c67ff7e4befc84f92446a *5b7f650d5a7f417da5a1b7bcd0436fadc007fd1740fd95385f4555164c7c630d091501f6efb033 *94a5b6fadfc7f13df75db5b54adef61dd9c2ab6fb80bdbb7232bc3775dde7057610bc8f1b6ea11 *e33108170953e12168ece363080fb3fdf19ddf26715baf00a4f4aeb4ff393f967d4b23eae0f489 *9d20fe13f757ec70cf559d5155959e64cb8627b1fce149954090e3c578051a559dd09787c1a297 *fbc88baa7e7bbba1f4872e55ad838b025a496e1477805b1c90fbef145348251873d6ddb567cdbf *8d1d95e1d71deb99c1ad2fecd73b2095b54a3237292c3f948c1deefcd67e9ccd9eed638feb9ddf *c60e879254aa5655bdf853f7b655565a3653823cf7cfac3426b7a0db88affc5178bbbc6cbe878b *48f85ba381f9a854e719f151542e1e152f0a924afce25152856fcbcd36714a21c7f7bf8fbf6fbc *da3bf1e82fa2446d5f87a83055ad95673adc7355675455eda984d11f5ee1dd840a2744ed9f7b66 *ebcead3b9defe4893411faf230583857dc33568fcb6e2ec90eec1f9e7402551955add1d645d46b *95a405d0d98b1514fd88e131ead5776dbde3b3d417ac419a6a5f7d645b6cc1dab3650cb7f393cf *4ddce55bd5c9e1c407dee369e1d89af820396c5553a9ca96ad3fbb22ef26ed0bc777f86377bfb4 *8af1996df303a1ff7ec7fbab21bc9395ede83c0361a7841eb3bfce33c727f025ca9473a60a5f4c *55351e64cf6356ace5ba0afff07e3edd6a853346d2acefb381bde372b9533751d533da52e6aa3c *08b627164a3922a1945d7cc85fec88d09787c125c7ead82fdeff23a054c7e9ad6347716e22a3ea *5bad6347510dd19986f767c68ebed52a69ea0056d4216a54fa32251fd0a2c874756863e495283b *b24dd9d0b58fbc7cc7f527120952c6b8e7486716652d83ab53bbdad931e50b9863bded2cb52bb8 *9a8f906aaaa220a91386fde7133281357bbe1cb2a97a75cdb58daf6378272db9de69cb3682ceb3 *836f737796043c4d475ae0f1b55df05242a3fc041b780229d23e2dc3eb11b5b4b9aae319349496 *ceb06706d89e5e142793318d204bcbf0bdb6f85c16641c1b40e310661d2369ffde0730a086f8d9 *c0a13d87f640d22505df35c87aa3ddb783fb7588f774d821ecbe5de28ad80706b1b74d7cfed7f0 *21045b4051444ca7c21dd93bf61137550c1edfd1be8033d4d58a4d3cc4eba6fecc6a5b3d184748 *ac9dfa25b9fb7501ed2d2cbc24eb820e53591b5d9de79b858fb2a866f9ad5fc18b97cc9d9fcbf0 *7a445dfc5e953657e5cf80f2e24e7777037cb2761d60aa696b4ddabe63fb697151969dde96be57 *c2f958b03835a20e1856cdaf9aa7e8177269d1e1490c008627ed0e817656472e7809521e11abde *f65a0b614e2246e17ca01427e1e385d2da7abd2f058de93d62ddf33acf18d1a8759597267ed3b9 *eed9ce6f43bfdbf5bc1c8fe1b18ede6ef17b55ea5c55aebd5c7a809df4fcc342fb59971aabeb1b *5c49a354d49f453ddaaa8a993ddadd5239ea45a337f9cfd486271bae6237462e9deb3c634453ff *1dc5b7430c41d0a9e613042daf2cd1ff2ba3ea5bec01a52a431b5b2ac46ec6e0d7b4c3f7c7fe1f *459b7c01b58df1fc0000000049454e44ae426082 adddir ./clckwrks-theme-bootstrap/swatchmaker/swatch addfile ./clckwrks-theme-bootstrap/swatchmaker/swatch/bootswatch.less hunk ./clckwrks-theme-bootstrap/swatchmaker/swatch/bootswatch.less 1 +// Swatch 2.2.2 +// Bootswatch +// ----------------------------------------------------- + + +// TYPOGRAPHY +// ----------------------------------------------------- + +@import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700'); +@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono); + +h1 { font-size: @baseFontSize * 2.25; } // +h2 { font-size: @baseFontSize * 1.75; } // +h3 { font-size: @baseFontSize * 1.50; } // ~24px +h4 { font-size: @baseFontSize * 1.25; } // ~18px +h5 { font-size: @baseFontSize; } +h6 { font-size: @baseFontSize * 0.85; } // ~12px + + +// SCAFFOLDING +// ----------------------------------------------------- + +// NAVBAR +// ----------------------------------------------------- + +// NAV +// ----------------------------------------------------- +.navbar-static-full-width .container { + #grid > .core > .span(@gridColumns); +} + +.navbar-static-full-width .navbar-inner { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +// BUTTONS +// ----------------------------------------------------- + +// TABLES +// ----------------------------------------------------- + +// FORMS +// ----------------------------------------------------- + +// DROPDOWNS +// ----------------------------------------------------- + +// ALERTS, LABELS, BADGES +// ----------------------------------------------------- + +// MISC +// ----------------------------------------------------- + +// MEDIA QUERIES +// ----------------------------------------------------- + +// FOOTER +// ----------------------------------------------------- + +html, +body { + height: 100%; +} + +#wrap { + min-height: 100%; + height: auto !important; + height: 100%; + margin: 0 auto -60px; +} +#push, +#footer { + height: 20px; + padding: 20px; +} + +#footer { + background: @navbarBackground; +} addfile ./clckwrks-theme-bootstrap/swatchmaker/swatch/variables.less hunk ./clckwrks-theme-bootstrap/swatchmaker/swatch/variables.less 1 +// Swatch 2.2.2 +// Variables +// -------------------------------------------------- + + +// Global values +// -------------------------------------------------- + + +// Grays +// ------------------------- +@black: #000; +@grayDarker: #222; +@grayDark: #333; +@gray: #555; +@grayLight: #999; +@grayLighter: #eee; +@white: #fff; + + +// Accent colors +// ------------------------- +@blue: #049cdb; +@blueDark: #0064cd; +@green: #46a546; +@red: #9d261d; +@yellow: #ffc40d; +@orange: #f89406; +@pink: #c3325f; +@purple: #7a43b6; + + +// Scaffolding +// ------------------------- +@bodyBackground: @white; +@textColor: @grayDark; + + +// Links +// ------------------------- +@linkColor: #08c; +@linkColorHover: darken(@linkColor, 15%); + + +// Typography +// ------------------------- +@sansFontFamily: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; +@serifFontFamily: Georgia, "Times New Roman", Times, serif; +@monoFontFamily: "Ubuntu Mono", Monaco, Menlo, Consolas, "Courier New", monospace; + +@baseFontSize: 14px; +@baseFontFamily: @sansFontFamily; +@baseLineHeight: 20px; +@altFontFamily: @serifFontFamily; + +@headingsFontFamily: inherit; // empty to use BS default, @baseFontFamily +@headingsFontWeight: bold; // instead of browser default, bold +@headingsColor: inherit; // empty to use BS default, @textColor + + +// Component sizing +// ------------------------- +// Based on 14px font-size and 20px line-height + +@fontSizeLarge: @baseFontSize * 1.25; // ~18px +@fontSizeSmall: @baseFontSize * 0.85; // ~12px +@fontSizeMini: @baseFontSize * 0.75; // ~11px + +@paddingLarge: 11px 19px; // 44px +@paddingSmall: 2px 10px; // 26px +@paddingMini: 1px 6px; // 24px + +@baseBorderRadius: 4px; +@borderRadiusLarge: 6px; +@borderRadiusSmall: 3px; + + +// Tables +// ------------------------- +@tableBackground: transparent; // overall background-color +@tableBackgroundAccent: #f9f9f9; // for striping +@tableBackgroundHover: #f5f5f5; // for hover +@tableBorder: #ddd; // table and cell border + +// Buttons +// ------------------------- +@btnBackground: @white; +@btnBackgroundHighlight: darken(@white, 10%); +@btnBorder: #bbb; + +@btnPrimaryBackground: @linkColor; +@btnPrimaryBackgroundHighlight: spin(@btnPrimaryBackground, 20%); + +@btnInfoBackground: #5bc0de; +@btnInfoBackgroundHighlight: #2f96b4; + +@btnSuccessBackground: #62c462; +@btnSuccessBackgroundHighlight: #51a351; + +@btnWarningBackground: lighten(@orange, 15%); +@btnWarningBackgroundHighlight: @orange; + +@btnDangerBackground: #ee5f5b; +@btnDangerBackgroundHighlight: #bd362f; + +@btnInverseBackground: #444; +@btnInverseBackgroundHighlight: @grayDarker; + + +// Forms +// ------------------------- +@inputBackground: @white; +@inputBorder: #ccc; +@inputBorderRadius: @baseBorderRadius; +@inputDisabledBackground: @grayLighter; +@formActionsBackground: #f5f5f5; +@inputHeight: @baseLineHeight + 10px; // base line-height + 8px vertical padding + 2px top/bottom border + + +// Dropdowns +// ------------------------- +@dropdownBackground: @white; +@dropdownBorder: rgba(0,0,0,.2); +@dropdownDividerTop: #e5e5e5; +@dropdownDividerBottom: @white; + +@dropdownLinkColor: @grayDark; +@dropdownLinkColorHover: @white; +@dropdownLinkColorActive: @dropdownLinkColor; + +@dropdownLinkBackgroundActive: @linkColor; +@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; + + + +// COMPONENT VARIABLES +// -------------------------------------------------- + + +// Z-index master list +// ------------------------- +// Used for a bird's eye view of components dependent on the z-axis +// Try to avoid customizing these :) +@zindexDropdown: 1000; +@zindexPopover: 1010; +@zindexTooltip: 1030; +@zindexFixedNavbar: 1030; +@zindexModalBackdrop: 1040; +@zindexModal: 1050; + + +// Sprite icons path +// ------------------------- +@iconSpritePath: "../img/glyphicons-halflings.png"; +@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png"; + + +// Input placeholder text color +// ------------------------- +@placeholderText: @grayLight; + + +// Hr border color +// ------------------------- +@hrBorder: @grayLighter; + + +// Horizontal forms & lists +// ------------------------- +@horizontalComponentOffset: 180px; + + +// Wells +// ------------------------- +@wellBackground: #f5f5f5; + + +// Navbar +// ------------------------- +@navbarCollapseWidth: 979px; +@navbarCollapseDesktopWidth: @navbarCollapseWidth + 1; + +@navbarHeight: 40px; +@navbarBackgroundHighlight: #ffffff; +@navbarBackground: darken(@navbarBackgroundHighlight, 5%); +@navbarBorder: darken(@navbarBackground, 12%); + +@navbarText: #777; +@navbarLinkColor: #777; +@navbarLinkColorHover: @grayDark; +@navbarLinkColorActive: @gray; +@navbarLinkBackgroundHover: transparent; +@navbarLinkBackgroundActive: darken(@navbarBackground, 5%); + +@navbarBrandColor: @navbarLinkColor; + +// Inverted navbar +@navbarInverseBackground: #111111; +@navbarInverseBackgroundHighlight: #222222; +@navbarInverseBorder: #252525; + +@navbarInverseText: @grayLight; +@navbarInverseLinkColor: @grayLight; +@navbarInverseLinkColorHover: @white; +@navbarInverseLinkColorActive: @navbarInverseLinkColorHover; +@navbarInverseLinkBackgroundHover: transparent; +@navbarInverseLinkBackgroundActive: @navbarInverseBackground; + +@navbarInverseSearchBackground: lighten(@navbarInverseBackground, 25%); +@navbarInverseSearchBackgroundFocus: @white; +@navbarInverseSearchBorder: @navbarInverseBackground; +@navbarInverseSearchPlaceholderColor: #ccc; + +@navbarInverseBrandColor: @navbarInverseLinkColor; + + +// Pagination +// ------------------------- +@paginationBackground: #fff; +@paginationBorder: #ddd; +@paginationActiveBackground: #f5f5f5; + + +// Hero unit +// ------------------------- +@heroUnitBackground: @grayLighter; +@heroUnitHeadingColor: inherit; +@heroUnitLeadColor: inherit; + + +// Form states and alerts +// ------------------------- +@warningText: #c09853; +@warningBackground: #fcf8e3; +@warningBorder: darken(spin(@warningBackground, -10), 3%); + +@errorText: #b94a48; +@errorBackground: #f2dede; +@errorBorder: darken(spin(@errorBackground, -10), 3%); + +@successText: #468847; +@successBackground: #dff0d8; +@successBorder: darken(spin(@successBackground, -10), 5%); + +@infoText: #3a87ad; +@infoBackground: #d9edf7; +@infoBorder: darken(spin(@infoBackground, -10), 7%); + + +// Tooltips and popovers +// ------------------------- +@tooltipColor: #fff; +@tooltipBackground: #000; +@tooltipArrowWidth: 5px; +@tooltipArrowColor: @tooltipBackground; + +@popoverBackground: #fff; +@popoverArrowWidth: 10px; +@popoverArrowColor: #fff; +@popoverTitleBackground: darken(@popoverBackground, 3%); + +// Special enhancement for popovers +@popoverArrowOuterWidth: @popoverArrowWidth + 1; +@popoverArrowOuterColor: rgba(0,0,0,.25); + + + +// GRID +// -------------------------------------------------- + + +// Default 940px grid +// ------------------------- +@gridColumns: 12; +@gridColumnWidth: 60px; +@gridGutterWidth: 20px; +@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); + +// 1200px min +@gridColumnWidth1200: 70px; +@gridGutterWidth1200: 30px; +@gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1)); + +// 768px-979px +@gridColumnWidth768: 42px; +@gridGutterWidth768: 20px; +@gridRowWidth768: (@gridColumns * @gridColumnWidth768) + (@gridGutterWidth768 * (@gridColumns - 1)); + + +// Fluid grid +// ------------------------- +@fluidGridColumnWidth: percentage(@gridColumnWidth/@gridRowWidth); +@fluidGridGutterWidth: percentage(@gridGutterWidth/@gridRowWidth); + +// 1200px min +@fluidGridColumnWidth1200: percentage(@gridColumnWidth1200/@gridRowWidth1200); +@fluidGridGutterWidth1200: percentage(@gridGutterWidth1200/@gridRowWidth1200); + +// 768px-979px +@fluidGridColumnWidth768: percentage(@gridColumnWidth768/@gridRowWidth768); +@fluidGridGutterWidth768: percentage(@gridGutterWidth768/@gridRowWidth768); addfile ./clckwrks-theme-bootstrap/swatchmaker/swatchmaker-responsive.less hunk ./clckwrks-theme-bootstrap/swatchmaker/swatchmaker-responsive.less 1 - +@import "bootstrap/less/responsive.less"; +@import "swatch/variables.less"; addfile ./clckwrks-theme-bootstrap/swatchmaker/swatchmaker.less hunk ./clckwrks-theme-bootstrap/swatchmaker/swatchmaker.less 1 - +@import "bootstrap/less/bootstrap.less"; +@import "swatch/variables.less"; +@import "swatch/bootswatch.less"; +@import "bootstrap/less/utilities.less"; adddir ./clckwrks-theme-bootstrap/swatchmaker/test addfile ./clckwrks-theme-bootstrap/swatchmaker/test/application.js hunk ./clckwrks-theme-bootstrap/swatchmaker/test/application.js 1 +(function ($) { hunk ./clckwrks-theme-bootstrap/swatchmaker/test/application.js 3 + $(function(){ + + // fix sub nav on scroll + var $win = $(window), + $body = $('body'), + $nav = $('.subnav'), + navHeight = $('.navbar').first().height(), + subnavHeight = $('.subnav').first().height(), + subnavTop = $('.subnav').length && $('.subnav').offset().top - navHeight, + marginTop = parseInt($body.css('margin-top'), 10); + isFixed = 0; + + processScroll(); + + $win.on('scroll', processScroll); + + function processScroll() { + var i, scrollTop = $win.scrollTop(); + + if (scrollTop >= subnavTop && !isFixed) { + isFixed = 1; + $nav.addClass('subnav-fixed'); + $body.css('margin-top', marginTop + subnavHeight + 'px'); + } else if (scrollTop <= subnavTop && isFixed) { + isFixed = 0; + $nav.removeClass('subnav-fixed'); + $body.css('margin-top', marginTop + 'px'); + } + } + + }); + +})(window.jQuery); addfile ./clckwrks-theme-bootstrap/swatchmaker/test/bootswatch.css hunk ./clckwrks-theme-bootstrap/swatchmaker/test/bootswatch.css 1 +body { + padding-top: 80px; + padding-bottom: 20px; +} hunk ./clckwrks-theme-bootstrap/swatchmaker/test/bootswatch.css 6 +.navbar a > i { + opacity: 0.5; +} + +.navbar a:hover > i { + opacity: 1; +} + +section { + margin-top: 100px; +} + +.subhead { + padding-bottom: 0; + margin-bottom: 9px; +} + +.subhead h1 { + font-size: 54px; +} + +.subnav { + margin-bottom: 60px; + width: 100%; + height: 36px; + background-color: #eeeeee; /* Old browsers */ + background-repeat: repeat-x; /* Repeat the gradient */ + background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */ + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */ + background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */ + background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */ + background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */ + background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */ + border: 1px solid #e5e5e5; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + +.subnav .nav { + margin-bottom: 0; +} + +.subnav .nav > li > a { + margin: 0; + padding-top: 11px; + padding-bottom: 11px; + border-left: 1px solid #f5f5f5; + border-right: 1px solid #e5e5e5; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; +} + +.subnav .nav > .active > a, +.subnav .nav > .active > a:hover { + padding-left: 13px; + color: #777; + background-color: #e9e9e9; + border-right-color: #ddd; + border-left: 0; + -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05); + -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05); + box-shadow: inset 0 3px 5px rgba(0,0,0,.05); +} + +.subnav .nav > .active > a .caret, +.subnav .nav > .active > a:hover .caret { + border-top-color: #777; +} + +.subnav .nav > li:first-child > a, +.subnav .nav > li:first-child > a:hover { + border-left: 0; + padding-left: 12px; + -webkit-border-radius: 4px 0 0 4px; + -moz-border-radius: 4px 0 0 4px; + border-radius: 4px 0 0 4px; +} + +.subnav .nav > li:last-child > a { + border-right: 0; +} + +.subnav .dropdown-menu { + -webkit-border-radius: 0 0 4px 4px; + -moz-border-radius: 0 0 4px 4px; + border-radius: 0 0 4px 4px; +} + +.tooltip-inner { + max-width: 500px; +} + +.hero-unit { + margin-bottom: 10px; + text-align: center; +} + +.hero-unit h1, +.hero-unit p { + margin-bottom: 15px; +} + +#social { + display: inline-block; + margin-top: 45px; + text-align: center; +} + +#gh-star { + margin-right: 10px; +} + +.twitter-follow-button { + width: 60px !important; +} + +.twitter-share-button { + margin-right: 15px; +} + +.rss-button { + width: 40px; + height: 14px; + font-size: 11px; + line-height: 14px; + font-weight: bold; + margin: 0 0 10px; + padding: 2px 5px 2px 4px; +} + +.icon-rss { + background: url(../img/rss-icons.png) no-repeat 0 0; + opacity: .65; + width: 16px; +} + +#ticker { + margin-bottom: 40px; +} + +.about { + margin-top: 20px; +} + +.about > div { + margin-bottom: 20px; +} + +.about h3 { + margin: 0 0 5px 35px; +} + +.about img { + float: left; + margin-top: 5px; + opacity: 0.7; +} + +#gallery { + margin: 45px 0 30px 0; + padding-right: 20px; + text-align: center; +} + +.thumbnail { + margin-bottom: 20px; + background-color: rgba(0, 0, 0, 0.05); +} + +.thumbnail img { + width: 100%; + -webkit-border-radius: 7px; + -moz-border-radius: 7px; + border-radius: 7px; +} + +.thumbnail .caption { + color: inherit !important; +} + +.thumbnail h3 { + margin-bottom: 0; +} + +.thumbnail .btn-toolbar { + margin-top: 15px; + text-align: right; +} + +.links { + margin-bottom: 20px; +} + +.links > a { + margin-right: 10px; +} + +div.one .bsa_it_ad { + padding: 25px 25px 15px 25px; +} + +div.one .bsa_it_p { + display: none; +} + +.bsa { + float: right; + max-width: 400px; + padding: 0; +} + +body .one .bsa_it_ad { + margin-bottom: -10px; + background: none; + border: none; + font-family: inherit; + color: inherit; +} + +body .one .bsa_it_ad .bsa_it_t, +body .one .bsa_it_ad .bsa_it_d { + color: inherit; + font-size: inherit; +} + +body .one .bsa_it_p { + display: none; +} + +.links { + margin-bottom: 20px; +} + +.links > a { + margin-right: 10px; +} + +@media (max-width: 480px) { + + .hero-unit { + padding: 20px 20px 0; + margin: 0 0 20px; + } + + .hero-unit h1 { + font-size: 36px; + } + + .hero-unit iframe { + margin-right: 0 !important; + } + + #social { + margin-top: 0px; + margin-bottom: 20px; + } + + #social > span { + display: block; + } + + .about { + margin-top: 0; + } + + .about h3 { + margin-top: 20px; + } + + .about p { + margin-bottom: 0; + } + + .modal { + position: fixed !important; + top: 25% !important; + } +} + +/* Landscape phone to portrait tablet */ +@media (min-width: 481px) and (max-width: 767px) { + + .hero-unit { + margin-top: 0; + padding: 30px; + } + + .about { + margin-top: 0; + } +} + +@media (max-width: 767px) { + + body { + padding-top: 0; + } + + .subnav { + position: static; + top: auto; + z-index: auto; + width: auto; + height: auto; + background: #fff; /* whole background property since we use a background-image for gradient */ + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + } + + .subnav .nav > li { + float: none; + } + + .subnav .nav > li > a { + border: 0; + } + + .subnav .nav > li + li > a { + border-top: 1px solid #e5e5e5; + } + + .subnav .nav > li:first-child > a, + .subnav .nav > li:first-child > a:hover { + -webkit-border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; + border-radius: 4px 4px 0 0; + } + + .bsa { + float: none; + } +} + +/* Portrait tablet to landscape and desktop */ +@media (min-width: 768px) and (max-width: 979px) { + + .hero-unit { + margin-top: 0; + } + + .thumbnail p { + font-size: 12px; + } + + .thumbnail .btn { + padding: 8px 12px; + font-size: 12px; + } +} + +/* Fixed subnav on scroll, but only for 980px and up (sorry IE!) */ +@media (min-width: 980px) { + .subnav-fixed { + position: fixed; + top: 41px; + left: 0; + right: 0; + z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */ + border-color: #d5d5d5; + border-width: 0 0 1px; /* drop the border on the fixed edges */ + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1); + -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1); + box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */ + } + .subnav-fixed .nav { + width: 938px; + margin: 0 auto; + padding: 0 1px; + } + .subnav .nav > li:first-child > a, + .subnav .nav > li:first-child > a:hover { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; + } +} + +@media (min-width: 768px) and (max-width: 979px) { + + /* Remove any padding from the body */ + body { + padding-top: 0; + } +} + +@media (min-width: 1210px) { + + .subnav-fixed .nav { + width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */ + } +} addfile ./clckwrks-theme-bootstrap/swatchmaker/test/test-full.html hunk ./clckwrks-theme-bootstrap/swatchmaker/test/test-full.html 1 + + + + + Twitter Bootstrap + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +

    Components

    +

    Dozens of reusable components built to provide navigation, alerts, popovers, and more.

    +
    +
    + + +
    + + +
    + +
    + + +
    + + +
    +

    h1. Heading 1

    +

    h2. Heading 2

    +

    h3. Heading 3

    +

    h4. Heading 4

    +
    h5. Heading 5
    +
    h6. Heading 6
    +
    + +
    +

    Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.

    + +

    Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.

    +

    Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.

    +

    Maecenas sed diam eget risus varius blandit sit amet non magna. Donec id elit non mi porta gravida at eget metus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.

    +
    + +
    +

    This line of text is meant to be treated as fine print.

    +
    + +
    +

    The following snippet of text is rendered as bold text.

    +
    + +
    +

    The following snippet of text is rendered as italicized text.

    +
    + +
    +

    An abbreviation of the word attribute is attr.

    +
    + +
    +

    HTML is the best thing since sliced bread.

    +
    + +
    +
    + Twitter, Inc.
    + 795 Folsom Ave, Suite 600
    + San Francisco, CA 94107
    + P: (123) 456-7890 +
    +
    + Full Name
    + first.last@gmail.com +
    +
    + +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

    + Someone famous in Source Title +
    +
    + +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

    + Someone famous in Source Title +
    +
    + +
    +
      +
    • Lorem ipsum dolor sit amet
    • +
    • Consectetur adipiscing elit
    • +
    • Integer molestie lorem at massa
    • +
    • Facilisis in pretium nisl aliquet
    • +
    • Nulla volutpat aliquam velit +
        +
      • Phasellus iaculis neque
      • +
      • Purus sodales ultricies
      • +
      • Vestibulum laoreet porttitor sem
      • +
      • Ac tristique libero volutpat at
      • +
      +
    • +
    • Faucibus porta lacus fringilla vel
    • +
    • Aenean sit amet erat nunc
    • +
    • Eget porttitor lorem
    • +
    +
    + +
    +
      +
    1. Lorem ipsum dolor sit amet
    2. +
    3. Consectetur adipiscing elit
    4. +
    5. Integer molestie lorem at massa
    6. +
    7. Facilisis in pretium nisl aliquet
    8. +
    9. Nulla volutpat aliquam velit
    10. +
    11. Faucibus porta lacus fringilla vel
    12. +
    13. Aenean sit amet erat nunc
    14. +
    15. Eget porttitor lorem
    16. +
    +
    + +
    +
      +
    • Lorem ipsum dolor sit amet
    • +
    • Consectetur adipiscing elit
    • +
    • Integer molestie lorem at massa
    • +
    • Facilisis in pretium nisl aliquet
    • +
    • Nulla volutpat aliquam velit +
        +
      • Phasellus iaculis neque
      • +
      • Purus sodales ultricies
      • +
      • Vestibulum laoreet porttitor sem
      • +
      • Ac tristique libero volutpat at
      • +
      +
    • +
    • Faucibus porta lacus fringilla vel
    • +
    • Aenean sit amet erat nunc
    • +
    • Eget porttitor lorem
    • +
    +
    + +
    +
    +
    Description lists
    +
    A description list is perfect for defining terms.
    +
    Euismod
    +
    Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
    +
    Donec id elit non mi porta gravida at eget metus.
    +
    Malesuada porta
    +
    Etiam porta sem malesuada magna mollis euismod.
    +
    +
    + +
    +
    +
    Description lists
    +
    A description list is perfect for defining terms.
    +
    Euismod
    +
    Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
    +
    Donec id elit non mi porta gravida at eget metus.
    +
    Malesuada porta
    +
    Etiam porta sem malesuada magna mollis euismod.
    +
    Felis euismod semper eget lacinia
    +
    Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
    +
    +
    + +
    + + + + +
    + + +
    + For example, <section> should be wrapped as inline. +
    + +
    +
    <p>Sample text here...</p>
    +
    + +
    + + + + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #First NameLast NameUsername
    1MarkOtto@mdo
    2JacobThornton@fat
    3Larrythe Bird@twitter
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #First NameLast NameUsername
    1MarkOtto@mdo
    2JacobThornton@fat
    3Larrythe Bird@twitter
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #First NameLast NameUsername
    1MarkOtto@mdo
    MarkOtto@TwBootstrap
    2JacobThornton@fat
    3Larry the Bird@twitter
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #First NameLast NameUsername
    1MarkOtto@mdo
    2JacobThornton@fat
    3Larry the Bird@twitter
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #First NameLast NameUsername
    1MarkOtto@mdo
    2JacobThornton@fat
    3Larry the Bird@twitter
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #ProductPayment TakenStatus
    1TB - Monthly01/04/2012Approved
    2TB - Monthly02/04/2012Declined
    3TB - Monthly03/04/2012Pending
    +
    + +
    + + + + +
    + + +
    + Legend + + + Example block-level help text here. + + +
    + + + +
    + + + + +
    + +
    + Legend +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    +
    + + +
    +
    +
    + +
    + +
    + +
    + +
    + +
    + +
    + + +
    + +
    + + + +
    + +
    + +
    + +
    + +
    +
    + @ + +
    +
    +
    + + .00 +
    +
    + +
    +
    + $ + + .00 +
    +
    + +
    +
    + + +
    +
    +
    + + + +
    +
    + + + +
    +
    + + + + + + +
    +
    + +
    +
    + + + + + + +
    +
    + +
    +
    + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + +
    + Some value here +
    + +
    +
    + + +
    +
    + +
    + Inline help text +
    + +
    + + A longer block of help text that breaks onto a new line and may extend beyond one line. +
    + +
    + +
    + +
    + +
    + +
    +
    + +
    + + Something may have gone wrong +
    +
    +
    + +
    + + Please correct the error +
    +
    +
    + +
    + + Woohoo! +
    +
    +
    + +
    + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Buttonclass=""Description
    btnStandard gray button with gradient
    btn btn-primaryProvides extra visual weight and identifies the primary action in a set of buttons
    btn btn-infoUsed as an alternative to the default styles
    btn btn-successIndicates a successful or positive action
    btn btn-warningIndicates caution should be taken with this action
    btn btn-dangerIndicates a dangerous or potentially negative action
    btn btn-inverseAlternate dark gray button, not tied to a semantic action or use
    btn btn-linkDeemphasize a button by making it look like a link while maintaining button behavior
    + +
    +

    + + +

    +

    + + +

    +

    + + +

    +

    + + +

    +
    + +
    +
    + + +
    +
    + +

    + Primary link + Link +

    + +

    + + +

    + +
    + Link + + + +
    + +
    + + + + +
    + + +
    + + + +
    + + +
    + + + + +
    + + +
      +
    • icon-glass
    • +
    • icon-music
    • +
    • icon-search
    • +
    • icon-envelope
    • +
    • icon-heart
    • +
    • icon-star
    • +
    • icon-star-empty
    • +
    • icon-user
    • +
    • icon-film
    • +
    • icon-th-large
    • +
    • icon-th
    • +
    • icon-th-list
    • +
    • icon-ok
    • +
    • icon-remove
    • +
    • icon-zoom-in
    • +
    • icon-zoom-out
    • +
    • icon-off
    • +
    • icon-signal
    • +
    • icon-cog
    • +
    • icon-trash
    • +
    • icon-home
    • +
    • icon-file
    • +
    • icon-time
    • +
    • icon-road
    • +
    • icon-download-alt
    • +
    • icon-download
    • +
    • icon-upload
    • +
    • icon-inbox
    • + +
    • icon-play-circle
    • +
    • icon-repeat
    • +
    • icon-refresh
    • +
    • icon-list-alt
    • +
    • icon-lock
    • +
    • icon-flag
    • +
    • icon-headphones
    • +
    • icon-volume-off
    • +
    • icon-volume-down
    • +
    • icon-volume-up
    • +
    • icon-qrcode
    • +
    • icon-barcode
    • +
    • icon-tag
    • +
    • icon-tags
    • +
    • icon-book
    • +
    • icon-bookmark
    • +
    • icon-print
    • +
    • icon-camera
    • +
    • icon-font
    • +
    • icon-bold
    • +
    • icon-italic
    • +
    • icon-text-height
    • +
    • icon-text-width
    • +
    • icon-align-left
    • +
    • icon-align-center
    • +
    • icon-align-right
    • +
    • icon-align-justify
    • +
    • icon-list
    • + +
    • icon-indent-left
    • +
    • icon-indent-right
    • +
    • icon-facetime-video
    • +
    • icon-picture
    • +
    • icon-pencil
    • +
    • icon-map-marker
    • +
    • icon-adjust
    • +
    • icon-tint
    • +
    • icon-edit
    • +
    • icon-share
    • +
    • icon-check
    • +
    • icon-move
    • +
    • icon-step-backward
    • +
    • icon-fast-backward
    • +
    • icon-backward
    • +
    • icon-play
    • +
    • icon-pause
    • +
    • icon-stop
    • +
    • icon-forward
    • +
    • icon-fast-forward
    • +
    • icon-step-forward
    • +
    • icon-eject
    • +
    • icon-chevron-left
    • +
    • icon-chevron-right
    • +
    • icon-plus-sign
    • +
    • icon-minus-sign
    • +
    • icon-remove-sign
    • +
    • icon-ok-sign
    • + +
    • icon-question-sign
    • +
    • icon-info-sign
    • +
    • icon-screenshot
    • +
    • icon-remove-circle
    • +
    • icon-ok-circle
    • +
    • icon-ban-circle
    • +
    • icon-arrow-left
    • +
    • icon-arrow-right
    • +
    • icon-arrow-up
    • +
    • icon-arrow-down
    • +
    • icon-share-alt
    • +
    • icon-resize-full
    • +
    • icon-resize-small
    • +
    • icon-plus
    • +
    • icon-minus
    • +
    • icon-asterisk
    • +
    • icon-exclamation-sign
    • +
    • icon-gift
    • +
    • icon-leaf
    • +
    • icon-fire
    • +
    • icon-eye-open
    • +
    • icon-eye-close
    • +
    • icon-warning-sign
    • +
    • icon-plane
    • +
    • icon-calendar
    • +
    • icon-random
    • +
    • icon-comment
    • +
    • icon-magnet
    • + +
    • icon-chevron-up
    • +
    • icon-chevron-down
    • +
    • icon-retweet
    • +
    • icon-shopping-cart
    • +
    • icon-folder-close
    • +
    • icon-folder-open
    • +
    • icon-resize-vertical
    • +
    • icon-resize-horizontal
    • +
    • icon-hdd
    • +
    • icon-bullhorn
    • +
    • icon-bell
    • +
    • icon-certificate
    • +
    • icon-thumbs-up
    • +
    • icon-thumbs-down
    • +
    • icon-hand-right
    • +
    • icon-hand-left
    • +
    • icon-hand-up
    • +
    • icon-hand-down
    • +
    • icon-circle-arrow-right
    • +
    • icon-circle-arrow-left
    • +
    • icon-circle-arrow-up
    • +
    • icon-circle-arrow-down
    • +
    • icon-globe
    • +
    • icon-wrench
    • +
    • icon-tasks
    • +
    • icon-filter
    • +
    • icon-briefcase
    • +
    • icon-fullscreen
    • +
    + +
    +
    +
    + + + + +
    +
    +
    + +
    + +
    + +
    + +
    + + + +
    +
    + +
    +
    + +
    +
    +
    +
    + +
    + + + + + + + + +
    + + +
    +
    + + + +
    + +
    +
    + + + + +
    +
    + + + +
    +
    + +
    +
    + +
    + + + + +
    +
    + + +
    + +
    + + + + +
    + + + +
    + + +
    +
    + + +
    +
    + + +
    + +
    + + + +
    +
    + + + +
    +
    +
    +
    + + + +
    +
    +
    +
    + + + +
    +
    + +
    + +
    + + + +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    + + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + +
    + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    LabelsMarkup
    + Default + + <span class="label">Default</span> +
    + Success + + <span class="label label-success">Success</span> +
    + Warning + + <span class="label label-warning">Warning</span> +
    + Important + + <span class="label label-important">Important</span> +
    + Info + + <span class="label label-info">Info</span> +
    + Inverse + + <span class="label label-inverse">Inverse</span> +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameExampleMarkup
    + Default + + 1 + + <span class="badge">1</span> +
    + Success + + 2 + + <span class="badge badge-success">2</span> +
    + Warning + + 4 + + <span class="badge badge-warning">4</span> +
    + Important + + 6 + + <span class="badge badge-important">6</span> +
    + Info + + 8 + + <span class="badge badge-info">8</span> +
    + Inverse + + 10 + + <span class="badge badge-inverse">10</span> +
    + +
    + + + + +
    + + +
    +
    +

    Hello, world!

    +

    This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

    +

    Learn more

    +
    +
    + +
    + +
    + +
    + + + + +
    + + +
    + +
    + + + +
    + + + + +
    + + +
    +
    + + Warning! Best check yo self, you're not looking too good. +
    + +
    + +

    Warning!

    +

    Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

    +
    + +
    + + Oh snap! Change a few things up and try submitting again. +
    + +
    + + Well done! You successfully read this important alert message. +
    + +
    + + Heads up! This alert needs your attention, but it's not super important. +
    +
    + +
    + + + + +
    + + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + + + +
    + + +

    Default example

    + +
    + + + +
    +

    Media heading

    + Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus. +
    +
    + +
    + + + +
    +

    Media heading

    + Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus. +
    + + + +
    +

    Media heading

    + Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus. +
    +
    +
    +
    + +

    Media list

    + +
      +
    • + + + +
      +

      Media heading

      +

      Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.

      + +
      + + + +
      +

      Nested media heading

      + Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. + +
      + + + +
      +

      Nested media heading

      + Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. +
      +
      +
      +
      + +
      + + + +
      +

      Nested media heading

      + Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. +
      +
      +
      +
    • +
    • + + + +
      +

      Media heading

      + Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. +
      +
    • +
    + +
    + + + + + + +
    + + +
    +
    + Look, I'm in a well! +
    + +
    + Look, I'm in a well-large! +
    + +
    + Look, I'm in a well-small! +
    + +

    +
    + +
    +

    Tight pants next level keffiyeh you probably haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel have a terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan whatever keytar, scenester farm-to-table banksy Austin twitter handle freegan cred raw denim single-origin coffee viral. +

    +
    + + + +
    + + + +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + addfile ./clckwrks-theme-bootstrap/swatchmaker/test/test.html hunk ./clckwrks-theme-bootstrap/swatchmaker/test/test.html 1 + + + + + Bootswatch: Swatch + + + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    +
    +

    Swatch

    +

    A preview of changes in this swatch.

    +
    +
    +
    +
    +
    +
    +
    + +
    + + + + + +
    + + + +
    + +
    +
    +

    h1. Heading 1

    +

    h2. Heading 2

    +

    h3. Heading 3

    +

    h4. Heading 4

    +
    h5. Heading 5
    +
    h6. Heading 6
    +
    +
    + +
    +

    Example body text

    +

    Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit.

    +

    Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec sed odio dui.

    +
    + +
    +

    Example addresses

    +
    + Twitter, Inc.
    + 795 Folsom Ave, Suite 600
    + San Francisco, CA 94107
    + P: (123) 456-7890 +
    +
    + Full Name
    + first.last@gmail.com +
    +
    + +
    + +
    +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

    + Someone famous in Source Title +
    +
    +
    +
    +

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

    + Someone famous in Source Title +
    +
    +
    + +
    + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ButtonLarge ButtonSmall ButtonDisabled ButtonButton with IconSplit Button
    DefaultDefaultDefaultDefault Default + +
    PrimaryPrimaryPrimaryPrimary Primary + +
    InfoInfoInfoInfo Info + +
    SuccessSuccessSuccessSuccess Success + +
    WarningWarningWarningWarning Warning + +
    DangerDangerDangerDanger Danger + +
    InverseInverseInverseInverse Inverse + +
    + +
    + + + +
    + + +
    +
    + + + + + + +
    +
    + Controls Bootstrap supports +
    + +
    + +

    In addition to freeform text, any HTML5 text-based input appears like so.

    +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + Some value here +
    +
    +
    + +
    + +
    +
    +
    + +
    + +
    +
    +
    + +
    + + Something may have gone wrong +
    +
    +
    + +
    + + Please correct the error +
    +
    +
    + +
    + + Woohoo! +
    +
    +
    + +
    + + Woohoo! +
    +
    +
    + + +
    +
    +
    +
    +
    + +
    + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    #First NameLast NameUsername
    1MarkOtto@mdo
    2JacobThornton@fat
    3Larrythe Bird@twitter
    +
    + + + +
    + + +
    +
    + + + + +
    +
    +

    Pagination

    + + +
    + +
    +

    Pagers

    + + + + +
    +
    + + + + +
    +
    + +

    Tabs

    + +
    +
    +
    +

    I'm in Section A.

    +
    +
    +

    Howdy, I'm in Section B.

    +
    +
    +

    What up girl, this is Section C.

    +
    +
    +
    + +
    + + +
    + +

    Lists

    + +
    + +
    +
    +
    + + + + +
    +
    +

    Labels

    + Default + Success + Warning + Important + Info + Inverse +
    +
    +

    Badges

    + Default + Success + Warning + Important + Info + Inverse +
    +
    +
    + + + + +

    Progress bars

    + +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + + + +

    Alerts

    + +
    +
    +
    + × +

    Alert block

    +

    Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

    +
    +
    +
    +
    +
    +
    + × + Error Change a few things up and try submitting again. +
    +
    +
    +
    + × + Success You successfully read this important alert message. +
    +
    +
    +
    + × + Information This alert needs your attention, but it's not super important. +
    +
    +
    + + +
    + +



    + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + addfile ./clckwrks-theme-bootstrap/swatchmaker/watcher.rb hunk ./clckwrks-theme-bootstrap/swatchmaker/watcher.rb 1 +#!/usr/bin/env ruby hunk ./clckwrks-theme-bootstrap/swatchmaker/watcher.rb 3 +require 'rubygems' +require 'directory_watcher' + +dw = DirectoryWatcher.new 'swatch' +dw.interval = 1.0 +dw.add_observer do |*args| + args.each do |event| + if /less/ =~ event.path + `make bootswatch` + puts "#{Time.now.strftime("%I:%M:%S")} make bootswatch (since #{event.path} #{event.type})" + end + end +end + +dw.start +gets # when the user hits "enter" the script will terminate +dw.stop