Commit 2b0b4514446d45d543b721a2f482e0b6a3cd2ae1

Authored by Leandro Santos
1 parent 254397e4

add new style

css/.style.css.swp 0 → 100644
No preview for this file type
css/style.css 0 → 100755
... ... @@ -0,0 +1,183 @@
  1 +@font-face {
  2 + font-family: ptsans_bold_italic;
  3 + src: url(../fonts/PT_Sans-Web-BoldItalic.ttf);
  4 +}
  5 +
  6 +@font-face {
  7 + font-family: ptsans_bold;
  8 + src: url(../fonts/PT_Sans-Web-Bold.ttf);
  9 +}
  10 +
  11 +@font-face {
  12 + font-family: ptsans_italic;
  13 + src: url(../fonts/PT_Sans-Web-Italic.ttf);
  14 +}
  15 +
  16 +@font-face {
  17 + font-family: ptsans;
  18 + src: url(../fonts/PT_Sans-Web-Regular.ttf);
  19 +}
  20 +
  21 +html, body {
  22 + margin: 0;
  23 + padding: 0;
  24 + height: 100%;
  25 + font-family: ptsans, sans;
  26 + font-weight: lighter;
  27 +}
  28 +
  29 +header {
  30 + height: 30%;
  31 + max-height: 399px;
  32 + background: #69aef3 url(../images/header.png) left bottom no-repeat;
  33 + background-size: 100%;
  34 + margin: 0;
  35 + padding: 0;
  36 + overflow: hidden;
  37 + position: relative;
  38 +}
  39 +
  40 +h1 {
  41 + position: absolute;
  42 + bottom: 0;
  43 + left: 0;
  44 + font-size: 4em;
  45 + padding: 20px;
  46 + margin: 0;
  47 + background: rgba(255, 255, 255, 0.5);
  48 + display: block;
  49 + width: 100%;
  50 + text-transform: lowercase;
  51 +}
  52 +
  53 +h1 span {
  54 + font-weight: lighter;
  55 +}
  56 +
  57 +#content p {
  58 + font-weight: lighter;
  59 + text-align: justify;
  60 + margin: 20px;
  61 + font-size: 1.2em;
  62 + line-height: 1.5em;
  63 +}
  64 +
  65 +nav {
  66 + width: 100%;
  67 + padding: 0;
  68 + margin: 0;
  69 +}
  70 +
  71 +nav ul {
  72 + padding: 0;
  73 + margin: 0;
  74 +}
  75 +
  76 +nav li {
  77 + display: inline;
  78 + list-style: none;
  79 + padding: 0;
  80 + margin: 0;
  81 +}
  82 +
  83 +nav li a {
  84 + display: block;
  85 + width: 48%;
  86 + float: left;
  87 + text-align: center;
  88 + text-decoration: none;
  89 + font-size: 1.2em;
  90 + font-weight: bold;
  91 + color: #9eabb0;
  92 + background: #efefef;
  93 + margin: 0;
  94 + padding: 20px 1%;
  95 + text-transform: lowercase;
  96 +}
  97 +
  98 +nav li a#active {
  99 + position: relative;
  100 + background: #2997cc;
  101 + color: #fff;
  102 +}
  103 +
  104 +nav li a#active:after {
  105 + content: "";
  106 + position: absolute;
  107 + bottom: -15px;
  108 + left: 49%;
  109 + border-width: 15px 15px 0;
  110 + border-style: solid;
  111 + border-color: #2997cc transparent;
  112 + display: block;
  113 + width: 0;
  114 +}
  115 +
  116 +#proposal-categories {
  117 + background: #f3f5f7;
  118 + clear: both;
  119 + margin: 0;
  120 + width: 100%;
  121 + padding: 10px;
  122 + text-align: center;
  123 +}
  124 +
  125 +#proposal-categories li {
  126 + list-style: none;
  127 + display: inline-block;
  128 +}
  129 +
  130 +#proposal-categories a {
  131 + text-transform: lowercase;
  132 + text-decoration: none;
  133 + color: #fff;
  134 + margin: 10px;
  135 + -webkit-border-radius: 10px;
  136 + -moz-border-radius: 10px;
  137 + border-radius: 10px;
  138 + background-color: #0e232e;
  139 + background-position: center 5px;
  140 + background-repeat: no-repeat;
  141 + width: 125px;
  142 + height: 55px;
  143 + display: inline-block;
  144 + font-size: 1em;
  145 + font-weight: bold;
  146 + text-align: center;
  147 + padding-top: 70px;
  148 + overflow: hidden;
  149 + border-width: 2px;
  150 + border-style: solid;
  151 + border-color: #0e232e;
  152 +}
  153 +
  154 +#proposal-categories a:hover {
  155 + background-color: #244f68;
  156 + border-color: #f3f5f7;
  157 +}
  158 +
  159 +#proposal-group, .proposal-item-hide {
  160 + display: none;
  161 +}
  162 +
  163 +.mobile nav {
  164 + position: absolute;
  165 + bottom: 0;
  166 +}
  167 +
  168 +footer {
  169 + display: none;
  170 +}
  171 +
  172 +#sau { background-image: url(../images/icons/sau.png); }
  173 +#edu { background-image: url(../images/icons/edu.png); }
  174 +#seg { background-image: url(../images/icons/seg.png); }
  175 +#des { background-image: url(../images/icons/des.png); }
  176 +#cid { background-image: url(../images/icons/cid.png); }
  177 +#cul { background-image: url(../images/icons/cul.png); }
  178 +#esp { background-image: url(../images/icons/esp.png); }
  179 +#cin { background-image: url(../images/icons/cin.png); }
  180 +#ges { background-image: url(../images/icons/ges.png); }
  181 +#inf { background-image: url(../images/icons/inf.png); }
  182 +#eco { background-image: url(../images/icons/eco.png); }
  183 +#mei { background-image: url(../images/icons/mei.png); }
... ...
fonts/PT_Sans-Web-Bold.ttf 0 → 100755
No preview for this file type
fonts/PT_Sans-Web-BoldItalic.ttf 0 → 100755
No preview for this file type
fonts/PT_Sans-Web-Italic.ttf 0 → 100755
No preview for this file type
fonts/PT_Sans-Web-Regular.ttf 0 → 100755
No preview for this file type
images/header.png 0 → 100644

391 KB

images/header.xcf 0 → 100644
No preview for this file type
images/icons/cid.png 0 → 100644

1.48 KB

images/icons/cin.png 0 → 100644

463 Bytes

images/icons/cul.png 0 → 100644

1.5 KB

images/icons/des.png 0 → 100644

1.23 KB

images/icons/eco.png 0 → 100644

1.49 KB

images/icons/edu.png 0 → 100644

1.52 KB

images/icons/esp.png 0 → 100644

1.61 KB

images/icons/ges.png 0 → 100644

939 Bytes

images/icons/icons.svg 0 → 100644
... ... @@ -0,0 +1,1298 @@
  1 +<?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2 +<!-- Created with Inkscape (http://www.inkscape.org/) -->
  3 +
  4 +<svg
  5 + xmlns:dc="http://purl.org/dc/elements/1.1/"
  6 + xmlns:cc="http://creativecommons.org/ns#"
  7 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  8 + xmlns:svg="http://www.w3.org/2000/svg"
  9 + xmlns="http://www.w3.org/2000/svg"
  10 + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
  11 + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
  12 + width="210mm"
  13 + height="297mm"
  14 + id="svg5922"
  15 + version="1.1"
  16 + inkscape:version="0.48.3.1 r9886"
  17 + sodipodi:docname="icons.svg">
  18 + <defs
  19 + id="defs5924" />
  20 + <sodipodi:namedview
  21 + id="base"
  22 + pagecolor="#ffffff"
  23 + bordercolor="#666666"
  24 + borderopacity="1.0"
  25 + inkscape:pageopacity="0.0"
  26 + inkscape:pageshadow="2"
  27 + inkscape:zoom="0.7"
  28 + inkscape:cx="266.71872"
  29 + inkscape:cy="648.43259"
  30 + inkscape:document-units="px"
  31 + inkscape:current-layer="layer1"
  32 + showgrid="false"
  33 + inkscape:window-width="1301"
  34 + inkscape:window-height="744"
  35 + inkscape:window-x="65"
  36 + inkscape:window-y="24"
  37 + inkscape:window-maximized="1" />
  38 + <metadata
  39 + id="metadata5927">
  40 + <rdf:RDF>
  41 + <cc:Work
  42 + rdf:about="">
  43 + <dc:format>image/svg+xml</dc:format>
  44 + <dc:type
  45 + rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
  46 + <dc:title></dc:title>
  47 + </cc:Work>
  48 + </rdf:RDF>
  49 + </metadata>
  50 + <g
  51 + inkscape:label="Camada 1"
  52 + inkscape:groupmode="layer"
  53 + id="layer1">
  54 + <rect
  55 + style="fill:#0e232e;fill-opacity:1;stroke:none"
  56 + id="rect5930"
  57 + width="471.42859"
  58 + height="542.85718"
  59 + x="11.428572"
  60 + y="243.79076"
  61 + rx="0"
  62 + ry="0" />
  63 + <g
  64 + id="g4571"
  65 + transform="matrix(0.65725672,0,0,0.65725672,57.190343,276.93872)"
  66 + style="fill:#ffffff;fill-opacity:1">
  67 + <g
  68 + id="g4531"
  69 + style="fill:#ffffff;fill-opacity:1">
  70 + <path
  71 + id="path4533"
  72 + d="m 66.491,3.877 c -7.04,0 -13.74,2.51 -18.937,6.995 C 42.358,6.387 35.658,3.877 28.617,3.877 12.837,3.877 0,16.419 0,31.835 0,58.16 43.441,88.397 45.291,89.672 l 2.263,1.559 2.263,-1.559 C 51.667,88.399 95.108,58.16 95.108,31.835 95.108,16.419 82.271,3.877 66.491,3.877 z M 47.554,77.923 C 36.859,69.867 25.488,59.511 18.279,49.554 h 17.668 l 4.269,-11.549 9.939,27.049 7.333,-15.5 H 76.83 C 69.62,59.511 58.249,69.868 47.554,77.923 z M 79.508,45.554 H 54.954 L 50.619,54.72 40.227,26.437 33.161,45.554 h -17.56 c -2.981,-4.872 -4.777,-9.557 -4.777,-13.719 0,-9.449 7.982,-17.135 17.794,-17.135 5.334,0 10.342,2.278 13.742,6.252 l 5.194,5.894 5.194,-5.894 c 3.4,-3.974 8.408,-6.252 13.742,-6.252 9.812,0 17.794,7.686 17.794,17.135 0,4.162 -1.795,8.847 -4.776,13.719 z"
  73 + inkscape:connector-curvature="0"
  74 + style="fill:#ffffff;fill-opacity:1" />
  75 + </g>
  76 + <g
  77 + id="g4535"
  78 + style="fill:#ffffff;fill-opacity:1" />
  79 + <g
  80 + id="g4537"
  81 + style="fill:#ffffff;fill-opacity:1" />
  82 + <g
  83 + id="g4539"
  84 + style="fill:#ffffff;fill-opacity:1" />
  85 + <g
  86 + id="g4541"
  87 + style="fill:#ffffff;fill-opacity:1" />
  88 + <g
  89 + id="g4543"
  90 + style="fill:#ffffff;fill-opacity:1" />
  91 + <g
  92 + id="g4545"
  93 + style="fill:#ffffff;fill-opacity:1" />
  94 + <g
  95 + id="g4547"
  96 + style="fill:#ffffff;fill-opacity:1" />
  97 + <g
  98 + id="g4549"
  99 + style="fill:#ffffff;fill-opacity:1" />
  100 + <g
  101 + id="g4551"
  102 + style="fill:#ffffff;fill-opacity:1" />
  103 + <g
  104 + id="g4553"
  105 + style="fill:#ffffff;fill-opacity:1" />
  106 + <g
  107 + id="g4555"
  108 + style="fill:#ffffff;fill-opacity:1" />
  109 + <g
  110 + id="g4557"
  111 + style="fill:#ffffff;fill-opacity:1" />
  112 + <g
  113 + id="g4559"
  114 + style="fill:#ffffff;fill-opacity:1" />
  115 + <g
  116 + id="g4561"
  117 + style="fill:#ffffff;fill-opacity:1" />
  118 + <g
  119 + id="g4563"
  120 + style="fill:#ffffff;fill-opacity:1" />
  121 + </g>
  122 + <g
  123 + id="g4732"
  124 + transform="matrix(0.18908304,0,0,0.18908304,211.80823,270.4746)"
  125 + style="fill:#ffffff;fill-opacity:1"
  126 + inkscape:export-filename="/home/caiosba/Presidência/prototype/v1/images/icons/edu.png"
  127 + inkscape:export-xdpi="84.768181"
  128 + inkscape:export-ydpi="84.768181">
  129 + <g
  130 + id="g4685"
  131 + style="fill:#ffffff;fill-opacity:1">
  132 + <g
  133 + id="Layer_5_59_"
  134 + style="fill:#ffffff;fill-opacity:1">
  135 + <g
  136 + id="g4688"
  137 + style="fill:#ffffff;fill-opacity:1">
  138 + <path
  139 + id="path4690"
  140 + d="m 225.092,276.586 c -7.101,4.355 -16.195,6.754 -25.607,6.754 -9.412,0 -18.506,-2.398 -25.607,-6.754 L 57.946,205.484 c 0,0 -10.464,-6.414 -10.464,8.116 0,16.5 0,66 0,66 0,0.66 0,3.973 0,5 0,37.402 68.053,77.723 152,77.723 83.947,0 152,-40.32 152,-77.723 0,-1.027 0,-4.34 0,-5 0,0 0,-52.502 0,-70.003 0,-11.663 -7.439,-5.964 -7.439,-5.964 l -118.951,72.953 z"
  141 + inkscape:connector-curvature="0"
  142 + style="fill:#ffffff;fill-opacity:1" />
  143 + <path
  144 + id="path4692"
  145 + d="m 392.289,148.927 c 8.908,-5.463 8.908,-14.403 0,-19.867 L 215.681,40.745 c -8.908,-5.463 -23.485,-5.463 -32.393,0 L 6.681,129.06 c -8.908,5.463 -8.908,14.403 0,19.867 l 176.607,108.315 c 8.908,5.463 23.485,5.463 32.393,0"
  146 + inkscape:connector-curvature="0"
  147 + style="fill:#ffffff;fill-opacity:1" />
  148 + <path
  149 + id="path4694"
  150 + d="m 384.985,309.475 c 0,-29.906 0,-119.625 0,-119.625 0,0 0.083,-5.666 -3.279,-3.795 -2.697,1.501 -9.308,5.186 -11.637,7.212 -2.689,2.337 -2.083,7.583 -2.083,7.583 0,0 0,81.469 0,108.625 0,1.542 -1.325,2.278 -1.957,2.65 -6.105,3.589 -10.21,10.214 -10.21,17.809 0,11.414 9.252,20.667 20.667,20.667 11.414,0 20.666,-9.253 20.666,-20.667 0,-7.624 -4.135,-14.27 -10.279,-17.85 -0.611,-0.356 -1.888,-1.068 -1.888,-2.609 z"
  151 + inkscape:connector-curvature="0"
  152 + style="fill:#ffffff;fill-opacity:1" />
  153 + </g>
  154 + </g>
  155 + </g>
  156 + <g
  157 + id="g4696"
  158 + style="fill:#ffffff;fill-opacity:1" />
  159 + <g
  160 + id="g4698"
  161 + style="fill:#ffffff;fill-opacity:1" />
  162 + <g
  163 + id="g4700"
  164 + style="fill:#ffffff;fill-opacity:1" />
  165 + <g
  166 + id="g4702"
  167 + style="fill:#ffffff;fill-opacity:1" />
  168 + <g
  169 + id="g4704"
  170 + style="fill:#ffffff;fill-opacity:1" />
  171 + <g
  172 + id="g4706"
  173 + style="fill:#ffffff;fill-opacity:1" />
  174 + <g
  175 + id="g4708"
  176 + style="fill:#ffffff;fill-opacity:1" />
  177 + <g
  178 + id="g4710"
  179 + style="fill:#ffffff;fill-opacity:1" />
  180 + <g
  181 + id="g4712"
  182 + style="fill:#ffffff;fill-opacity:1" />
  183 + <g
  184 + id="g4714"
  185 + style="fill:#ffffff;fill-opacity:1" />
  186 + <g
  187 + id="g4716"
  188 + style="fill:#ffffff;fill-opacity:1" />
  189 + <g
  190 + id="g4718"
  191 + style="fill:#ffffff;fill-opacity:1" />
  192 + <g
  193 + id="g4720"
  194 + style="fill:#ffffff;fill-opacity:1" />
  195 + <g
  196 + id="g4722"
  197 + style="fill:#ffffff;fill-opacity:1" />
  198 + <g
  199 + id="g4724"
  200 + style="fill:#ffffff;fill-opacity:1" />
  201 + </g>
  202 + <g
  203 + id="g4996"
  204 + transform="matrix(0.66794609,0,0,0.66794609,369.47473,267.05911)"
  205 + style="fill:#ffffff;fill-opacity:1"
  206 + inkscape:export-filename="/home/caiosba/Presidência/prototype/v1/images/icons/seg.png"
  207 + inkscape:export-xdpi="63.449932"
  208 + inkscape:export-ydpi="63.449932">
  209 + <g
  210 + id="g4942"
  211 + style="fill:#ffffff;fill-opacity:1">
  212 + <g
  213 + id="g4944"
  214 + style="fill:#ffffff;fill-opacity:1">
  215 + <path
  216 + id="path4946"
  217 + d="M 58.384,6.328 C 49.422,5.984 22,15.498 17.717,18.974 c -1.39,1.128 -0.826,3.253 -0.196,3.967 2.564,3.268 21.2,-2.714 22.596,-3.078 4.378,-1.089 17.617,-3.965 18.122,0.706 -9.781,0.486 -14.084,3.228 -14.153,4.741 -0.094,2.043 2.26,2.431 4.147,2.607 4.086,0.384 9.5,-0.46 14.289,0.217 10.77,1.524 14.72,0.753 22.419,-3.997 1.521,-0.938 5.502,-1.618 9.261,-1.929 V 4.325 C 86.155,5.675 76.746,6.401 72.802,6.383 67.994,6.357 63.182,6.512 58.384,6.328 z"
  218 + inkscape:connector-curvature="0"
  219 + style="fill:#ffffff;fill-opacity:1" />
  220 + <path
  221 + id="path4948"
  222 + d="m 96.092,0 v 24.709 h 10.22 V 0 h -10.22 z m 5.376,6.353 c -1.246,0 -2.258,-1.01 -2.258,-2.257 0,-1.248 1.012,-2.258 2.258,-2.258 1.247,0 2.259,1.01 2.259,2.258 0,1.247 -1.012,2.257 -2.259,2.257 z"
  223 + inkscape:connector-curvature="0"
  224 + style="fill:#ffffff;fill-opacity:1" />
  225 + <g
  226 + id="g4950"
  227 + style="fill:#ffffff;fill-opacity:1">
  228 + <circle
  229 + id="circle4952"
  230 + r="9.4130001"
  231 + cy="41.577999"
  232 + cx="44.161999"
  233 + sodipodi:cx="44.161999"
  234 + sodipodi:cy="41.577999"
  235 + sodipodi:rx="9.4130001"
  236 + sodipodi:ry="9.4130001"
  237 + d="m 53.574999,41.577999 c 0,5.198657 -4.214344,9.413 -9.413,9.413 -5.198657,0 -9.413,-4.214343 -9.413,-9.413 0,-5.198656 4.214343,-9.413 9.413,-9.413 5.198656,0 9.413,4.214344 9.413,9.413 z"
  238 + style="fill:#ffffff;fill-opacity:1" />
  239 + <circle
  240 + id="circle4954"
  241 + r="9.1520004"
  242 + cy="43.834"
  243 + cx="66.896004"
  244 + sodipodi:cx="66.896004"
  245 + sodipodi:cy="43.834"
  246 + sodipodi:rx="9.1520004"
  247 + sodipodi:ry="9.1520004"
  248 + d="m 76.048004,43.834 c 0,5.05451 -4.09749,9.152 -9.152,9.152 -5.054511,0 -9.152001,-4.09749 -9.152001,-9.152 0,-5.054511 4.09749,-9.152001 9.152001,-9.152001 5.05451,0 9.152,4.09749 9.152,9.152001 z"
  249 + style="fill:#ffffff;fill-opacity:1" />
  250 + <path
  251 + id="path4956"
  252 + d="M 86.295,80.755 C 84.17,66.261 80.953,60.057 73.055,55.215 72.901,55.121 70.416,53.804 69.248,53.517 l -2.281,2.295 -2.21,-2.321 c -0.008,10e-4 -0.016,0.003 -0.022,0.004 -1.691,0.405 -5.777,3.044 -7.917,5.086 -1.711,-2.048 -3.781,-3.743 -6.321,-5.301 -0.157,-0.097 -2.715,-1.45 -3.915,-1.746 l -2.345,2.361 -2.273,-2.387 c -0.008,0.002 -0.015,0.003 -0.023,0.005 -1.616,0.556 -3.051,1.39 -4.752,2.537 -7.256,4.88 -10.348,11.349 -12.423,25.498 -0.292,1.996 1.089,3.853 3.086,4.146 0.18,0.025 0.358,0.039 0.535,0.039 1.783,0 3.345,-1.308 3.611,-3.125 0.747,-5.088 1.61,-8.809 2.606,-11.619 v 11.508 c 0,0.982 0.19,1.9 0.526,2.742 -0.026,0.19 -0.044,0.383 -0.044,0.578 l 3.352,34.994 c 0,2.385 1.933,4.317 4.319,4.317 h 5.828 0.811 l 0.011,-24.805 -0.411,-1.739 v -9.096 c -0.757,1.324 -1.463,5.158 -1.463,8.179 0,1.251 -1.014,2.265 -2.266,2.265 -0.362,0 -0.7,-0.092 -1.003,-0.242 l -0.541,-0.439 c -0.4,-0.409 -0.647,-0.966 -0.647,-1.583 0,-2.286 0.239,-4.271 0.646,-5.993 l 0.232,-0.883 c 2.443,-8.574 9.198,-10.113 10.082,-10.324 0.005,0 0.011,-0.001 0.016,-0.004 l 1.478,1.553 1.477,-1.553 c 0.006,0.003 0.013,0.004 0.017,0.004 1.08,0.258 10.96,2.498 10.96,17.2 0,1.251 -1.014,2.265 -2.267,2.265 -1.251,0 -2.265,-1.014 -2.265,-2.265 0,-3.021 -0.706,-6.854 -1.465,-8.179 v 9.179 l -0.406,1.657 0.002,24.805 h 0.688 6.468 10e-4 c 2.318,0 4.197,-1.879 4.197,-4.199 l 2.525,-18.199 4.64,0.004 -3.77,-25.948 v -5.349 c 1.138,2.836 2.105,6.737 2.93,12.347 0.26,1.767 1.776,3.04 3.511,3.04 0.172,0 0.345,-0.014 0.52,-0.04 1.945,-0.286 3.287,-2.091 3.002,-4.031 z M 55.528,78.107 c -3.491,-0.033 -6.31,-2.873 -6.31,-6.369 0,-3.498 2.819,-6.336 6.31,-6.369 3.491,0.033 6.31,2.871 6.31,6.369 0,3.498 -2.818,6.336 -6.31,6.369 z"
  253 + inkscape:connector-curvature="0"
  254 + style="fill:#ffffff;fill-opacity:1" />
  255 + <path
  256 + id="path4958"
  257 + d="m 55.396,99.691 -0.124,-0.004 c -0.012,-0.002 -0.023,-0.002 -0.034,-0.002 -0.229,0 -0.447,0.088 -0.614,0.25 -0.173,0.166 -0.271,0.396 -0.271,0.635 l 0.003,22.598 h 2.415 l 10e-4,-22.598 c 0,-0.239 -0.097,-0.469 -0.27,-0.635 -0.166,-0.162 -0.386,-0.25 -0.615,-0.25 -0.011,0 -0.021,0 -0.034,0.002"
  258 + inkscape:connector-curvature="0"
  259 + style="fill:#ffffff;fill-opacity:1" />
  260 + </g>
  261 + </g>
  262 + </g>
  263 + <g
  264 + id="g4960"
  265 + style="fill:#ffffff;fill-opacity:1" />
  266 + <g
  267 + id="g4962"
  268 + style="fill:#ffffff;fill-opacity:1" />
  269 + <g
  270 + id="g4964"
  271 + style="fill:#ffffff;fill-opacity:1" />
  272 + <g
  273 + id="g4966"
  274 + style="fill:#ffffff;fill-opacity:1" />
  275 + <g
  276 + id="g4968"
  277 + style="fill:#ffffff;fill-opacity:1" />
  278 + <g
  279 + id="g4970"
  280 + style="fill:#ffffff;fill-opacity:1" />
  281 + <g
  282 + id="g4972"
  283 + style="fill:#ffffff;fill-opacity:1" />
  284 + <g
  285 + id="g4974"
  286 + style="fill:#ffffff;fill-opacity:1" />
  287 + <g
  288 + id="g4976"
  289 + style="fill:#ffffff;fill-opacity:1" />
  290 + <g
  291 + id="g4978"
  292 + style="fill:#ffffff;fill-opacity:1" />
  293 + <g
  294 + id="g4980"
  295 + style="fill:#ffffff;fill-opacity:1" />
  296 + <g
  297 + id="g4982"
  298 + style="fill:#ffffff;fill-opacity:1" />
  299 + <g
  300 + id="g4984"
  301 + style="fill:#ffffff;fill-opacity:1" />
  302 + <g
  303 + id="g4986"
  304 + style="fill:#ffffff;fill-opacity:1" />
  305 + <g
  306 + id="g4988"
  307 + style="fill:#ffffff;fill-opacity:1" />
  308 + </g>
  309 + <g
  310 + id="g5450"
  311 + transform="matrix(2.8349284,0,0,2.8349284,40.010643,406.27007)"
  312 + style="fill:#ffffff;fill-opacity:1"
  313 + inkscape:export-filename="/home/caiosba/Presidência/prototype/v1/images/icons/cid.png"
  314 + inkscape:export-xdpi="84.355652"
  315 + inkscape:export-ydpi="84.355652">
  316 + <g
  317 + id="g5354"
  318 + style="fill:#ffffff;fill-opacity:1">
  319 + <g
  320 + id="g5356"
  321 + style="fill:#ffffff;fill-opacity:1">
  322 + <polygon
  323 + id="polygon5358"
  324 + points="24.517,18.172 26.706,15.983 28.896,18.172 28.896,27.879 33.93,27.879 33.93,26.879 29.896,26.879 29.896,17.758 26.706,14.569 23.517,17.758 23.517,26.879 20.482,26.879 20.482,6.051 16.398,6.051 13.447,9.719 13.447,26.879 10.413,26.879 10.413,13.43 2.69,13.43 2.69,26.879 0,26.879 0,27.879 3.69,27.879 3.69,14.43 9.413,14.43 9.413,27.879 14.447,27.879 14.447,10.072 16.877,7.051 19.482,7.051 19.482,27.879 24.517,27.879 "
  325 + style="fill:#ffffff;fill-opacity:1" />
  326 + <rect
  327 + id="rect5360"
  328 + height="1.194"
  329 + width="1.49"
  330 + y="15.403"
  331 + x="4.5700002"
  332 + style="fill:#ffffff;fill-opacity:1" />
  333 + <rect
  334 + id="rect5362"
  335 + height="1.194"
  336 + width="1.49"
  337 + y="15.403"
  338 + x="7.0799999"
  339 + style="fill:#ffffff;fill-opacity:1" />
  340 + <rect
  341 + id="rect5364"
  342 + height="1.1950001"
  343 + width="1.49"
  344 + y="17.417999"
  345 + x="4.5700002"
  346 + style="fill:#ffffff;fill-opacity:1" />
  347 + <rect
  348 + id="rect5366"
  349 + height="1.1950001"
  350 + width="1.49"
  351 + y="17.417999"
  352 + x="7.0799999"
  353 + style="fill:#ffffff;fill-opacity:1" />
  354 + <rect
  355 + id="rect5368"
  356 + height="1.1950001"
  357 + width="1.49"
  358 + y="19.434"
  359 + x="4.5700002"
  360 + style="fill:#ffffff;fill-opacity:1" />
  361 + <rect
  362 + id="rect5370"
  363 + height="1.1950001"
  364 + width="1.49"
  365 + y="19.434"
  366 + x="7.0799999"
  367 + style="fill:#ffffff;fill-opacity:1" />
  368 + <rect
  369 + id="rect5372"
  370 + height="1.1950001"
  371 + width="1.49"
  372 + y="21.447001"
  373 + x="4.5700002"
  374 + style="fill:#ffffff;fill-opacity:1" />
  375 + <rect
  376 + id="rect5374"
  377 + height="1.1950001"
  378 + width="1.49"
  379 + y="21.447001"
  380 + x="7.0799999"
  381 + style="fill:#ffffff;fill-opacity:1" />
  382 + <rect
  383 + id="rect5376"
  384 + height="1.1950001"
  385 + width="1.49"
  386 + y="23.462999"
  387 + x="4.5700002"
  388 + style="fill:#ffffff;fill-opacity:1" />
  389 + <rect
  390 + id="rect5378"
  391 + height="1.1950001"
  392 + width="1.49"
  393 + y="23.462999"
  394 + x="7.0799999"
  395 + style="fill:#ffffff;fill-opacity:1" />
  396 + <rect
  397 + id="rect5380"
  398 + height="1.1950001"
  399 + width="1.49"
  400 + y="25.479"
  401 + x="4.5700002"
  402 + style="fill:#ffffff;fill-opacity:1" />
  403 + <rect
  404 + id="rect5382"
  405 + height="1.1950001"
  406 + width="1.49"
  407 + y="25.479"
  408 + x="7.0799999"
  409 + style="fill:#ffffff;fill-opacity:1" />
  410 + <rect
  411 + id="rect5384"
  412 + height="1.1950001"
  413 + width="1.1950001"
  414 + y="19.021"
  415 + x="25.09"
  416 + style="fill:#ffffff;fill-opacity:1" />
  417 + <rect
  418 + id="rect5386"
  419 + height="1.1950001"
  420 + width="1.194"
  421 + y="19.023001"
  422 + x="27.105"
  423 + style="fill:#ffffff;fill-opacity:1" />
  424 + <rect
  425 + id="rect5388"
  426 + height="1.1950001"
  427 + width="1.1950001"
  428 + y="21.037001"
  429 + x="25.09"
  430 + style="fill:#ffffff;fill-opacity:1" />
  431 + <rect
  432 + id="rect5390"
  433 + height="1.1950001"
  434 + width="1.194"
  435 + y="21.037001"
  436 + x="27.105"
  437 + style="fill:#ffffff;fill-opacity:1" />
  438 + <rect
  439 + id="rect5392"
  440 + height="1.1950001"
  441 + width="1.1950001"
  442 + y="23.052999"
  443 + x="25.09"
  444 + style="fill:#ffffff;fill-opacity:1" />
  445 + <rect
  446 + id="rect5394"
  447 + height="1.742"
  448 + width="1.1950001"
  449 + y="8.1619997"
  450 + x="17.375"
  451 + style="fill:#ffffff;fill-opacity:1" />
  452 + <rect
  453 + id="rect5396"
  454 + height="1.742"
  455 + width="1.1950001"
  456 + y="11.098"
  457 + x="17.375"
  458 + style="fill:#ffffff;fill-opacity:1" />
  459 + <rect
  460 + id="rect5398"
  461 + height="1.7410001"
  462 + width="1.1950001"
  463 + y="14.033"
  464 + x="15.36"
  465 + style="fill:#ffffff;fill-opacity:1" />
  466 + <rect
  467 + id="rect5400"
  468 + height="1.742"
  469 + width="1.1950001"
  470 + y="14.033"
  471 + x="17.375"
  472 + style="fill:#ffffff;fill-opacity:1" />
  473 + <rect
  474 + id="rect5402"
  475 + height="1.743"
  476 + width="1.1950001"
  477 + y="16.968"
  478 + x="15.36"
  479 + style="fill:#ffffff;fill-opacity:1" />
  480 + <rect
  481 + id="rect5404"
  482 + height="1.742"
  483 + width="1.1950001"
  484 + y="16.969"
  485 + x="17.375"
  486 + style="fill:#ffffff;fill-opacity:1" />
  487 + <rect
  488 + id="rect5406"
  489 + height="1.74"
  490 + width="1.1950001"
  491 + y="19.903999"
  492 + x="15.36"
  493 + style="fill:#ffffff;fill-opacity:1" />
  494 + <rect
  495 + id="rect5408"
  496 + height="1.742"
  497 + width="1.1950001"
  498 + y="19.903999"
  499 + x="17.375"
  500 + style="fill:#ffffff;fill-opacity:1" />
  501 + <rect
  502 + id="rect5410"
  503 + height="1.74"
  504 + width="1.1950001"
  505 + y="22.84"
  506 + x="15.36"
  507 + style="fill:#ffffff;fill-opacity:1" />
  508 + <rect
  509 + id="rect5412"
  510 + height="1.742"
  511 + width="1.1950001"
  512 + y="22.84"
  513 + x="17.375"
  514 + style="fill:#ffffff;fill-opacity:1" />
  515 + </g>
  516 + </g>
  517 + <g
  518 + id="g5414"
  519 + style="fill:#ffffff;fill-opacity:1" />
  520 + <g
  521 + id="g5416"
  522 + style="fill:#ffffff;fill-opacity:1" />
  523 + <g
  524 + id="g5418"
  525 + style="fill:#ffffff;fill-opacity:1" />
  526 + <g
  527 + id="g5420"
  528 + style="fill:#ffffff;fill-opacity:1" />
  529 + <g
  530 + id="g5422"
  531 + style="fill:#ffffff;fill-opacity:1" />
  532 + <g
  533 + id="g5424"
  534 + style="fill:#ffffff;fill-opacity:1" />
  535 + <g
  536 + id="g5426"
  537 + style="fill:#ffffff;fill-opacity:1" />
  538 + <g
  539 + id="g5428"
  540 + style="fill:#ffffff;fill-opacity:1" />
  541 + <g
  542 + id="g5430"
  543 + style="fill:#ffffff;fill-opacity:1" />
  544 + <g
  545 + id="g5432"
  546 + style="fill:#ffffff;fill-opacity:1" />
  547 + <g
  548 + id="g5434"
  549 + style="fill:#ffffff;fill-opacity:1" />
  550 + <g
  551 + id="g5436"
  552 + style="fill:#ffffff;fill-opacity:1" />
  553 + <g
  554 + id="g5438"
  555 + style="fill:#ffffff;fill-opacity:1" />
  556 + <g
  557 + id="g5440"
  558 + style="fill:#ffffff;fill-opacity:1" />
  559 + <g
  560 + id="g5442"
  561 + style="fill:#ffffff;fill-opacity:1" />
  562 + </g>
  563 + <g
  564 + id="g5655"
  565 + transform="matrix(0.18033126,0,0,0.18033126,215.63973,410.92225)"
  566 + style="fill:#ffffff;fill-opacity:1"
  567 + inkscape:export-filename="/home/caiosba/Presidência/prototype/v1/images/icons/mei.png"
  568 + inkscape:export-xdpi="86.02523"
  569 + inkscape:export-ydpi="86.02523">
  570 + <g
  571 + id="g5615"
  572 + style="fill:#ffffff;fill-opacity:1">
  573 + <path
  574 + id="path5617"
  575 + d="m 285.454,222.313 c -50.998,-20.857 -60.574,-37.622 -84.091,-40.809 -3.377,-0.458 -6.071,0.149 -8.203,1.245 0.231,-13.555 0.527,-27.549 0.659,-29.182 0.338,0.61 0.697,1.213 1.092,1.804 7.285,10.908 21.434,14.246 40.201,1.714 17.839,-11.912 27.765,-47.101 27.765,-47.101 0,0 -36.308,-4.316 -54.146,7.596 -4.446,2.97 -7.959,6.042 -10.652,9.146 0.446,-1.932 0.896,-3.764 1.322,-5.525 1.449,-5.941 2.729,-11.209 3.194,-16.651 11.263,-3.56 18.323,-15.108 14.46,-35.597 -3.979,-21.078 -32.469,-43.988 -32.469,-43.988 0,0 -18.19,31.716 -14.213,52.794 3.48,18.448 12.57,26.92 22.949,27.849 -0.512,4.115 -1.541,8.363 -2.777,13.436 -0.521,2.136 -1.066,4.374 -1.607,6.754 -1.801,-3.783 -4.447,-7.761 -8.066,-11.887 -14.144,-16.127 -50.326,-21.363 -50.326,-21.363 0,0 0.469,36.559 14.611,52.686 14.881,16.967 29.41,17.408 39.272,8.758 0.073,-0.063 0.142,-0.131 0.214,-0.194 -0.124,1.617 -0.44,17.038 -0.671,30.777 -2.762,-3.702 -7.248,-3.186 -7.248,-3.186 -12.914,0.534 -42.248,41.666 -42.248,41.666 -6.853,11.711 -8.011,22.557 -7.797,30.219 0,0 -67.704,-37.819 -88.712,-45.871 -20.878,-8.002 -64.881,-2.459 -15.158,32.135 31.146,21.668 135.559,100.243 154.574,105.002 23.628,5.914 110.845,-7.78 129.404,-6.725 18.558,1.055 58.437,14.349 79.635,23.641 v -74.918 c -17.87,-10.001 -38.894,-38.835 -100.968,-64.225 z m -81.488,56.395 c -48.379,-6.242 -33.596,-40.973 -33.596,-40.973 10.3,-22.187 14.808,-35.484 15.404,-43.635 l 0.718,0.059 c 1.655,8.544 10.857,20.851 28.92,33.6 35.373,24.969 38.185,57.351 -11.446,50.949 z"
  576 + inkscape:connector-curvature="0"
  577 + style="fill:#ffffff;fill-opacity:1" />
  578 + </g>
  579 + <g
  580 + id="g5619"
  581 + style="fill:#ffffff;fill-opacity:1" />
  582 + <g
  583 + id="g5621"
  584 + style="fill:#ffffff;fill-opacity:1" />
  585 + <g
  586 + id="g5623"
  587 + style="fill:#ffffff;fill-opacity:1" />
  588 + <g
  589 + id="g5625"
  590 + style="fill:#ffffff;fill-opacity:1" />
  591 + <g
  592 + id="g5627"
  593 + style="fill:#ffffff;fill-opacity:1" />
  594 + <g
  595 + id="g5629"
  596 + style="fill:#ffffff;fill-opacity:1" />
  597 + <g
  598 + id="g5631"
  599 + style="fill:#ffffff;fill-opacity:1" />
  600 + <g
  601 + id="g5633"
  602 + style="fill:#ffffff;fill-opacity:1" />
  603 + <g
  604 + id="g5635"
  605 + style="fill:#ffffff;fill-opacity:1" />
  606 + <g
  607 + id="g5637"
  608 + style="fill:#ffffff;fill-opacity:1" />
  609 + <g
  610 + id="g5639"
  611 + style="fill:#ffffff;fill-opacity:1" />
  612 + <g
  613 + id="g5641"
  614 + style="fill:#ffffff;fill-opacity:1" />
  615 + <g
  616 + id="g5643"
  617 + style="fill:#ffffff;fill-opacity:1" />
  618 + <g
  619 + id="g5645"
  620 + style="fill:#ffffff;fill-opacity:1" />
  621 + <g
  622 + id="g5647"
  623 + style="fill:#ffffff;fill-opacity:1" />
  624 + </g>
  625 + <g
  626 + id="g5846"
  627 + transform="matrix(2.4579238,0,0,2.4579238,374.29883,420.55582)"
  628 + style="fill:#ffffff;fill-opacity:1"
  629 + inkscape:export-filename="/home/caiosba/Presidência/prototype/v1/images/icons/eco.png"
  630 + inkscape:export-xdpi="73.125725"
  631 + inkscape:export-ydpi="73.125725">
  632 + <g
  633 + id="g5798"
  634 + style="fill:#ffffff;fill-opacity:1">
  635 + <g
  636 + id="g5800"
  637 + style="fill:#ffffff;fill-opacity:1">
  638 + <path
  639 + id="path5802"
  640 + d="m 31.243,12.977 c -0.249,-0.57 -0.78,-0.948 -1.389,-0.984 -0.395,-0.028 -0.788,0.071 -1.14,0.24 -0.193,-0.158 -0.42,-0.288 -0.676,-0.372 -0.608,-0.202 -1.937,-0.025 -2.521,0.593 -1.221,-1.665 -3.035,-3.005 -5.196,-3.876 -0.401,0.654 -1.007,1.163 -1.733,1.439 0.145,0.116 0.219,0.198 0.229,0.21 0.181,0.208 0.159,0.524 -0.049,0.706 -0.096,0.082 -0.211,0.123 -0.328,0.123 -0.141,0 -0.278,-0.058 -0.377,-0.172 -0.027,-0.03 -0.805,-0.849 -2.837,-0.849 -2.033,0 -2.81,0.819 -2.842,0.854 -0.185,0.201 -0.5,0.219 -0.704,0.037 -0.204,-0.182 -0.226,-0.492 -0.047,-0.698 0.04,-0.045 0.948,-1.031 3.114,-1.166 C 14.367,8.631 14.085,8.112 13.954,7.533 12.532,7.604 11.17,7.855 9.916,8.274 8.7,6.7 5.489,5.247 3.822,4.897 c 0,3.45 1.513,4.218 1.458,6.079 -1.272,1.18 -2.201,2.598 -2.675,4.162 L 0.812,14.874 c -0.544,-0.08 -0.901,0.296 -0.793,0.835 l 0.717,3.585 c 0.108,0.539 0.646,0.98 1.196,0.98 h 0.805 c 0.638,1.77 1.87,3.332 3.512,4.551 v 5.384 c 2.726,0 4.936,0.078 4.936,-2.062 v -1.063 c 1.127,0.267 2.318,0.416 3.554,0.416 1.609,0 3.142,-0.252 4.554,-0.694 v 1.34 c 0,2.141 2.21,2.062 4.937,2.062 v -6.211 c 1.872,-1.749 3.01,-4.016 3.01,-6.498 0,-1.667 -0.517,-3.235 -1.419,-4.618 0.335,-0.518 1.574,-0.709 2.062,-0.546 0.136,0.045 0.26,0.105 0.371,0.179 -0.447,0.336 -0.771,0.787 -0.849,1.208 -0.055,0.294 -0.07,1.015 0.979,1.35 0.133,0.042 0.259,0.063 0.375,0.063 0.38,0 0.671,-0.213 0.798,-0.604 0.166,-0.51 0.005,-1.305 -0.468,-1.915 0.236,-0.091 0.488,-0.139 0.735,-0.125 0.501,0.03 0.825,0.374 0.96,0.685 0.152,0.351 0.115,0.717 -0.102,0.979 -0.088,0.106 -0.073,0.264 0.033,0.352 0.105,0.088 0.265,0.073 0.353,-0.034 0.334,-0.404 0.402,-0.977 0.175,-1.496 z M 7.072,15.373 c -0.529,0 -0.958,-0.429 -0.958,-0.958 0,-0.529 0.429,-0.958 0.958,-0.958 0.529,0 0.958,0.429 0.958,0.958 0,0.529 -0.428,0.958 -0.958,0.958 z m 22.009,-0.998 c -0.05,0.152 -0.16,0.342 -0.544,0.218 -0.492,-0.157 -0.707,-0.419 -0.64,-0.782 0.062,-0.331 0.352,-0.696 0.741,-0.959 0.418,0.494 0.559,1.166 0.443,1.523 z"
  641 + inkscape:connector-curvature="0"
  642 + style="fill:#ffffff;fill-opacity:1" />
  643 + <circle
  644 + id="circle5804"
  645 + r="2.4920001"
  646 + cy="6.7600002"
  647 + cx="17.354"
  648 + sodipodi:cx="17.354"
  649 + sodipodi:cy="6.7600002"
  650 + sodipodi:rx="2.4920001"
  651 + sodipodi:ry="2.4920001"
  652 + d="m 19.846,6.7600002 c 0,1.3762937 -1.115706,2.4920001 -2.492,2.4920001 -1.376294,0 -2.492,-1.1157064 -2.492,-2.4920001 0,-1.3762936 1.115706,-2.4920001 2.492,-2.4920001 1.376294,0 2.492,1.1157065 2.492,2.4920001 z"
  653 + style="fill:#ffffff;fill-opacity:1" />
  654 + <circle
  655 + id="circle5806"
  656 + r="1.864"
  657 + cy="3.0309999"
  658 + cx="13.862"
  659 + sodipodi:cx="13.862"
  660 + sodipodi:cy="3.0309999"
  661 + sodipodi:rx="1.864"
  662 + sodipodi:ry="1.864"
  663 + d="m 15.726,3.0309999 c 0,1.0294588 -0.834541,1.864 -1.864,1.864 -1.029458,0 -1.863999,-0.8345412 -1.863999,-1.864 0,-1.0294588 0.834541,-1.864 1.863999,-1.864 1.029459,0 1.864,0.8345412 1.864,1.864 z"
  664 + style="fill:#ffffff;fill-opacity:1" />
  665 + <circle
  666 + id="circle5808"
  667 + r="1.301"
  668 + cy="4.0929999"
  669 + cx="20.924999"
  670 + sodipodi:cx="20.924999"
  671 + sodipodi:cy="4.0929999"
  672 + sodipodi:rx="1.301"
  673 + sodipodi:ry="1.301"
  674 + d="m 22.225999,4.0929999 c 0,0.7185225 -0.582477,1.301 -1.301,1.301 -0.718522,0 -1.301,-0.5824775 -1.301,-1.301 0,-0.7185224 0.582478,-1.301 1.301,-1.301 0.718523,0 1.301,0.5824776 1.301,1.301 z"
  675 + style="fill:#ffffff;fill-opacity:1" />
  676 + </g>
  677 + </g>
  678 + <g
  679 + id="g5810"
  680 + style="fill:#ffffff;fill-opacity:1" />
  681 + <g
  682 + id="g5812"
  683 + style="fill:#ffffff;fill-opacity:1" />
  684 + <g
  685 + id="g5814"
  686 + style="fill:#ffffff;fill-opacity:1" />
  687 + <g
  688 + id="g5816"
  689 + style="fill:#ffffff;fill-opacity:1" />
  690 + <g
  691 + id="g5818"
  692 + style="fill:#ffffff;fill-opacity:1" />
  693 + <g
  694 + id="g5820"
  695 + style="fill:#ffffff;fill-opacity:1" />
  696 + <g
  697 + id="g5822"
  698 + style="fill:#ffffff;fill-opacity:1" />
  699 + <g
  700 + id="g5824"
  701 + style="fill:#ffffff;fill-opacity:1" />
  702 + <g
  703 + id="g5826"
  704 + style="fill:#ffffff;fill-opacity:1" />
  705 + <g
  706 + id="g5828"
  707 + style="fill:#ffffff;fill-opacity:1" />
  708 + <g
  709 + id="g5830"
  710 + style="fill:#ffffff;fill-opacity:1" />
  711 + <g
  712 + id="g5832"
  713 + style="fill:#ffffff;fill-opacity:1" />
  714 + <g
  715 + id="g5834"
  716 + style="fill:#ffffff;fill-opacity:1" />
  717 + <g
  718 + id="g5836"
  719 + style="fill:#ffffff;fill-opacity:1" />
  720 + <g
  721 + id="g5838"
  722 + style="fill:#ffffff;fill-opacity:1" />
  723 + </g>
  724 + <g
  725 + id="g6918"
  726 + transform="translate(21.796214,184.1584)"
  727 + style="fill:#ffffff;fill-opacity:1"
  728 + inkscape:export-filename="/home/caiosba/Presidência/prototype/v1/images/icons/des.png"
  729 + inkscape:export-xdpi="116.05415"
  730 + inkscape:export-ydpi="116.05415">
  731 + <g
  732 + id="g6864"
  733 + style="fill:#ffffff;fill-opacity:1">
  734 + <g
  735 + id="g6866"
  736 + style="fill:#ffffff;fill-opacity:1">
  737 + <path
  738 + id="path6868"
  739 + d="m 28.502,17.371 c -0.002,0 -11.213,-0.004 -12.011,-0.004 0,0 -0.005,0 -0.006,0 -1.021,0 -1.853,0.846 -1.85,1.867 l 0.04,11.565 c 0.004,1.018 0.83,1.863 1.845,1.863 0.002,0 0.005,0 0.007,0 0.574,0 1.086,-0.287 1.423,-0.701 l 0.729,11.256 c 0.064,1.006 0.9,1.762 1.909,1.762 h 3.804 c 1.008,0 1.842,-0.767 1.908,-1.772 l 0.727,-11.276 c 0.338,0.438 0.849,0.731 1.425,0.731 0.002,0 0.003,0 0.007,0 1.016,0 1.841,-0.86 1.848,-1.871 l 0.037,-11.544 c 0.003,-1.012 -0.822,-1.876 -1.842,-1.876 z"
  740 + inkscape:connector-curvature="0"
  741 + style="fill:#ffffff;fill-opacity:1" />
  742 +
  743 + <circle
  744 + id="circle6870"
  745 + r="5.1149998"
  746 + cy="11.022"
  747 + cx="22.490999"
  748 + sodipodi:cx="22.490999"
  749 + sodipodi:cy="11.022"
  750 + sodipodi:rx="5.1149998"
  751 + sodipodi:ry="5.1149998"
  752 + d="m 27.605999,11.022 c 0,2.824937 -2.290063,5.115 -5.115,5.115 -2.824936,0 -5.115,-2.290063 -5.115,-5.115 0,-2.8249361 2.290064,-5.1149995 5.115,-5.1149995 2.824937,0 5.115,2.2900634 5.115,5.1149995 z"
  753 + style="fill:#ffffff;fill-opacity:1" />
  754 +
  755 + <path
  756 + id="path6872"
  757 + d="m 11.14,9.006 c -0.001,0 -8.809,-0.003 -9.435,-0.003 0,0 -0.004,0 -0.005,0 -0.801,0 -1.455,0.665 -1.453,1.467 l 0.031,9.085 c 0.003,0.8 0.652,1.464 1.45,1.464 0.001,0 0.004,0 0.005,0 0.451,0 0.854,-0.225 1.118,-0.55 l 0.573,8.841 c 0.051,0.789 0.707,1.383 1.5,1.383 h 2.989 c 0.791,0 1.446,-0.602 1.499,-1.391 l 0.57,-8.859 c 0.266,0.343 0.667,0.575 1.12,0.575 10e-4,0 0.002,0 0.005,0 0.798,0 1.446,-0.677 1.451,-1.47 l 0.03,-9.07 C 12.589,9.685 11.941,9.006 11.14,9.006 z"
  758 + inkscape:connector-curvature="0"
  759 + style="fill:#ffffff;fill-opacity:1" />
  760 +
  761 + <circle
  762 + id="circle6874"
  763 + r="4.0180001"
  764 + cy="4.0180001"
  765 + cx="6.4180002"
  766 + sodipodi:cx="6.4180002"
  767 + sodipodi:cy="4.0180001"
  768 + sodipodi:rx="4.0180001"
  769 + sodipodi:ry="4.0180001"
  770 + d="m 10.436,4.0180001 c 0,2.2190802 -1.7989196,4.0180002 -4.0179998,4.0180002 -2.2190802,0 -4.0180001,-1.79892 -4.0180001,-4.0180002 C 2.4000001,1.7989199 4.19892,0 6.4180002,0 8.6370804,0 10.436,1.7989199 10.436,4.0180001 z"
  771 + style="fill:#ffffff;fill-opacity:1" />
  772 +
  773 + </g>
  774 +
  775 + <g
  776 + id="g6876"
  777 + style="fill:#ffffff;fill-opacity:1">
  778 + <path
  779 + id="path6878"
  780 + d="m 33.839,9.006 c 0.001,0 8.809,-0.003 9.436,-0.003 h 0.004 c 0.802,0 1.455,0.665 1.453,1.467 l -0.03,9.085 c -0.003,0.8 -0.652,1.464 -1.45,1.464 -0.001,0 -0.004,0 -0.005,0 -0.451,0 -0.854,-0.225 -1.118,-0.55 l -0.572,8.841 c -0.052,0.789 -0.707,1.383 -1.5,1.383 h -2.99 c -0.791,0 -1.445,-0.602 -1.498,-1.391 l -0.57,-8.859 c -0.266,0.343 -0.667,0.575 -1.12,0.575 -10e-4,0 -0.002,0 -0.005,0 -0.799,0 -1.447,-0.677 -1.451,-1.47 l -0.029,-9.07 C 32.39,9.685 33.038,9.006 33.839,9.006 z"
  781 + inkscape:connector-curvature="0"
  782 + style="fill:#ffffff;fill-opacity:1" />
  783 +
  784 + <circle
  785 + id="circle6880"
  786 + r="4.0180001"
  787 + cy="4.0180001"
  788 + cx="38.562"
  789 + sodipodi:cx="38.562"
  790 + sodipodi:cy="4.0180001"
  791 + sodipodi:rx="4.0180001"
  792 + sodipodi:ry="4.0180001"
  793 + d="m 42.58,4.0180001 c 0,2.2190802 -1.79892,4.0180002 -4.018,4.0180002 -2.21908,0 -4.018,-1.79892 -4.018,-4.0180002 C 34.544,1.7989199 36.34292,0 38.562,0 40.78108,0 42.58,1.7989199 42.58,4.0180001 z"
  794 + style="fill:#ffffff;fill-opacity:1" />
  795 +
  796 + </g>
  797 +
  798 +</g>
  799 + <g
  800 + id="g6882"
  801 + style="fill:#ffffff;fill-opacity:1">
  802 +</g>
  803 + <g
  804 + id="g6884"
  805 + style="fill:#ffffff;fill-opacity:1">
  806 +</g>
  807 + <g
  808 + id="g6886"
  809 + style="fill:#ffffff;fill-opacity:1">
  810 +</g>
  811 + <g
  812 + id="g6888"
  813 + style="fill:#ffffff;fill-opacity:1">
  814 +</g>
  815 + <g
  816 + id="g6890"
  817 + style="fill:#ffffff;fill-opacity:1">
  818 +</g>
  819 + <g
  820 + id="g6892"
  821 + style="fill:#ffffff;fill-opacity:1">
  822 +</g>
  823 + <g
  824 + id="g6894"
  825 + style="fill:#ffffff;fill-opacity:1">
  826 +</g>
  827 + <g
  828 + id="g6896"
  829 + style="fill:#ffffff;fill-opacity:1">
  830 +</g>
  831 + <g
  832 + id="g6898"
  833 + style="fill:#ffffff;fill-opacity:1">
  834 +</g>
  835 + <g
  836 + id="g6900"
  837 + style="fill:#ffffff;fill-opacity:1">
  838 +</g>
  839 + <g
  840 + id="g6902"
  841 + style="fill:#ffffff;fill-opacity:1">
  842 +</g>
  843 + <g
  844 + id="g6904"
  845 + style="fill:#ffffff;fill-opacity:1">
  846 +</g>
  847 + <g
  848 + id="g6906"
  849 + style="fill:#ffffff;fill-opacity:1">
  850 +</g>
  851 + <g
  852 + id="g6908"
  853 + style="fill:#ffffff;fill-opacity:1">
  854 +</g>
  855 + <g
  856 + id="g6910"
  857 + style="fill:#ffffff;fill-opacity:1">
  858 +</g>
  859 + </g>
  860 + <g
  861 + id="g7045"
  862 + transform="matrix(5.6610708,0,0,5.6610708,500.32799,484.69087)"
  863 + style="fill:#ffffff;fill-opacity:1"
  864 + inkscape:export-filename="/home/caiosba/Presidência/prototype/v1/images/icons/dance.png"
  865 + inkscape:export-xdpi="28.382444"
  866 + inkscape:export-ydpi="28.382444">
  867 + <g
  868 + id="g7005"
  869 + style="fill:#ffffff;fill-opacity:1">
  870 + <path
  871 + id="path7007"
  872 + d="M 27.843,5.159 C 27.374,5.355 25.65,6.855 25.306,7.151 24.963,7.445 24.915,7.814 24.915,7.814 l -4.37,3.199 c 0,0 -0.227,-2.135 -0.352,-3.317 C 20.068,6.514 18.944,6.292 18.944,6.292 V 5.901 c 0,0 0.624,0 0.547,-0.312 -0.078,-0.312 -0.272,-1.21 -0.272,-1.21 l 0.217,-0.155 0.29,-1.522 c 0,0 0.392,-0.312 0.311,-0.646 -0.078,-0.332 -1.051,-2.203 -3.431,-2.047 -2.378,0.155 -2.645,1.814 -2.811,2.302 -0.168,0.487 0.585,2.028 0.507,2.459 -0.078,0.429 -0.351,0.507 -0.351,0.507 0,0 -1.514,0.628 -3.201,1.327 -1.686,0.698 -5.54,8.428 -4.799,9.21 0.741,0.779 2.224,0.896 2.224,0.896 0,0 -3.403,1.702 -3.824,1.912 -0.421,0.21 -1.014,1.054 -0.819,2.106 0.195,1.055 1.743,3.528 2.225,4.176 0.481,0.647 0.937,2.692 0.937,2.692 l 1.249,-0.312 0.352,0.312 c 0,0 -0.547,1.209 -1.086,1.61 -0.539,0.402 -1.558,0.887 -1.841,1.048 -0.283,0.161 -0.079,0.697 0.635,0.971 0.714,0.274 2.292,0.04 2.54,-0.389 0.249,-0.428 0.889,-0.647 0.889,-0.647 l 0.32,0.024 c 0,0 1.122,-0.236 1.363,-0.287 0.24,-0.052 -0.167,-2.252 -0.167,-2.252 l 2.039,0.668 c -0.108,0.095 -0.181,0.229 -0.181,0.385 0,0.285 0.23,0.517 0.516,0.517 0.286,0 0.516,-0.23 0.516,-0.517 0,-0.179 -0.096,-0.327 -0.233,-0.42 l 3.958,-2.1 -0.604,1.74 c 0,0 -1.053,1.717 -0.507,2.264 0.546,0.546 1.498,0.477 1.498,0.477 0,0 -0.093,0.732 0.292,0.891 0.386,0.157 1.706,0.778 1.962,0.896 0.256,0.118 1.232,-0.624 1.232,-0.624 V 31.85 c 0,0 0.518,-0.468 0.05,-0.584 -0.469,-0.118 -1.951,-1.64 -2.341,-2.653 -0.393,-1.016 0.312,-1.562 0.312,-1.562 0,0 0.78,0.117 0.897,-0.077 0.117,-0.195 1.912,-6.83 1.752,-8.126 -0.161,-1.297 -2.533,-1.787 -2.533,-1.787 0,0 0.703,-0.936 0.432,-1.873 0.507,-0.194 2.185,-0.702 2.77,-1.247 0.586,-0.547 0.508,-3.122 0.508,-3.122 l 2.38,-1.913 c 0,0 0.373,-0.165 0.702,-0.312 0.331,-0.146 2.136,-1.675 2.537,-1.99 0.401,-0.315 -0.591,-1.638 -1.059,-1.445 z m -16.389,8.879 c 0.682,-0.137 1.085,0.067 1.636,-0.157 0.958,-0.389 0.813,-1.659 2.129,-2.243 1.894,-0.839 3.199,0.956 3.199,0.956 l -1.56,1.113 c 0,0 -0.616,-0.255 -1.327,-0.06 -0.575,0.158 -1.093,0.762 -1.093,0.762 0,0 -0.675,0.492 -1.249,0.585 -1.326,0.215 -3.102,-0.488 -3.102,-0.488 0,0 0.683,-0.331 1.367,-0.468 z m 8.182,2.635 c -0.555,0.813 -1.042,1.053 -2.018,1.326 -0.719,0.2 -0.84,0.564 -1.288,1.648 -0.449,1.082 -1.464,2.623 -2.712,2.8 -1.249,0.176 -2.299,-0.202 -2.869,-0.838 C 10.18,20.97 9.268,20.028 8.642,18.916 8.018,17.804 8.272,16.849 8.272,16.849 l 2.536,0.194 2.518,3.122 0.585,-0.518 -2.01,-2.702 h 1.326 l 1.835,0.701 c 0,0 0.409,0.176 0.721,0.233 0.313,0.06 0.614,-0.019 0.775,-0.136 0.162,-0.117 0.104,-0.468 0.104,-0.468 0,0 0.351,-0.194 0.526,-0.294 0.176,-0.098 0.116,-0.351 0.116,-0.351 0,0 0.626,-0.488 0.548,-1.64 0.465,-0.349 1.481,-1.113 1.481,-1.113 0,0 0.978,1.8 0.303,2.796 z m 2.021,-3.865 C 21.425,12.731 21.248,12.34 21.248,12.34 l 0.177,-0.215 0.43,0.409 c -0.002,10e-4 0.036,0.353 -0.198,0.274 z"
  873 + inkscape:connector-curvature="0"
  874 + style="fill:#ffffff;fill-opacity:1" />
  875 +
  876 +</g>
  877 + <g
  878 + id="g7009"
  879 + style="fill:#ffffff;fill-opacity:1">
  880 +</g>
  881 + <g
  882 + id="g7011"
  883 + style="fill:#ffffff;fill-opacity:1">
  884 +</g>
  885 + <g
  886 + id="g7013"
  887 + style="fill:#ffffff;fill-opacity:1">
  888 +</g>
  889 + <g
  890 + id="g7015"
  891 + style="fill:#ffffff;fill-opacity:1">
  892 +</g>
  893 + <g
  894 + id="g7017"
  895 + style="fill:#ffffff;fill-opacity:1">
  896 +</g>
  897 + <g
  898 + id="g7019"
  899 + style="fill:#ffffff;fill-opacity:1">
  900 +</g>
  901 + <g
  902 + id="g7021"
  903 + style="fill:#ffffff;fill-opacity:1">
  904 +</g>
  905 + <g
  906 + id="g7023"
  907 + style="fill:#ffffff;fill-opacity:1">
  908 +</g>
  909 + <g
  910 + id="g7025"
  911 + style="fill:#ffffff;fill-opacity:1">
  912 +</g>
  913 + <g
  914 + id="g7027"
  915 + style="fill:#ffffff;fill-opacity:1">
  916 +</g>
  917 + <g
  918 + id="g7029"
  919 + style="fill:#ffffff;fill-opacity:1">
  920 +</g>
  921 + <g
  922 + id="g7031"
  923 + style="fill:#ffffff;fill-opacity:1">
  924 +</g>
  925 + <g
  926 + id="g7033"
  927 + style="fill:#ffffff;fill-opacity:1">
  928 +</g>
  929 + <g
  930 + id="g7035"
  931 + style="fill:#ffffff;fill-opacity:1">
  932 +</g>
  933 + <g
  934 + id="g7037"
  935 + style="fill:#ffffff;fill-opacity:1">
  936 +</g>
  937 + </g>
  938 + <g
  939 + id="g7206"
  940 + transform="translate(-47.714286,151.79075)"
  941 + style="fill:#ffffff;fill-opacity:1"
  942 + inkscape:export-filename="/home/caiosba/Presidência/prototype/v1/images/icons/esp.png"
  943 + inkscape:export-xdpi="217.5"
  944 + inkscape:export-ydpi="217.5">
  945 + <g
  946 + id="g7166"
  947 + style="fill:#ffffff;fill-opacity:1">
  948 + <path
  949 + id="path7168"
  950 + d="M 12,0 C 5.4,0 0,5.4 0,12 0,18.6 5.4,24 12,24 18.6,24 24,18.6 24,12 24,5.4 18.6,0 12,0 z m 8.113,18.34 -0.213,-1.44 -3.7,0.8 -2,3.3 1.366,0.654 C 14.454,22.064 13.257,22.3 12,22.3 10.744,22.3 9.546,22.067 8.434,21.654 L 9.8,21 7.8,17.7 4.1,16.9 3.887,18.34 C 2.521,16.593 1.7,14.396 1.7,12 1.7,11.887 1.713,11.777 1.717,11.666 L 2.7,12.7 5.3,9.8 4.9,6 3.435,6.271 C 4.78,4.26 6.818,2.761 9.208,2.092 L 8.5,3.4 12,4.9 15.5,3.4 14.791,2.092 c 2.391,0.669 4.43,2.168 5.773,4.18 L 19.1,6 l -0.4,3.8 2.6,2.9 0.983,-1.035 c 0.003,0.112 0.017,0.222 0.017,0.335 0,2.396 -0.821,4.593 -2.187,6.34 z M 12,8 16.2,11.1 14.6,16 H 9.4 L 7.8,11.1 12,8 z"
  951 + inkscape:connector-curvature="0"
  952 + style="fill:#ffffff;fill-opacity:1" />
  953 +
  954 +</g>
  955 + <g
  956 + id="g7170"
  957 + style="fill:#ffffff;fill-opacity:1">
  958 +</g>
  959 + <g
  960 + id="g7172"
  961 + style="fill:#ffffff;fill-opacity:1">
  962 +</g>
  963 + <g
  964 + id="g7174"
  965 + style="fill:#ffffff;fill-opacity:1">
  966 +</g>
  967 + <g
  968 + id="g7176"
  969 + style="fill:#ffffff;fill-opacity:1">
  970 +</g>
  971 + <g
  972 + id="g7178"
  973 + style="fill:#ffffff;fill-opacity:1">
  974 +</g>
  975 + <g
  976 + id="g7180"
  977 + style="fill:#ffffff;fill-opacity:1">
  978 +</g>
  979 + <g
  980 + id="g7182"
  981 + style="fill:#ffffff;fill-opacity:1">
  982 +</g>
  983 + <g
  984 + id="g7184"
  985 + style="fill:#ffffff;fill-opacity:1">
  986 +</g>
  987 + <g
  988 + id="g7186"
  989 + style="fill:#ffffff;fill-opacity:1">
  990 +</g>
  991 + <g
  992 + id="g7188"
  993 + style="fill:#ffffff;fill-opacity:1">
  994 +</g>
  995 + <g
  996 + id="g7190"
  997 + style="fill:#ffffff;fill-opacity:1">
  998 +</g>
  999 + <g
  1000 + id="g7192"
  1001 + style="fill:#ffffff;fill-opacity:1">
  1002 +</g>
  1003 + <g
  1004 + id="g7194"
  1005 + style="fill:#ffffff;fill-opacity:1">
  1006 +</g>
  1007 + <g
  1008 + id="g7196"
  1009 + style="fill:#ffffff;fill-opacity:1">
  1010 +</g>
  1011 + <g
  1012 + id="g7198"
  1013 + style="fill:#ffffff;fill-opacity:1">
  1014 +</g>
  1015 + </g>
  1016 + <g
  1017 + id="g7326"
  1018 + transform="translate(-502.41329,218.5204)"
  1019 + style="fill:#ffffff;fill-opacity:1"
  1020 + inkscape:export-filename="/home/caiosba/Presidência/prototype/v1/images/icons/cin.png"
  1021 + inkscape:export-xdpi="11.026659"
  1022 + inkscape:export-ydpi="11.026659">
  1023 + <g
  1024 + id="g7286"
  1025 + style="fill:#ffffff;fill-opacity:1">
  1026 + <path
  1027 + id="path7288"
  1028 + d="m 196.368,28.67 c -29.356,7.636 -55.145,1.157 -69.179,-4.573 V 15.45 H 79.871 v 457.948 h 47.318 V 252.215 c 52.181,6.249 96.527,-4.729 144.921,-23.681 57.174,-22.391 115.726,-2.906 121.363,1.326 L 393.527,8.128 c -70.793,-23.14 -154.085,9.34 -197.159,20.542 z"
  1029 + inkscape:connector-curvature="0"
  1030 + style="fill:#ffffff;fill-opacity:1" />
  1031 +
  1032 +</g>
  1033 + <g
  1034 + id="g7290"
  1035 + style="fill:#ffffff;fill-opacity:1">
  1036 +</g>
  1037 + <g
  1038 + id="g7292"
  1039 + style="fill:#ffffff;fill-opacity:1">
  1040 +</g>
  1041 + <g
  1042 + id="g7294"
  1043 + style="fill:#ffffff;fill-opacity:1">
  1044 +</g>
  1045 + <g
  1046 + id="g7296"
  1047 + style="fill:#ffffff;fill-opacity:1">
  1048 +</g>
  1049 + <g
  1050 + id="g7298"
  1051 + style="fill:#ffffff;fill-opacity:1">
  1052 +</g>
  1053 + <g
  1054 + id="g7300"
  1055 + style="fill:#ffffff;fill-opacity:1">
  1056 +</g>
  1057 + <g
  1058 + id="g7302"
  1059 + style="fill:#ffffff;fill-opacity:1">
  1060 +</g>
  1061 + <g
  1062 + id="g7304"
  1063 + style="fill:#ffffff;fill-opacity:1">
  1064 +</g>
  1065 + <g
  1066 + id="g7306"
  1067 + style="fill:#ffffff;fill-opacity:1">
  1068 +</g>
  1069 + <g
  1070 + id="g7308"
  1071 + style="fill:#ffffff;fill-opacity:1">
  1072 +</g>
  1073 + <g
  1074 + id="g7310"
  1075 + style="fill:#ffffff;fill-opacity:1">
  1076 +</g>
  1077 + <g
  1078 + id="g7312"
  1079 + style="fill:#ffffff;fill-opacity:1">
  1080 +</g>
  1081 + <g
  1082 + id="g7314"
  1083 + style="fill:#ffffff;fill-opacity:1">
  1084 +</g>
  1085 + <g
  1086 + id="g7316"
  1087 + style="fill:#ffffff;fill-opacity:1">
  1088 +</g>
  1089 + <g
  1090 + id="g7318"
  1091 + style="fill:#ffffff;fill-opacity:1">
  1092 +</g>
  1093 + </g>
  1094 + <g
  1095 + id="g7454"
  1096 + transform="translate(-61.65211,120.70968)"
  1097 + style="fill:#ffffff;fill-opacity:1"
  1098 + inkscape:export-filename="/home/caiosba/Presidência/prototype/v1/images/icons/ges.png"
  1099 + inkscape:export-xdpi="239.46107"
  1100 + inkscape:export-ydpi="239.46107">
  1101 + <g
  1102 + id="g7410"
  1103 + style="fill:#ffffff;fill-opacity:1">
  1104 + <g
  1105 + id="g7412"
  1106 + style="fill:#ffffff;fill-opacity:1">
  1107 + <path
  1108 + id="path7414"
  1109 + d="M 22.572,11.732 H 6.412 c -0.619,0 -1.348,0.453 -1.621,1.008 l -4.345,8.804 c -0.273,0.555 0.009,1.008 0.626,1.008 h 16.161 c 0.619,0 1.348,-0.453 1.621,-1.008 L 23.2,12.74 c 0.273,-0.555 -0.009,-1.008 -0.628,-1.008 z"
  1110 + inkscape:connector-curvature="0"
  1111 + style="fill:#ffffff;fill-opacity:1" />
  1112 +
  1113 + <path
  1114 + id="path7416"
  1115 + d="m 6.412,10.606 h 11.997 v -0.042 h 1.559 V 0.753 H 5.564 V 2.51 H 2.902 V 6.549 H 1.42 C 0.64,6.549 0,7.19 0,7.968 V 19.906 L 3.784,12.242 C 4.242,11.31 5.374,10.606 6.412,10.606 z M 4.155,3.761 c 0.203,0 0.711,0 1.409,0 v 5.55 c -0.698,0 -1.206,0 -1.409,0 0,-0.927 0,-4.62 0,-5.55 z M 18.717,2.005 c 0,0.992 0,6.315 0,7.306 -0.312,0 -1.357,0 -2.699,0 -0.769,0 -5.914,0 -9.2,0 0,-0.991 0,-6.314 0,-7.306 1.078,0 10.819,0 11.899,0 z"
  1116 + inkscape:connector-curvature="0"
  1117 + style="fill:#ffffff;fill-opacity:1" />
  1118 +
  1119 + </g>
  1120 +
  1121 +</g>
  1122 + <g
  1123 + id="g7418"
  1124 + style="fill:#ffffff;fill-opacity:1">
  1125 +</g>
  1126 + <g
  1127 + id="g7420"
  1128 + style="fill:#ffffff;fill-opacity:1">
  1129 +</g>
  1130 + <g
  1131 + id="g7422"
  1132 + style="fill:#ffffff;fill-opacity:1">
  1133 +</g>
  1134 + <g
  1135 + id="g7424"
  1136 + style="fill:#ffffff;fill-opacity:1">
  1137 +</g>
  1138 + <g
  1139 + id="g7426"
  1140 + style="fill:#ffffff;fill-opacity:1">
  1141 +</g>
  1142 + <g
  1143 + id="g7428"
  1144 + style="fill:#ffffff;fill-opacity:1">
  1145 +</g>
  1146 + <g
  1147 + id="g7430"
  1148 + style="fill:#ffffff;fill-opacity:1">
  1149 +</g>
  1150 + <g
  1151 + id="g7432"
  1152 + style="fill:#ffffff;fill-opacity:1">
  1153 +</g>
  1154 + <g
  1155 + id="g7434"
  1156 + style="fill:#ffffff;fill-opacity:1">
  1157 +</g>
  1158 + <g
  1159 + id="g7436"
  1160 + style="fill:#ffffff;fill-opacity:1">
  1161 +</g>
  1162 + <g
  1163 + id="g7438"
  1164 + style="fill:#ffffff;fill-opacity:1">
  1165 +</g>
  1166 + <g
  1167 + id="g7440"
  1168 + style="fill:#ffffff;fill-opacity:1">
  1169 +</g>
  1170 + <g
  1171 + id="g7442"
  1172 + style="fill:#ffffff;fill-opacity:1">
  1173 +</g>
  1174 + <g
  1175 + id="g7444"
  1176 + style="fill:#ffffff;fill-opacity:1">
  1177 +</g>
  1178 + <g
  1179 + id="g7446"
  1180 + style="fill:#ffffff;fill-opacity:1">
  1181 +</g>
  1182 + </g>
  1183 + <g
  1184 + id="g7604"
  1185 + transform="translate(-586.22743,434.70618)"
  1186 + style="fill:#ffffff;fill-opacity:1"
  1187 + inkscape:export-filename="/home/caiosba/Presidência/prototype/v1/images/icons/inf.png"
  1188 + inkscape:export-xdpi="18.684898"
  1189 + inkscape:export-ydpi="18.684898">
  1190 + <g
  1191 + id="g7550"
  1192 + style="fill:#ffffff;fill-opacity:1">
  1193 + <g
  1194 + id="g7552"
  1195 + style="fill:#ffffff;fill-opacity:1">
  1196 + <polygon
  1197 + id="polygon7554"
  1198 + points="118.071,242.125 97.817,242.125 80.041,263.604 40.868,387.341 82.291,387.341 "
  1199 + style="fill:#ffffff;fill-opacity:1" />
  1200 +
  1201 + <polygon
  1202 + id="polygon7556"
  1203 + points="151.127,107.971 129.31,107.971 100.801,198.023 128.937,198.023 "
  1204 + style="fill:#ffffff;fill-opacity:1" />
  1205 +
  1206 + <polygon
  1207 + id="polygon7558"
  1208 + points="415.271,263.604 397.494,242.125 377.242,242.125 413.021,387.341 454.443,387.341 "
  1209 + style="fill:#ffffff;fill-opacity:1" />
  1210 +
  1211 + <polygon
  1212 + id="polygon7560"
  1213 + points="394.51,198.023 366.002,107.971 344.189,107.971 366.377,198.023 "
  1214 + style="fill:#ffffff;fill-opacity:1" />
  1215 +
  1216 + <path
  1217 + id="path7562"
  1218 + d="m 232.857,189.525 h 29.6 l 0.623,8.498 h 68.881 l -22.189,-90.052 h -124.23 l -22.188,90.052 h 68.881 l 0.622,-8.498 z m 5.74,-78.351 h 18.117 l 2.87,39.175 h -23.858 l 2.871,-39.175 z"
  1219 + inkscape:connector-curvature="0"
  1220 + style="fill:#ffffff;fill-opacity:1" />
  1221 +
  1222 + <path
  1223 + id="path7564"
  1224 + d="m 152.486,242.125 -35.779,145.216 h 101.859 l 2.805,-41.115 h 52.569 l 2.807,41.115 H 378.606 L 342.827,242.125 H 152.486 z m 71.759,64.926 2.869,-39.174 h 41.083 l 2.875,39.174 h -46.827 z"
  1225 + inkscape:connector-curvature="0"
  1226 + style="fill:#ffffff;fill-opacity:1" />
  1227 +
  1228 + <polygon
  1229 + id="polygon7566"
  1230 + points="30.228,288.288 47.928,288.288 93.583,233.125 401.729,233.125 447.383,288.288 465.082,288.288 448.43,233.125 495.312,233.125 495.312,207.024 0,207.024 0,233.125 46.883,233.125 "
  1231 + style="fill:#ffffff;fill-opacity:1" />
  1232 +
  1233 + </g>
  1234 +
  1235 +</g>
  1236 + <g
  1237 + id="g7568"
  1238 + style="fill:#ffffff;fill-opacity:1">
  1239 +</g>
  1240 + <g
  1241 + id="g7570"
  1242 + style="fill:#ffffff;fill-opacity:1">
  1243 +</g>
  1244 + <g
  1245 + id="g7572"
  1246 + style="fill:#ffffff;fill-opacity:1">
  1247 +</g>
  1248 + <g
  1249 + id="g7574"
  1250 + style="fill:#ffffff;fill-opacity:1">
  1251 +</g>
  1252 + <g
  1253 + id="g7576"
  1254 + style="fill:#ffffff;fill-opacity:1">
  1255 +</g>
  1256 + <g
  1257 + id="g7578"
  1258 + style="fill:#ffffff;fill-opacity:1">
  1259 +</g>
  1260 + <g
  1261 + id="g7580"
  1262 + style="fill:#ffffff;fill-opacity:1">
  1263 +</g>
  1264 + <g
  1265 + id="g7582"
  1266 + style="fill:#ffffff;fill-opacity:1">
  1267 +</g>
  1268 + <g
  1269 + id="g7584"
  1270 + style="fill:#ffffff;fill-opacity:1">
  1271 +</g>
  1272 + <g
  1273 + id="g7586"
  1274 + style="fill:#ffffff;fill-opacity:1">
  1275 +</g>
  1276 + <g
  1277 + id="g7588"
  1278 + style="fill:#ffffff;fill-opacity:1">
  1279 +</g>
  1280 + <g
  1281 + id="g7590"
  1282 + style="fill:#ffffff;fill-opacity:1">
  1283 +</g>
  1284 + <g
  1285 + id="g7592"
  1286 + style="fill:#ffffff;fill-opacity:1">
  1287 +</g>
  1288 + <g
  1289 + id="g7594"
  1290 + style="fill:#ffffff;fill-opacity:1">
  1291 +</g>
  1292 + <g
  1293 + id="g7596"
  1294 + style="fill:#ffffff;fill-opacity:1">
  1295 +</g>
  1296 + </g>
  1297 + </g>
  1298 +</svg>
... ...
images/icons/inf.png 0 → 100644

1.87 KB

images/icons/mei.png 0 → 100644

1.47 KB

images/icons/sau.png 0 → 100644

1.76 KB

images/icons/seg.png 0 → 100644

1.39 KB

index.html
1 1 <html>
2 2 <head>
3   - <script src='js/jquery-1.11.2.min.js'></script>
  3 + <meta charset="utf-8" />
  4 + <title>Participa Brasil</title>
  5 + <link rel="stylesheet" type="text/css" href="css/style.css" />
  6 + <script src='js/jquery-2.1.3.min.js'></script>
4 7 <script src='js/handlebars-v3.0.1.js'></script>
5 8 <script src='js/handlebars-helpers.js'></script>
6 9 </head>
7 10 <body>
  11 + <header>
  12 + <h1>Participa <span>Brasil</span></h1>
  13 + </header>
  14 +
  15 + <div id="content">
  16 + <p>Estamos construindo o Plano Plurianual (PPA) para os próximos quatros anos. Queremos sua participação para definir o que é importante. O Brasil fica melhor quando todos participam. Faça uma sugestão para melhorar um programa, curta ideias de outros participantes e conte para nós sua experiência com iniciativas do governo. Aqui suas ideias viram propostas e você ajuda a melhorar o Brasil. Participe!</p>
  17 + </div>
  18 +
  19 + <nav>
  20 + <ul>
  21 + <li><a href="#proposal-categories" id="active">Temas</a></li>
  22 + <li><a href="#proposal-group">Programas</a></li>
  23 + </ul>
  24 + </nav>
  25 +
8 26  
9   - <script id='proposal-template' type='text/x-handlebars-template'>
10   - <ul class="proposal-group">
11   - {{#each articles}}
12   - <li class="proposal-item">
13   - {{#link title id}}{{/link}}
14   - <h2>{{title}}</h2>
15   - <spam>{{body}} </spam>
16   - </li>
17   - {{/each}}
18   - </ul>
19   - {{#each articles}}
20   - <div id="proposal-{{id}}">
21   - <div class='title'>{{title}}</div>
22   - <spam>{{body}} </spam>
  27 + <script id='proposal-template' type='text/x-handlebars-template'>
  28 + <ul id="proposal-categories">
  29 + <li><a href="" id="sau">Saúde</a></li>
  30 + <li><a href="" id="edu">Educação</a></li>
  31 + <li><a href="" id="seg">Segurança</a></li>
  32 + <li><a href="" id="des">Desenvolvimento Social</a></li>
  33 + <li><a href="" id="cid">Cidades</a></li>
  34 + <li><a href="" id="cul">Cultura</a></li>
  35 + <li><a href="" id="esp">Esporte</a></li>
  36 + <li><a href="" id="cin">Cidadania</a></li>
  37 + <li><a href="" id="ges">Gestão Pública</a></li>
  38 + <li><a href="" id="inf">Infraestrutura</a></li>
  39 + <li><a href="" id="eco">Economia</a></li>
  40 + <li><a href="" id="mei">Meio Ambiente</a></li>
23 41 </div>
24   - {{/each}}
25   -
26   - </script>
27 42  
28   - <div id='proposal-result'></div>
29   -
30   - <script src='js/main.js'></script>
  43 + <ul id="proposal-group">
  44 + {{#each articles}}
  45 + <li class="proposal-item">
  46 + {{#link title id}}{{/link}}
  47 + </li>
  48 + {{/each}}
  49 + </ul>
  50 + {{#each articles}}
  51 + <div class='proposal-item-hide' id="proposal-item-{{id}}">
  52 + <div class='title'>{{title}}</div>
  53 + <spam>{{body}} </spam>
  54 + </div>
  55 + {{/each}}
  56 +
  57 + </script>
  58 +
  59 + <div id='proposal-result'></div>
  60 +
  61 + <footer>
  62 + <p>Ícones desenhados por <a href="http://flaticon.com">Flaticon.com</a></p>
  63 + </footer>
  64 +
  65 + <script src='js/main.js'></script>
31 66 </body>
32 67  
33 68 </html>
... ...
js/jquery-2.1.3.min.js 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +/*! jQuery v2.1.3 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
  2 +!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.3",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){return!n.isArray(a)&&a-parseFloat(a)+1>=0},isPlainObject:function(a){return"object"!==n.type(a)||a.nodeType||n.isWindow(a)?!1:a.constructor&&!j.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=l.createElement("script"),b.text=a,l.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(e=d.call(arguments,2),f=function(){return a.apply(b||this,e.concat(d.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:k}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=hb(),z=hb(),A=hb(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},eb=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fb){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function gb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+rb(o[l]);w=ab.test(a)&&pb(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function hb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ib(a){return a[u]=!0,a}function jb(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function kb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function lb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function nb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function ob(a){return ib(function(b){return b=+b,ib(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pb(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=gb.support={},f=gb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=gb.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",eb,!1):e.attachEvent&&e.attachEvent("onunload",eb)),p=!f(g),c.attributes=jb(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=jb(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=jb(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(jb(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\f]' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),jb(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&jb(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return lb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?lb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},gb.matches=function(a,b){return gb(a,null,null,b)},gb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return gb(b,n,null,[a]).length>0},gb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},gb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},gb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},gb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=gb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=gb.selectors={cacheLength:50,createPseudo:ib,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||gb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&gb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=gb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||gb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ib(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ib(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ib(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ib(function(a){return function(b){return gb(a,b).length>0}}),contains:ib(function(a){return a=a.replace(cb,db),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ib(function(a){return W.test(a||"")||gb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:ob(function(){return[0]}),last:ob(function(a,b){return[b-1]}),eq:ob(function(a,b,c){return[0>c?c+b:c]}),even:ob(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:ob(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:ob(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:ob(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=mb(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=nb(b);function qb(){}qb.prototype=d.filters=d.pseudos,d.setFilters=new qb,g=gb.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?gb.error(a):z(a,i).slice(0)};function rb(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function sb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function tb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ub(a,b,c){for(var d=0,e=b.length;e>d;d++)gb(a,b[d],c);return c}function vb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wb(a,b,c,d,e,f){return d&&!d[u]&&(d=wb(d)),e&&!e[u]&&(e=wb(e,f)),ib(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ub(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:vb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=vb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=vb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sb(function(a){return a===b},h,!0),l=sb(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sb(tb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wb(i>1&&tb(m),i>1&&rb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xb(a.slice(i,e)),f>e&&xb(a=a.slice(e)),f>e&&rb(a))}m.push(c)}return tb(m)}function yb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=vb(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&gb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ib(f):f}return h=gb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,yb(e,d)),f.selector=a}return f},i=gb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&pb(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&rb(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&pb(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=jb(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),jb(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||kb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&jb(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||kb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),jb(function(a){return null==a.getAttribute("disabled")})||kb(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),gb}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return g.call(b,a)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:l,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}return d=l.getElementById(c[2]),d&&d.parentNode&&(this.length=1,this[0]=d),this.context=l,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};A.prototype=n.fn,y=n(l);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?g.call(n(a),this[0]):g.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(C[a]||n.unique(e),B.test(a)&&e.reverse()),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return n.each(a.match(E)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(b=a.memory&&l,c=!0,g=e||0,e=0,f=h.length,d=!0;h&&f>g;g++)if(h[g].apply(l[0],l[1])===!1&&a.stopOnFalse){b=!1;break}d=!1,h&&(i?i.length&&j(i.shift()):b?h=[]:k.disable())},k={add:function(){if(h){var c=h.length;!function g(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&g(c)})}(arguments),d?f=h.length:b&&(e=c,j(b))}return this},remove:function(){return h&&n.each(arguments,function(a,b){var c;while((c=n.inArray(b,h,c))>-1)h.splice(c,1),d&&(f>=c&&f--,g>=c&&g--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],f=0,this},disable:function(){return h=i=b=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,b||k.disable(),this},locked:function(){return!i},fireWith:function(a,b){return!h||c&&!i||(b=b||[],b=[a,b.slice?b.slice():b],d?i.push(b):j(b)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!c}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(H.resolveWith(l,[n]),n.fn.triggerHandler&&(n(l).triggerHandler("ready"),n(l).off("ready"))))}});function I(){l.removeEventListener("DOMContentLoaded",I,!1),a.removeEventListener("load",I,!1),n.ready()}n.ready.promise=function(b){return H||(H=n.Deferred(),"complete"===l.readyState?setTimeout(n.ready):(l.addEventListener("DOMContentLoaded",I,!1),a.addEventListener("load",I,!1))),H.promise(b)},n.ready.promise();var J=n.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)n.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f};n.acceptData=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function K(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=n.expando+K.uid++}K.uid=1,K.accepts=n.acceptData,K.prototype={key:function(a){if(!K.accepts(a))return 0;var b={},c=a[this.expando];if(!c){c=K.uid++;try{b[this.expando]={value:c},Object.defineProperties(a,b)}catch(d){b[this.expando]=c,n.extend(a,b)}}return this.cache[c]||(this.cache[c]={}),c},set:function(a,b,c){var d,e=this.key(a),f=this.cache[e];if("string"==typeof b)f[b]=c;else if(n.isEmptyObject(f))n.extend(this.cache[e],b);else for(d in b)f[d]=b[d];return f},get:function(a,b){var c=this.cache[this.key(a)];return void 0===b?c:c[b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=this.key(a),g=this.cache[f];if(void 0===b)this.cache[f]={};else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in g?d=[b,e]:(d=e,d=d in g?[d]:d.match(E)||[])),c=d.length;while(c--)delete g[d[c]]}},hasData:function(a){return!n.isEmptyObject(this.cache[a[this.expando]]||{})},discard:function(a){a[this.expando]&&delete this.cache[a[this.expando]]}};var L=new K,M=new K,N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(O,"-$1").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}M.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return M.hasData(a)||L.hasData(a)},data:function(a,b,c){return M.access(a,b,c)
  3 +},removeData:function(a,b){M.remove(a,b)},_data:function(a,b,c){return L.access(a,b,c)},_removeData:function(a,b){L.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=M.get(f),1===f.nodeType&&!L.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){M.set(this,a)}):J(this,function(b){var c,d=n.camelCase(a);if(f&&void 0===b){if(c=M.get(f,a),void 0!==c)return c;if(c=M.get(f,d),void 0!==c)return c;if(c=P(f,d,void 0),void 0!==c)return c}else this.each(function(){var c=M.get(this,d);M.set(this,d,b),-1!==a.indexOf("-")&&void 0!==c&&M.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){M.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=L.get(a,b),c&&(!d||n.isArray(c)?d=L.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return L.get(a,c)||L.access(a,c,{empty:n.Callbacks("once memory").add(function(){L.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=L.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var Q=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,R=["Top","Right","Bottom","Left"],S=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)},T=/^(?:checkbox|radio)$/i;!function(){var a=l.createDocumentFragment(),b=a.appendChild(l.createElement("div")),c=l.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var U="undefined";k.focusinBubbles="onfocusin"in a;var V=/^key/,W=/^(?:mouse|pointer|contextmenu)|click/,X=/^(?:focusinfocus|focusoutblur)$/,Y=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function $(){return!1}function _(){try{return l.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return typeof n!==U&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(E)||[""],j=b.length;while(j--)h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g,!1)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.hasData(a)&&L.get(a);if(r&&(i=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&(delete r.handle,L.remove(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,m,o,p=[d||l],q=j.call(b,"type")?b.type:b,r=j.call(b,"namespace")?b.namespace.split("."):[];if(g=h=d=d||l,3!==d.nodeType&&8!==d.nodeType&&!X.test(q+n.event.triggered)&&(q.indexOf(".")>=0&&(r=q.split("."),q=r.shift(),r.sort()),k=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=r.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},e||!o.trigger||o.trigger.apply(d,c)!==!1)){if(!e&&!o.noBubble&&!n.isWindow(d)){for(i=o.delegateType||q,X.test(i+q)||(g=g.parentNode);g;g=g.parentNode)p.push(g),h=g;h===(d.ownerDocument||l)&&p.push(h.defaultView||h.parentWindow||a)}f=0;while((g=p[f++])&&!b.isPropagationStopped())b.type=f>1?i:o.bindType||q,m=(L.get(g,"events")||{})[b.type]&&L.get(g,"handle"),m&&m.apply(g,c),m=k&&g[k],m&&m.apply&&n.acceptData(g)&&(b.result=m.apply(g,c),b.result===!1&&b.preventDefault());return b.type=q,e||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!n.acceptData(d)||k&&n.isFunction(d[q])&&!n.isWindow(d)&&(h=d[k],h&&(d[k]=null),n.event.triggered=q,d[q](),n.event.triggered=void 0,h&&(d[k]=h)),b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(L.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(g.namespace))&&(a.handleObj=g,a.data=g.data,e=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(a.result=e)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!==this;i=i.parentNode||this)if(i.disabled!==!0||"click"!==a.type){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>=0:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button;return null==a.pageX&&null!=b.clientX&&(c=a.target.ownerDocument||l,d=c.documentElement,e=c.body,a.pageX=b.clientX+(d&&d.scrollLeft||e&&e.scrollLeft||0)-(d&&d.clientLeft||e&&e.clientLeft||0),a.pageY=b.clientY+(d&&d.scrollTop||e&&e.scrollTop||0)-(d&&d.clientTop||e&&e.clientTop||0)),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},fix:function(a){if(a[n.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=W.test(e)?this.mouseHooks:V.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new n.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=l),3===a.target.nodeType&&(a.target=a.target.parentNode),g.filter?g.filter(a,f):a},special:{load:{noBubble:!0},focus:{trigger:function(){return this!==_()&&this.focus?(this.focus(),!1):void 0},delegateType:"focusin"},blur:{trigger:function(){return this===_()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&n.nodeName(this,"input")?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=n.extend(new n.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?n.event.trigger(e,null,b):n.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},n.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?Z:$):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={isDefaultPrevented:$,isPropagationStopped:$,isImmediatePropagationStopped:$,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=Z,a&&a.preventDefault&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=Z,a&&a.stopPropagation&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=Z,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!n.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.focusinBubbles||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a),!0)};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=L.access(d,b);e||d.addEventListener(a,c,!0),L.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=L.access(d,b)-1;e?L.access(d,b,e):(d.removeEventListener(a,c,!0),L.remove(d,b))}}}),n.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(g in a)this.on(g,b,c,a[g],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=$;else if(!d)return this;return 1===e&&(f=d,d=function(a){return n().off(a),f.apply(this,arguments)},d.guid=f.guid||(f.guid=n.guid++)),this.each(function(){n.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=$),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}});var ab=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bb=/<([\w:]+)/,cb=/<|&#?\w+;/,db=/<(?:script|style|link)/i,eb=/checked\s*(?:[^=]|=\s*.checked.)/i,fb=/^$|\/(?:java|ecma)script/i,gb=/^true\/(.*)/,hb=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ib={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ib.optgroup=ib.option,ib.tbody=ib.tfoot=ib.colgroup=ib.caption=ib.thead,ib.th=ib.td;function jb(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function kb(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function lb(a){var b=gb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function mb(a,b){for(var c=0,d=a.length;d>c;c++)L.set(a[c],"globalEval",!b||L.get(b[c],"globalEval"))}function nb(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(L.hasData(a)&&(f=L.access(a),g=L.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}M.hasData(a)&&(h=M.access(a),i=n.extend({},h),M.set(b,i))}}function ob(a,b){var c=a.getElementsByTagName?a.getElementsByTagName(b||"*"):a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function pb(a,b){var c=b.nodeName.toLowerCase();"input"===c&&T.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}n.extend({clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=ob(h),f=ob(a),d=0,e=f.length;e>d;d++)pb(f[d],g[d]);if(b)if(c)for(f=f||ob(a),g=g||ob(h),d=0,e=f.length;e>d;d++)nb(f[d],g[d]);else nb(a,h);return g=ob(h,"script"),g.length>0&&mb(g,!i&&ob(a,"script")),h},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k=b.createDocumentFragment(),l=[],m=0,o=a.length;o>m;m++)if(e=a[m],e||0===e)if("object"===n.type(e))n.merge(l,e.nodeType?[e]:e);else if(cb.test(e)){f=f||k.appendChild(b.createElement("div")),g=(bb.exec(e)||["",""])[1].toLowerCase(),h=ib[g]||ib._default,f.innerHTML=h[1]+e.replace(ab,"<$1></$2>")+h[2],j=h[0];while(j--)f=f.lastChild;n.merge(l,f.childNodes),f=k.firstChild,f.textContent=""}else l.push(b.createTextNode(e));k.textContent="",m=0;while(e=l[m++])if((!d||-1===n.inArray(e,d))&&(i=n.contains(e.ownerDocument,e),f=ob(k.appendChild(e),"script"),i&&mb(f),c)){j=0;while(e=f[j++])fb.test(e.type||"")&&c.push(e)}return k},cleanData:function(a){for(var b,c,d,e,f=n.event.special,g=0;void 0!==(c=a[g]);g++){if(n.acceptData(c)&&(e=c[L.expando],e&&(b=L.cache[e]))){if(b.events)for(d in b.events)f[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);L.cache[e]&&delete L.cache[e]}delete M.cache[c[M.expando]]}}}),n.fn.extend({text:function(a){return J(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=a)})},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=jb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=jb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(ob(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&mb(ob(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(ob(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return J(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!db.test(a)&&!ib[(bb.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(ab,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(ob(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(ob(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,m=this,o=l-1,p=a[0],q=n.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&eb.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(c=n.buildFragment(a,this[0].ownerDocument,!1,this),d=c.firstChild,1===c.childNodes.length&&(c=d),d)){for(f=n.map(ob(c,"script"),kb),g=f.length;l>j;j++)h=c,j!==o&&(h=n.clone(h,!0,!0),g&&n.merge(f,ob(h,"script"))),b.call(this[j],h,j);if(g)for(i=f[f.length-1].ownerDocument,n.map(f,lb),j=0;g>j;j++)h=f[j],fb.test(h.type||"")&&!L.access(h,"globalEval")&&n.contains(i,h)&&(h.src?n._evalUrl&&n._evalUrl(h.src):n.globalEval(h.textContent.replace(hb,"")))}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),g=e.length-1,h=0;g>=h;h++)c=h===g?this:this.clone(!0),n(e[h])[b](c),f.apply(d,c.get());return this.pushStack(d)}});var qb,rb={};function sb(b,c){var d,e=n(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:n.css(e[0],"display");return e.detach(),f}function tb(a){var b=l,c=rb[a];return c||(c=sb(a,b),"none"!==c&&c||(qb=(qb||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=qb[0].contentDocument,b.write(),b.close(),c=sb(a,b),qb.detach()),rb[a]=c),c}var ub=/^margin/,vb=new RegExp("^("+Q+")(?!px)[a-z%]+$","i"),wb=function(b){return b.ownerDocument.defaultView.opener?b.ownerDocument.defaultView.getComputedStyle(b,null):a.getComputedStyle(b,null)};function xb(a,b,c){var d,e,f,g,h=a.style;return c=c||wb(a),c&&(g=c.getPropertyValue(b)||c[b]),c&&(""!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),vb.test(g)&&ub.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0!==g?g+"":g}function yb(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d=l.documentElement,e=l.createElement("div"),f=l.createElement("div");if(f.style){f.style.backgroundClip="content-box",f.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===f.style.backgroundClip,e.style.cssText="border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;position:absolute",e.appendChild(f);function g(){f.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",f.innerHTML="",d.appendChild(e);var g=a.getComputedStyle(f,null);b="1%"!==g.top,c="4px"===g.width,d.removeChild(e)}a.getComputedStyle&&n.extend(k,{pixelPosition:function(){return g(),b},boxSizingReliable:function(){return null==c&&g(),c},reliableMarginRight:function(){var b,c=f.appendChild(l.createElement("div"));return c.style.cssText=f.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",c.style.marginRight=c.style.width="0",f.style.width="1px",d.appendChild(e),b=!parseFloat(a.getComputedStyle(c,null).marginRight),d.removeChild(e),f.removeChild(c),b}})}}(),n.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var zb=/^(none|table(?!-c[ea]).+)/,Ab=new RegExp("^("+Q+")(.*)$","i"),Bb=new RegExp("^([+-])=("+Q+")","i"),Cb={position:"absolute",visibility:"hidden",display:"block"},Db={letterSpacing:"0",fontWeight:"400"},Eb=["Webkit","O","Moz","ms"];function Fb(a,b){if(b in a)return b;var c=b[0].toUpperCase()+b.slice(1),d=b,e=Eb.length;while(e--)if(b=Eb[e]+c,b in a)return b;return d}function Gb(a,b,c){var d=Ab.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Hb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+R[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+R[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+R[f]+"Width",!0,e))):(g+=n.css(a,"padding"+R[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+R[f]+"Width",!0,e)));return g}function Ib(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=wb(a),g="border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=xb(a,b,f),(0>e||null==e)&&(e=a.style[b]),vb.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Hb(a,b,c||(g?"border":"content"),d,f)+"px"}function Jb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=L.get(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&S(d)&&(f[g]=L.access(d,"olddisplay",tb(d.nodeName)))):(e=S(d),"none"===c&&e||L.set(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=xb(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;return b=n.cssProps[h]||(n.cssProps[h]=Fb(i,h)),g=n.cssHooks[b]||n.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b]:(f=typeof c,"string"===f&&(e=Bb.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(n.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||n.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=Fb(a.style,h)),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=xb(a,b,d)),"normal"===e&&b in Db&&(e=Db[b]),""===c||c?(f=parseFloat(e),c===!0||n.isNumeric(f)?f||0:e):e}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?zb.test(n.css(a,"display"))&&0===a.offsetWidth?n.swap(a,Cb,function(){return Ib(a,b,d)}):Ib(a,b,d):void 0},set:function(a,c,d){var e=d&&wb(a);return Gb(a,c,d?Hb(a,b,d,"border-box"===n.css(a,"boxSizing",!1,e),e):0)}}}),n.cssHooks.marginRight=yb(k.reliableMarginRight,function(a,b){return b?n.swap(a,{display:"inline-block"},xb,[a,"marginRight"]):void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+R[d]+b]=f[d]||f[d-2]||f[0];return e}},ub.test(a)||(n.cssHooks[a+b].set=Gb)}),n.fn.extend({css:function(a,b){return J(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=wb(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return Jb(this,!0)},hide:function(){return Jb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){S(this)?n(this).show():n(this).hide()})}});function Kb(a,b,c,d,e){return new Kb.prototype.init(a,b,c,d,e)}n.Tween=Kb,Kb.prototype={constructor:Kb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=Kb.propHooks[this.prop];return a&&a.get?a.get(this):Kb.propHooks._default.get(this)},run:function(a){var b,c=Kb.propHooks[this.prop];return this.pos=b=this.options.duration?n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Kb.propHooks._default.set(this),this}},Kb.prototype.init.prototype=Kb.prototype,Kb.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[n.cssProps[a.prop]]||n.cssHooks[a.prop])?n.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Kb.propHooks.scrollTop=Kb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},n.fx=Kb.prototype.init,n.fx.step={};var Lb,Mb,Nb=/^(?:toggle|show|hide)$/,Ob=new RegExp("^(?:([+-])=|)("+Q+")([a-z%]*)$","i"),Pb=/queueHooks$/,Qb=[Vb],Rb={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=Ob.exec(b),f=e&&e[3]||(n.cssNumber[a]?"":"px"),g=(n.cssNumber[a]||"px"!==f&&+d)&&Ob.exec(n.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,n.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function Sb(){return setTimeout(function(){Lb=void 0}),Lb=n.now()}function Tb(a,b){var c,d=0,e={height:a};for(b=b?1:0;4>d;d+=2-b)c=R[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function Ub(a,b,c){for(var d,e=(Rb[b]||[]).concat(Rb["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function Vb(a,b,c){var d,e,f,g,h,i,j,k,l=this,m={},o=a.style,p=a.nodeType&&S(a),q=L.get(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,l.always(function(){l.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=n.css(a,"display"),k="none"===j?L.get(a,"olddisplay")||tb(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(o.display="inline-block")),c.overflow&&(o.overflow="hidden",l.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],Nb.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}m[d]=q&&q[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(m))"inline"===("none"===j?tb(a.nodeName):j)&&(o.display=j);else{q?"hidden"in q&&(p=q.hidden):q=L.access(a,"fxshow",{}),f&&(q.hidden=!p),p?n(a).show():l.done(function(){n(a).hide()}),l.done(function(){var b;L.remove(a,"fxshow");for(b in m)n.style(a,b,m[b])});for(d in m)g=Ub(p?q[d]:0,d,l),d in q||(q[d]=g.start,p&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function Wb(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function Xb(a,b,c){var d,e,f=0,g=Qb.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=Lb||Sb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:Lb||Sb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(Wb(k,j.opts.specialEasing);g>f;f++)if(d=Qb[f].call(j,a,k,j.opts))return d;return n.map(k,Ub,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(Xb,{tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],Rb[c]=Rb[c]||[],Rb[c].unshift(b)},prefilter:function(a,b){b?Qb.unshift(a):Qb.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(S).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=Xb(this,n.extend({},a),f);(e||L.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=L.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&Pb.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=L.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(Tb(b,!0),a,d,e)}}),n.each({slideDown:Tb("show"),slideUp:Tb("hide"),slideToggle:Tb("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=0,c=n.timers;for(Lb=n.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||n.fx.stop(),Lb=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){Mb||(Mb=setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){clearInterval(Mb),Mb=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(a,b){return a=n.fx?n.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a=l.createElement("input"),b=l.createElement("select"),c=b.appendChild(l.createElement("option"));a.type="checkbox",k.checkOn=""!==a.value,k.optSelected=c.selected,b.disabled=!0,k.optDisabled=!c.disabled,a=l.createElement("input"),a.value="t",a.type="radio",k.radioValue="t"===a.value}();var Yb,Zb,$b=n.expr.attrHandle;n.fn.extend({attr:function(a,b){return J(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===U?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),d=n.attrHooks[b]||(n.expr.match.bool.test(b)?Zb:Yb)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=n.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void n.removeAttr(a,b))
  4 +},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)&&(a[d]=!1),a.removeAttribute(c)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),Zb={set:function(a,b,c){return b===!1?n.removeAttr(a,c):a.setAttribute(c,c),c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=$b[b]||n.find.attr;$b[b]=function(a,b,d){var e,f;return d||(f=$b[b],$b[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,$b[b]=f),e}});var _b=/^(?:input|select|textarea|button)$/i;n.fn.extend({prop:function(a,b){return J(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[n.propFix[a]||a]})}}),n.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!n.isXMLDoc(a),f&&(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){return a.hasAttribute("tabindex")||_b.test(a.nodeName)||a.href?a.tabIndex:-1}}}}),k.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this});var ac=/[\t\r\n\f]/g;n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h="string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ac," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=n.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0===arguments.length||"string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ac," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?n.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(n.isFunction(a)?function(c){n(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=n(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===U||"boolean"===c)&&(this.className&&L.set(this,"__className__",this.className),this.className=this.className||a===!1?"":L.get(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(ac," ").indexOf(b)>=0)return!0;return!1}});var bc=/\r/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(bc,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=n.inArray(d.value,f)>=0)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>=0:void 0}},k.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var cc=n.now(),dc=/\?/;n.parseJSON=function(a){return JSON.parse(a+"")},n.parseXML=function(a){var b,c;if(!a||"string"!=typeof a)return null;try{c=new DOMParser,b=c.parseFromString(a,"text/xml")}catch(d){b=void 0}return(!b||b.getElementsByTagName("parsererror").length)&&n.error("Invalid XML: "+a),b};var ec=/#.*$/,fc=/([?&])_=[^&]*/,gc=/^(.*?):[ \t]*([^\r\n]*)$/gm,hc=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,ic=/^(?:GET|HEAD)$/,jc=/^\/\//,kc=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,lc={},mc={},nc="*/".concat("*"),oc=a.location.href,pc=kc.exec(oc.toLowerCase())||[];function qc(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(n.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function rc(a,b,c,d){var e={},f=a===mc;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function sc(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&n.extend(!0,a,d),a}function tc(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function uc(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:oc,type:"GET",isLocal:hc.test(pc[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":nc,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?sc(sc(a,n.ajaxSettings),b):sc(n.ajaxSettings,a)},ajaxPrefilter:qc(lc),ajaxTransport:qc(mc),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=n.ajaxSetup({},b),l=k.context||k,m=k.context&&(l.nodeType||l.jquery)?n(l):n.event,o=n.Deferred(),p=n.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!f){f={};while(b=gc.exec(e))f[b[1].toLowerCase()]=b[2]}b=f[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?e:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return c&&c.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||oc)+"").replace(ec,"").replace(jc,pc[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=n.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(h=kc.exec(k.url.toLowerCase()),k.crossDomain=!(!h||h[1]===pc[1]&&h[2]===pc[2]&&(h[3]||("http:"===h[1]?"80":"443"))===(pc[3]||("http:"===pc[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=n.param(k.data,k.traditional)),rc(lc,k,b,v),2===t)return v;i=n.event&&k.global,i&&0===n.active++&&n.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!ic.test(k.type),d=k.url,k.hasContent||(k.data&&(d=k.url+=(dc.test(d)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=fc.test(d)?d.replace(fc,"$1_="+cc++):d+(dc.test(d)?"&":"?")+"_="+cc++)),k.ifModified&&(n.lastModified[d]&&v.setRequestHeader("If-Modified-Since",n.lastModified[d]),n.etag[d]&&v.setRequestHeader("If-None-Match",n.etag[d])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+nc+"; q=0.01":""):k.accepts["*"]);for(j in k.headers)v.setRequestHeader(j,k.headers[j]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(j in{success:1,error:1,complete:1})v[j](k[j]);if(c=rc(mc,k,b,v)){v.readyState=1,i&&m.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,c.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,f,h){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),c=void 0,e=h||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,f&&(u=tc(k,v,f)),u=uc(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(n.lastModified[d]=w),w=v.getResponseHeader("etag"),w&&(n.etag[d]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,i&&m.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),i&&(m.trigger("ajaxComplete",[v,k]),--n.active||n.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){var b;return n.isFunction(a)?this.each(function(b){n(this).wrapAll(a.call(this,b))}):(this[0]&&(b=n(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this)},wrapInner:function(a){return this.each(n.isFunction(a)?function(b){n(this).wrapInner(a.call(this,b))}:function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}}),n.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var vc=/%20/g,wc=/\[\]$/,xc=/\r?\n/g,yc=/^(?:submit|button|image|reset|file)$/i,zc=/^(?:input|select|textarea|keygen)/i;function Ac(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||wc.test(a)?d(a,e):Ac(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)Ac(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)Ac(c,a[c],b,e);return d.join("&").replace(vc,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&zc.test(this.nodeName)&&!yc.test(a)&&(this.checked||!T.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(xc,"\r\n")}}):{name:b.name,value:c.replace(xc,"\r\n")}}).get()}}),n.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(a){}};var Bc=0,Cc={},Dc={0:200,1223:204},Ec=n.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in Cc)Cc[a]()}),k.cors=!!Ec&&"withCredentials"in Ec,k.ajax=Ec=!!Ec,n.ajaxTransport(function(a){var b;return k.cors||Ec&&!a.crossDomain?{send:function(c,d){var e,f=a.xhr(),g=++Bc;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)f.setRequestHeader(e,c[e]);b=function(a){return function(){b&&(delete Cc[g],b=f.onload=f.onerror=null,"abort"===a?f.abort():"error"===a?d(f.status,f.statusText):d(Dc[f.status]||f.status,f.statusText,"string"==typeof f.responseText?{text:f.responseText}:void 0,f.getAllResponseHeaders()))}},f.onload=b(),f.onerror=b("error"),b=Cc[g]=b("abort");try{f.send(a.hasContent&&a.data||null)}catch(h){if(b)throw h}},abort:function(){b&&b()}}:void 0}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(d,e){b=n("<script>").prop({async:!0,charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&e("error"===a.type?404:200,a.type)}),l.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Fc=[],Gc=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Fc.pop()||n.expando+"_"+cc++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Gc.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Gc.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Gc,"$1"+e):b.jsonp!==!1&&(b.url+=(dc.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Fc.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||l;var d=v.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=n.buildFragment([a],b,e),e&&e.length&&n(e).remove(),n.merge([],d.childNodes))};var Hc=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&Hc)return Hc.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=n.trim(a.slice(h)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e,dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,f||[a.responseText,b,a])}),this},n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};var Ic=a.document.documentElement;function Jc(a){return n.isWindow(a)?a:9===a.nodeType&&a.defaultView}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d=this[0],e={top:0,left:0},f=d&&d.ownerDocument;if(f)return b=f.documentElement,n.contains(b,d)?(typeof d.getBoundingClientRect!==U&&(e=d.getBoundingClientRect()),c=Jc(f),{top:e.top+c.pageYOffset-b.clientTop,left:e.left+c.pageXOffset-b.clientLeft}):e},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===n.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(d=a.offset()),d.top+=n.css(a[0],"borderTopWidth",!0),d.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-d.top-n.css(c,"marginTop",!0),left:b.left-d.left-n.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||Ic;while(a&&!n.nodeName(a,"html")&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Ic})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(b,c){var d="pageYOffset"===c;n.fn[b]=function(e){return J(this,function(b,e,f){var g=Jc(b);return void 0===f?g?g[c]:b[e]:void(g?g.scrollTo(d?a.pageXOffset:f,d?f:a.pageYOffset):b[e]=f)},b,e,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=yb(k.pixelPosition,function(a,c){return c?(c=xb(a,b),vb.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return J(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var Kc=a.jQuery,Lc=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=Lc),b&&a.jQuery===n&&(a.jQuery=Kc),n},typeof b===U&&(a.jQuery=a.$=n),n});
... ...
js/main.js
... ... @@ -16,7 +16,8 @@ $.getJSON(noosferoAPI)
16 16 //console.log(data);
17 17 resultsPlaceholder.innerHTML = template(data);
18 18 $( 'a' ).click(function(){
19   - resultsPlaceholder.innerHTML = $('#proposal-' + this.id.replace('#','')).html();
  19 +// resultsPlaceholder.innerHTML = $('#proposal-item-' + this.id.replace('#','')).html();
  20 + resultsPlaceholder.innerHTML = $('#proposal-item-' + this.id.replace('#','')).html();
20 21 });
21 22 //console.log(resultsPlaceholder);
22 23 })
... ...