components/openstack/horizon/files/branding/css/solaris.css
branchs11u2-sru
changeset 4156 4b1def16fe9b
parent 3198 46289f36c1ca
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
     1 /*
     1 /*
     2  * Bootstrap v2.0.1
     2  *  Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     3  *
     3  *
     4  * Copyright 2012 Twitter, Inc
     4  *  Licensed under the Apache License, Version 2.0 (the "License"); you
     5  * Licensed under the Apache License v2.0
     5  *  may not use this file except in compliance with the License. You may
     6  * http://www.apache.org/licenses/LICENSE-2.0
     6  *  obtain a copy of the License at
     7  *
     7  *
     8  * Designed and built with all the love in the world @twitter by @mdo and @fat.
     8  *  http://www.apache.org/licenses/LICENSE-2.0
       
     9  *
       
    10  *  Unless required by applicable law or agreed to in writing, software
       
    11  *  distributed under the License is distributed on an "AS IS" BASIS,
       
    12  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
       
    13  *  implied. See the License for the specific language governing
       
    14  *  permissions and limitations under the License.
     9  */
    15  */
    10 article,
    16 
    11 aside,
    17 html {
    12 details,
    18   font-family: sans-serif;
    13 figcaption,
    19   -ms-text-size-adjust: 100%;
    14 figure,
    20   -webkit-text-size-adjust: 100%;
    15 footer,
    21 }
    16 header,
    22 
    17 hgroup,
    23 body {
    18 nav,
    24 	margin: 0;
    19 section {
    25 }
       
    26 
       
    27 article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
       
    28 
       
    29 audio, canvas, progress, video {
       
    30 	display: inline-block;
       
    31 	vertical-align: baseline; 
       
    32 }
       
    33 
       
    34 audio:not([controls]) {
       
    35 	display: none;
       
    36 	height: 0; 
       
    37 }
       
    38 
       
    39 [hidden], template {
       
    40 	display: none; 
       
    41 }
       
    42 
       
    43 a {
       
    44 	background: transparent; 
       
    45 }
       
    46 
       
    47 a:active, a:hover {
       
    48 	outline: 0; 
       
    49 }
       
    50 
       
    51 abbr[title] {
       
    52 	border-bottom: 1px dotted; }
       
    53 
       
    54 b, strong {
       
    55 	font-weight: bold; }
       
    56 
       
    57 dfn {
       
    58 	font-style: italic; }
       
    59 
       
    60 h1 {
       
    61 	font-size: 2em;
       
    62 	margin: 0.67em 0; }
       
    63 
       
    64 mark {
       
    65 	background: #ff0;
       
    66 	color: #000; }
       
    67 
       
    68 small {
       
    69 font-size: 80%; }
       
    70 
       
    71 sub, sup {
       
    72 	font-size: 75%;
       
    73 	line-height: 0;
       
    74                               position: relative;
       
    75                               vertical-align: baseline; }
       
    76 
       
    77 sup {
       
    78 	top: -0.5em; }
       
    79 
       
    80 sub {
       
    81 	bottom: -0.25em; }
       
    82 
       
    83 img {
       
    84 	border: 0; }
       
    85 	
       
    86 svg:not(:root) {
       
    87 	overflow: hidden; }
       
    88 
       
    89 figure {
       
    90 	margin: 1em 40px; }
       
    91 
       
    92 hr {
       
    93 	-moz-box-sizing: content-box;
       
    94 	box-sizing: content-box;
       
    95 	height: 0; }
       
    96 
       
    97 pre {
       
    98 	overflow: auto; }
       
    99 
       
   100 code, kbd, pre, samp {
       
   101 	font-family: monospace, monospace;
       
   102 	font-size: 1em; }
       
   103 
       
   104 button, input, optgroup, select, textarea {
       
   105 	color: inherit;
       
   106 	font: inherit;
       
   107 	margin: 0; }
       
   108 
       
   109 button {
       
   110 	overflow: visible; }
       
   111 
       
   112 button, select {
       
   113 	text-transform: none; }
       
   114 
       
   115 button, html input[type="button"], 
       
   116 input[type="reset"], 
       
   117 input[type="submit"] {
       
   118 	-webkit-appearance: button;
       
   119 	cursor: pointer; }
       
   120 
       
   121 button[disabled], html input[disabled] {
       
   122 	cursor: default; }
       
   123 
       
   124 button::-moz-focus-inner, input::-moz-focus-inner {
       
   125 	border: 0;
       
   126 	padding: 0; }
       
   127 
       
   128 input {
       
   129 	line-height: normal; }
       
   130 
       
   131 input[type="checkbox"], input[type="radio"] {
       
   132 	box-sizing: border-box;
       
   133 	padding: 0; }
       
   134 
       
   135 input[type="number"]::-webkit-inner-spin-button,
       
   136 input[type="number"]::-webkit-outer-spin-button {
       
   137 	height: auto; }
       
   138 
       
   139 input[type="search"] {
       
   140 	-webkit-appearance: textfield;
       
   141 	-moz-box-sizing: content-box;
       
   142 	-webkit-box-sizing: content-box;
       
   143 	box-sizing: content-box; }
       
   144 
       
   145 input[type="search"]::-webkit-search-cancel-button,
       
   146 input[type="search"]::-webkit-search-decoration {
       
   147 	-webkit-appearance: none; }
       
   148 
       
   149 fieldset {
       
   150 	border: 1px solid #c0c0c0;
       
   151 	margin: 0 2px;
       
   152 	padding: 0.35em 0.625em 0.75em; }
       
   153 
       
   154 legend {
       
   155 	border: 0;
       
   156 	padding: 0; }
       
   157 
       
   158 textarea {
       
   159 	overflow: auto; }
       
   160 
       
   161 optgroup {
       
   162 	font-weight: bold; }
       
   163 
       
   164 table {
       
   165 	border-collapse: collapse;
       
   166 	border-spacing: 0; }
       
   167 
       
   168 td, th {
       
   169 	padding: 0; 
       
   170 }
       
   171 	
       
   172 @media print {
       
   173 	* {
       
   174 		text-shadow: none !important;
       
   175 	    color: #000 !important;
       
   176 	    background: transparent !important;
       
   177 	    box-shadow: none !important;   
       
   178 	    }
       
   179 	a, a:visited {
       
   180 		text-decoration: underline;   
       
   181 	}
       
   182 	a[href]:after {
       
   183 	content: " (" attr(href) ")";   }
       
   184 	abbr[title]:after {
       
   185 		content: " (" attr(title) ")";   }
       
   186 	a[href^="javascript:"]:after, a[href^="#"]:after {
       
   187 	content: "";   }
       
   188 	pre, blockquote {
       
   189 		border: 1px solid #999;
       
   190 	    page-break-inside: avoid;   }
       
   191 	thead {
       
   192 		display: table-header-group;   }
       
   193 	tr, img {
       
   194 		page-break-inside: avoid;   }
       
   195 	img {
       
   196 		max-width: 100% !important;   }
       
   197 	p, h2, h3 {
       
   198 		orphans: 3;
       
   199 	   	widows: 3;   }
       
   200 	h2, h3 {
       
   201 		page-break-after: avoid;   }
       
   202 	select {
       
   203 		background: #fff !important;   }
       
   204 		.navbar {
       
   205 		display: none;   }
       
   206 	  	.table td, .table th {
       
   207 		background-color: #fff !important;  
       
   208 	}
       
   209 	.btn > .caret, .dropup > .btn > .caret {
       
   210 		border-top-color: #000 !important;   }
       
   211 	.label {
       
   212 		border: 1px solid #000;   }
       
   213 	.table {
       
   214 		border-collapse: collapse !important;   
       
   215 	}
       
   216 	.table-bordered th, .table-bordered td {
       
   217 		border: 1px solid #ddd !important;   
       
   218 	}
       
   219 }
       
   220 
       
   221 @font-face {
       
   222   font-family: 'Glyphicons Halflings';
       
   223   src: url('/static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot?7ad17c6085de');
       
   224   src: url('/static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot?&7ad17c6085de#iefix') format('embedded-opentype'),
       
   225     url('/static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff?68ed1dac06bf') format('woff'),
       
   226     url('/static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.ttf?e49d52e74b76') format('truetype'),
       
   227     url('/static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.svg?32941d633004#glyphicons_halflingsregular') format('svg'); }
       
   228 
       
   229 .glyphicon, .membership .role_dropdown li i {
       
   230 	position: relative;
       
   231 	top: 1px;
       
   232 	display: inline-block;
       
   233 	font-family: 'Glyphicons Halflings';
       
   234 	font-style: normal;
       
   235 	font-weight: normal;
       
   236 	line-height: 1;
       
   237 	-webkit-font-smoothing: antialiased;
       
   238 	-moz-osx-font-smoothing: grayscale; }
       
   239 
       
   240 .glyphicon-asterisk:before {
       
   241 	content: "\2a"; }
       
   242 
       
   243 .glyphicon-plus:before {
       
   244   content: "\2b"; }
       
   245 
       
   246 .glyphicon-euro:before {
       
   247   content: "\20ac"; }
       
   248 
       
   249 .glyphicon-minus:before {
       
   250   content: "\2212"; }
       
   251 
       
   252 .glyphicon-cloud:before {
       
   253   content: "\2601"; }
       
   254 
       
   255 .glyphicon-envelope:before {
       
   256   content: "\2709"; }
       
   257 
       
   258 .glyphicon-pencil:before {
       
   259   content: "\270f"; }
       
   260 
       
   261 .glyphicon-glass:before {
       
   262   content: "\e001"; }
       
   263 
       
   264 .glyphicon-music:before {
       
   265   content: "\e002"; }
       
   266 
       
   267 .glyphicon-search:before {
       
   268   content: "\e003"; }
       
   269 
       
   270 .glyphicon-heart:before {
       
   271   content: "\e005"; }
       
   272 
       
   273 .glyphicon-star:before {
       
   274   content: "\e006"; }
       
   275 
       
   276 .glyphicon-star-empty:before {
       
   277   content: "\e007"; }
       
   278 
       
   279 .glyphicon-user:before {
       
   280   content: "\e008"; }
       
   281 
       
   282 .glyphicon-film:before {
       
   283   content: "\e009"; }
       
   284 
       
   285 .glyphicon-th-large:before {
       
   286   content: "\e010"; }
       
   287 
       
   288 .glyphicon-th:before {
       
   289   content: "\e011"; }
       
   290 
       
   291 .glyphicon-th-list:before {
       
   292   content: "\e012"; }
       
   293 
       
   294 .glyphicon-ok:before {
       
   295   content: "\e013"; }
       
   296 
       
   297 .glyphicon-remove:before {
       
   298   content: "\e014"; }
       
   299 
       
   300 .glyphicon-zoom-in:before {
       
   301   content: "\e015"; }
       
   302 
       
   303 .glyphicon-zoom-out:before {
       
   304   content: "\e016"; }
       
   305 
       
   306 .glyphicon-off:before {
       
   307   content: "\e017"; }
       
   308 
       
   309 .glyphicon-signal:before {
       
   310   content: "\e018"; }
       
   311 
       
   312 .glyphicon-cog:before {
       
   313   content: "\e019"; 
       
   314   margin: 0px 4px 0px 0px;  
       
   315 }
       
   316 
       
   317 .glyphicon-trash:before {
       
   318   content: "\e020"; }
       
   319 
       
   320 .glyphicon-home:before {
       
   321   content: "\e021"; }
       
   322 
       
   323 .glyphicon-file:before {
       
   324   content: "\e022"; }
       
   325 
       
   326 .glyphicon-time:before {
       
   327   content: "\e023"; }
       
   328 
       
   329 .glyphicon-road:before {
       
   330   content: "\e024"; }
       
   331 
       
   332 .glyphicon-download-alt:before {
       
   333   content: "\e025"; }
       
   334 
       
   335 .glyphicon-download:before {
       
   336   content: "\e026"; }
       
   337 
       
   338 .glyphicon-upload:before {
       
   339   content: "\e027"; }
       
   340 
       
   341 .glyphicon-inbox:before {
       
   342   content: "\e028"; }
       
   343 
       
   344 .glyphicon-play-circle:before {
       
   345   content: "\e029"; }
       
   346 
       
   347 .glyphicon-repeat:before {
       
   348   content: "\e030"; }
       
   349 
       
   350 .glyphicon-refresh:before {
       
   351   content: "\e031"; }
       
   352 
       
   353 .glyphicon-list-alt:before {
       
   354   /*content: "\e032"; */
       
   355 }
       
   356 
       
   357 .glyphicon-lock:before {
       
   358   content: "\e033"; }
       
   359 
       
   360 .glyphicon-flag:before {
       
   361   content: "\e034"; }
       
   362 
       
   363 .glyphicon-headphones:before {
       
   364   content: "\e035"; }
       
   365 
       
   366 .glyphicon-volume-off:before {
       
   367   content: "\e036"; }
       
   368 
       
   369 .glyphicon-volume-down:before {
       
   370   content: "\e037"; }
       
   371 
       
   372 .glyphicon-volume-up:before {
       
   373   content: "\e038"; }
       
   374 
       
   375 .glyphicon-qrcode:before {
       
   376   content: "\e039"; }
       
   377 
       
   378 .glyphicon-barcode:before {
       
   379   content: "\e040"; }
       
   380 
       
   381 .glyphicon-tag:before {
       
   382   content: "\e041"; }
       
   383 
       
   384 .glyphicon-tags:before {
       
   385   content: "\e042"; }
       
   386 
       
   387 .glyphicon-book:before {
       
   388   content: "\e043"; }
       
   389 
       
   390 .glyphicon-bookmark:before {
       
   391   content: "\e044"; }
       
   392 
       
   393 .glyphicon-print:before {
       
   394   content: "\e045"; }
       
   395 
       
   396 .glyphicon-camera:before {
       
   397   content: "\e046"; }
       
   398 
       
   399 .glyphicon-font:before {
       
   400   content: "\e047"; }
       
   401 
       
   402 .glyphicon-bold:before {
       
   403   content: "\e048"; }
       
   404 
       
   405 .glyphicon-italic:before {
       
   406   content: "\e049"; }
       
   407 
       
   408 .glyphicon-text-height:before {
       
   409   content: "\e050"; }
       
   410 
       
   411 .glyphicon-text-width:before {
       
   412   content: "\e051"; }
       
   413 
       
   414 .glyphicon-align-left:before {
       
   415   content: "\e052"; }
       
   416 
       
   417 .glyphicon-align-center:before {
       
   418   content: "\e053"; }
       
   419 
       
   420 .glyphicon-align-right:before {
       
   421   content: "\e054"; }
       
   422 
       
   423 .glyphicon-align-justify:before {
       
   424   content: "\e055"; }
       
   425 
       
   426 .glyphicon-list:before {
       
   427   content: "\e056"; }
       
   428 
       
   429 .glyphicon-indent-left:before {
       
   430   content: "\e057"; }
       
   431 
       
   432 .glyphicon-indent-right:before {
       
   433   content: "\e058"; }
       
   434 
       
   435 .glyphicon-facetime-video:before {
       
   436   content: "\e059"; }
       
   437 
       
   438 .glyphicon-picture:before {
       
   439   content: "\e060"; }
       
   440 
       
   441 .glyphicon-map-marker:before {
       
   442   content: "\e062"; }
       
   443 
       
   444 .glyphicon-adjust:before {
       
   445   content: "\e063"; }
       
   446 
       
   447 .glyphicon-tint:before {
       
   448   content: "\e064"; }
       
   449 
       
   450 .glyphicon-edit:before {
       
   451   content: "\e065"; }
       
   452 
       
   453 .glyphicon-share:before {
       
   454   content: "\e066"; }
       
   455 
       
   456 .glyphicon-check:before {
       
   457   content: "\e067"; }
       
   458 
       
   459 .glyphicon-move:before {
       
   460   content: "\e068"; }
       
   461 
       
   462 .glyphicon-step-backward:before {
       
   463   content: "\e069"; }
       
   464 
       
   465 .glyphicon-fast-backward:before {
       
   466   content: "\e070"; }
       
   467 
       
   468 .glyphicon-backward:before {
       
   469   content: "\e071"; }
       
   470 
       
   471 .glyphicon-play:before {
       
   472   content: "\e072"; }
       
   473 
       
   474 .glyphicon-pause:before {
       
   475   content: "\e073"; }
       
   476 
       
   477 .glyphicon-stop:before {
       
   478   content: "\e074"; }
       
   479 
       
   480 .glyphicon-forward:before {
       
   481   content: "\e075"; }
       
   482 
       
   483 .glyphicon-fast-forward:before {
       
   484   content: "\e076"; }
       
   485 
       
   486 .glyphicon-step-forward:before {
       
   487   content: "\e077"; }
       
   488 
       
   489 .glyphicon-eject:before {
       
   490   content: "\e078"; }
       
   491 
       
   492 .glyphicon-chevron-left:before {
       
   493   content: "\e079"; }
       
   494 
       
   495 .glyphicon-chevron-right:before {
       
   496   content: "\e080"; }
       
   497 
       
   498 .glyphicon-plus-sign:before {
       
   499   content: "\e081"; }
       
   500 
       
   501 .glyphicon-minus-sign:before {
       
   502   content: "\e082"; }
       
   503 
       
   504 .glyphicon-remove-sign:before {
       
   505   content: "\e083"; }
       
   506 
       
   507 .glyphicon-ok-sign:before {
       
   508   content: "\e084"; }
       
   509 
       
   510 .glyphicon-question-sign:before {
       
   511   content: "\e085"; }
       
   512 
       
   513 .glyphicon-info-sign:before {
       
   514   content: "\e086"; }
       
   515 
       
   516 .glyphicon-screenshot:before {
       
   517   content: "\e087"; }
       
   518 
       
   519 .glyphicon-remove-circle:before {
       
   520   content: "\e088"; }
       
   521 
       
   522 .glyphicon-ok-circle:before {
       
   523   content: "\e089"; }
       
   524 
       
   525 .glyphicon-ban-circle:before {
       
   526   content: "\e090"; }
       
   527 
       
   528 .glyphicon-arrow-left:before {
       
   529   content: "\e091"; }
       
   530 
       
   531 .glyphicon-arrow-right:before {
       
   532   content: "\e092"; }
       
   533 
       
   534 .glyphicon-arrow-up:before {
       
   535   content: "\e093"; }
       
   536 
       
   537 .glyphicon-arrow-down:before {
       
   538   content: "\e094"; }
       
   539 
       
   540 .glyphicon-share-alt:before {
       
   541   content: "\e095"; }
       
   542 
       
   543 .glyphicon-resize-full:before {
       
   544   content: "\e096"; }
       
   545 
       
   546 .glyphicon-resize-small:before {
       
   547   content: "\e097"; }
       
   548 
       
   549 .glyphicon-exclamation-sign:before {
       
   550   content: "\e101"; }
       
   551 
       
   552 .glyphicon-gift:before {
       
   553   content: "\e102"; }
       
   554 
       
   555 .glyphicon-leaf:before {
       
   556   content: "\e103"; }
       
   557 
       
   558 .glyphicon-fire:before {
       
   559   content: "\e104"; }
       
   560 
       
   561 .glyphicon-eye-open:before {
       
   562   content: "\e105"; }
       
   563 
       
   564 .glyphicon-eye-close:before {
       
   565   content: "\e106"; }
       
   566 
       
   567 .glyphicon-warning-sign:before {
       
   568   content: "\e107"; }
       
   569 
       
   570 .glyphicon-plane:before {
       
   571   content: "\e108"; }
       
   572 
       
   573 .glyphicon-calendar:before {
       
   574   content: "\e109"; }
       
   575 
       
   576 .glyphicon-random:before {
       
   577   content: "\e110"; }
       
   578 
       
   579 .glyphicon-comment:before {
       
   580   content: "\e111"; }
       
   581 
       
   582 .glyphicon-magnet:before {
       
   583   content: "\e112"; }
       
   584 
       
   585 .glyphicon-chevron-up:before {
       
   586   content: "\e113"; }
       
   587 
       
   588 .glyphicon-chevron-down:before {
       
   589   content: "\e114"; }
       
   590 
       
   591 .glyphicon-retweet:before {
       
   592   content: "\e115"; }
       
   593 
       
   594 .glyphicon-shopping-cart:before {
       
   595   content: "\e116"; }
       
   596 
       
   597 .glyphicon-folder-close:before {
       
   598   content: "\e117"; }
       
   599 
       
   600 .glyphicon-folder-open:before {
       
   601   content: "\e118"; }
       
   602 
       
   603 .glyphicon-resize-vertical:before {
       
   604   content: "\e119"; }
       
   605 
       
   606 .glyphicon-resize-horizontal:before {
       
   607   content: "\e120"; }
       
   608 
       
   609 .glyphicon-hdd:before {
       
   610   content: "\e121"; }
       
   611 
       
   612 .glyphicon-bullhorn:before {
       
   613   content: "\e122"; }
       
   614 
       
   615 .glyphicon-bell:before {
       
   616   content: "\e123"; }
       
   617 
       
   618 .glyphicon-certificate:before {
       
   619   content: "\e124"; }
       
   620 
       
   621 .glyphicon-thumbs-up:before {
       
   622   content: "\e125"; }
       
   623 
       
   624 .glyphicon-thumbs-down:before {
       
   625   content: "\e126"; }
       
   626 
       
   627 .glyphicon-hand-right:before {
       
   628   content: "\e127"; }
       
   629 
       
   630 .glyphicon-hand-left:before {
       
   631   content: "\e128"; }
       
   632 
       
   633 .glyphicon-hand-up:before {
       
   634   content: "\e129"; }
       
   635 
       
   636 .glyphicon-hand-down:before {
       
   637   content: "\e130"; }
       
   638 
       
   639 .glyphicon-circle-arrow-right:before {
       
   640   content: "\e131"; }
       
   641 
       
   642 .glyphicon-circle-arrow-left:before {
       
   643   content: "\e132"; }
       
   644 
       
   645 .glyphicon-circle-arrow-up:before {
       
   646   content: "\e133"; }
       
   647 
       
   648 .glyphicon-circle-arrow-down:before {
       
   649   content: "\e134"; }
       
   650 
       
   651 .glyphicon-globe:before {
       
   652   content: "\e135"; }
       
   653 
       
   654 .glyphicon-wrench:before {
       
   655   content: "\e136"; }
       
   656 
       
   657 .glyphicon-tasks:before {
       
   658   content: "\e137"; }
       
   659 
       
   660 .glyphicon-filter:before {
       
   661   content: "\e138"; }
       
   662 
       
   663 .glyphicon-briefcase:before {
       
   664   content: "\e139"; }
       
   665 
       
   666 .glyphicon-fullscreen:before {
       
   667   content: "\e140"; }
       
   668 
       
   669 .glyphicon-dashboard:before {
       
   670   content: "\e141"; }
       
   671 
       
   672 .glyphicon-paperclip:before {
       
   673   content: "\e142"; }
       
   674 
       
   675 .glyphicon-heart-empty:before {
       
   676   content: "\e143"; }
       
   677 
       
   678 .glyphicon-link:before {
       
   679   content: "\e144"; }
       
   680 
       
   681 .glyphicon-phone:before {
       
   682   content: "\e145"; }
       
   683 
       
   684 .glyphicon-pushpin:before {
       
   685   content: "\e146"; }
       
   686 
       
   687 .glyphicon-usd:before {
       
   688   content: "\e148"; }
       
   689 
       
   690 .glyphicon-gbp:before {
       
   691   content: "\e149"; }
       
   692 
       
   693 .glyphicon-sort:before {
       
   694   content: "\e150"; }
       
   695 
       
   696 .glyphicon-sort-by-alphabet:before {
       
   697   content: "\e151"; }
       
   698 
       
   699 .glyphicon-sort-by-alphabet-alt:before {
       
   700   content: "\e152"; }
       
   701 
       
   702 .glyphicon-sort-by-order:before {
       
   703   content: "\e153"; }
       
   704 
       
   705 .glyphicon-sort-by-order-alt:before {
       
   706   content: "\e154"; }
       
   707 
       
   708 .glyphicon-sort-by-attributes:before {
       
   709   content: "\e155"; }
       
   710 
       
   711 .glyphicon-sort-by-attributes-alt:before {
       
   712   content: "\e156"; }
       
   713 
       
   714 .glyphicon-unchecked:before {
       
   715   content: "\e157"; }
       
   716 
       
   717 .glyphicon-expand:before {
       
   718   content: "\e158"; }
       
   719 
       
   720 .glyphicon-collapse-down:before {
       
   721   content: "\e159"; }
       
   722 
       
   723 .glyphicon-collapse-up:before {
       
   724   content: "\e160"; }
       
   725 
       
   726 .glyphicon-log-in:before {
       
   727   content: "\e161"; }
       
   728 
       
   729 .glyphicon-flash:before {
       
   730   content: "\e162"; }
       
   731 
       
   732 .glyphicon-log-out:before {
       
   733   content: "\e163"; }
       
   734 
       
   735 .glyphicon-new-window:before {
       
   736   content: "\e164"; }
       
   737 
       
   738 .glyphicon-record:before {
       
   739   content: "\e165"; }
       
   740 
       
   741 .glyphicon-save:before {
       
   742   content: "\e166"; }
       
   743 
       
   744 .glyphicon-open:before {
       
   745   content: "\e167"; }
       
   746 
       
   747 .glyphicon-saved:before {
       
   748   content: "\e168"; }
       
   749 
       
   750 .glyphicon-import:before {
       
   751   content: "\e169"; }
       
   752 
       
   753 .glyphicon-export:before {
       
   754   content: "\e170"; }
       
   755 
       
   756 .glyphicon-send:before {
       
   757   content: "\e171"; }
       
   758 
       
   759 .glyphicon-floppy-disk:before {
       
   760   content: "\e172"; }
       
   761 
       
   762 .glyphicon-floppy-saved:before {
       
   763   content: "\e173"; }
       
   764 
       
   765 .glyphicon-floppy-remove:before {
       
   766   content: "\e174"; }
       
   767 
       
   768 .glyphicon-floppy-save:before {
       
   769   content: "\e175"; }
       
   770 
       
   771 .glyphicon-floppy-open:before {
       
   772   content: "\e176"; }
       
   773 
       
   774 .glyphicon-credit-card:before {
       
   775   content: "\e177"; }
       
   776 
       
   777 .glyphicon-transfer:before {
       
   778   content: "\e178"; }
       
   779 
       
   780 .glyphicon-cutlery:before {
       
   781   content: "\e179"; }
       
   782 
       
   783 .glyphicon-header:before {
       
   784   content: "\e180"; }
       
   785 
       
   786 .glyphicon-compressed:before {
       
   787   content: "\e181"; }
       
   788 
       
   789 .glyphicon-earphone:before {
       
   790   content: "\e182"; }
       
   791 
       
   792 .glyphicon-phone-alt:before {
       
   793   content: "\e183"; }
       
   794 
       
   795 .glyphicon-tower:before {
       
   796   content: "\e184"; }
       
   797 
       
   798 .glyphicon-stats:before {
       
   799   content: "\e185"; }
       
   800 
       
   801 .glyphicon-sd-video:before {
       
   802   content: "\e186"; }
       
   803 
       
   804 .glyphicon-hd-video:before {
       
   805   content: "\e187"; }
       
   806 
       
   807 .glyphicon-subtitles:before {
       
   808   content: "\e188"; }
       
   809 
       
   810 .glyphicon-sound-stereo:before {
       
   811   content: "\e189"; }
       
   812 
       
   813 .glyphicon-sound-dolby:before {
       
   814   content: "\e190"; }
       
   815 
       
   816 .glyphicon-sound-5-1:before {
       
   817   content: "\e191"; }
       
   818 
       
   819 .glyphicon-sound-6-1:before {
       
   820   content: "\e192"; }
       
   821 
       
   822 .glyphicon-sound-7-1:before {
       
   823   content: "\e193"; }
       
   824 
       
   825 .glyphicon-copyright-mark:before {
       
   826   content: "\e194"; }
       
   827 
       
   828 .glyphicon-registration-mark:before {
       
   829   content: "\e195"; }
       
   830 
       
   831 .glyphicon-cloud-download:before {
       
   832   content: "\e197"; }
       
   833 
       
   834 .glyphicon-cloud-upload:before {
       
   835   content: "\e198"; }
       
   836 
       
   837 .glyphicon-tree-conifer:before {
       
   838   content: "\e199"; }
       
   839 
       
   840 .glyphicon-tree-deciduous:before {
       
   841   content: "\e200"; }
       
   842 
       
   843 * {
       
   844   -webkit-box-sizing: border-box;
       
   845   -moz-box-sizing: border-box;
       
   846   box-sizing: border-box; }
       
   847 
       
   848 *:before, *:after {
       
   849     -webkit-box-sizing: border-box;
       
   850     -moz-box-sizing: border-box;
       
   851     box-sizing: border-box; }
       
   852 
       
   853 html {
       
   854 	font-size: 10px;
       
   855 	-webkit-tap-highlight-color: transparent; }
       
   856 
       
   857 body {
       
   858 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
       
   859 	font-size: 13px;
       
   860 	line-height: 1.5;
       
   861 	color: #333;
       
   862 	background-color: #fff; }
       
   863 
       
   864 input, button, select, textarea {
       
   865 	font-family: inherit;
       
   866 	font-size: inherit;
       
   867 	line-height: inherit; }
       
   868 a {
       
   869 	color: #005D9D;
       
   870 	text-decoration: none;
       
   871 }
       
   872 a:hover, a:focus  {
       
   873 	color: #005D9D;
       
   874 	text-decoration: underline;
       
   875 }    
       
   876 a:focus {
       
   877     outline: thin dotted;
       
   878 	outline: 5px auto -webkit-focus-ring-color;
       
   879 	outline-offset: -2px; }
       
   880 
       
   881 figure {
       
   882 	margin: 0; }
       
   883 
       
   884 img {
       
   885 	vertical-align: middle; }
       
   886 
       
   887 .img-responsive {
    20   display: block;
   888   display: block;
    21 }
   889   width: 100% \9;
    22 audio,
       
    23 canvas,
       
    24 video {
       
    25   display: inline-block;
       
    26   *display: inline;
       
    27   *zoom: 1;
       
    28 }
       
    29 audio:not([controls]) {
       
    30   display: none;
       
    31 }
       
    32 html {
       
    33   font-size: 100%;
       
    34   -webkit-text-size-adjust: 100%;
       
    35   -ms-text-size-adjust: 100%;
       
    36 }
       
    37 a:focus {
       
    38   outline: thin dotted #333;
       
    39   outline: 5px auto -webkit-focus-ring-color;
       
    40   outline-offset: -2px;
       
    41 }
       
    42 a:hover,
       
    43 a:active {
       
    44   outline: 0;
       
    45 }
       
    46 sub,
       
    47 sup {
       
    48   position: relative;
       
    49   font-size: 75%;
       
    50   line-height: 0;
       
    51   vertical-align: baseline;
       
    52 }
       
    53 sup {
       
    54   top: -0.5em;
       
    55 }
       
    56 sub {
       
    57   bottom: -0.25em;
       
    58 }
       
    59 img {
       
    60   max-width: 100%;
   890   max-width: 100%;
    61   height: auto;
   891   height: auto; }
    62   border: 0;
   892 
    63   -ms-interpolation-mode: bicubic;
   893 .img-rounded {
    64 }
   894     border-radius: 6px; }
    65 button,
   895 
    66 input,
   896 .img-thumbnail {
    67 select,
   897 	padding: 4px;
    68 textarea {
   898 	line-height: 1.5;
    69   margin: 0;
   899 	background-color: #fff;
    70   font-size: 100%;
   900 	border: 1px solid #ddd;
    71   vertical-align: middle;
   901 	border-radius: 4px;
    72 }
   902 	-webkit-transition: all 0.2s ease-in-out;
    73 button,
   903 	-o-transition: all 0.2s ease-in-out;
    74 input {
   904 	transition: all 0.2s ease-in-out;
    75   *overflow: visible;
   905 	display: inline-block;
    76   line-height: normal;
   906 	width: 100% \9;
    77 }
   907 	max-width: 100%;
    78 button::-moz-focus-inner,
   908 	height: auto; }
    79 input::-moz-focus-inner {
   909 
    80   padding: 0;
   910 .img-circle {
    81   border: 0;
   911 	border-radius: 50%; }
    82 }
   912 
    83 button,
   913 hr {
    84 input[type="button"],
   914     margin-top: 18px;
    85 input[type="reset"],
   915     margin-bottom: 18px;
    86 input[type="submit"] {
   916     border: 0;
    87   cursor: pointer;
   917     border-top: 1px solid #eee; }
    88   -webkit-appearance: button;
   918 
    89 }
   919 .sr-only {
    90 input[type="search"] {
   920     position: absolute;
    91   -webkit-appearance: textfield;
   921     width: 1px;
    92   -webkit-box-sizing: content-box;
   922     height: 1px;
    93   -moz-box-sizing: content-box;
   923     margin: -1px;
    94   box-sizing: content-box;
   924     padding: 0;
    95 }
   925     overflow: hidden;
    96 input[type="search"]::-webkit-search-decoration,
   926     clip: rect(0, 0, 0, 0);
    97 input[type="search"]::-webkit-search-cancel-button {
   927     border: 0; }
    98   -webkit-appearance: none;
   928 
    99 }
   929 .sr-only-focusable:active, .sr-only-focusable:focus {
   100 textarea {
   930     position: static;
   101   overflow: auto;
   931     width: auto;
   102   vertical-align: top;
   932     height: auto;
   103 }
   933     margin: 0;
   104 .clearfix {
   934     overflow: visible;
   105   *zoom: 1;
   935     clip: auto; }
   106 }
   936     
   107 .clearfix:before,
   937 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   108 .clearfix:after {
   938   font-weight: 600;
   109   display: table;
   939   line-height: 1.2;
   110   content: "";
   940   color: #333333;  
   111 }
   941 }
   112 .clearfix:after {
   942   h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small,
   113   clear: both;
   943   h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small,
   114 }
   944   .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small,
   115 *:focus { outline: 0; }
   945   .h5 .small, .h6 small, .h6 .small {
   116 
   946     font-weight: normal;
   117 body {
   947     line-height: 1;
   118   margin: 0;
   948     color: #333333; }
   119   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   949 
   120   font-size: 13px;
   950 h1, .h1, h2, .h2, h3, .h3 {
   121   line-height: 18px;
   951   margin-top: 18px;
   122   color: #333333;
   952   margin-bottom: 9px; }
   123   background-color: #ffffff;
   953   h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small,
   124 }
   954   .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
   125 a {
   955     font-size: 65%; }
   126   color: #005D9D;
   956 
   127   text-decoration: none;
   957 h4, .h4, h5, .h5, h6, .h6 {
   128 }
   958   margin-top: 9px;
   129 a:hover {
   959   margin-bottom: 9px; }
   130   color: #005D9D;
   960   h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small,
   131   text-decoration: underline;
   961   .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
   132 }
   962     font-size: 75%; }
   133 .row {
   963 
   134   margin-left: -20px;
   964 h1, .h1 {
   135   *zoom: 1;
   965   font-size: 33px; }
   136 }
   966 
   137 .row:before,
   967 h2, .h2 {
   138 .row:after {
   968 	font-size: 27px; }
   139   display: table;
   969 
   140   content: "";
   970 h3, .h3 {
   141 }
   971 	font-size: 23px; }
   142 .row:after {
   972 
   143   clear: both;
   973 h4, .h4 {
   144 }
   974 	font-size: 17px; }
   145 [class*="span"] {
   975 
   146   float: left;
   976 h5, .h5 {
   147   margin-left: 20px;
   977 	font-size: 13px; }
   148 }
   978 
   149 .span1 {
   979 h6, .h6 {
   150   width: 60px;
   980 	font-size: 12px; }
   151 }
   981 
   152 .span2 {
       
   153   width: 140px;
       
   154 }
       
   155 .span3 {
       
   156   width: 220px;
       
   157 }
       
   158 .span4 {
       
   159   width: 300px;
       
   160 }
       
   161 .span5 {
       
   162   width: 380px;
       
   163 }
       
   164 .span6 {
       
   165   width: 460px;
       
   166 }
       
   167 .span7 {
       
   168   width: 540px;
       
   169 }
       
   170 .span8 {
       
   171   width: 620px;
       
   172 }
       
   173 .span9 {
       
   174   width: 700px;
       
   175 }
       
   176 .span10 {
       
   177   width: 780px;
       
   178 }
       
   179 .span11 {
       
   180   width: 860px;
       
   181 }
       
   182 .span12,
       
   183 .container {
       
   184   width: 940px;
       
   185 }
       
   186 .offset1 {
       
   187   margin-left: 100px;
       
   188 }
       
   189 .offset2 {
       
   190   margin-left: 180px;
       
   191 }
       
   192 .offset3 {
       
   193   margin-left: 260px;
       
   194 }
       
   195 .offset4 {
       
   196   margin-left: 340px;
       
   197 }
       
   198 .offset5 {
       
   199   margin-left: 420px;
       
   200 }
       
   201 .offset6 {
       
   202   margin-left: 500px;
       
   203 }
       
   204 .offset7 {
       
   205   margin-left: 580px;
       
   206 }
       
   207 .offset8 {
       
   208   margin-left: 660px;
       
   209 }
       
   210 .offset9 {
       
   211   margin-left: 740px;
       
   212 }
       
   213 .offset10 {
       
   214   margin-left: 820px;
       
   215 }
       
   216 .offset11 {
       
   217   margin-left: 900px;
       
   218 }
       
   219 .row-fluid {
       
   220   width: 100%;
       
   221   *zoom: 1;
       
   222 }
       
   223 .row-fluid:before,
       
   224 .row-fluid:after {
       
   225   display: table;
       
   226   content: "";
       
   227 }
       
   228 .row-fluid:after {
       
   229   clear: both;
       
   230 }
       
   231 .row-fluid > [class*="span"] {
       
   232   float: left;
       
   233   margin-left: 2.127659574%;
       
   234 }
       
   235 .row-fluid > [class*="span"]:first-child {
       
   236   margin-left: 0;
       
   237 }
       
   238 .row-fluid > .span1 {
       
   239   width: 6.382978723%;
       
   240 }
       
   241 .row-fluid > .span2 {
       
   242   width: 14.89361702%;
       
   243 }
       
   244 .row-fluid > .span3 {
       
   245   width: 23.404255317%;
       
   246 }
       
   247 .row-fluid > .span4 {
       
   248   width: 31.914893614%;
       
   249 }
       
   250 .row-fluid > .span5 {
       
   251   width: 40.425531911%;
       
   252 }
       
   253 .row-fluid > .span6 {
       
   254   width: 48.93617020799999%;
       
   255 }
       
   256 .row-fluid > .span7 {
       
   257   width: 57.446808505%;
       
   258 }
       
   259 .row-fluid > .span8 {
       
   260   width: 65.95744680199999%;
       
   261 }
       
   262 .row-fluid > .span9 {
       
   263   width: 74.468085099%;
       
   264 }
       
   265 .row-fluid > .span10 {
       
   266   width: 82.97872339599999%;
       
   267 }
       
   268 .row-fluid > .span11 {
       
   269   width: 91.489361693%;
       
   270 }
       
   271 .row-fluid > .span12 {
       
   272   width: 99.99999998999999%;
       
   273 }
       
   274 .container {
       
   275   width: 940px;
       
   276   margin-left: auto;
       
   277   margin-right: auto;
       
   278   *zoom: 1;
       
   279 }
       
   280 .container:before,
       
   281 .container:after {
       
   282   display: table;
       
   283   content: "";
       
   284 }
       
   285 .container:after {
       
   286   clear: both;
       
   287 }
       
   288 .container-fluid {
       
   289   padding-left: 20px;
       
   290   padding-right: 20px;
       
   291   *zoom: 1;
       
   292 }
       
   293 .container-fluid:before,
       
   294 .container-fluid:after {
       
   295   display: table;
       
   296   content: "";
       
   297 }
       
   298 .container-fluid:after {
       
   299   clear: both;
       
   300 }
       
   301 p {
   982 p {
   302   margin: 0 0 9px;
   983 	margin: 0 0 9px; }
   303   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   984 
   304   font-size: 13px;
   985 #container {
   305   line-height: 18px;
   986 	width: 100%;
   306 }
   987 	height: 100%;
   307 p small {
   988 }
   308   font-size: 11px;
   989 
   309   color: #999999;
       
   310 }
       
   311 .lead {
   990 .lead {
   312   margin-bottom: 18px;
   991 	margin-bottom: 18px;
   313   font-size: 20px;
   992 	font-size: 14px;
   314   font-weight: 200;
   993 	font-weight: 300;
   315   line-height: 27px;
   994 	line-height: 1.4; }
   316 }
   995 
   317 h1,
   996 @media (min-width: 768px) {
   318 h2,
   997 	.lead {
   319 h3,
   998 	font-size: 19.5px;   }
   320 h4,
   999 }
   321 h5,
  1000 
   322 h6 {
  1001 small, .small {
   323   margin: 0;
  1002   font-size: 92%; }
   324   font-weight: bold;
  1003 
   325   color: #333333;
  1004 cite {
   326   text-rendering: optimizelegibility;
  1005     font-style: normal; }
   327 }
  1006 
   328 h1 small,
  1007 mark, .mark {
   329 h2 small,
  1008 	background-color: #fcf8e3;
   330 h3 small,
  1009 	padding: 0.2em; }
   331 h4 small,
  1010 
   332 h5 small,
  1011 .text-left {
   333 h6 small {
  1012 	text-align: left; }
   334   font-weight: normal;
  1013 
   335   color: #999999;
  1014 .text-right {
   336 }
  1015 	text-align: right; }
   337 h1 {
  1016 
   338   font-size: 30px;
  1017 .text-center {
   339   line-height: 36px;
  1018 	text-align: center; }
   340 }
  1019 
   341 h1 small {
  1020 .text-justify {
   342   font-size: 18px;
  1021 	text-align: justify; }
   343 }
  1022 
   344 h2 {
  1023 .text-nowrap {
   345   font-size: 24px;
  1024     white-space: nowrap; }
   346   line-height: 36px;
  1025 
   347 }
  1026 .text-lowercase {
   348 h2 small {
  1027 	text-transform: lowercase; }
   349   font-size: 18px;
  1028 
   350 }
  1029 .text-uppercase {
   351 h3 {
  1030 	text-transform: uppercase; }
   352   line-height: 27px;
  1031 
   353   font-size: 16px;
  1032 .text-capitalize {
   354 }
  1033 	text-transform: capitalize; }
   355 h3 small {
  1034 
   356   font-size: 14px;
  1035 .text-muted {
   357 }
  1036 	color: #777; }
   358 h4,
  1037 
   359 h5,
  1038 .bg-primary {
   360 h6 {
  1039 	color: #fff; }
   361   line-height: 18px;
  1040 
   362 }
       
   363 h4 {
       
   364   font-size: 14px;
       
   365 }
       
   366 h4 small {
       
   367   font-size: 12px;
       
   368 }
       
   369 h5 {
       
   370   font-size: 12px;
       
   371 }
       
   372 h6 {
       
   373   font-size: 11px;
       
   374   color: #999999;
       
   375   text-transform: uppercase;
       
   376 }
       
   377 .page-header {
  1041 .page-header {
   378   padding-bottom: 17px;
  1042 	padding-bottom: 8px;
   379   margin: 18px 0;
  1043 	margin: 36px 0 18px;
   380   border-bottom: 1px solid #eeeeee;
  1044     /*border-bottom: 1px solid #eee; */}
   381 }
  1045 
   382 .page-header h1 {
  1046 ul, ol {
   383   line-height: 1;
  1047   margin-top: 0;
   384 }
  1048   margin-bottom: 9px; }
   385 ul,
  1049 ul ul, ul ol, ol ul, ol ol {
   386 ol {
  1050     margin-bottom: 0; }
   387   padding: 0;
  1051 
   388   margin: 0 0 9px 25px;
  1052 .list-unstyled, .list-inline {
   389 }
  1053   padding-left: 0;
   390 ul ul,
  1054   list-style: none; }
   391 ul ol,
  1055 
   392 ol ol,
  1056 .list-inline {
   393 ol ul {
  1057 	margin-left: -5px; }
   394   margin-bottom: 0;
  1058 .list-inline > li {
   395 }
  1059       display: inline-block;
   396 ul {
  1060       padding-left: 5px;
   397   list-style: disc;
  1061       padding-right: 5px; }
   398 }
  1062 
   399 ol {
       
   400   list-style: decimal;
       
   401 }
       
   402 li {
       
   403   line-height: 18px;
       
   404 }
       
   405 ul.unstyled,
       
   406 ol.unstyled {
       
   407   margin-left: 0;
       
   408   list-style: none;
       
   409 }
       
   410 table ul {
       
   411   margin: 0;
       
   412   list-style-type: none;
       
   413 }
       
   414 dl {
  1063 dl {
   415   margin-bottom: 18px;
  1064   margin-top: 0;
   416 }
  1065   margin-bottom: 18px; }
   417 dt,
  1066 
       
  1067 dt, dd {
       
  1068 	line-height: 1.5; }
       
  1069 
       
  1070 dt {
       
  1071 	font-weight: bold; }
       
  1072 
   418 dd {
  1073 dd {
   419   line-height: 18px;
  1074 	margin-left: 0; }
   420 }
  1075 
   421 dt {
  1076 @media (min-width: 768px) {
   422   font-weight: bold;
  1077 	.dl-horizontal dt {
   423 }
  1078 		loat: left;
   424 dd {
  1079 		width: 160px;
   425   margin-left: 9px;
  1080 		clear: left;
   426 }
  1081 		text-align: right;
   427 hr {
  1082 		overflow: hidden;
   428   margin: 18px 0;
  1083 		text-overflow: ellipsis;
   429   border: 0;
  1084 		white-space: nowrap;   }
   430   border-top: 1px solid #eeeeee;
  1085 		.dl-horizontal dd {
   431   border-bottom: 1px solid #ffffff;
  1086 		margin-left: 180px;   }
   432 }
  1087 }
   433 strong {
  1088 
   434   font-weight: bold;
  1089 abbr[title], abbr[data-original-title] {
   435 }
       
   436 em {
       
   437   font-style: italic;
       
   438 }
       
   439 .muted {
       
   440   color: #999999;
       
   441 }
       
   442 abbr {
       
   443   font-size: 90%;
       
   444   text-transform: uppercase;
       
   445   border-bottom: 1px dotted #ddd;
       
   446   cursor: help;
  1090   cursor: help;
   447 }
  1091   border-bottom: 1px dotted #777; }
   448 blockquote {
  1092 
   449   padding: 0 0 0 15px;
  1093   .initialism {
   450   margin: 0 0 18px;
  1094     font-size: 90%;
   451   border-left: 5px solid #eeeeee;
  1095     text-transform: uppercase; }
   452 }
  1096 
   453 blockquote p {
  1097     blockquote {
   454   margin-bottom: 0;
  1098       padding: 9px 18px;
   455   font-size: 16px;
  1099       margin: 0 0 18px;
   456   font-weight: 300;
  1100       font-size: 16.25px;
   457   line-height: 22.5px;
  1101       border-left: 5px solid #eee; }
   458 }
  1102       blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
   459 blockquote small {
  1103         margin-bottom: 0; }
   460   display: block;
  1104       blockquote footer, blockquote small, blockquote .small {
   461   line-height: 18px;
  1105         display: block;
   462   color: #999999;
  1106         font-size: 80%;
   463 }
  1107         line-height: 1.5;
   464 blockquote small:before {
  1108         color: #777; }
   465   content: '\2014 \00A0';
  1109         blockquote footer:before, blockquote small:before, blockquote .small:before {
   466 }
  1110           content: '\2014 \00A0'; }
   467 blockquote.pull-right {
  1111 
   468   float: right;
  1112 .blockquote-reverse, blockquote.pull-right {
       
  1113   padding-right: 15px;
   469   padding-left: 0;
  1114   padding-left: 0;
   470   padding-right: 15px;
  1115   border-right: 5px solid #eee;
   471   border-left: 0;
  1116   border-left: 0;
   472   border-right: 5px solid #eeeeee;
  1117   text-align: right; }
   473 }
  1118   .blockquote-reverse footer:before, .blockquote-reverse small:before,
   474 blockquote.pull-right p,
  1119   .blockquote-reverse .small:before, blockquote.pull-right footer:before,
   475 blockquote.pull-right small {
  1120   blockquote.pull-right small:before, blockquote.pull-right .small:before {
   476   text-align: right;
  1121     content: ''; }
   477 }
  1122     .blockquote-reverse footer:after, .blockquote-reverse small:after,
   478 q:before,
  1123     .blockquote-reverse .small:after, blockquote.pull-right footer:after,
   479 q:after,
  1124     blockquote.pull-right small:after, blockquote.pull-right .small:after {
   480 blockquote:before,
  1125       content: '\00A0 \2014'; }
   481 blockquote:after {
  1126 
   482   content: "";
  1127 blockquote:before, blockquote:after {
   483 }
  1128   content: ""; }
   484 address {
  1129 
   485   display: block;
  1130   address {
   486   margin-bottom: 18px;
  1131     margin-bottom: 18px;
   487   line-height: 18px;
  1132     font-style: normal;
   488   font-style: normal;
  1133     line-height: 1.5; }
   489 }
  1134 .text-primary {
   490 small {
  1135   color: #428bca; }
   491   font-size: 100%;
  1136 
   492 }
  1137   a.text-primary:hover {
   493 cite {
  1138     color: #3071a9; }
   494   font-style: normal;
  1139 
   495 }
  1140     .text-success {
   496 code,
  1141       color: #3c763d; }
   497 pre {
  1142 
   498   padding: 0 3px 2px;
  1143       a.text-success:hover {
   499   font-family: Menlo, Monaco, "Courier New", monospace;
  1144         color: #2b542c; }
   500   font-size: 12px;
  1145 
   501   color: #333333;
  1146         .text-info {
   502   -webkit-border-radius: 0px;
  1147           color: #31708f; }
   503   -moz-border-radius: 0px;
  1148 
   504   border-radius: 0px;
  1149           a.text-info:hover {
   505 }
  1150             color: #245269; }
       
  1151 
       
  1152             .text-warning {
       
  1153               color: #8a6d3b; }
       
  1154 
       
  1155               a.text-warning:hover {
       
  1156                 color: #66512c; }
       
  1157 
       
  1158                 .text-danger {
       
  1159                   color: #a94442; }
       
  1160 
       
  1161                   a.text-danger:hover {
       
  1162                     color: #843534; }
       
  1163 .bg-primary {
       
  1164   background-color: #428bca; }
       
  1165 
       
  1166   a.bg-primary:hover {
       
  1167     background-color: #3071a9; }
       
  1168 
       
  1169     .bg-success {
       
  1170       background-color: #dff0d8; }
       
  1171 
       
  1172       a.bg-success:hover {
       
  1173         background-color: #c1e2b3; }
       
  1174 
       
  1175         .bg-info {
       
  1176           background-color: #d9edf7; }
       
  1177 
       
  1178           a.bg-info:hover {
       
  1179             background-color: #afd9ee; }
       
  1180 
       
  1181             .bg-warning {
       
  1182               background-color: #fcf8e3; }
       
  1183 
       
  1184               a.bg-warning:hover {
       
  1185                 background-color: #f7ecb5; }
       
  1186 
       
  1187                 .bg-danger {
       
  1188                   background-color: #f2dede; }
       
  1189 
       
  1190                   a.bg-danger:hover {
       
  1191                     background-color: #e4b9b9; }
       
  1192 .dl-horizontal dd:before, .dl-horizontal dd:after {
       
  1193   content: " ";
       
  1194   display: table; }
       
  1195   .dl-horizontal dd:after {
       
  1196     clear: both; }
       
  1197 .container:before, .container:after {
       
  1198   content: " ";
       
  1199   display: table; }
       
  1200   .container:after {
       
  1201     clear: both; }
       
  1202     .container-fluid:before, .container-fluid:after {
       
  1203       content: " ";
       
  1204       display: table; }
       
  1205       .container-fluid:after {
       
  1206         clear: both; }
       
  1207         .row:before, .row:after {
       
  1208           content: " ";
       
  1209           display: table; }
       
  1210           .row:after {
       
  1211             clear: both; }
       
  1212 .form-horizontal .form-group:before, .form-horizontal .form-group:after {
       
  1213 	content: " ";
       
  1214 	display: table; }
       
  1215 .form-horizontal .form-group:after {
       
  1216 	clear: both; }
       
  1217 .btn-toolbar:before, .btn-toolbar:after {
       
  1218   content: " ";
       
  1219   display: table; }
       
  1220   .btn-toolbar:after {
       
  1221     clear: both; }
       
  1222     .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
       
  1223       content: " ";
       
  1224       display: table; }
       
  1225       .btn-group-vertical > .btn-group:after {
       
  1226         clear: both; }
       
  1227 .nav:before, .nav:after {
       
  1228   content: " ";
       
  1229   display: table; }
       
  1230   .nav:after {
       
  1231     clear: both; }
       
  1232     .navbar:before, .navbar:after {
       
  1233       content: " ";
       
  1234       display: table; }
       
  1235       .navbar:after {
       
  1236         clear: both; }
       
  1237         .navbar-header:before, .navbar-header:after {
       
  1238           content: " ";
       
  1239           display: table; }
       
  1240           .navbar-header:after {
       
  1241             clear: both; }
       
  1242             .navbar-collapse:before, .navbar-collapse:after {
       
  1243               content: " ";
       
  1244               display: table; }
       
  1245               .navbar-collapse:after {
       
  1246                 clear: both; }
       
  1247                 .pager:before, .pager:after {
       
  1248                   content: " ";
       
  1249                   display: table; }
       
  1250                   .pager:after {
       
  1251                     clear: both; }
       
  1252                     .panel-body:before, .panel-body:after {
       
  1253                       content: " ";
       
  1254                       display: table; }
       
  1255                       .panel-body:after {
       
  1256                         clear: both; }
       
  1257                         .modal-footer:before, .modal-footer:after {
       
  1258                           content: " ";
       
  1259                           display: table; }
       
  1260                           .modal-footer:after {
       
  1261                             clear: both; }
       
  1262                             .clearfix:before, .clearfix:after {
       
  1263                               content: " ";
       
  1264                               display: table; }
       
  1265                               .clearfix:after {
       
  1266                                 clear: both; }
       
  1267 code, kbd, pre, samp {
       
  1268   font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
       
  1269 
   506 code {
  1270 code {
   507   padding: 3px 4px;
  1271     padding: 2px 4px;
   508   color: #d14;
  1272     font-size: 90%;
   509   background-color: #f7f7f9;
  1273     color: #c7254e;
   510   border: 1px solid #e1e1e8;
  1274     background-color: #f9f2f4;
   511 }
  1275     border-radius: 4px; }
       
  1276 
       
  1277 kbd {
       
  1278 	padding: 2px 4px;
       
  1279 	font-size: 90%;
       
  1280 	color: #fff;
       
  1281 	background-color: #333;
       
  1282 	border-radius: 3px;
       
  1283 	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
       
  1284 	
       
  1285 kbd kbd {
       
  1286     padding: 0;
       
  1287     font-size: 100%;
       
  1288     box-shadow: none; }
       
  1289 
   512 pre {
  1290 pre {
   513   display: block;
  1291   display: block;
   514   padding: 8.5px;
  1292   padding: 8.5px;
   515   margin: 0 0 9px;
  1293   margin: 0 0 9px;
   516   font-size: 12px;
  1294   font-size: 12px;
   517   line-height: 18px;
  1295   line-height: 1.5;
       
  1296   word-break: break-all;
       
  1297   word-wrap: break-word;
       
  1298   color: #333;
   518   background-color: #f5f5f5;
  1299   background-color: #f5f5f5;
   519   border: 1px solid #ccc;
  1300   border: 1px solid #ccc;
   520   border: 1px solid rgba(0, 0, 0, 0.15);
  1301   border-radius: 4px; }
   521   -webkit-border-radius: 0px;
  1302   
   522   -moz-border-radius: 0px;
       
   523   border-radius: 0px;
       
   524   white-space: pre;
       
   525   white-space: pre-wrap;
       
   526   word-break: break-all;
       
   527   word-wrap: break-word;
       
   528 }
       
   529 pre.prettyprint {
       
   530   margin-bottom: 18px;
       
   531 }
       
   532 pre code {
  1303 pre code {
   533   padding: 0;
  1304     padding: 0;
   534   color: inherit;
  1305     font-size: inherit;
   535   background-color: transparent;
  1306     color: inherit;
   536   border: 0;
  1307     white-space: pre-wrap;
   537 }
  1308     background-color: transparent;
       
  1309     border-radius: 0; }
       
  1310 
   538 .pre-scrollable {
  1311 .pre-scrollable {
   539   max-height: 340px;
  1312   max-height: 340px;
   540   overflow-y: scroll;
  1313   overflow-y: scroll; }
   541 }
  1314 .container {
   542 form {
  1315   margin-right: auto;
   543   margin: 0 0 18px;
  1316   margin-left: auto;
   544 }
  1317   padding-left: 15px;
       
  1318   padding-right: 15px; }
       
  1319   @media (min-width: 768px) {
       
  1320     .container {
       
  1321       width: 750px;   }
       
  1322 }
       
  1323     @media (min-width: 992px) {
       
  1324       .container {
       
  1325         width: 970px;   }
       
  1326 }
       
  1327       @media (min-width: 1200px) {
       
  1328         .container {
       
  1329           width: 1170px;   }
       
  1330 }
       
  1331 
       
  1332 .container-fluid {
       
  1333   margin-right: auto;
       
  1334   margin-left: auto;
       
  1335   padding-left: 15px;
       
  1336   padding-right: 15px; }
       
  1337 
       
  1338 .row {
       
  1339     margin-left: -15px;
       
  1340     margin-right: -15px; }
       
  1341     
       
  1342 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2,
       
  1343 .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4,
       
  1344 .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6,
       
  1345 .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
       
  1346 .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9,
       
  1347 .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11,
       
  1348 .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12,
       
  1349 .col-lg-12 {
       
  1350   position: relative;
       
  1351   min-height: 1px;
       
  1352   padding-left: 15px;
       
  1353   padding-right: 15px; }
       
  1354 
       
  1355   .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7,
       
  1356   .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
       
  1357     float: left; }
       
  1358 
       
  1359     .col-xs-1 {
       
  1360       width: 8.33333%; }
       
  1361 
       
  1362       .col-xs-2 {
       
  1363         width: 16.66667%; }
       
  1364 
       
  1365         .col-xs-3 {
       
  1366           width: 25%; }
       
  1367 
       
  1368           .col-xs-4 {
       
  1369             width: 33.33333%; }
       
  1370 
       
  1371             .col-xs-5 {
       
  1372               width: 41.66667%; }
       
  1373 
       
  1374               .col-xs-6 {
       
  1375                 width: 50%; }
       
  1376 
       
  1377                 .col-xs-7 {
       
  1378                   width: 58.33333%; }
       
  1379 
       
  1380                   .col-xs-8 {
       
  1381                     width: 66.66667%; }
       
  1382 
       
  1383                     .col-xs-9 {
       
  1384                       width: 75%; }
       
  1385 
       
  1386                       .col-xs-10 {
       
  1387                         width: 83.33333%; }
       
  1388 
       
  1389                         .col-xs-11 {
       
  1390                           width: 91.66667%; }
       
  1391 
       
  1392                           .col-xs-12 {
       
  1393                             width: 100%; }
       
  1394 
       
  1395                             .col-xs-pull-0 {
       
  1396                               right: auto; }
       
  1397 
       
  1398                               .col-xs-pull-1 {
       
  1399                                 right: 8.33333%; }
       
  1400 
       
  1401                                 .col-xs-pull-2 {
       
  1402                                   right: 16.66667%; }
       
  1403 
       
  1404                                   .col-xs-pull-3 {
       
  1405                                     right: 25%; }
       
  1406 
       
  1407                                     .col-xs-pull-4 {
       
  1408                                       right: 33.33333%; }
       
  1409 
       
  1410                                       .col-xs-pull-5 {
       
  1411                                         right: 41.66667%; }
       
  1412 
       
  1413                                         .col-xs-pull-6 {
       
  1414                                           right: 50%; }
       
  1415 
       
  1416                                           .col-xs-pull-7 {
       
  1417                                             right: 58.33333%; }
       
  1418 
       
  1419                                             .col-xs-pull-8 {
       
  1420                                               right: 66.66667%; }
       
  1421 
       
  1422                                               .col-xs-pull-9 {
       
  1423                                                 right: 75%; }
       
  1424 
       
  1425                                                 .col-xs-pull-10 {
       
  1426                                                   right: 83.33333%; }
       
  1427 
       
  1428                                                   .col-xs-pull-11 {
       
  1429                                                     right: 91.66667%; }
       
  1430 
       
  1431                                                     .col-xs-pull-12 {
       
  1432                                                       right: 100%; }
       
  1433 
       
  1434                                                       .col-xs-push-0 {
       
  1435                                                         left: auto; }
       
  1436 
       
  1437                                                         .col-xs-push-1 {
       
  1438                                                           left: 8.33333%; }
       
  1439 
       
  1440                                                           .col-xs-push-2 {
       
  1441                                                             left: 16.66667%; }
       
  1442 
       
  1443                                                             .col-xs-push-3 {
       
  1444                                                               left: 25%; }
       
  1445 
       
  1446                                                               .col-xs-push-4 {
       
  1447                                                                 left: 33.33333%; }
       
  1448 
       
  1449                                                                 .col-xs-push-5 {
       
  1450                                                                   left: 41.66667%; }
       
  1451 
       
  1452                                                                   .col-xs-push-6 {
       
  1453                                                                     left: 50%; }
       
  1454 
       
  1455                                                                     .col-xs-push-7 {
       
  1456                                                                       left: 58.33333%; }
       
  1457 
       
  1458                                                                       .col-xs-push-8 {
       
  1459                                                                         left: 66.66667%; }
       
  1460 
       
  1461                                                                         .col-xs-push-9 {
       
  1462                                                                           left: 75%; }
       
  1463 
       
  1464                                                                           .col-xs-push-10 {
       
  1465                                                                             left: 83.33333%; }
       
  1466 
       
  1467                                                                             .col-xs-push-11 {
       
  1468                                                                               left: 91.66667%; }
       
  1469 
       
  1470                                                                               .col-xs-push-12 {
       
  1471                                                                                 left: 100%; }
       
  1472 
       
  1473                                                                                 .col-xs-offset-0 {
       
  1474                                                                                   margin-left: 0%; }
       
  1475 
       
  1476                                                                                   .col-xs-offset-1 {
       
  1477                                                                                     margin-left: 8.33333%; }
       
  1478 
       
  1479                                                                                     .col-xs-offset-2 {
       
  1480                                                                                       margin-left: 16.66667%; }
       
  1481 
       
  1482                                                                                       .col-xs-offset-3 {
       
  1483                                                                                         margin-left: 25%; }
       
  1484 
       
  1485                                                                                         .col-xs-offset-4 {
       
  1486                                                                                           margin-left: 33.33333%; }
       
  1487 
       
  1488                                                                                           .col-xs-offset-5 {
       
  1489                                                                                             margin-left: 41.66667%; }
       
  1490 
       
  1491                                                                                             .col-xs-offset-6 {
       
  1492                                                                                               margin-left: 50%; }
       
  1493 
       
  1494                                                                                               .col-xs-offset-7 {
       
  1495                                                                                                 margin-left: 58.33333%; }
       
  1496 
       
  1497                                                                                                 .col-xs-offset-8 {
       
  1498                                                                                                   margin-left: 66.66667%; }
       
  1499 
       
  1500                                                                                                   .col-xs-offset-9 {
       
  1501                                                                                                     margin-left: 75%; }
       
  1502 
       
  1503                                                                                                     .col-xs-offset-10 {
       
  1504                                                                                                       margin-left: 83.33333%; }
       
  1505 
       
  1506                                                                                                       .col-xs-offset-11 {
       
  1507                                                                                                         margin-left: 91.66667%; }
       
  1508 
       
  1509                                                                                                         .col-xs-offset-12 {
       
  1510                                                                                                           margin-left: 100%; }
       
  1511                                                                                                           @media (min-width: 768px) {
       
  1512                                                                                                             .col-xs-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7,
       
  1513                                                                                                             .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
       
  1514                                                                                                               float: left;   }
       
  1515                                                                                                               .col-sm-1 {
       
  1516                                                                                                                 width: 8.33333%;   }
       
  1517                                                                                                                 .col-sm-2 {
       
  1518                                                                                                                   width: 16.66667%;   }
       
  1519                                                                                                                   .col-sm-3 {
       
  1520                                                                                                                     width: 25%;   }
       
  1521                                                                                                                     .col-sm-4 {
       
  1522                                                                                                                       width: 33.33333%;   }
       
  1523                                                                                                                       .col-sm-5 {
       
  1524                                                                                                                         width: 41.66667%;   }
       
  1525                                                                                                                         .col-sm-6 {
       
  1526                                                                                                                           width: 50%;   }
       
  1527                                                                                                                           .col-sm-7 {
       
  1528                                                                                                                             width: 58.33333%;   }
       
  1529                                                                                                                             .col-sm-8 {
       
  1530                                                                                                                               width: 66.66667%;   }
       
  1531                                                                                                                               .col-sm-9 {
       
  1532                                                                                                                                 width: 75%;   }
       
  1533                                                                                                                                 .col-sm-10 {
       
  1534                                                                                                                                   width: 83.33333%;   }
       
  1535                                                                                                                                   .col-sm-11 {
       
  1536                                                                                                                                     width: 91.66667%;   }
       
  1537                                                                                                                                     .col-sm-12 {
       
  1538                                                                                                                                       width: 100%;   }
       
  1539                                                                                                                                       .col-sm-pull-0 {
       
  1540                                                                                                                                         right: auto;   }
       
  1541                                                                                                                                         .col-sm-pull-1 {
       
  1542                                                                                                                                           right: 8.33333%;   }
       
  1543                                                                                                                                           .col-sm-pull-2 {
       
  1544                                                                                                                                             right: 16.66667%;   }
       
  1545                                                                                                                                             .col-sm-pull-3 {
       
  1546                                                                                                                                               right: 25%;   }
       
  1547                                                                                                                                               .col-sm-pull-4 {
       
  1548                                                                                                                                                 right: 33.33333%;   }
       
  1549                                                                                                                                                 .col-sm-pull-5 {
       
  1550                                                                                                                                                   right: 41.66667%;   }
       
  1551                                                                                                                                                   .col-sm-pull-6 {
       
  1552                                                                                                                                                     right: 50%;   }
       
  1553                                                                                                                                                     .col-sm-pull-7 {
       
  1554                                                                                                                                                       right: 58.33333%;   }
       
  1555                                                                                                                                                       .col-sm-pull-8 {
       
  1556                                                                                                                                                         right: 66.66667%;   }
       
  1557                                                                                                                                                         .col-sm-pull-9 {
       
  1558                                                                                                                                                           right: 75%;   }
       
  1559                                                                                                                                                           .col-sm-pull-10 {
       
  1560                                                                                                                                                             right: 83.33333%;   }
       
  1561                                                                                                                                                             .col-sm-pull-11 {
       
  1562                                                                                                                                                               right: 91.66667%;   }
       
  1563                                                                                                                                                               .col-sm-pull-12 {
       
  1564                                                                                                                                                                 right: 100%;   }
       
  1565                                                                                                                                                                 .col-sm-push-0 {
       
  1566                                                                                                                                                                   left: auto;   }
       
  1567                                                                                                                                                                   .col-sm-push-1 {
       
  1568                                                                                                                                                                     left: 8.33333%;   }
       
  1569                                                                                                                                                                     .col-sm-push-2 {
       
  1570                                                                                                                                                                       left: 16.66667%;   }
       
  1571                                                                                                                                                                       .col-sm-push-3 {
       
  1572                                                                                                                                                                         left: 25%;   }
       
  1573                                                                                                                                                                         .col-sm-push-4 {
       
  1574                                                                                                                                                                           left: 33.33333%;   }
       
  1575                                                                                                                                                                           .col-sm-push-5 {
       
  1576                                                                                                                                                                             left: 41.66667%;   }
       
  1577                                                                                                                                                                             .col-sm-push-6 {
       
  1578                                                                                                                                                                               left: 50%;   }
       
  1579                                                                                                                                                                               .col-sm-push-7 {
       
  1580                                                                                                                                                                                 left: 58.33333%;   }
       
  1581                                                                                                                                                                                 .col-sm-push-8 {
       
  1582                                                                                                                                                                                   left: 66.66667%;   }
       
  1583                                                                                                                                                                                   .col-sm-push-9 {
       
  1584                                                                                                                                                                                     left: 75%;   }
       
  1585                                                                                                                                                                                     .col-sm-push-10 {
       
  1586                                                                                                                                                                                       left: 83.33333%;   }
       
  1587                                                                                                                                                                                       .col-sm-push-11 {
       
  1588                                                                                                                                                                                         left: 91.66667%;   }
       
  1589                                                                                                                                                                                         .col-sm-push-12 {
       
  1590                                                                                                                                                                                           left: 100%;   }
       
  1591                                                                                                                                                                                           .col-sm-offset-0 {
       
  1592                                                                                                                                                                                             margin-left: 0%;   }
       
  1593                                                                                                                                                                                             .col-sm-offset-1 {
       
  1594                                                                                                                                                                                               margin-left: 8.33333%;   }
       
  1595                                                                                                                                                                                               .col-sm-offset-2 {
       
  1596                                                                                                                                                                                                 margin-left: 16.66667%;   }
       
  1597                                                                                                                                                                                                 .col-sm-offset-3 {
       
  1598                                                                                                                                                                                                   margin-left: 25%;   }
       
  1599                                                                                                                                                                                                   .col-sm-offset-4 {
       
  1600                                                                                                                                                                                                     margin-left: 33.33333%;   }
       
  1601                                                                                                                                                                                                     .col-sm-offset-5 {
       
  1602                                                                                                                                                                                                       margin-left: 41.66667%;   }
       
  1603                                                                                                                                                                                                       .col-sm-offset-6 {
       
  1604                                                                                                                                                                                                         margin-left: 50%;   }
       
  1605                                                                                                                                                                                                         .col-sm-offset-7 {
       
  1606                                                                                                                                                                                                           margin-left: 58.33333%;   }
       
  1607                                                                                                                                                                                                           .col-sm-offset-8 {
       
  1608                                                                                                                                                                                                             margin-left: 66.66667%;   }
       
  1609                                                                                                                                                                                                             .col-sm-offset-9 {
       
  1610                                                                                                                                                                                                               margin-left: 75%;   }
       
  1611                                                                                                                                                                                                               .col-sm-offset-10 {
       
  1612                                                                                                                                                                                                                 margin-left: 83.33333%;   }
       
  1613                                                                                                                                                                                                                 .col-sm-offset-11 {
       
  1614                                                                                                                                                                                                                   margin-left: 91.66667%;   }
       
  1615                                                                                                                                                                                                                   .col-sm-offset-12 {
       
  1616                                                                                                                                                                                                                     margin-left: 100%;   }
       
  1617 }
       
  1618                                                                                                                                                                                                                   @media (min-width: 992px) {
       
  1619                                                                                                                                                                                                                     .col-xs-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7,
       
  1620                                                                                                                                                                                                                     .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
       
  1621                                                                                                                                                                                                                       float: left;   }
       
  1622                                                                                                                                                                                                                       .col-md-1 {
       
  1623                                                                                                                                                                                                                         width: 8.33333%;   }
       
  1624                                                                                                                                                                                                                         .col-md-2 {
       
  1625                                                                                                                                                                                                                           width: 16.66667%;   }
       
  1626                                                                                                                                                                                                                           .col-md-3 {
       
  1627                                                                                                                                                                                                                             width: 25%;   }
       
  1628                                                                                                                                                                                                                             .col-md-4 {
       
  1629                                                                                                                                                                                                                               width: 33.33333%;   }
       
  1630                                                                                                                                                                                                                               .col-md-5 {
       
  1631                                                                                                                                                                                                                                 width: 41.66667%;   }
       
  1632                                                                                                                                                                                                                                 .col-md-6 {
       
  1633                                                                                                                                                                                                                                   width: 50%;   }
       
  1634                                                                                                                                                                                                                                   .col-md-7 {
       
  1635                                                                                                                                                                                                                                     width: 58.33333%;   }
       
  1636                                                                                                                                                                                                                                     .col-md-8 {
       
  1637                                                                                                                                                                                                                                       width: 66.66667%;   }
       
  1638                                                                                                                                                                                                                                       .col-md-9 {
       
  1639                                                                                                                                                                                                                                         width: 75%;   }
       
  1640                                                                                                                                                                                                                                         .col-md-10 {
       
  1641                                                                                                                                                                                                                                           width: 83.33333%;   }
       
  1642                                                                                                                                                                                                                                           .col-md-11 {
       
  1643                                                                                                                                                                                                                                             width: 91.66667%;   }
       
  1644                                                                                                                                                                                                                                             .col-md-12 {
       
  1645                                                                                                                                                                                                                                               width: 100%;   }
       
  1646                                                                                                                                                                                                                                               .col-md-pull-0 {
       
  1647                                                                                                                                                                                                                                                 right: auto;   }
       
  1648                                                                                                                                                                                                                                                 .col-md-pull-1 {
       
  1649                                                                                                                                                                                                                                                   right: 8.33333%;   }
       
  1650                                                                                                                                                                                                                                                   .col-md-pull-2 {
       
  1651                                                                                                                                                                                                                                                     right: 16.66667%;   }
       
  1652                                                                                                                                                                                                                                                     .col-md-pull-3 {
       
  1653                                                                                                                                                                                                                                                       right: 25%;   }
       
  1654                                                                                                                                                                                                                                                       .col-md-pull-4 {
       
  1655                                                                                                                                                                                                                                                         right: 33.33333%;   }
       
  1656                                                                                                                                                                                                                                                         .col-md-pull-5 {
       
  1657                                                                                                                                                                                                                                                           right: 41.66667%;   }
       
  1658                                                                                                                                                                                                                                                           .col-md-pull-6 {
       
  1659                                                                                                                                                                                                                                                             right: 50%;   }
       
  1660                                                                                                                                                                                                                                                             .col-md-pull-7 {
       
  1661                                                                                                                                                                                                                                                               right: 58.33333%;   }
       
  1662                                                                                                                                                                                                                                                               .col-md-pull-8 {
       
  1663                                                                                                                                                                                                                                                                 right: 66.66667%;   }
       
  1664                                                                                                                                                                                                                                                                 .col-md-pull-9 {
       
  1665                                                                                                                                                                                                                                                                   right: 75%;   }
       
  1666                                                                                                                                                                                                                                                                   .col-md-pull-10 {
       
  1667                                                                                                                                                                                                                                                                     right: 83.33333%;   }
       
  1668                                                                                                                                                                                                                                                                     .col-md-pull-11 {
       
  1669                                                                                                                                                                                                                                                                       right: 91.66667%;   }
       
  1670                                                                                                                                                                                                                                                                       .col-md-pull-12 {
       
  1671                                                                                                                                                                                                                                                                         right: 100%;   }
       
  1672                                                                                                                                                                                                                                                                         .col-md-push-0 {
       
  1673                                                                                                                                                                                                                                                                           left: auto;   }
       
  1674                                                                                                                                                                                                                                                                           .col-md-push-1 {
       
  1675                                                                                                                                                                                                                                                                             left: 8.33333%;   }
       
  1676                                                                                                                                                                                                                                                                             .col-md-push-2 {
       
  1677                                                                                                                                                                                                                                                                               left: 16.66667%;   }
       
  1678                                                                                                                                                                                                                                                                               .col-md-push-3 {
       
  1679                                                                                                                                                                                                                                                                                 left: 25%;   }
       
  1680                                                                                                                                                                                                                                                                                 .col-md-push-4 {
       
  1681                                                                                                                                                                                                                                                                                   left: 33.33333%;   }
       
  1682                                                                                                                                                                                                                                                                                   .col-md-push-5 {
       
  1683                                                                                                                                                                                                                                                                                     left: 41.66667%;   }
       
  1684                                                                                                                                                                                                                                                                                     .col-md-push-6 {
       
  1685                                                                                                                                                                                                                                                                                       left: 50%;   }
       
  1686                                                                                                                                                                                                                                                                                       .col-md-push-7 {
       
  1687                                                                                                                                                                                                                                                                                         left: 58.33333%;   }
       
  1688                                                                                                                                                                                                                                                                                         .col-md-push-8 {
       
  1689                                                                                                                                                                                                                                                                                           left: 66.66667%;   }
       
  1690                                                                                                                                                                                                                                                                                           .col-md-push-9 {
       
  1691                                                                                                                                                                                                                                                                                             left: 75%;   }
       
  1692                                                                                                                                                                                                                                                                                             .col-md-push-10 {
       
  1693                                                                                                                                                                                                                                                                                               left: 83.33333%;   }
       
  1694                                                                                                                                                                                                                                                                                               .col-md-push-11 {
       
  1695                                                                                                                                                                                                                                                                                                 left: 91.66667%;   }
       
  1696                                                                                                                                                                                                                                                                                                 .col-md-push-12 {
       
  1697                                                                                                                                                                                                                                                                                                   left: 100%;   }
       
  1698                                                                                                                                                                                                                                                                                                   .col-md-offset-0 {
       
  1699                                                                                                                                                                                                                                                                                                     margin-left: 0%;   }
       
  1700                                                                                                                                                                                                                                                                                                     .col-md-offset-1 {
       
  1701                                                                                                                                                                                                                                                                                                       margin-left: 8.33333%;   }
       
  1702                                                                                                                                                                                                                                                                                                       .col-md-offset-2 {
       
  1703                                                                                                                                                                                                                                                                                                         margin-left: 16.66667%;   }
       
  1704                                                                                                                                                                                                                                                                                                         .col-md-offset-3 {
       
  1705                                                                                                                                                                                                                                                                                                           margin-left: 25%;   }
       
  1706                                                                                                                                                                                                                                                                                                           .col-md-offset-4 {
       
  1707                                                                                                                                                                                                                                                                                                             margin-left: 33.33333%;   }
       
  1708                                                                                                                                                                                                                                                                                                             .col-md-offset-5 {
       
  1709                                                                                                                                                                                                                                                                                                               margin-left: 41.66667%;   }
       
  1710                                                                                                                                                                                                                                                                                                               .col-md-offset-6 {
       
  1711                                                                                                                                                                                                                                                                                                                 margin-left: 50%;   }
       
  1712                                                                                                                                                                                                                                                                                                                 .col-md-offset-7 {
       
  1713                                                                                                                                                                                                                                                                                                                   margin-left: 58.33333%;   }
       
  1714                                                                                                                                                                                                                                                                                                                   .col-md-offset-8 {
       
  1715                                                                                                                                                                                                                                                                                                                     margin-left: 66.66667%;   }
       
  1716                                                                                                                                                                                                                                                                                                                     .col-md-offset-9 {
       
  1717                                                                                                                                                                                                                                                                                                                       margin-left: 75%;   }
       
  1718                                                                                                                                                                                                                                                                                                                       .col-md-offset-10 {
       
  1719                                                                                                                                                                                                                                                                                                                         margin-left: 83.33333%;   }
       
  1720                                                                                                                                                                                                                                                                                                                         .col-md-offset-11 {
       
  1721                                                                                                                                                                                                                                                                                                                           margin-left: 91.66667%;   }
       
  1722                                                                                                                                                                                                                                                                                                                           .col-md-offset-12 {
       
  1723                                                                                                                                                                                                                                                                                                                             margin-left: 100%;   }
       
  1724 }
       
  1725                                                                                                                                                                                                                                                                                                                           @media (min-width: 1200px) {
       
  1726                                                                                                                                                                                                                                                                                                                             .col-xs-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
       
  1727                                                                                                                                                                                                                                                                                                                             .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
       
  1728                                                                                                                                                                                                                                                                                                                               float: left;   }
       
  1729                                                                                                                                                                                                                                                                                                                               .col-lg-1 {
       
  1730                                                                                                                                                                                                                                                                                                                                 width: 8.33333%;   }
       
  1731                                                                                                                                                                                                                                                                                                                                 .col-lg-2 {
       
  1732                                                                                                                                                                                                                                                                                                                                   width: 16.66667%;   }
       
  1733                                                                                                                                                                                                                                                                                                                                   .col-lg-3 {
       
  1734                                                                                                                                                                                                                                                                                                                                     width: 25%;   }
       
  1735                                                                                                                                                                                                                                                                                                                                     .col-lg-4 {
       
  1736                                                                                                                                                                                                                                                                                                                                       width: 33.33333%;   }
       
  1737                                                                                                                                                                                                                                                                                                                                       .col-lg-5 {
       
  1738                                                                                                                                                                                                                                                                                                                                         width: 41.66667%;   }
       
  1739                                                                                                                                                                                                                                                                                                                                         .col-lg-6 {
       
  1740                                                                                                                                                                                                                                                                                                                                           width: 50%;   }
       
  1741                                                                                                                                                                                                                                                                                                                                           .col-lg-7 {
       
  1742                                                                                                                                                                                                                                                                                                                                             width: 58.33333%;   }
       
  1743                                                                                                                                                                                                                                                                                                                                             .col-lg-8 {
       
  1744                                                                                                                                                                                                                                                                                                                                               width: 66.66667%;   }
       
  1745                                                                                                                                                                                                                                                                                                                                               .col-lg-9 {
       
  1746                                                                                                                                                                                                                                                                                                                                                 width: 75%;   }
       
  1747                                                                                                                                                                                                                                                                                                                                                 .col-lg-10 {
       
  1748                                                                                                                                                                                                                                                                                                                                                   width: 83.33333%;   }
       
  1749                                                                                                                                                                                                                                                                                                                                                   .col-lg-11 {
       
  1750                                                                                                                                                                                                                                                                                                                                                     width: 91.66667%;   }
       
  1751                                                                                                                                                                                                                                                                                                                                                     .col-lg-12 {
       
  1752                                                                                                                                                                                                                                                                                                                                                       width: 100%;   }
       
  1753                                                                                                                                                                                                                                                                                                                                                       .col-lg-pull-0 {
       
  1754                                                                                                                                                                                                                                                                                                                                                         right: auto;   }
       
  1755                                                                                                                                                                                                                                                                                                                                                         .col-lg-pull-1 {
       
  1756                                                                                                                                                                                                                                                                                                                                                           right: 8.33333%;   }
       
  1757                                                                                                                                                                                                                                                                                                                                                           .col-lg-pull-2 {
       
  1758                                                                                                                                                                                                                                                                                                                                                             right: 16.66667%;   }
       
  1759                                                                                                                                                                                                                                                                                                                                                             .col-lg-pull-3 {
       
  1760                                                                                                                                                                                                                                                                                                                                                               right: 25%;   }
       
  1761                                                                                                                                                                                                                                                                                                                                                               .col-lg-pull-4 {
       
  1762                                                                                                                                                                                                                                                                                                                                                                 right: 33.33333%;   }
       
  1763                                                                                                                                                                                                                                                                                                                                                                 .col-lg-pull-5 {
       
  1764                                                                                                                                                                                                                                                                                                                                                                   right: 41.66667%;   }
       
  1765                                                                                                                                                                                                                                                                                                                                                                   .col-lg-pull-6 {
       
  1766                                                                                                                                                                                                                                                                                                                                                                     right: 50%;   }
       
  1767                                                                                                                                                                                                                                                                                                                                                                     .col-lg-pull-7 {
       
  1768                                                                                                                                                                                                                                                                                                                                                                       right: 58.33333%;   }
       
  1769                                                                                                                                                                                                                                                                                                                                                                       .col-lg-pull-8 {
       
  1770                                                                                                                                                                                                                                                                                                                                                                         right: 66.66667%;   }
       
  1771                                                                                                                                                                                                                                                                                                                                                                         .col-lg-pull-9 {
       
  1772                                                                                                                                                                                                                                                                                                                                                                           right: 75%;   }
       
  1773                                                                                                                                                                                                                                                                                                                                                                           .col-lg-pull-10 {
       
  1774                                                                                                                                                                                                                                                                                                                                                                             right: 83.33333%;   }
       
  1775                                                                                                                                                                                                                                                                                                                                                                             .col-lg-pull-11 {
       
  1776                                                                                                                                                                                                                                                                                                                                                                               right: 91.66667%;   }
       
  1777                                                                                                                                                                                                                                                                                                                                                                               .col-lg-pull-12 {
       
  1778                                                                                                                                                                                                                                                                                                                                                                                 right: 100%;   }
       
  1779                                                                                                                                                                                                                                                                                                                                                                                 .col-lg-push-0 {
       
  1780                                                                                                                                                                                                                                                                                                                                                                                   left: auto;   }
       
  1781                                                                                                                                                                                                                                                                                                                                                                                   .col-lg-push-1 {
       
  1782                                                                                                                                                                                                                                                                                                                                                                                     left: 8.33333%;   }
       
  1783                                                                                                                                                                                                                                                                                                                                                                                     .col-lg-push-2 {
       
  1784                                                                                                                                                                                                                                                                                                                                                                                       left: 16.66667%;   }
       
  1785                                                                                                                                                                                                                                                                                                                                                                                       .col-lg-push-3 {
       
  1786                                                                                                                                                                                                                                                                                                                                                                                         left: 25%;   }
       
  1787                                                                                                                                                                                                                                                                                                                                                                                         .col-lg-push-4 {
       
  1788                                                                                                                                                                                                                                                                                                                                                                                           left: 33.33333%;   }
       
  1789                                                                                                                                                                                                                                                                                                                                                                                           .col-lg-push-5 {
       
  1790                                                                                                                                                                                                                                                                                                                                                                                             left: 41.66667%;   }
       
  1791                                                                                                                                                                                                                                                                                                                                                                                             .col-lg-push-6 {
       
  1792                                                                                                                                                                                                                                                                                                                                                                                               left: 50%;   }
       
  1793                                                                                                                                                                                                                                                                                                                                                                                               .col-lg-push-7 {
       
  1794                                                                                                                                                                                                                                                                                                                                                                                                 left: 58.33333%;   }
       
  1795                                                                                                                                                                                                                                                                                                                                                                                                 .col-lg-push-8 {
       
  1796                                                                                                                                                                                                                                                                                                                                                                                                   left: 66.66667%;   }
       
  1797                                                                                                                                                                                                                                                                                                                                                                                                   .col-lg-push-9 {
       
  1798                                                                                                                                                                                                                                                                                                                                                                                                     left: 75%;   }
       
  1799                                                                                                                                                                                                                                                                                                                                                                                                     .col-lg-push-10 {
       
  1800                                                                                                                                                                                                                                                                                                                                                                                                       left: 83.33333%;   }
       
  1801                                                                                                                                                                                                                                                                                                                                                                                                       .col-lg-push-11 {
       
  1802                                                                                                                                                                                                                                                                                                                                                                                                         left: 91.66667%;   }
       
  1803                                                                                                                                                                                                                                                                                                                                                                                                         .col-lg-push-12 {
       
  1804                                                                                                                                                                                                                                                                                                                                                                                                           left: 100%;   }
       
  1805                                                                                                                                                                                                                                                                                                                                                                                                           .col-lg-offset-0 {
       
  1806                                                                                                                                                                                                                                                                                                                                                                                                             margin-left: 0%;   }
       
  1807                                                                                                                                                                                                                                                                                                                                                                                                             .col-lg-offset-1 {
       
  1808                                                                                                                                                                                                                                                                                                                                                                                                               margin-left: 8.33333%;   }
       
  1809                                                                                                                                                                                                                                                                                                                                                                                                               .col-lg-offset-2 {
       
  1810                                                                                                                                                                                                                                                                                                                                                                                                                 margin-left: 16.66667%;   }
       
  1811                                                                                                                                                                                                                                                                                                                                                                                                                 .col-lg-offset-3 {
       
  1812                                                                                                                                                                                                                                                                                                                                                                                                                   margin-left: 25%;   }
       
  1813                                                                                                                                                                                                                                                                                                                                                                                                                   .col-lg-offset-4 {
       
  1814                                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 33.33333%;   }
       
  1815                                                                                                                                                                                                                                                                                                                                                                                                                     .col-lg-offset-5 {
       
  1816                                                                                                                                                                                                                                                                                                                                                                                                                       margin-left: 41.66667%;   }
       
  1817                                                                                                                                                                                                                                                                                                                                                                                                                       .col-lg-offset-6 {
       
  1818                                                                                                                                                                                                                                                                                                                                                                                                                         margin-left: 50%;   }
       
  1819                                                                                                                                                                                                                                                                                                                                                                                                                         .col-lg-offset-7 {
       
  1820                                                                                                                                                                                                                                                                                                                                                                                                                           margin-left: 58.33333%;   }
       
  1821                                                                                                                                                                                                                                                                                                                                                                                                                           .col-lg-offset-8 {
       
  1822                                                                                                                                                                                                                                                                                                                                                                                                                             margin-left: 66.66667%;   }
       
  1823                                                                                                                                                                                                                                                                                                                                                                                                                             .col-lg-offset-9 {
       
  1824                                                                                                                                                                                                                                                                                                                                                                                                                               margin-left: 75%;   }
       
  1825                                                                                                                                                                                                                                                                                                                                                                                                                               .col-lg-offset-10 {
       
  1826                                                                                                                                                                                                                                                                                                                                                                                                                                 margin-left: 83.33333%;   }
       
  1827                                                                                                                                                                                                                                                                                                                                                                                                                                 .col-lg-offset-11 {
       
  1828                                                                                                                                                                                                                                                                                                                                                                                                                                   margin-left: 91.66667%;   }
       
  1829                                                                                                                                                                                                                                                                                                                                                                                                                                   .col-lg-offset-12 {
       
  1830                                                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 100%;   }
       
  1831 }
       
  1832 
       
  1833 table {
       
  1834   background-color: transparent; }
       
  1835 
       
  1836 th {
       
  1837     text-align: left; }
       
  1838 
       
  1839 .table {
       
  1840 	width: 100%;
       
  1841     max-width: 100%;
       
  1842     margin-bottom: 18px; 
       
  1843     border: 1px solid #ffffff; }
       
  1844       
       
  1845 .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th,
       
  1846 .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
       
  1847     padding: 8px 0px;
       
  1848     line-height: 1.5;
       
  1849     vertical-align: top;
       
  1850     border-top: 1px solid #d5dfe6; }
       
  1851     
       
  1852 .table > thead > tr > th {
       
  1853         vertical-align: bottom;
       
  1854         border-bottom: 1px solid #d5dfe6; }
       
  1855 .table > caption + thead > tr:first-child > th,
       
  1856 .table > caption + thead > tr:first-child > td,
       
  1857 .table > colgroup + thead > tr:first-child > th,
       
  1858 .table > colgroup + thead > tr:first-child > td,
       
  1859 .table > thead:first-child > tr:first-child > th,
       
  1860 .table > thead:first-child > tr:first-child > td {
       
  1861 	border-top: 0; }
       
  1862 .table > tbody + tbody {
       
  1863 	border-top: 1px solid #d5dfe6; }
       
  1864 .table .table {
       
  1865 	background-color: #fff; }
       
  1866 
       
  1867 .table-condensed > thead > tr > th, .table-condensed > thead > tr > td,
       
  1868 .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td,
       
  1869 .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
       
  1870   padding: 5px; }
       
  1871 
       
  1872 .table-bordered {
       
  1873   border: 1px solid #ddd; }
       
  1874 .table-bordered > thead > tr > th, .table-bordered > thead > tr > td,
       
  1875 .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td,
       
  1876 .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
       
  1877     border: 1px solid #eeeeee; 
       
  1878     padding: 8px 12px; }
       
  1879 .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
       
  1880     border-bottom-width: 2px; }
       
  1881 
       
  1882 .table-striped > tbody > tr:nth-child(odd) > td,
       
  1883 .table-striped > tbody > tr:nth-child(odd) > th {
       
  1884   background-color: #f9f9f9; }
       
  1885 
       
  1886 .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
       
  1887   background-color: #f5f5f5; }
       
  1888 
       
  1889 table col[class*="col-"] {
       
  1890   position: static;
       
  1891   float: none;
       
  1892   display: table-column; }
       
  1893 
       
  1894   table td[class*="col-"], table th[class*="col-"] {
       
  1895     position: static;
       
  1896     float: none;
       
  1897     display: table-cell; }
       
  1898 
       
  1899 @media screen and (max-width: 767px) {
       
  1900   .table-responsive {
       
  1901     width: 100%;
       
  1902     margin-bottom: 13.5px;
       
  1903     overflow-y: hidden;
       
  1904     overflow-x: auto;
       
  1905     -ms-overflow-style: -ms-autohiding-scrollbar;
       
  1906     border: 1px solid #ddd;
       
  1907     -webkit-overflow-scrolling: touch;   }
       
  1908     .table-responsive > .table {
       
  1909       margin-bottom: 0;   }
       
  1910       .table-responsive > .table > thead > tr > th,
       
  1911       .table-responsive > .table > thead > tr > td,
       
  1912       .table-responsive > .table > tbody > tr > th,
       
  1913       .table-responsive > .table > tbody > tr > td,
       
  1914       .table-responsive > .table > tfoot > tr > th,
       
  1915       .table-responsive > .table > tfoot > tr > td {
       
  1916         white-space: nowrap;   }
       
  1917     .table-responsive > .table-bordered {
       
  1918       border: 0;   }
       
  1919       .table-responsive > .table-bordered > thead > tr > th:first-child,
       
  1920       .table-responsive > .table-bordered > thead > tr > td:first-child,
       
  1921       .table-responsive > .table-bordered > tbody > tr > th:first-child,
       
  1922       .table-responsive > .table-bordered > tbody > tr > td:first-child,
       
  1923       .table-responsive > .table-bordered > tfoot > tr > th:first-child,
       
  1924       .table-responsive > .table-bordered > tfoot > tr > td:first-child {
       
  1925         border-left: 0;   }
       
  1926         .table-responsive > .table-bordered > thead > tr > th:last-child,
       
  1927         .table-responsive > .table-bordered > thead > tr > td:last-child,
       
  1928         .table-responsive > .table-bordered > tbody > tr > th:last-child,
       
  1929         .table-responsive > .table-bordered > tbody > tr > td:last-child,
       
  1930         .table-responsive > .table-bordered > tfoot > tr > th:last-child,
       
  1931         .table-responsive > .table-bordered > tfoot > tr > td:last-child {
       
  1932           border-right: 0;   }
       
  1933       .table-responsive > .table-bordered > tbody > tr:last-child > th,
       
  1934       .table-responsive > .table-bordered > tbody > tr:last-child > td,
       
  1935       .table-responsive > .table-bordered > tfoot > tr:last-child > th,
       
  1936       .table-responsive > .table-bordered > tfoot > tr:last-child > td {
       
  1937         border-bottom: 0;   }
       
  1938 }
       
  1939 .table > thead > tr > td.active, .table > thead > tr > th.active,
       
  1940 .table > thead > tr.active > td, .table > thead > tr.active > th,
       
  1941 .table > tbody > tr > td.active, .table > tbody > tr > th.active,
       
  1942 .table > tbody > tr.active > td, .table > tbody > tr.active > th,
       
  1943 .table > tfoot > tr > td.active, .table > tfoot > tr > th.active,
       
  1944 .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
       
  1945   background-color: #f5f5f5; }
       
  1946 
       
  1947 .table-hover > tbody > tr > td.active:hover,
       
  1948 .table-hover > tbody > tr > th.active:hover,
       
  1949 .table-hover > tbody > tr.active:hover > td,
       
  1950 .table-hover > tbody > tr:hover > .active,
       
  1951 .table-hover > tbody > tr.active:hover > th {
       
  1952   background-color: #e8e8e8; }
       
  1953 
       
  1954 .table > thead > tr > td.success, .table > thead > tr > th.success,
       
  1955 .table > thead > tr.success > td, .table > thead > tr.success > th,
       
  1956 .table > tbody > tr > td.success, .table > tbody > tr > th.success,
       
  1957 .table > tbody > tr.success > td, .table > tbody > tr.success > th,
       
  1958 .table > tfoot > tr > td.success, .table > tfoot > tr > th.success,
       
  1959 .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
       
  1960   background-color: #dff0d8; }
       
  1961 
       
  1962 .table-hover > tbody > tr > td.success:hover,
       
  1963 .table-hover > tbody > tr > th.success:hover,
       
  1964 .table-hover > tbody > tr.success:hover > td,
       
  1965 .table-hover > tbody > tr:hover > .success,
       
  1966 .table-hover > tbody > tr.success:hover > th {
       
  1967   background-color: #d0e9c6; }
       
  1968 
       
  1969 .table > thead > tr > td.info, .table > thead > tr > th.info,
       
  1970 .table > thead > tr.info > td, .table > thead > tr.info > th,
       
  1971 .table > tbody > tr > td.info, .table > tbody > tr > th.info,
       
  1972 .table > tbody > tr.info > td, .table > tbody > tr.info > th,
       
  1973 .table > tfoot > tr > td.info, .table > tfoot > tr > th.info,
       
  1974 .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
       
  1975   background-color: #d9edf7; }
       
  1976 
       
  1977 .table-hover > tbody > tr > td.info:hover,
       
  1978 .table-hover > tbody > tr > th.info:hover,
       
  1979 .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info,
       
  1980 .table-hover > tbody > tr.info:hover > th {
       
  1981   background-color: #c4e3f3; }
       
  1982 
       
  1983 .table > thead > tr > td.warning, .table > thead > tr > th.warning,
       
  1984 .table > thead > tr.warning > td, .table > thead > tr.warning > th,
       
  1985 .table > tbody > tr > td.warning, .table > tbody > tr > th.warning,
       
  1986 .table > tbody > tr.warning > td, .table > tbody > tr.warning > th,
       
  1987 .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning,
       
  1988 .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
       
  1989   background-color: #fcf8e3; }
       
  1990 
       
  1991 .table-hover > tbody > tr > td.warning:hover,
       
  1992 .table-hover > tbody > tr > th.warning:hover,
       
  1993 .table-hover > tbody > tr.warning:hover > td,
       
  1994 .table-hover > tbody > tr:hover > .warning,
       
  1995 .table-hover > tbody > tr.warning:hover > th {
       
  1996   background-color: #faf2cc; }
       
  1997 
       
  1998 .table > thead > tr > td.danger, .table > thead > tr > th.danger,
       
  1999 .table > thead > tr.danger > td, .table > thead > tr.danger > th,
       
  2000 .table > tbody > tr > td.danger, .table > tbody > tr > th.danger,
       
  2001 .table > tbody > tr.danger > td, .table > tbody > tr.danger > th,
       
  2002 .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger,
       
  2003 .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
       
  2004   background-color: #f2dede; }
       
  2005 
       
  2006 .table-hover > tbody > tr > td.danger:hover,
       
  2007 .table-hover > tbody > tr > th.danger:hover,
       
  2008 .table-hover > tbody > tr.danger:hover > td,
       
  2009 .table-hover > tbody > tr:hover > .danger,
       
  2010 .table-hover > tbody > tr.danger:hover > th {
       
  2011   background-color: #ebcccc; }
   545 fieldset {
  2012 fieldset {
   546   padding: 0;
  2013   padding: 0;
   547   margin: 0;
  2014   margin: 0;
   548   border: 0;
  2015   border: 0;
   549 }
  2016   min-width: 0; }
   550 legend {
  2017 
       
  2018   legend {
       
  2019     display: block;
       
  2020     width: 100%;
       
  2021     padding: 0;
       
  2022     margin-bottom: 18px;
       
  2023     font-size: 19.5px;
       
  2024     line-height: inherit;
       
  2025     color: #333;
       
  2026     border: 0;
       
  2027     border-bottom: 1px solid #e5e5e5; }
       
  2028 
       
  2029     label {
       
  2030       display: inline-block;
       
  2031       max-width: 100%;
       
  2032       margin-bottom: 5px;
       
  2033       font-weight: bold; }
       
  2034 
       
  2035       input[type="search"] {
       
  2036         -webkit-box-sizing: border-box;
       
  2037         -moz-box-sizing: border-box;
       
  2038         box-sizing: border-box; }
       
  2039 
       
  2040         input[type="radio"], input[type="checkbox"] {
       
  2041           margin: 4px 0 0;
       
  2042           margin-top: 1px \9;
       
  2043           line-height: normal; }
       
  2044 
       
  2045           input[type="file"] {
       
  2046             display: block; }
       
  2047 
       
  2048             input[type="range"] {
       
  2049               display: block;
       
  2050               width: 100%; }
       
  2051 
       
  2052               select[multiple], select[size] {
       
  2053                 height: auto; }
       
  2054 
       
  2055                 input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
       
  2056                   outline: thin dotted;
       
  2057                   outline: 5px auto -webkit-focus-ring-color;
       
  2058                   outline-offset: -2px; }
       
  2059 
       
  2060                   output {
       
  2061                     display: block;
       
  2062                     padding-top: 7px;
       
  2063                     font-size: 13px;
       
  2064                     line-height: 1.5;
       
  2065                     color: #555; }
       
  2066 
       
  2067                     .form-control, .datepicker input {
       
  2068                       display: block;
       
  2069                       width: 100%;
       
  2070                       height: 32px;
       
  2071                       padding: 6px 12px;
       
  2072                       font-size: 13px;
       
  2073                       line-height: 1.5;
       
  2074                       color: #555;
       
  2075                       background-color: #fff;
       
  2076                       background-image: none;
       
  2077                       border: 1px solid #ccc;
       
  2078                       border-radius: 4px;
       
  2079                       -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       
  2080                       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       
  2081                       -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
       
  2082                       -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
       
  2083                       transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
       
  2084                       .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control,
       
  2085                       .datepicker input[disabled], .datepicker input[readonly],
       
  2086                       fieldset[disabled] .datepicker input, .datepicker fieldset[disabled] input {
       
  2087                         cursor: not-allowed;
       
  2088                         background-color: #eee;
       
  2089                         opacity: 1; }
       
  2090 
       
  2091 textarea.form-control, .datepicker textareainput {
       
  2092   height: auto; }
       
  2093 
       
  2094   input[type="search"] {
       
  2095     -webkit-appearance: none; }
       
  2096 
       
  2097     input[type="date"], input[type="time"], input[type="datetime-local"],
       
  2098     input[type="month"] {
       
  2099       line-height: 32px;
       
  2100       line-height: 1.5 \0; }
       
  2101       input[type="date"].input-sm, input[type="time"].input-sm,
       
  2102       input[type="datetime-local"].input-sm, input[type="month"].input-sm,
       
  2103       .form-horizontal .form-group-sm input[type="datetime-local"].form-control,
       
  2104       .form-horizontal .form-group-sm input[type="time"].form-control,
       
  2105       .form-horizontal .form-group-sm input[type="month"].form-control,
       
  2106       .form-horizontal .form-group-sm input[type="date"].form-control,
       
  2107       .input-group-sm input[type="datetime-local"].form-control,
       
  2108       .input-group-sm input[type="datetime-local"].input-group-addon,
       
  2109       .input-group-sm > .input-group-btn input[type="datetime-local"].btn,
       
  2110       .input-group-sm input[type="time"].form-control,
       
  2111       .input-group-sm input[type="time"].input-group-addon,
       
  2112       .input-group-sm > .input-group-btn input[type="time"].btn,
       
  2113       .input-group-sm input[type="month"].form-control,
       
  2114       .input-group-sm input[type="month"].input-group-addon,
       
  2115       .input-group-sm > .input-group-btn input[type="month"].btn,
       
  2116       .input-group-sm input[type="date"].form-control,
       
  2117       .input-group-sm input[type="date"].input-group-addon,
       
  2118       .input-group-sm > .input-group-btn input[type="date"].btn,
       
  2119       .input-group-sm .datepicker input[type="month"],
       
  2120       .datepicker .input-group-sm input[type="month"],
       
  2121       .input-group-sm .datepicker input[type="time"],
       
  2122       .datepicker .input-group-sm input[type="time"],
       
  2123       .form-horizontal .form-group-sm .datepicker input[type="datetime-local"],
       
  2124       .datepicker .form-horizontal .form-group-sm input[type="datetime-local"],
       
  2125       .input-group-sm .datepicker input[type="date"],
       
  2126       .datepicker .input-group-sm input[type="date"],
       
  2127       .form-horizontal .form-group-sm .datepicker input[type="month"],
       
  2128       .datepicker .form-horizontal .form-group-sm input[type="month"],
       
  2129       .form-horizontal .form-group-sm .datepicker input[type="date"],
       
  2130       .datepicker .form-horizontal .form-group-sm input[type="date"],
       
  2131       .form-horizontal .form-group-sm .datepicker input[type="time"],
       
  2132       .datepicker .form-horizontal .form-group-sm input[type="time"],
       
  2133       .input-group-sm .datepicker input[type="datetime-local"],
       
  2134       .datepicker .input-group-sm input[type="datetime-local"] {
       
  2135         line-height: 30px; }
       
  2136         input[type="date"].input-lg, input[type="time"].input-lg,
       
  2137         input[type="datetime-local"].input-lg, input[type="month"].input-lg,
       
  2138         .form-horizontal .form-group-lg input[type="date"].form-control,
       
  2139         .form-horizontal .form-group-lg input[type="month"].form-control,
       
  2140         .form-horizontal .form-group-lg input[type="datetime-local"].form-control,
       
  2141         .form-horizontal .form-group-lg input[type="time"].form-control,
       
  2142         .input-group-lg input[type="date"].form-control,
       
  2143         .input-group-lg input[type="date"].input-group-addon,
       
  2144         .input-group-lg > .input-group-btn input[type="date"].btn,
       
  2145         .input-group-lg input[type="month"].form-control,
       
  2146         .input-group-lg input[type="month"].input-group-addon,
       
  2147         .input-group-lg > .input-group-btn input[type="month"].btn,
       
  2148         .input-group-lg input[type="datetime-local"].form-control,
       
  2149         .input-group-lg input[type="datetime-local"].input-group-addon,
       
  2150         .input-group-lg > .input-group-btn input[type="datetime-local"].btn,
       
  2151         .input-group-lg input[type="time"].form-control,
       
  2152         .input-group-lg input[type="time"].input-group-addon,
       
  2153         .input-group-lg > .input-group-btn input[type="time"].btn,
       
  2154         .form-horizontal .form-group-lg .datepicker input[type="time"],
       
  2155         .datepicker .form-horizontal .form-group-lg input[type="time"],
       
  2156         .input-group-lg .datepicker input[type="datetime-local"],
       
  2157         .datepicker .input-group-lg input[type="datetime-local"],
       
  2158         .form-horizontal .form-group-lg .datepicker input[type="date"],
       
  2159         .datepicker .form-horizontal .form-group-lg input[type="date"],
       
  2160         .input-group-lg .datepicker input[type="month"],
       
  2161         .datepicker .input-group-lg input[type="month"],
       
  2162         .form-horizontal .form-group-lg .datepicker input[type="month"],
       
  2163         .datepicker .form-horizontal .form-group-lg input[type="month"],
       
  2164         .form-horizontal .form-group-lg .datepicker input[type="datetime-local"],
       
  2165         .datepicker .form-horizontal .form-group-lg input[type="datetime-local"],
       
  2166         .input-group-lg .datepicker input[type="time"],
       
  2167         .datepicker .input-group-lg input[type="time"],
       
  2168         .input-group-lg .datepicker input[type="date"],
       
  2169         .datepicker .input-group-lg input[type="date"] {
       
  2170           line-height: 45px; }
       
  2171 
       
  2172 .form-group {
       
  2173 	margin-bottom: 15px; }
       
  2174   
       
  2175 .radio, .checkbox {
       
  2176 	position: relative;
       
  2177     display: block;
       
  2178     min-height: 18px;
       
  2179     margin-top: 10px;
       
  2180     margin-bottom: 10px; }
       
  2181 .radio label, .checkbox label {
       
  2182 	padding-left: 20px;
       
  2183       margin-bottom: 0;
       
  2184       font-weight: normal;
       
  2185       cursor: pointer; }
       
  2186 
       
  2187 .radio input[type="radio"], .radio-inline input[type="radio"],
       
  2188 .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
       
  2189   position: absolute;
       
  2190   margin-left: -20px;
       
  2191   margin-top: 4px \9; }
       
  2192 
       
  2193   .radio + .radio, .checkbox + .checkbox {
       
  2194     margin-top: -5px; }
       
  2195 
       
  2196     .radio-inline, .checkbox-inline {
       
  2197       display: inline-block;
       
  2198       padding-left: 20px;
       
  2199       margin-bottom: 0;
       
  2200       vertical-align: middle;
       
  2201       font-weight: normal;
       
  2202       cursor: pointer; }
       
  2203 
       
  2204       .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
       
  2205         margin-top: 0;
       
  2206         margin-left: 10px; }
       
  2207 
       
  2208         input[type="radio"][disabled], input[type="radio"].disabled,
       
  2209         fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled],
       
  2210         input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
       
  2211           cursor: not-allowed; }
       
  2212 
       
  2213 .radio-inline.disabled, fieldset[disabled] .radio-inline,
       
  2214 .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
       
  2215   cursor: not-allowed; }
       
  2216 
       
  2217 .radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label,
       
  2218 fieldset[disabled] .checkbox label {
       
  2219   cursor: not-allowed; }
       
  2220 
       
  2221 .form-control-static {
       
  2222   padding-top: 7px;
       
  2223   padding-bottom: 7px;
       
  2224   margin-bottom: 0; }
       
  2225   .form-control-static.input-lg, .form-control-static.input-sm,
       
  2226   .form-horizontal .form-group-lg .form-control-static.form-control,
       
  2227   .form-horizontal .form-group-sm .form-control-static.form-control,
       
  2228   .input-group-lg .form-control-static.form-control,
       
  2229   .input-group-lg .form-control-static.input-group-addon,
       
  2230   .input-group-lg > .input-group-btn .form-control-static.btn,
       
  2231   .input-group-sm .form-control-static.form-control,
       
  2232   .input-group-sm .form-control-static.input-group-addon,
       
  2233   .input-group-sm > .input-group-btn .form-control-static.btn,
       
  2234   .input-group-lg .datepicker input.form-control-static,
       
  2235   .datepicker .input-group-lg input.form-control-static,
       
  2236   .form-horizontal .form-group-lg .datepicker input.form-control-static,
       
  2237   .datepicker .form-horizontal .form-group-lg input.form-control-static,
       
  2238   .form-horizontal .form-group-sm .datepicker input.form-control-static,
       
  2239   .datepicker .form-horizontal .form-group-sm input.form-control-static,
       
  2240   .input-group-sm .datepicker input.form-control-static,
       
  2241   .datepicker .input-group-sm input.form-control-static {
       
  2242     padding-left: 0;
       
  2243     padding-right: 0; }
       
  2244 
       
  2245 .has-feedback {
       
  2246   position: relative; }
       
  2247   .has-feedback .form-control, .has-feedback .datepicker input,
       
  2248   .datepicker .has-feedback input {
       
  2249     padding-right: 40px; }
       
  2250 
       
  2251 .form-control-feedback {
       
  2252   position: absolute;
       
  2253   top: 23px;
       
  2254   right: 0;
       
  2255   z-index: 2;
   551   display: block;
  2256   display: block;
   552   width: 100%;
  2257   width: 32px;
   553   padding: 0;
  2258   height: 32px;
   554   margin-bottom: 27px;
  2259   line-height: 32px;
   555   font-size: 19.5px;
  2260   text-align: center; }
   556   line-height: 36px;
  2261 
   557   color: #333333;
  2262   .input-lg + .form-control-feedback,
   558   border: 0;
  2263   .form-horizontal .form-group-lg .form-control + .form-control-feedback,
   559   border-bottom: 1px solid #eee;
  2264   .input-group-lg .form-control + .form-control-feedback,
   560 }
  2265   .input-group-lg .input-group-addon + .form-control-feedback,
   561 legend small {
  2266   .input-group-lg > .input-group-btn .btn + .form-control-feedback,
   562   font-size: 13.5px;
  2267   .input-group-lg .datepicker input + .form-control-feedback,
   563   color: #999999;
  2268   .datepicker .input-group-lg input + .form-control-feedback,
   564 }
  2269   .form-horizontal .form-group-lg .datepicker input + .form-control-feedback,
   565 label,
  2270   .datepicker .form-horizontal .form-group-lg input + .form-control-feedback {
   566 input,
  2271     width: 45px;
   567 button,
  2272     height: 45px;
   568 select,
  2273     line-height: 45px; }
   569 textarea {
  2274 
   570   font-size: 13px;
  2275     .input-sm + .form-control-feedback,
   571   font-weight: normal;
  2276     .form-horizontal .form-group-sm .form-control + .form-control-feedback,
   572   line-height: 18px;
  2277     .input-group-sm .form-control + .form-control-feedback,
   573 }
  2278     .input-group-sm .input-group-addon + .form-control-feedback,
   574 input,
  2279     .input-group-sm > .input-group-btn .btn + .form-control-feedback,
   575 button,
  2280     .input-group-sm .datepicker input + .form-control-feedback,
   576 select,
  2281     .datepicker .input-group-sm input + .form-control-feedback,
   577 textarea {
  2282     .form-horizontal .form-group-sm .datepicker input + .form-control-feedback,
   578   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  2283     .datepicker .form-horizontal .form-group-sm input + .form-control-feedback {
   579 }
  2284       width: 30px;
   580 label {
  2285       height: 30px;
   581   display: block;
  2286       line-height: 30px; }
   582   margin-bottom: 5px;
  2287 
   583   color: #333333;
  2288       .has-feedback label.sr-only ~ .form-control-feedback {
   584 }
  2289         top: 0; }
   585 input,
  2290 
   586 textarea,
  2291         .help-block {
   587 select,
  2292           display: block;
   588 .uneditable-input {
  2293           margin-top: 5px;
   589   display: inline-block;
  2294           margin-bottom: 10px;
   590   width: 210px;
  2295           color: #737373; }
   591   height: 18px;
  2296 
   592   padding: 4px;
  2297 @media (min-width: 768px) {
   593   margin-bottom: 9px;
  2298 .form-inline .form-group, .navbar-form .form-group, .table_actions .form-group {
   594   font-size: 13px;
  2299 	display: inline-block;
   595   line-height: 18px;
  2300 	margin-bottom: 0;
   596   color: #555555;
  2301 	vertical-align: middle;   }
   597   border: 1px solid #ccc;
  2302 .form-inline .form-control, .navbar-form .form-control,
   598   -webkit-border-radius: 0px;
  2303 .table_actions .form-control, .form-inline .datepicker input,
   599   -moz-border-radius: 0px;
  2304 .datepicker .form-inline input, .table_actions .datepicker input,
   600   border-radius: 0px;
  2305 .datepicker .table_actions input, .navbar-form .datepicker input,
   601 }
  2306 .datepicker .navbar-form input {
   602 .uneditable-textarea {
  2307 	background: #ffffff;
   603   width: auto;
  2308 	display: inline-block;
   604   height: auto;
  2309 	width: auto;
   605 }
  2310 	vertical-align: middle;   }
   606 label input,
  2311 .form-inline .input-group, .navbar-form .input-group, .table_actions .input-group {
   607 label textarea,
  2312                   display: inline-table;
   608 label select {
  2313                   vertical-align: middle;   }
   609   display: block;
  2314                   .form-inline .input-group .input-group-addon,
   610 }
  2315                   .form-inline .input-group .input-group-btn,
   611 input[type="image"],
  2316                   .form-inline .input-group .form-control,
   612 input[type="checkbox"],
  2317                   .navbar-form .input-group .input-group-btn,
   613 input[type="radio"] {
  2318                   .navbar-form .input-group .form-control,
   614   width: auto;
  2319                   .navbar-form .input-group .input-group-addon,
   615   height: auto;
  2320                   .table_actions .input-group .input-group-btn,
   616   padding: 0;
  2321                   .table_actions .input-group .form-control,
   617   margin: 3px 0;
  2322                   .table_actions .input-group .input-group-addon,
   618   *margin-top: 0;
  2323                   .navbar-form .input-group .datepicker input,
   619   /* IE7 */
  2324                   .datepicker .navbar-form .input-group input,
   620 
  2325                   .form-inline .input-group .datepicker input,
   621   line-height: normal;
  2326                   .datepicker .form-inline .input-group input,
   622   cursor: pointer;
  2327                   .table_actions .input-group .datepicker input,
   623   -webkit-border-radius: 0;
  2328                   .datepicker .table_actions .input-group input {
   624   -moz-border-radius: 0;
  2329                     width: auto;   }
   625   border-radius: 0;
  2330             .form-inline .input-group > .form-control,
   626   border: 0 \9;
  2331             .navbar-form .input-group > .form-control,
   627   /* IE9 and down */
  2332             .table_actions .input-group > .form-control,
   628 
  2333             .table_actions .input-group .datepicker > input,
   629 }
  2334             .datepicker .table_actions .input-group > input,
   630 input[type="image"] {
  2335             .form-inline .input-group .datepicker > input,
   631   border: 0;
  2336             .datepicker .form-inline .input-group > input,
   632 }
  2337             .navbar-form .input-group .datepicker > input,
   633 input[type="file"] {
  2338             .datepicker .navbar-form .input-group > input {
   634   width: auto;
  2339               width: 100%;   }
   635   padding: initial;
  2340               .form-inline .control-label, .navbar-form .control-label,
   636   line-height: initial;
  2341               .table_actions .control-label {
   637   border: initial;
  2342                 margin-bottom: 0;
   638   background-color: #ffffff;
  2343                 vertical-align: middle;   }
   639   background-color: initial;
  2344                 .form-inline .radio, .form-inline .checkbox, .navbar-form .radio,
   640   -webkit-box-shadow: none;
  2345                 .navbar-form .checkbox, .table_actions .radio, .table_actions .checkbox {
   641   -moz-box-shadow: none;
  2346                   display: inline-block;
   642   box-shadow: none;
  2347                   margin-top: 0;
   643 }
  2348                   margin-bottom: 0;
   644 input[type="button"],
  2349                   vertical-align: middle;   }
   645 input[type="reset"],
  2350                   .form-inline .radio label, .form-inline .checkbox label, .navbar-form .radio label,
   646 input[type="submit"] {
  2351                   .navbar-form .checkbox label, .table_actions .radio label,
   647   width: auto;
  2352                   .table_actions .checkbox label {
   648   height: auto;
  2353                     padding-left: 0;   }
   649 }
  2354             .form-inline .radio input[type="radio"],
   650 select,
  2355             .form-inline .checkbox input[type="checkbox"],
   651 input[type="file"] {
  2356             .navbar-form .checkbox input[type="checkbox"],
   652   height: 28px;
  2357             .navbar-form .radio input[type="radio"],
   653   /* In IE7, the height of the select element cannot be changed by height, only font-size */
  2358             .table_actions .checkbox input[type="checkbox"],
   654 
  2359             .table_actions .radio input[type="radio"] {
   655   *margin-top: 4px;
  2360               position: relative;
   656   /* For IE7, add top margin to align select with labels */
  2361               margin-left: 0;   }
   657 
  2362               .form-inline .has-feedback .form-control-feedback,
   658   line-height: 28px;
  2363               .navbar-form .has-feedback .form-control-feedback,
   659 }
  2364               .table_actions .has-feedback .form-control-feedback {
   660 input[type="file"] {
  2365                 top: 0;   }
   661   line-height: 18px \9;
  2366 }
   662 }
  2367 
   663 select {
  2368 .form-horizontal .radio, .form-horizontal .checkbox,
   664   width: 220px;
  2369 .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
   665   background-color: #ffffff;
  2370   margin-top: 0;
   666 }
       
   667 select[multiple],
       
   668 select[size] {
       
   669   height: auto;
       
   670 }
       
   671 input[type="image"] {
       
   672   -webkit-box-shadow: none;
       
   673   -moz-box-shadow: none;
       
   674   box-shadow: none;
       
   675 }
       
   676 textarea {
       
   677   height: auto;
       
   678 }
       
   679 input[type="hidden"] {
       
   680   display: none;
       
   681 }
       
   682 .radio,
       
   683 .checkbox {
       
   684   padding-left: 18px;
       
   685 }
       
   686 .radio input[type="radio"],
       
   687 .checkbox input[type="checkbox"] {
       
   688   float: left;
       
   689   margin-left: -18px;
       
   690 }
       
   691 .controls > .radio:first-child,
       
   692 .controls > .checkbox:first-child {
       
   693   padding-top: 5px;
       
   694 }
       
   695 .radio.inline,
       
   696 .checkbox.inline {
       
   697   display: inline-block;
       
   698   padding-top: 5px;
       
   699   margin-bottom: 0;
  2371   margin-bottom: 0;
   700   vertical-align: middle;
  2372   padding-top: 7px; }
   701 }
  2373   .form-horizontal .radio, .form-horizontal .checkbox {
   702 .radio.inline + .radio.inline,
  2374     min-height: 25px; }
   703 .checkbox.inline + .checkbox.inline {
  2375     .form-horizontal .form-group {
   704   margin-left: 10px;
  2376       margin-left: -15px;
   705 }
  2377       margin-right: -15px; }
   706 input,
  2378       @media (min-width: 768px) {
   707 textarea {
  2379         .form-horizontal .control-label {
   708   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2380           text-align: right;
   709   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2381           margin-bottom: 0;
   710   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2382           padding-top: 7px;   }
   711   -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  2383 }
   712   -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  2384 .form-horizontal .has-feedback .form-control-feedback {
   713   -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  2385   top: 0;
   714   -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  2386   right: 15px; }
   715   transition: border linear 0.2s, box-shadow linear 0.2s;
  2387   @media (min-width: 768px) {
   716 }
  2388     .form-horizontal .form-group-lg .control-label {
   717 input:focus,
  2389       padding-top: 14.3px;   }
   718 textarea:focus {
  2390 }
   719   border-color: rgba(82, 168, 236, 0.8);
  2391 @media (min-width: 768px) {
   720   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  2392   .form-horizontal .form-group-sm .control-label {
   721   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  2393     padding-top: 6px;   }
   722   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  2394 }
       
  2395 .form-control:focus, .datepicker input:focus {
       
  2396   border-color: #66afe9;
   723   outline: 0;
  2397   outline: 0;
   724   outline: thin dotted \9;
  2398   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
   725   /* IE6-9 */
  2399   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
   726 
  2400 
   727 }
  2401 .input-sm, .form-horizontal .form-group-sm .form-control,
   728 input[type="file"]:focus,
  2402 .input-group-sm .form-control, .input-group-sm .input-group-addon,
   729 input[type="radio"]:focus,
  2403 .input-group-sm > .input-group-btn .btn,
   730 input[type="checkbox"]:focus,
  2404 .form-horizontal .form-group-sm .datepicker input,
   731 select:focus {
  2405 .datepicker .form-horizontal .form-group-sm input,
   732   -webkit-box-shadow: none;
  2406 .input-group-sm .datepicker input, .datepicker .input-group-sm input {
   733   -moz-box-shadow: none;
  2407   height: 30px;
   734   box-shadow: none;
  2408   padding: 5px 10px;
   735   outline: thin dotted #333;
  2409   font-size: 12px;
   736   outline: 5px auto -webkit-focus-ring-color;
  2410   line-height: 1.5;
   737   outline-offset: -2px;
  2411   border-radius: 3px; }
   738 }
  2412 
   739 .input-mini {
  2413   select.input-sm, .form-horizontal .form-group-sm select.form-control,
   740   width: 60px;
  2414   .input-group-sm select.form-control, .input-group-sm select.input-group-addon,
   741 }
  2415   .input-group-sm > .input-group-btn select.btn,
   742 .input-small {
  2416   .input-group-sm .datepicker selectinput, .datepicker .input-group-sm selectinput,
   743   width: 90px;
  2417   .form-horizontal .form-group-sm .datepicker selectinput,
   744 }
  2418   .datepicker .form-horizontal .form-group-sm selectinput {
   745 .input-medium {
  2419     height: 30px;
   746   width: 150px;
  2420     line-height: 30px; }
   747 }
  2421 
   748 .input-large {
  2422     textarea.input-sm, select[multiple].input-sm,
   749   width: 210px;
  2423     .form-horizontal .form-group-sm textarea.form-control,
   750 }
  2424     .form-horizontal .form-group-sm select[multiple].form-control,
   751 .input-xlarge {
  2425     .input-group-sm textarea.form-control, .input-group-sm textarea.input-group-addon,
   752   width: 270px;
  2426     .input-group-sm > .input-group-btn textarea.btn,
   753 }
  2427     .input-group-sm select[multiple].form-control,
   754 .input-xxlarge {
  2428     .input-group-sm select[multiple].input-group-addon,
   755   width: 530px;
  2429     .input-group-sm > .input-group-btn select[multiple].btn,
   756 }
  2430     .form-horizontal .form-group-sm .datepicker selectinput[multiple],
   757 input[class*="span"],
  2431     .datepicker .form-horizontal .form-group-sm selectinput[multiple],
   758 select[class*="span"],
  2432     .form-horizontal .form-group-sm .datepicker textareainput,
   759 textarea[class*="span"],
  2433     .datepicker .form-horizontal .form-group-sm textareainput,
   760 .uneditable-input {
  2434     .input-group-sm .datepicker selectinput[multiple],
   761   float: none;
  2435     .datepicker .input-group-sm selectinput[multiple],
   762   margin-left: 0;
  2436     .input-group-sm .datepicker textareainput,
   763 }
  2437     .datepicker .input-group-sm textareainput {
   764 input.span1,
  2438       height: auto; }
   765 textarea.span1,
  2439 
   766 .uneditable-input.span1 {
  2440       .input-lg, .form-horizontal .form-group-lg .form-control,
   767   width: 50px;
  2441       .input-group-lg .form-control, .input-group-lg .input-group-addon,
   768 }
  2442       .input-group-lg > .input-group-btn .btn, .input-group-lg .datepicker input,
   769 input.span2,
  2443       .datepicker .input-group-lg input,
   770 textarea.span2,
  2444       .form-horizontal .form-group-lg .datepicker input,
   771 .uneditable-input.span2 {
  2445       .datepicker .form-horizontal .form-group-lg input {
   772   width: 130px;
  2446         height: 45px;
   773 }
  2447         padding: 10px 16px;
   774 input.span3,
  2448         font-size: 17px;
   775 textarea.span3,
  2449         line-height: 1.33;
   776 .uneditable-input.span3 {
  2450         border-radius: 6px; }
   777   width: 210px;
  2451 
   778 }
  2452         select.input-lg, .form-horizontal .form-group-lg select.form-control,
   779 input.span4,
  2453         .input-group-lg select.form-control, .input-group-lg select.input-group-addon,
   780 textarea.span4,
  2454         .input-group-lg > .input-group-btn select.btn,
   781 .uneditable-input.span4 {
  2455         .input-group-lg .datepicker selectinput, .datepicker .input-group-lg selectinput,
   782   width: 290px;
  2456         .form-horizontal .form-group-lg .datepicker selectinput,
   783 }
  2457         .datepicker .form-horizontal .form-group-lg selectinput {
   784 input.span5,
  2458           height: 45px;
   785 textarea.span5,
  2459           line-height: 45px; }
   786 .uneditable-input.span5 {
  2460 
   787   width: 370px;
  2461           textarea.input-lg, select[multiple].input-lg,
   788 }
  2462           .form-horizontal .form-group-lg select[multiple].form-control,
   789 input.span6,
  2463           .form-horizontal .form-group-lg textarea.form-control,
   790 textarea.span6,
  2464           .input-group-lg select[multiple].form-control,
   791 .uneditable-input.span6 {
  2465           .input-group-lg select[multiple].input-group-addon,
   792   width: 450px;
  2466           .input-group-lg > .input-group-btn select[multiple].btn,
   793 }
  2467           .input-group-lg textarea.form-control, .input-group-lg textarea.input-group-addon,
   794 input.span7,
  2468           .input-group-lg > .input-group-btn textarea.btn,
   795 textarea.span7,
  2469           .input-group-lg .datepicker selectinput[multiple],
   796 .uneditable-input.span7 {
  2470           .datepicker .input-group-lg selectinput[multiple],
   797   width: 530px;
  2471           .form-horizontal .form-group-lg .datepicker textareainput,
   798 }
  2472           .datepicker .form-horizontal .form-group-lg textareainput,
   799 input.span8,
  2473           .form-horizontal .form-group-lg .datepicker selectinput[multiple],
   800 textarea.span8,
  2474           .datepicker .form-horizontal .form-group-lg selectinput[multiple],
   801 .uneditable-input.span8 {
  2475           .input-group-lg .datepicker textareainput,
   802   width: 610px;
  2476           .datepicker .input-group-lg textareainput {
   803 }
  2477             height: auto; }
   804 input.span9,
  2478             .has-success .help-block, .has-success .control-label, .has-success .radio,
   805 textarea.span9,
  2479             .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
   806 .uneditable-input.span9 {
  2480               color: #3c763d; }
   807   width: 690px;
  2481               .has-success .form-control, .has-success .datepicker input,
   808 }
  2482               .datepicker .has-success input {
   809 input.span10,
  2483                 border-color: #3c763d;
   810 textarea.span10,
  2484                 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   811 .uneditable-input.span10 {
  2485                 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
   812   width: 770px;
  2486                 .has-success .form-control:focus, .has-success .datepicker input:focus,
   813 }
  2487                 .datepicker .has-success input:focus {
   814 input.span11,
  2488                   border-color: #2b542c;
   815 textarea.span11,
  2489                   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
   816 .uneditable-input.span11 {
  2490                   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
   817   width: 850px;
  2491             .has-success .input-group-addon {
   818 }
  2492               color: #3c763d;
   819 input.span12,
  2493               border-color: #3c763d;
   820 textarea.span12,
  2494               background-color: #dff0d8; }
   821 .uneditable-input.span12 {
  2495               .has-success .form-control-feedback {
   822   width: 930px;
  2496                 color: #3c763d; }
   823 }
  2497                 .has-warning .help-block, .has-warning .control-label, .has-warning .radio,
   824 input[disabled],
  2498                 .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
   825 select[disabled],
  2499                   color: #8a6d3b; }
   826 textarea[disabled],
  2500                   .has-warning .form-control, .has-warning .datepicker input,
   827 input[readonly],
  2501                   .datepicker .has-warning input {
   828 select[readonly],
  2502                     border-color: #8a6d3b;
   829 textarea[readonly] {
  2503                     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   830   background-color: #f5f5f5;
  2504                     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
   831   border-color: #ddd;
  2505                     .has-warning .form-control:focus, .has-warning .datepicker input:focus,
   832   cursor: not-allowed;
  2506                     .datepicker .has-warning input:focus {
   833 }
  2507                       border-color: #66512c;
   834 .control-group.warning > label,
  2508                       -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
   835 .control-group.warning .help-block,
  2509                       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
   836 .control-group.warning .help-inline {
  2510             .has-warning .input-group-addon {
   837   color: #c09853;
  2511               color: #8a6d3b;
   838 }
  2512               border-color: #8a6d3b;
   839 .control-group.warning input,
  2513               background-color: #fcf8e3; }
   840 .control-group.warning select,
  2514               .has-warning .form-control-feedback {
   841 .control-group.warning textarea {
  2515                 color: #8a6d3b; }
   842   color: #c09853;
  2516                 .has-error .help-block, .has-error .control-label, .has-error .radio,
   843   border-color: #c09853;
  2517                 .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
   844 }
  2518                   color: #a94442; }
   845 .control-group.warning input:focus,
  2519                   .has-error .form-control, .has-error .datepicker input,
   846 .control-group.warning select:focus,
  2520                   .datepicker .has-error input {
   847 .control-group.warning textarea:focus {
  2521                     border-color: #a94442;
   848   border-color: #a47e3c;
  2522                     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   849   -webkit-box-shadow: 0 0 6px #dbc59e;
  2523                     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
   850   -moz-box-shadow: 0 0 6px #dbc59e;
  2524                     .has-error .form-control:focus, .has-error .datepicker input:focus,
   851   box-shadow: 0 0 6px #dbc59e;
  2525                     .datepicker .has-error input:focus {
   852 }
  2526                       border-color: #843534;
   853 .control-group.warning .input-prepend .add-on,
  2527                       -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
   854 .control-group.warning .input-append .add-on {
  2528                       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
   855   color: #c09853;
  2529             .has-error .input-group-addon {
   856   background-color: #fcf8e3;
  2530               color: #a94442;
   857   border-color: #c09853;
  2531               border-color: #a94442;
   858 }
  2532               background-color: #f2dede; }
   859 .control-group.error > label,
  2533               .has-error .form-control-feedback {
   860 .control-group.error .help-block,
  2534                 color: #a94442; }
   861 .control-group.error .help-inline {
  2535 .form-control::-moz-placeholder, .datepicker input::-moz-placeholder {
   862   color: #b94a48;
  2536   color: #777;
   863 }
  2537   opacity: 1; }
   864 .control-group.error input,
  2538   .form-control:-ms-input-placeholder, .datepicker input:-ms-input-placeholder {
   865 .control-group.error select,
  2539     color: #777; }
   866 .control-group.error textarea {
  2540     .form-control::-webkit-input-placeholder,
   867   color: #b94a48;
  2541     .datepicker input::-webkit-input-placeholder {
   868   border-color: #b94a48;
  2542       color: #777; }
   869 }
  2543 .input-group-addon.input-lg,
   870 .control-group.error input:focus,
  2544 .form-horizontal .form-group-lg .input-group-addon.form-control,
   871 .control-group.error select:focus,
  2545 .input-group-lg .input-group-addon.form-control,
   872 .control-group.error textarea:focus {
  2546 .input-group-lg .input-group-addon,
   873   border-color: #953b39;
  2547 .input-group-lg > .input-group-btn .input-group-addon.btn,
   874   -webkit-box-shadow: 0 0 6px #d59392;
  2548 .form-horizontal .form-group-lg .datepicker input.input-group-addon,
   875   -moz-box-shadow: 0 0 6px #d59392;
  2549 .datepicker .form-horizontal .form-group-lg input.input-group-addon,
   876   box-shadow: 0 0 6px #d59392;
  2550 .input-group-lg .datepicker input.input-group-addon,
   877 }
  2551 .datepicker .input-group-lg input.input-group-addon {
   878 .control-group.error .input-prepend .add-on,
  2552   padding: 10px 16px;
   879 .control-group.error .input-append .add-on {
  2553   font-size: 17px;
   880   color: #b94a48;
  2554   border-radius: 6px; }
   881   background-color: #f2dede;
  2555   .input-group-addon.input-sm,
   882   border-color: #b94a48;
  2556   .form-horizontal .form-group-sm .input-group-addon.form-control,
   883 }
  2557   .input-group-sm .input-group-addon.form-control,
   884 .control-group.success > label,
  2558   .input-group-sm .input-group-addon,
   885 .control-group.success .help-block,
  2559   .input-group-sm > .input-group-btn .input-group-addon.btn,
   886 .control-group.success .help-inline {
  2560   .input-group-sm .datepicker input.input-group-addon,
   887   color: #468847;
  2561   .datepicker .input-group-sm input.input-group-addon,
   888 }
  2562   .form-horizontal .form-group-sm .datepicker input.input-group-addon,
   889 .control-group.success input,
  2563   .datepicker .form-horizontal .form-group-sm input.input-group-addon {
   890 .control-group.success select,
  2564     padding: 5px 10px;
   891 .control-group.success textarea {
  2565     font-size: 12px;
   892   color: #468847;
  2566     border-radius: 3px; }
   893   border-color: #468847;
  2567 
   894 }
  2568 .input-group {
   895 .control-group.success input:focus,
  2569   position: relative;
   896 .control-group.success select:focus,
       
   897 .control-group.success textarea:focus {
       
   898   border-color: #356635;
       
   899   -webkit-box-shadow: 0 0 6px #7aba7b;
       
   900   -moz-box-shadow: 0 0 6px #7aba7b;
       
   901   box-shadow: 0 0 6px #7aba7b;
       
   902 }
       
   903 .control-group.success .input-prepend .add-on,
       
   904 .control-group.success .input-append .add-on {
       
   905   color: #468847;
       
   906   background-color: #dff0d8;
       
   907   border-color: #468847;
       
   908 }
       
   909 input:focus:required:invalid,
       
   910 textarea:focus:required:invalid,
       
   911 select:focus:required:invalid {
       
   912   color: #b94a48;
       
   913   border-color: #ee5f5b;
       
   914 }
       
   915 input:focus:required:invalid:focus,
       
   916 textarea:focus:required:invalid:focus,
       
   917 select:focus:required:invalid:focus {
       
   918   border-color: #e9322d;
       
   919   -webkit-box-shadow: 0 0 6px #f8b9b7;
       
   920   -moz-box-shadow: 0 0 6px #f8b9b7;
       
   921   box-shadow: 0 0 6px #f8b9b7;
       
   922 }
       
   923 .form-actions {
       
   924   padding: 17px 20px 18px;
       
   925   margin-top: 18px;
       
   926   margin-bottom: 18px;
       
   927   background-color: #f5f5f5;
       
   928   border-top: 1px solid #ddd;
       
   929 }
       
   930 .uneditable-input {
       
   931   display: block;
       
   932   background-color: #ffffff;
       
   933   border-color: #eee;
       
   934   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
       
   935   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
       
   936   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
       
   937   cursor: not-allowed;
       
   938 }
       
   939 :-moz-placeholder {
       
   940   color: #999999;
       
   941 }
       
   942 ::-webkit-input-placeholder {
       
   943   color: #999999;
       
   944 }
       
   945 .help-block {
       
   946   display: block;
       
   947   margin-top: 5px;
       
   948   margin-bottom: 0;
       
   949   color: #999999;
       
   950 }
       
   951 .help-inline {
       
   952   display: inline-block;
       
   953   *display: inline;
       
   954   /* IE7 inline-block hack */
       
   955 
       
   956   *zoom: 1;
       
   957   margin-bottom: 9px;
       
   958   vertical-align: middle;
       
   959   padding-left: 5px;
       
   960 }
       
   961 .input-prepend,
       
   962 .input-append {
       
   963   margin-bottom: 5px;
       
   964   *zoom: 1;
       
   965 }
       
   966 .input-prepend:before,
       
   967 .input-append:before,
       
   968 .input-prepend:after,
       
   969 .input-append:after {
       
   970   display: table;
  2570   display: table;
   971   content: "";
  2571   border-collapse: separate; }
   972 }
  2572   .input-group[class*="col-"] {
   973 .input-prepend:after,
  2573     float: none;
   974 .input-append:after {
  2574     padding-left: 0;
   975   clear: both;
  2575     padding-right: 0; }
   976 }
  2576     .input-group .form-control, .input-group .datepicker input,
   977 .input-prepend input,
  2577     .datepicker .input-group input {
   978 .input-append input,
  2578       position: relative;
   979 .input-prepend .uneditable-input,
  2579       z-index: 2;
   980 .input-append .uneditable-input {
  2580       float: left;
   981   -webkit-border-radius: 0 3px 3px 0;
  2581       width: 100%;
   982   -moz-border-radius: 0 3px 3px 0;
  2582       margin-bottom: 0; }
   983   border-radius: 0 3px 3px 0;
  2583 
   984 }
  2584 .input-group-addon, .input-group-btn, .input-group .form-control,
   985 .input-prepend input:focus,
  2585 .input-group .datepicker input, .datepicker .input-group input {
   986 .input-append input:focus,
  2586   display: table-cell; }
   987 .input-prepend .uneditable-input:focus,
  2587   .input-group-addon:not(:first-child):not(:last-child),
   988 .input-append .uneditable-input:focus {
  2588   .input-group-btn:not(:first-child):not(:last-child),
   989   position: relative;
  2589   .input-group .form-control:not(:first-child):not(:last-child),
   990   z-index: 2;
  2590   .input-group .datepicker input:not(:first-child):not(:last-child),
   991 }
  2591   .datepicker .input-group input:not(:first-child):not(:last-child) {
   992 .input-prepend .uneditable-input,
  2592     border-radius: 0; }
   993 .input-append .uneditable-input {
  2593 
   994   border-left-color: #ccc;
  2594 .input-group-addon, .input-group-btn {
   995 }
  2595   width: 1%;
   996 .input-prepend .add-on,
  2596   white-space: nowrap;
   997 .input-append .add-on {
  2597   vertical-align: middle; }
   998   float: left;
  2598 
   999   display: block;
  2599   .input-group-addon {
  1000   width: auto;
  2600     padding: 6px 12px;
  1001   min-width: 16px;
  2601     font-size: 13px;
  1002   height: 18px;
  2602     font-weight: normal;
  1003   margin-right: -1px;
  2603     line-height: 1;
  1004   padding: 4px 5px;
  2604     color: #555;
  1005   font-weight: normal;
  2605     text-align: center;
  1006   line-height: 18px;
  2606     background-color: #eee;
  1007   color: #999999;
  2607     border: 1px solid #ccc;
  1008   text-align: center;
  2608     border-radius: 4px; }
  1009   text-shadow: 0 1px 0 #ffffff;
  2609     .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  1010   background-color: #f5f5f5;
  2610       margin-top: 0; }
  1011   border: 1px solid #ccc;
  2611 
  1012   -webkit-border-radius: 3px 0 0 3px;
  2612 .input-group .form-control:first-child, .input-group-addon:first-child,
  1013   -moz-border-radius: 3px 0 0 3px;
  2613 .input-group-btn:first-child > .btn,
  1014   border-radius: 3px 0 0 3px;
  2614 .input-group-btn:first-child > .btn-group > .btn,
  1015 }
  2615 .input-group-btn:first-child > .dropdown-toggle,
  1016 .input-prepend .active,
  2616 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  1017 .input-append .active {
  2617 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
  1018   background-color: #a9dba9;
  2618 .input-group .datepicker input:first-child,
  1019   border-color: #46a546;
  2619 .datepicker .input-group input:first-child {
  1020 }
  2620   border-bottom-right-radius: 0;
  1021 .input-prepend .add-on {
  2621   border-top-right-radius: 0; }
  1022   *margin-top: 1px;
  2622 
  1023   /* IE6-7 */
  2623   .input-group-addon:first-child {
  1024 
  2624     border-right: 0; }
  1025 }
  2625 
  1026 .input-append input,
  2626     .input-group .form-control:last-child, .input-group-addon:last-child,
  1027 .input-append .uneditable-input {
  2627     .input-group-btn:last-child > .btn,
  1028   float: left;
  2628     .input-group-btn:last-child > .btn-group > .btn,
  1029   -webkit-border-radius: 3px 0 0 3px;
  2629     .input-group-btn:last-child > .dropdown-toggle,
  1030   -moz-border-radius: 3px 0 0 3px;
  2630     .input-group-btn:first-child > .btn:not(:first-child),
  1031   border-radius: 3px 0 0 3px;
  2631     .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
  1032 }
  2632     .input-group .datepicker input:last-child,
  1033 .input-append .uneditable-input {
  2633     .datepicker .input-group input:last-child {
  1034   border-left-color: #eee;
  2634       border-bottom-left-radius: 0;
  1035   border-right-color: #ccc;
  2635       border-top-left-radius: 0; }
  1036 }
  2636 
  1037 .input-append .add-on {
  2637       .input-group-addon:last-child {
  1038   margin-right: 0;
  2638         border-left: 0; }
  1039   margin-left: -1px;
  2639 
  1040   -webkit-border-radius: 0 3px 3px 0;
  2640         .input-group-btn {
  1041   -moz-border-radius: 0 3px 3px 0;
  2641           position: relative;
  1042   border-radius: 0 3px 3px 0;
  2642           font-size: 0;
  1043 }
  2643           white-space: nowrap; }
  1044 .input-append input:first-child {
  2644           .input-group-btn > .btn {
  1045   *margin-left: -160px;
  2645             position: relative; }
  1046 }
  2646             .input-group-btn > .btn + .btn {
  1047 .input-append input:first-child + .add-on {
  2647               margin-left: -1px; }
  1048   *margin-left: -21px;
  2648               .input-group-btn > .btn:hover, .input-group-btn > .btn:focus,
  1049 }
  2649               .input-group-btn > .btn:active {
  1050 .search-query {
  2650                 z-index: 2; }
  1051   padding-left: 14px;
  2651           .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  1052   padding-right: 14px;
  2652             margin-right: -1px; }
  1053   margin-bottom: 0;
  2653           .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  1054   -webkit-border-radius: 14px;
  2654             margin-left: -1px; }
  1055   -moz-border-radius: 14px;
  2655 .btn {
  1056   border-radius: 14px;
  2656 	display: inline-block;
  1057 }
  2657 	margin-bottom: 0;
  1058 .form-search input,
  2658 	font-weight: normal;
  1059 .form-inline input,
  2659 	text-align: center;
  1060 .form-horizontal input,
  2660 	vertical-align: middle;
  1061 .form-search textarea,
  2661 	cursor: pointer;
  1062 .form-inline textarea,
  2662 	background-image: none;
  1063 .form-horizontal textarea,
  2663 	border: 1px solid transparent;
  1064 .form-search select,
  2664 	white-space: nowrap;
  1065 .form-inline select,
  2665 	padding: 6px 12px;
  1066 .form-horizontal select,
  2666 	font-size: 13px;
  1067 .form-search .help-inline,
  2667 	line-height: 1.5;
  1068 .form-inline .help-inline,
  2668 	border-radius: 4px;
  1069 .form-horizontal .help-inline,
  2669 	-webkit-user-select: none;
  1070 .form-search .uneditable-input,
  2670 	-moz-user-select: none;
  1071 .form-inline .uneditable-input,
  2671 	-ms-user-select: none;
  1072 .form-horizontal .uneditable-input {
  2672 	user-select: none; }
  1073   display: inline-block;
  2673 .btn:focus, .btn:active:focus, .btn.active:focus {
  1074   margin-bottom: 0;
  2674     outline: thin dotted;
  1075 }
  2675     outline: 5px auto -webkit-focus-ring-color;
  1076 .form-search .hide,
  2676     outline-offset: -2px; }
  1077 .form-inline .hide,
  2677 .btn:hover, .btn:focus {
  1078 .form-horizontal .hide {
  2678     color: #333;
  1079   display: none;
  2679     text-decoration: none; }
  1080 }
  2680 .btn:active, .btn.active {
  1081 .form-search label,
  2681 	outline: 0;
  1082 .form-inline label,
  2682 	background-image: none;
  1083 .form-search .input-append,
  2683 	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.12);
  1084 .form-inline .input-append,
  2684 	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.12); }
  1085 .form-search .input-prepend,
  2685 .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  1086 .form-inline .input-prepend {
  2686 	cursor: not-allowed;
  1087   display: inline-block;
  2687 	pointer-events: none;
  1088 }
  2688 	opacity: 0.65;
  1089 .form-search .input-append .add-on,
  2689 	filter: alpha(opacity=65);
  1090 .form-inline .input-prepend .add-on,
  2690 	-webkit-box-shadow: none;
  1091 .form-search .input-append .add-on,
  2691 	box-shadow: none; }
  1092 .form-inline .input-prepend .add-on {
  2692 
  1093   vertical-align: middle;
  2693 .btn-default {
  1094 }
  2694   color: #333;
  1095 .form-search .radio,
  2695   background-color: #fff;
  1096 .form-inline .radio,
  2696   border-color: #ccc; }
  1097 .form-search .checkbox,
  2697 
  1098 .form-inline .checkbox {
  2698 .btn-primary {
  1099   margin-bottom: 0;
  2699  	font-weight: 700;
  1100   vertical-align: middle;
  2700     color: #ffffff !important;
  1101 }
  2701     background: #0572ce !important;
  1102 .control-group {
  2702     border-color: #0572ce !important; 
  1103   margin-bottom: 9px;
  2703    }
  1104 }
  2704 
  1105 legend + .control-group {
  2705 .btn-success {
  1106   margin-top: 18px;
  2706 	color: #fff;
  1107   -webkit-margin-top-collapse: separate;
  2707 	background-color: #5cb85c;
  1108 }
  2708 	border-color: #4cae4c; }
  1109 .form-horizontal .control-group {
  2709 
  1110   margin-bottom: 18px;
  2710 .btn-info {
  1111   *zoom: 1;
  2711 	color: #fff;
  1112 }
  2712 	background-color: #5bc0de;
  1113 .form-horizontal .control-group:before,
  2713 	border-color: #46b8da; }
  1114 .form-horizontal .control-group:after {
  2714 
  1115   display: table;
  2715 .btn-warning {
  1116   content: "";
  2716 	color: #fff;
  1117 }
  2717 	background-color: #f0ad4e;
  1118 .form-horizontal .control-group:after {
  2718 	border-color: #eea236; }
  1119   clear: both;
  2719 
  1120 }
  2720 .table_actions .btn-danger {
  1121 .form-horizontal .control-label {
  2721 	color: #ffffff !important;
  1122   float: left;
  2722 	background: #0572ce !important;
  1123   width: 140px;
  2723 	border: 1px solid #0572ce !important; }
  1124   padding-top: 5px;
  2724 
  1125   text-align: right;
  2725 .actions_column .btn-danger:hover, .actions_column .btn-danger:focus, .actions_column .btn-danger:active  {
  1126 }
  2726 	background: #eeeeee !important;
  1127 .form-horizontal .controls {
  2727 	border-color: #cccccc !important;
  1128   margin-left: 160px;
  2728 	color: #000000;
  1129 }
  2729 }
  1130 .form-horizontal .form-actions {
  2730 	
  1131   padding-left: 160px;
  2731 .btn-link {
  1132 }
  2732 	color: #428bca;
  1133 table {
  2733 	font-weight: normal;
  1134   max-width: 100%;
  2734 	cursor: pointer;
  1135   border-collapse: collapse;
  2735 	border-radius: 0; }
  1136   border-spacing: 0;
  2736 .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  1137 }
  2737 	background-color: transparent;
  1138 .table {
  2738 	-webkit-box-shadow: none;
  1139   width: 100%;
  2739 	box-shadow: none; }
  1140   margin-bottom: 18px;
  2740 .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  1141 }
  2741 	border-color: transparent; }
  1142 .table th,
  2742 .btn-link:hover, .btn-link:focus {
  1143 .table td {
  2743 	color: #005D9D;
  1144   padding: 8px;
  2744 	text-decoration: underline;
  1145   line-height: 18px;
  2745 	background-color: transparent; }
  1146   text-align: left;
  2746 .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  1147   vertical-align: top;
  2747 fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  1148   border-bottom: 1px solid #EEEEEE;
  2748 	color: #777;
  1149 }
  2749 	text-decoration: none; }
  1150 .table th {
  2750 
  1151   font-weight: bold;
  2751 .btn-lg, .btn-group-lg .btn {
  1152 }
  2752   padding: 10px 16px;
  1153 .table thead th {
  2753   font-size: 17px;
  1154   vertical-align: bottom;
  2754   line-height: 1.33;
  1155 }
  2755   border-radius: 6px; }
  1156 .table thead:first-child tr th,
  2756 
  1157 .table thead:first-child tr td {
  2757 .btn-sm, .btn-group-sm .btn {
  1158   border-top: 0;
  2758     padding: 5px 10px;
  1159 }
  2759     font-size: 12px;
  1160 .table tbody + tbody {
  2760     line-height: 1.5;
  1161   border-top: 2px solid #C4CED8;
  2761     border-radius: 3px; }
  1162 }
  2762 
  1163 .table-condensed th,
  2763 .btn-xs, .btn-group-xs .btn {
  1164 .table-condensed td {
  2764 	padding: 1px 5px;
  1165   padding: 4px 5px;
  2765 	font-size: 12px;
  1166 }
  2766 	line-height: 1.5;
  1167 .table-bordered {
  2767 	border-radius: 3px; 
  1168   border: 1px solid #ddd;
  2768 	background: #0572ce;
  1169   border-collapse: separate;
  2769 	border: 1px solid #0572ce;
  1170   *border-collapse: collapsed;
  2770 	color: #ffffff;
  1171   -webkit-border-radius: 0px;
  2771 	font-weight: 400;
  1172   -moz-border-radius: 0px;
  2772 	}
  1173   border-radius: 0px;
  2773 
  1174 }
  2774 .btn-xs:hover, .btn-group-xs .btn:hover,
  1175 .table-bordered th + th,
  2775 .btn-sm:hover, .btn-group-sm .btn:hover {
  1176 .table-bordered td + td,
  2776 	background: #0572ce;
  1177 .table-bordered th + td,
  2777 	border: 1px solid 0572ce;	
  1178 .table-bordered td + th {
  2778 }
  1179   /*border-left: 1px solid #D5DFE6;*/
  2779 
  1180 }
  2780 .actions_column .btn-sm:hover {
  1181 .table-bordered thead:first-child tr:first-child th,
  2781 	background: #ffffff;
  1182 .table-bordered tbody:first-child tr:first-child th,
  2782 }
  1183 .table-bordered tbody:first-child tr:first-child td {
  2783 
  1184   border-top: 0;
  2784 .btn-block {
  1185 }
  2785 	display: block;
  1186 .table-bordered thead:first-child tr:first-child th:first-child,
  2786 	width: 100%; }
  1187 .table-bordered tbody:first-child tr:first-child td:first-child {
  2787 
  1188   -webkit-border-radius: 0;
  2788 .btn-block + .btn-block {
  1189   -moz-border-radius: 0;
  2789 	margin-top: 5px; }
  1190   border-radius: 0;
  2790 
  1191 }
  2791 input[type="submit"].btn-block, input[type="reset"].btn-block,
  1192 .table-bordered thead:first-child tr:first-child th:last-child,
  2792 input[type="button"].btn-block {
  1193 .table-bordered tbody:first-child tr:first-child td:last-child {
  2793 	width: 100%; }	
  1194   -webkit-border-radius: 0;
  2794 .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
  1195   -moz-border-radius: 0;
  2795 .open > .btn-default.dropdown-toggle {
  1196   border-radius: 0;
  2796 	color: #333;
  1197 }
  2797 	background-color: #e6e6e6;
  1198 .table-bordered thead:last-child tr:last-child th:first-child,
  2798 	border-color: #adadad; }
  1199 .table-bordered tbody:last-child tr:last-child td:first-child {
  2799 .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  1200   -webkit-border-radius: 0;
  2800     background-image: none; }
  1201   -moz-border-radius: 0;
  2801 .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus,
  1202   border-radius: 0;
  2802 .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled],
  1203 }
  2803 .btn-default[disabled]:hover, .btn-default[disabled]:focus,
  1204 .table-bordered thead:last-child tr:last-child th:last-child,
  2804 .btn-default[disabled]:active, .btn-default[disabled].active,
  1205 .table-bordered tbody:last-child tr:last-child td:last-child {
  2805 fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover,
  1206   -webkit-border-radius: 0;
  2806 fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active,
  1207   -moz-border-radius: 0;
  2807 fieldset[disabled] .btn-default.active {
  1208   border-radius: 0;
  2808 	background-color: #fff;
  1209 }
  2809 	border-color: #ccc; }
  1210 .table-striped tbody tr:nth-child(odd) td,
  2810 .btn-default .badge {
  1211 .table-striped tbody tr:nth-child(odd) th {
  2811 	color: #fff;
  1212   background-color: #f9f9f9;
  2812 	background-color: #333; }
  1213 }
  2813 .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
  1214 .table tbody tr:hover td,
  2814 .open > .btn-primary.dropdown-toggle, .btn-danger:hover {
  1215 .table tbody tr:hover th {
  2815 	color: #fff;
  1216   background-color: #EBECED;
  2816     background-color: 0572ce !important;
  1217 }
  2817     border-color: 0572ce !important; 
  1218 table .span1 {
  2818 }
  1219   float: none;
  2819 .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  1220   width: 44px;
  2820 	background-image: none; }
  1221   margin-left: 0;
  2821 .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus,
  1222 }
  2822 .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled],
  1223 table .span2 {
  2823 .btn-primary[disabled]:hover, .btn-primary[disabled]:focus,
  1224   float: none;
  2824 .btn-primary[disabled]:active, .btn-primary[disabled].active,
  1225   width: 124px;
  2825 fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover,
  1226   margin-left: 0;
  2826 fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active,
  1227 }
  2827 fieldset[disabled] .btn-primary.active {
  1228 table .span3 {
  2828 	background-color: #428bca;
  1229   float: none;
  2829 	border-color: #357ebd; }
  1230   width: 204px;
  2830 .btn-primary .badge {
  1231   margin-left: 0;
  2831 	color: #428bca;
  1232 }
  2832 	background-color: #fff; }
  1233 table .span4 {
  2833 .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
  1234   float: none;
  2834 .open > .btn-success.dropdown-toggle {
  1235   width: 284px;
  2835 	color: #fff;
  1236   margin-left: 0;
  2836     background-color: #449d44;
  1237 }
  2837     border-color: #398439; }
  1238 table .span5 {
  2838 .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  1239   float: none;
  2839 	background-image: none; }
  1240   width: 364px;
  2840 .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus,
  1241   margin-left: 0;
  2841 .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled],
  1242 }
  2842 .btn-success[disabled]:hover, .btn-success[disabled]:focus,
  1243 table .span6 {
  2843 .btn-success[disabled]:active, .btn-success[disabled].active,
  1244   float: none;
  2844 	fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover,
  1245   width: 444px;
  2845 	fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active,
  1246   margin-left: 0;
  2846 	fieldset[disabled] .btn-success.active {
  1247 }
  2847 	background-color: #5cb85c;
  1248 table .span7 {
  2848 	border-color: #4cae4c; }
  1249   float: none;
  2849 .btn-success .badge {
  1250   width: 524px;
  2850 	color: #5cb85c;
  1251   margin-left: 0;
  2851 	background-color: #fff; }
  1252 }
  2852 .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
  1253 table .span8 {
  2853 .open > .btn-info.dropdown-toggle {
  1254   float: none;
  2854     color: #fff;
  1255   width: 604px;
  2855     background-color: #31b0d5;
  1256   margin-left: 0;
  2856     border-color: #269abc; }
  1257 }
  2857 .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  1258 table .span9 {
  2858 	background-image: none; }
  1259   float: none;
  2859 .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus,
  1260   width: 684px;
  2860 .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled],
  1261   margin-left: 0;
  2861 .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active,
  1262 }
  2862 .btn-info[disabled].active, fieldset[disabled] .btn-info,
  1263 table .span10 {
  2863 	fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus,
  1264   float: none;
  2864 	fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  1265   width: 764px;
  2865 	background-color: #5bc0de;
  1266   margin-left: 0;
  2866 	border-color: #46b8da; }
  1267 }
  2867 .btn-info .badge {
  1268 table .span11 {
  2868 	color: #5bc0de;
  1269   float: none;
  2869 	background-color: #fff; }
  1270   width: 844px;
  2870 .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
  1271   margin-left: 0;
  2871 .open > .btn-warning.dropdown-toggle {
  1272 }
  2872     color: #fff;
  1273 table .span12 {
  2873     background-color: #ec971f;
  1274   float: none;
  2874 	border-color: #d58512; }
  1275   width: 924px;
  2875 .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  1276   margin-left: 0;
  2876 	background-image: none; }
  1277 }
  2877 .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus,
  1278 [class^="icon-"],
  2878 .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled],
  1279 [class*=" icon-"] {
  2879 .btn-warning[disabled]:hover, .btn-warning[disabled]:focus,
  1280   display: inline-block;
  2880 .btn-warning[disabled]:active, .btn-warning[disabled].active,
  1281   width: 0px;
  2881 fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover,
  1282   height: 0px;
  2882 fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active,
  1283   line-height: 14px;
  2883 fieldset[disabled] .btn-warning.active {
  1284   vertical-align: text-top;
  2884 	background-color: #f0ad4e;
  1285   /*xbackground-image: url('/static/bootstrap/img/glyphicons-halflings.png?531d4b607365');*/
  2885 	border-color: #eea236; }
  1286   background-position: 14px 14px;
  2886 .btn-warning .badge {
  1287   background-repeat: no-repeat;
  2887 	color: #f0ad4e;
  1288   *margin-right: .3em;
  2888 	background-color: #fff; }
  1289 }
  2889 .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
  1290 [class^="icon-"]:last-child,
  2890 .open > .btn-danger.dropdown-toggle {
  1291 [class*=" icon-"]:last-child {
  2891 	color: #ffffff;
  1292   *margin-left: 0;
  2892 	background: 0572ce;
  1293 }
  2893 	border-color: 0572ce;	
  1294 .icon-white {
  2894    }
  1295   /*xbackground-image: url('/static/bootstrap/img/glyphicons-halflings-white.png?11118ae8db79');*/
  2895 .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  1296 }
  2896 	background-image: none; }
  1297 .icon-glass {
  2897 .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus,
  1298   background-position: 0      0;
  2898 .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled],
  1299 }
  2899 .btn-danger[disabled]:hover, .btn-danger[disabled]:focus,
  1300 .icon-music {
  2900 .btn-danger[disabled]:active, .btn-danger[disabled].active,
  1301   background-position: -24px 0;
  2901 fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover,
  1302 }
  2902 fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active,
  1303 .icon-search {
  2903 fieldset[disabled] .btn-danger.active {
  1304   background-position: -48px 0;
  2904 	background-color: #dde7ee;
  1305 }
  2905 	border-color: #cedae2; }
  1306 .icon-envelope {
  2906 .btn-danger .badge {
  1307   background-position: -72px 0;
  2907   color: #d9534f;
  1308 }
  2908   background-color: #fff; }
  1309 .icon-heart {
  2909 .fade {
  1310   background-position: -96px 0;
  2910   opacity: 0;
  1311 }
  2911   -webkit-transition: opacity 0.15s linear;
  1312 .icon-star {
  2912   -o-transition: opacity 0.15s linear;
  1313   background-position: -120px 0;
  2913   transition: opacity 0.15s linear; }
  1314 }
  2914   .fade.in {
  1315 .icon-star-empty {
  2915     opacity: 1; }
  1316   background-position: -144px 0;
  2916 
  1317 }
  2917 .collapse {
  1318 .icon-user {
  2918   display: none; }
  1319   background-position: -168px 0;
  2919   .collapse.in {
  1320 }
  2920     display: block; }
  1321 .icon-film {
  2921 
  1322   background-position: -192px 0;
  2922 tr.collapse.in {
  1323 }
  2923   display: table-row; }
  1324 .icon-th-large {
  2924 
  1325   background-position: -216px 0;
  2925   tbody.collapse.in {
  1326 }
  2926     display: table-row-group; }
  1327 .icon-th {
  2927 
  1328   background-position: -240px 0;
  2928     .collapsing {
  1329 }
  2929       position: relative;
  1330 .icon-th-list {
  2930       height: 0;
  1331   background-position: -264px 0;
  2931       overflow: hidden;
  1332 }
  2932       -webkit-transition: height 0.35s ease;
  1333 .icon-ok {
  2933       -o-transition: height 0.35s ease;
  1334   background-position: -288px 0;
  2934       transition: height 0.35s ease; }
  1335 }
       
  1336 .icon-remove {
       
  1337   background-position: -312px 0;
       
  1338 }
       
  1339 .icon-zoom-in {
       
  1340   background-position: -336px 0;
       
  1341 }
       
  1342 .icon-zoom-out {
       
  1343   background-position: -360px 0;
       
  1344 }
       
  1345 .icon-off {
       
  1346   background-position: -384px 0;
       
  1347 }
       
  1348 .icon-signal {
       
  1349   background-position: -408px 0;
       
  1350 }
       
  1351 .icon-cog {
       
  1352   background-position: -432px 0;
       
  1353 }
       
  1354 .icon-trash {
       
  1355   background-position: -456px 0;
       
  1356 }
       
  1357 .icon-home {
       
  1358   background-position: 0 -24px;
       
  1359 }
       
  1360 .icon-file {
       
  1361   background-position: -24px -24px;
       
  1362 }
       
  1363 .icon-time {
       
  1364   background-position: -48px -24px;
       
  1365 }
       
  1366 .icon-road {
       
  1367   background-position: -72px -24px;
       
  1368 }
       
  1369 .icon-download-alt {
       
  1370   background-position: -96px -24px;
       
  1371 }
       
  1372 .icon-download {
       
  1373   background-position: -120px -24px;
       
  1374 }
       
  1375 .icon-upload {
       
  1376   background-position: -144px -24px;
       
  1377 }
       
  1378 .icon-inbox {
       
  1379   background-position: -168px -24px;
       
  1380 }
       
  1381 .icon-play-circle {
       
  1382   background-position: -192px -24px;
       
  1383 }
       
  1384 .icon-repeat {
       
  1385   background-position: -216px -24px;
       
  1386 }
       
  1387 .icon-refresh {
       
  1388   background-position: -240px -24px;
       
  1389 }
       
  1390 .icon-list-alt {
       
  1391   background-position: -264px -24px;
       
  1392 }
       
  1393 .icon-lock {
       
  1394   background-position: -287px -24px;
       
  1395 }
       
  1396 .icon-flag {
       
  1397   background-position: -312px -24px;
       
  1398 }
       
  1399 .icon-headphones {
       
  1400   background-position: -336px -24px;
       
  1401 }
       
  1402 .icon-volume-off {
       
  1403   background-position: -360px -24px;
       
  1404 }
       
  1405 .icon-volume-down {
       
  1406   background-position: -384px -24px;
       
  1407 }
       
  1408 .icon-volume-up {
       
  1409   background-position: -408px -24px;
       
  1410 }
       
  1411 .icon-qrcode {
       
  1412   background-position: -432px -24px;
       
  1413 }
       
  1414 .icon-barcode {
       
  1415   background-position: -456px -24px;
       
  1416 }
       
  1417 .icon-tag {
       
  1418   background-position: 0 -48px;
       
  1419 }
       
  1420 .icon-tags {
       
  1421   background-position: -25px -48px;
       
  1422 }
       
  1423 .icon-book {
       
  1424   background-position: -48px -48px;
       
  1425 }
       
  1426 .icon-bookmark {
       
  1427   background-position: -72px -48px;
       
  1428 }
       
  1429 .icon-print {
       
  1430   background-position: -96px -48px;
       
  1431 }
       
  1432 .icon-camera {
       
  1433   background-position: -120px -48px;
       
  1434 }
       
  1435 .icon-font {
       
  1436   background-position: -144px -48px;
       
  1437 }
       
  1438 .icon-bold {
       
  1439   background-position: -167px -48px;
       
  1440 }
       
  1441 .icon-italic {
       
  1442   background-position: -192px -48px;
       
  1443 }
       
  1444 .icon-text-height {
       
  1445   background-position: -216px -48px;
       
  1446 }
       
  1447 .icon-text-width {
       
  1448   background-position: -240px -48px;
       
  1449 }
       
  1450 .icon-align-left {
       
  1451   background-position: -264px -48px;
       
  1452 }
       
  1453 .icon-align-center {
       
  1454   background-position: -288px -48px;
       
  1455 }
       
  1456 .icon-align-right {
       
  1457   background-position: -312px -48px;
       
  1458 }
       
  1459 .icon-align-justify {
       
  1460   background-position: -336px -48px;
       
  1461 }
       
  1462 .icon-list {
       
  1463   background-position: -360px -48px;
       
  1464 }
       
  1465 .icon-indent-left {
       
  1466   background-position: -384px -48px;
       
  1467 }
       
  1468 .icon-indent-right {
       
  1469   background-position: -408px -48px;
       
  1470 }
       
  1471 .icon-facetime-video {
       
  1472   background-position: -432px -48px;
       
  1473 }
       
  1474 .icon-picture {
       
  1475   background-position: -456px -48px;
       
  1476 }
       
  1477 .icon-pencil {
       
  1478   background-position: 0 -72px;
       
  1479 }
       
  1480 .icon-map-marker {
       
  1481   background-position: -24px -72px;
       
  1482 }
       
  1483 .icon-adjust {
       
  1484   background-position: -48px -72px;
       
  1485 }
       
  1486 .icon-tint {
       
  1487   background-position: -72px -72px;
       
  1488 }
       
  1489 .icon-edit {
       
  1490   background-position: -96px -72px;
       
  1491 }
       
  1492 .icon-share {
       
  1493   background-position: -120px -72px;
       
  1494 }
       
  1495 .icon-check {
       
  1496   background-position: -144px -72px;
       
  1497 }
       
  1498 .icon-move {
       
  1499   background-position: -168px -72px;
       
  1500 }
       
  1501 .icon-step-backward {
       
  1502   background-position: -192px -72px;
       
  1503 }
       
  1504 .icon-fast-backward {
       
  1505   background-position: -216px -72px;
       
  1506 }
       
  1507 .icon-backward {
       
  1508   background-position: -240px -72px;
       
  1509 }
       
  1510 .icon-play {
       
  1511   background-position: -264px -72px;
       
  1512 }
       
  1513 .icon-pause {
       
  1514   background-position: -288px -72px;
       
  1515 }
       
  1516 .icon-stop {
       
  1517   background-position: -312px -72px;
       
  1518 }
       
  1519 .icon-forward {
       
  1520   background-position: -336px -72px;
       
  1521 }
       
  1522 .icon-fast-forward {
       
  1523   background-position: -360px -72px;
       
  1524 }
       
  1525 .icon-step-forward {
       
  1526   background-position: -384px -72px;
       
  1527 }
       
  1528 .icon-eject {
       
  1529   background-position: -408px -72px;
       
  1530 }
       
  1531 .icon-chevron-left {
       
  1532   background-position: -432px -72px;
       
  1533 }
       
  1534 .icon-chevron-right {
       
  1535   background-position: -456px -72px;
       
  1536 }
       
  1537 .icon-plus-sign {
       
  1538   background-position: 0 -96px;
       
  1539 }
       
  1540 .icon-minus-sign {
       
  1541   background-position: -24px -96px;
       
  1542 }
       
  1543 .icon-remove-sign {
       
  1544   background-position: -48px -96px;
       
  1545 }
       
  1546 .icon-ok-sign {
       
  1547   background-position: -72px -96px;
       
  1548 }
       
  1549 .icon-question-sign {
       
  1550   background-position: -96px -96px;
       
  1551 }
       
  1552 .icon-info-sign {
       
  1553   background-position: -120px -96px;
       
  1554 }
       
  1555 .icon-screenshot {
       
  1556   background-position: -144px -96px;
       
  1557 }
       
  1558 .icon-remove-circle {
       
  1559   background-position: -168px -96px;
       
  1560 }
       
  1561 .icon-ok-circle {
       
  1562   background-position: -192px -96px;
       
  1563 }
       
  1564 .icon-ban-circle {
       
  1565   background-position: -216px -96px;
       
  1566 }
       
  1567 .icon-arrow-left {
       
  1568   background-position: -240px -96px;
       
  1569 }
       
  1570 .icon-arrow-right {
       
  1571   background-position: -264px -96px;
       
  1572 }
       
  1573 .icon-arrow-up {
       
  1574   background-position: -289px -96px;
       
  1575 }
       
  1576 .icon-arrow-down {
       
  1577   background-position: -312px -96px;
       
  1578 }
       
  1579 .icon-share-alt {
       
  1580   background-position: -336px -96px;
       
  1581 }
       
  1582 .icon-resize-full {
       
  1583   background-position: -360px -96px;
       
  1584 }
       
  1585 .icon-resize-small {
       
  1586   background-position: -384px -96px;
       
  1587 }
       
  1588 .icon-plus {
       
  1589   background-position: -408px -96px;
       
  1590 }
       
  1591 .icon-minus {
       
  1592   background-position: -433px -96px;
       
  1593 }
       
  1594 .icon-asterisk {
       
  1595   background-position: -456px -96px;
       
  1596 }
       
  1597 .icon-exclamation-sign {
       
  1598   background-position: 0 -120px;
       
  1599 }
       
  1600 .icon-gift {
       
  1601   background-position: -24px -120px;
       
  1602 }
       
  1603 .icon-leaf {
       
  1604   background-position: -48px -120px;
       
  1605 }
       
  1606 .icon-fire {
       
  1607   background-position: -72px -120px;
       
  1608 }
       
  1609 .icon-eye-open {
       
  1610   background-position: -96px -120px;
       
  1611 }
       
  1612 .icon-eye-close {
       
  1613   background-position: -120px -120px;
       
  1614 }
       
  1615 .icon-warning-sign {
       
  1616   background-position: -144px -120px;
       
  1617 }
       
  1618 .icon-plane {
       
  1619   background-position: -168px -120px;
       
  1620 }
       
  1621 .icon-calendar {
       
  1622   background-position: -192px -120px;
       
  1623 }
       
  1624 .icon-random {
       
  1625   background-position: -216px -120px;
       
  1626 }
       
  1627 .icon-comment {
       
  1628   background-position: -240px -120px;
       
  1629 }
       
  1630 .icon-magnet {
       
  1631   background-position: -264px -120px;
       
  1632 }
       
  1633 .icon-chevron-up {
       
  1634   background-position: -288px -120px;
       
  1635 }
       
  1636 .icon-chevron-down {
       
  1637   background-position: -313px -119px;
       
  1638 }
       
  1639 .icon-retweet {
       
  1640   background-position: -336px -120px;
       
  1641 }
       
  1642 .icon-shopping-cart {
       
  1643   background-position: -360px -120px;
       
  1644 }
       
  1645 .icon-folder-close {
       
  1646   background-position: -384px -120px;
       
  1647 }
       
  1648 .icon-folder-open {
       
  1649   background-position: -408px -120px;
       
  1650 }
       
  1651 .icon-resize-vertical {
       
  1652   background-position: -432px -119px;
       
  1653 }
       
  1654 .icon-resize-horizontal {
       
  1655   background-position: -456px -118px;
       
  1656 }
       
  1657 .dropdown {
       
  1658   position: relative;
       
  1659 }
       
  1660 .dropdown-toggle {
       
  1661   border: 1px solid #eeeeee;
       
  1662 }
       
  1663 .dropdown-toggle:active,
       
  1664 .open .dropdown-toggle {
       
  1665   outline: 0;
       
  1666 }
       
  1667 .caret {
  2935 .caret {
  1668   display: inline-block;
  2936   display: inline-block;
  1669   width: 0;
  2937   width: 0;
  1670   height: 0;
  2938   height: 0;
  1671   text-indent: -99999px;
  2939   margin-left: 2px;
  1672   *text-indent: 0;
  2940   vertical-align: middle;
  1673   vertical-align: top;
  2941   border-top: 4px solid;
  1674   border-left: 4px solid transparent;
       
  1675   border-right: 4px solid transparent;
  2942   border-right: 4px solid transparent;
  1676   border-top: 4px solid #000000;
  2943   border-left: 4px solid transparent; }
  1677   opacity: 0.3;
  2944 
  1678   filter: alpha(opacity=30);
  2945   .dropdown {
  1679   content: "\2193";
  2946     position: relative; }
  1680 }
  2947 
  1681 .dropdown .caret {
  2948     .dropdown-toggle:focus {
       
  2949       outline: 0; }
       
  2950 
       
  2951 .dropdown-menu {
       
  2952 	position: absolute;
       
  2953 	top: 100%;
       
  2954 	left: 0;
       
  2955 	z-index: 1000;
       
  2956 	display: none;
       
  2957 	float: left;
       
  2958 	min-width: 160px;
       
  2959 	padding: 5px 0;
       
  2960 	margin: 2px 0 0;
       
  2961 	list-style: none;
       
  2962 	font-size: 13px;
       
  2963 	text-align: left;
       
  2964 	background-color: #fff;
       
  2965 	border: 1px solid #c4ced7;
       
  2966 	border-radius: 2px;
       
  2967 	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
       
  2968 	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
       
  2969 	background-clip: padding-box; }
       
  2970 .dropdown-menu.pull-right {
       
  2971 	right: 0;
       
  2972 	left: auto; }
       
  2973 .dropdown-menu .divider {
       
  2974 	height: 1px;
       
  2975 	margin: 8px 0;
       
  2976 	overflow: hidden;
       
  2977 	background-color: #e5e5e5; }
       
  2978 .dropdown-menu > li > a {
       
  2979 	display: block;
       
  2980 	padding: 3px 20px;
       
  2981 	clear: both;
       
  2982 	font-weight: normal;
       
  2983 	line-height: 1.5;
       
  2984 	color: #333;
       
  2985 	white-space: nowrap; }
       
  2986 
       
  2987 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
       
  2988   text-decoration: none;
       
  2989   color: #262626;
       
  2990   background-color: #f5f5f5; }
       
  2991 
       
  2992 .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover,
       
  2993 .dropdown-menu > .active > a:focus {
       
  2994   color: #fff;
       
  2995   text-decoration: none;
       
  2996   outline: 0;
       
  2997   background-color: #428bca; }
       
  2998 
       
  2999 .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover,
       
  3000 .dropdown-menu > .disabled > a:focus {
       
  3001   color: #777; }
       
  3002 
       
  3003 .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
       
  3004   text-decoration: none;
       
  3005   background-color: transparent;
       
  3006   background-image: none;
       
  3007   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
       
  3008   cursor: not-allowed; }
       
  3009 
       
  3010 .open > .dropdown-menu {
       
  3011   display: block; }
       
  3012   .open > a {
       
  3013     outline: 0; }
       
  3014 
       
  3015 #editor_list li a {
       
  3016 	border: 1px solid #ffffff;
       
  3017 	background: #ffffff;
       
  3018 	color: #000000;
       
  3019 	height: 30px;
       
  3020 	width: 100%;
       
  3021 	line-height: 30px;
       
  3022 	padding-left: 12px;
       
  3023 	vertical-align: middle;
       
  3024 }
       
  3025 
       
  3026 #editor_list li a:hover {
       
  3027 	border: 1px solid #ebeced;
       
  3028 	background: #ebeced;
       
  3029 }
       
  3030 
       
  3031 .dropdown-menu-right {
       
  3032   left: auto;
       
  3033   right: 0; }
       
  3034 
       
  3035   .dropdown-menu-left {
       
  3036     left: 0;
       
  3037     right: auto; }
       
  3038 
       
  3039     .dropdown-header {
       
  3040       display: block;
       
  3041       padding: 3px 20px;
       
  3042       font-size: 12px;
       
  3043       line-height: 1.5;
       
  3044       color: #777;
       
  3045       white-space: nowrap; }
       
  3046 
       
  3047       .dropdown-backdrop {
       
  3048         position: fixed;
       
  3049         left: 0;
       
  3050         right: 0;
       
  3051         bottom: 0;
       
  3052         top: 0;
       
  3053         z-index: 990; }
       
  3054 
       
  3055         .pull-right > .dropdown-menu {
       
  3056           right: 0;
       
  3057           left: auto; }
       
  3058 
       
  3059           .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
       
  3060             border-top: 0;
       
  3061             border-bottom: 4px solid;
       
  3062             content: ""; }
       
  3063             .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
       
  3064               top: auto;
       
  3065               bottom: 100%;
       
  3066               margin-bottom: 1px; }
       
  3067 
       
  3068 @media (min-width: 768px) {
       
  3069   .navbar-right .dropdown-menu {
       
  3070     right: 0;
       
  3071     left: auto;   }
       
  3072     .navbar-right .dropdown-menu-left {
       
  3073       left: 0;
       
  3074       right: auto;   }
       
  3075 }
       
  3076 .btn-group, .btn-group-vertical {
       
  3077   position: relative;
       
  3078   display: inline-block;
       
  3079   vertical-align: middle; }
       
  3080   .btn-group > .btn, .btn-group-vertical > .btn {
       
  3081     position: relative;
       
  3082     float: left; }
       
  3083     .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active,
       
  3084     .btn-group > .btn.active, .btn-group-vertical > .btn:hover,
       
  3085     .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active,
       
  3086     .btn-group-vertical > .btn.active {
       
  3087       z-index: 2; }
       
  3088       .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
       
  3089         outline: 0; }
       
  3090 
       
  3091 .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn,
       
  3092 .btn-group .btn-group + .btn-group {
       
  3093   margin-left: -1px; }
       
  3094 
       
  3095 .btn-toolbar {
       
  3096 	margin-left: -5px; }
       
  3097 .btn-toolbar .btn-group, .btn-toolbar .input-group {
       
  3098 	float: left; }
       
  3099 .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
       
  3100 	margin-left: 5px; }
       
  3101 
       
  3102 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
       
  3103   border-radius: 0; }
       
  3104 
       
  3105 .btn-group > .btn:first-child {
       
  3106 	margin-left: 0; }
       
  3107 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
       
  3108 	border-bottom-right-radius: 0;
       
  3109 	border-top-right-radius: 0; }
       
  3110 
       
  3111 .btn-group > .btn:last-child:not(:first-child),
       
  3112 .btn-group > .dropdown-toggle:not(:first-child) {
       
  3113   border-bottom-left-radius: 0;
       
  3114   border-top-left-radius: 0; }
       
  3115 
       
  3116 .btn-group > .btn-group {
       
  3117     float: left; }
       
  3118 
       
  3119 .btn-group a:hover {
       
  3120 	background: #ffffff;
       
  3121 	border: 1px solid #cccccc;
       
  3122 }
       
  3123 
       
  3124 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
       
  3125 	border-radius: 0; }
       
  3126 
       
  3127 .btn-group > .btn-group:first-child > .btn:last-child,
       
  3128 .btn-group > .btn-group:first-child > .dropdown-toggle {
       
  3129 	border-bottom-right-radius: 0;
       
  3130 	border-top-right-radius: 0; }
       
  3131 
       
  3132 .btn-group > .btn-group:last-child > .btn:first-child {
       
  3133   border-bottom-left-radius: 0;
       
  3134   border-top-left-radius: 0; }
       
  3135 
       
  3136   .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
       
  3137     outline: 0; }
       
  3138 
       
  3139     .btn-group > .btn-lg + .dropdown-toggle,
       
  3140     .btn-group .btn-group-lg > .btn + .dropdown-toggle,
       
  3141     .btn-group-lg .btn-group > .btn + .dropdown-toggle {
       
  3142       padding-left: 12px;
       
  3143       padding-right: 12px; }
       
  3144 
       
  3145       .btn-lg .caret, .btn-group-lg .btn .caret {
       
  3146         border-width: 5px 5px 0;
       
  3147         border-bottom-width: 0; }
       
  3148 
       
  3149         .dropup .btn-lg .caret, .dropup .btn-group-lg .btn .caret,
       
  3150         .btn-group-lg .dropup .btn .caret {
       
  3151           border-width: 0 5px 5px; }
       
  3152 
       
  3153           .btn-group > .btn + .dropdown-toggle {
       
  3154             padding-left: 8px;
       
  3155             padding-right: 8px; }
       
  3156 
       
  3157             .btn-group.open .dropdown-toggle {
       
  3158               -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.12);
       
  3159               box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.12); }
       
  3160               .btn-group.open .dropdown-toggle.btn-link {
       
  3161                 -webkit-box-shadow: none;
       
  3162                 box-shadow: none; }
       
  3163 
       
  3164 .btn .caret {
       
  3165   margin-left: 0; }
       
  3166 
       
  3167   .btn-group-vertical > .btn, .btn-group-vertical > .btn-group,
       
  3168   .btn-group-vertical > .btn-group > .btn {
       
  3169     display: block;
       
  3170     float: none;
       
  3171     width: 100%;
       
  3172     max-width: 100%; }
       
  3173     .btn-group-vertical > .btn-group > .btn {
       
  3174       float: none; }
       
  3175   .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group,
       
  3176   .btn-group-vertical > .btn-group + .btn,
       
  3177   .btn-group-vertical > .btn-group + .btn-group {
       
  3178     margin-top: -1px;
       
  3179     margin-left: 0; }
       
  3180 
       
  3181 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
       
  3182   border-radius: 0; }
       
  3183   .btn-group-vertical > .btn:first-child:not(:last-child) {
       
  3184     border-top-right-radius: 4px;
       
  3185     border-bottom-right-radius: 0;
       
  3186     border-bottom-left-radius: 0; }
       
  3187     .btn-group-vertical > .btn:last-child:not(:first-child) {
       
  3188       border-bottom-left-radius: 4px;
       
  3189       border-top-right-radius: 0;
       
  3190       border-top-left-radius: 0; }
       
  3191 
       
  3192 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
       
  3193   border-radius: 0; }
       
  3194 
       
  3195   .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
       
  3196   .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
       
  3197     border-bottom-right-radius: 0;
       
  3198     border-bottom-left-radius: 0; }
       
  3199 
       
  3200 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
       
  3201   border-top-right-radius: 0;
       
  3202   border-top-left-radius: 0; }
       
  3203 
       
  3204   .btn-group-justified {
       
  3205     display: table;
       
  3206     width: 100%;
       
  3207     table-layout: fixed;
       
  3208     border-collapse: separate; }
       
  3209     .btn-group-justified > .btn, .btn-group-justified > .btn-group {
       
  3210       float: none;
       
  3211       display: table-cell;
       
  3212       width: 1%; }
       
  3213       .btn-group-justified > .btn-group .btn {
       
  3214         width: 100%; }
       
  3215         .btn-group-justified > .btn-group .dropdown-menu {
       
  3216           left: auto; }
       
  3217 
       
  3218 [data-toggle="buttons"] > .btn > input[type="radio"],
       
  3219 [data-toggle="buttons"] > .btn > input[type="checkbox"] {
       
  3220 	position: absolute;
       
  3221 	z-index: -1;
       
  3222 	opacity: 0;
       
  3223 	filter: alpha(opacity=0); }
       
  3224 .navbar-btn.btn-xs, .btn-group-xs .navbar-btn.btn {
       
  3225 	margin-top: 14px;
       
  3226 	margin-bottom: 14px; }
       
  3227 .navbar-btn.btn-sm, .btn-group-sm .navbar-btn.btn {
       
  3228 	margin-top: 10px;
       
  3229     margin-bottom: 10px; }
       
  3230 
       
  3231 .navbar {
       
  3232 	position: relative;
       
  3233 	min-height: 50px;
       
  3234 	margin-bottom: 18px;
       
  3235 	border: 1px solid transparent; }
       
  3236 @media (min-width: 768px) {
       
  3237     .navbar {
       
  3238       border-radius: 4px;   }
       
  3239 }
       
  3240 
       
  3241 @media (min-width: 768px) {
       
  3242   .navbar-header {
       
  3243     float: left;   }
       
  3244 }
       
  3245 
       
  3246 .navbar-collapse {
       
  3247   overflow-x: visible;
       
  3248   padding-right: 15px;
       
  3249   padding-left: 15px;
       
  3250   border-top: 1px solid transparent;
       
  3251   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
       
  3252   -webkit-overflow-scrolling: touch; }
       
  3253   .navbar-collapse.in {
       
  3254     overflow-y: auto; }
       
  3255     @media (min-width: 768px) {
       
  3256       .navbar-collapse {
       
  3257         width: auto;
       
  3258         border-top: 0;
       
  3259         box-shadow: none;   }
       
  3260         .navbar-collapse.collapse {
       
  3261           display: block !important;
       
  3262           height: auto !important;
       
  3263           padding-bottom: 0;
       
  3264           overflow: visible !important;   }
       
  3265           .navbar-collapse.in {
       
  3266             overflow-y: visible;   }
       
  3267             .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse,
       
  3268             .navbar-fixed-bottom .navbar-collapse {
       
  3269               padding-left: 0;
       
  3270               padding-right: 0;   }
       
  3271 }
       
  3272 
       
  3273 .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
       
  3274   max-height: 340px; }
       
  3275   @media (max-width: 480px) and (orientation: landscape) {
       
  3276     .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
       
  3277       max-height: 200px;   }
       
  3278 }
       
  3279 
       
  3280 .container > .navbar-header, .container > .navbar-collapse,
       
  3281 .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
       
  3282   margin-right: -15px;
       
  3283   margin-left: -15px; }
       
  3284   @media (min-width: 768px) {
       
  3285     .container > .navbar-header, .container > .navbar-collapse,
       
  3286     .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
       
  3287       margin-right: 0;
       
  3288       margin-left: 0;   }
       
  3289 }
       
  3290 
       
  3291 .navbar-static-top {
       
  3292   z-index: 1000;
       
  3293   border-width: 0 0 1px; }
       
  3294   @media (min-width: 768px) {
       
  3295     .navbar-static-top {
       
  3296       border-radius: 0;   }
       
  3297 }
       
  3298 
       
  3299 .navbar-fixed-top, .navbar-fixed-bottom {
       
  3300   position: fixed;
       
  3301   right: 0;
       
  3302   left: 0;
       
  3303   z-index: 1030;
       
  3304   -webkit-transform: translate3d(0, 0, 0);
       
  3305   transform: translate3d(0, 0, 0); }
       
  3306   @media (min-width: 768px) {
       
  3307     .navbar-fixed-top, .navbar-fixed-bottom {
       
  3308       border-radius: 0;   }
       
  3309 }
       
  3310 
       
  3311 .navbar-fixed-top {
       
  3312   top: 0;
       
  3313   border-width: 0 0 1px; }
       
  3314 
       
  3315   .navbar-fixed-bottom {
       
  3316     bottom: 0;
       
  3317     margin-bottom: 0;
       
  3318     border-width: 1px 0 0; }
       
  3319 
       
  3320     .navbar-brand {
       
  3321       float: left;
       
  3322       padding: 16px 15px;
       
  3323       font-size: 17px;
       
  3324       line-height: 18px;
       
  3325       height: 50px; }
       
  3326       .navbar-brand:hover, .navbar-brand:focus {
       
  3327         text-decoration: none; }
       
  3328         @media (min-width: 768px) {
       
  3329           .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
       
  3330             margin-left: -15px;   }
       
  3331 }
       
  3332 
       
  3333 .navbar-toggle {
       
  3334   position: relative;
       
  3335   float: right;
       
  3336   margin-right: 15px;
       
  3337   padding: 9px 10px;
  1682   margin-top: 8px;
  3338   margin-top: 8px;
  1683   margin-left: 2px;
  3339   margin-bottom: 8px;
  1684 }
  3340   background-color: transparent;
  1685 .dropdown:hover .caret,
  3341   background-image: none;
  1686 .open.dropdown .caret {
  3342   border: 1px solid transparent;
  1687   opacity: 1;
  3343   border-radius: 4px; }
  1688   filter: alpha(opacity=100);
  3344   .navbar-toggle:focus {
  1689 }
  3345     outline: 0; }
  1690 .dropdown-menu {
  3346     .navbar-toggle .icon-bar {
       
  3347       display: block;
       
  3348       width: 22px;
       
  3349       height: 2px;
       
  3350       border-radius: 1px; }
       
  3351       .navbar-toggle .icon-bar + .icon-bar {
       
  3352         margin-top: 4px; }
       
  3353         @media (min-width: 768px) {
       
  3354           .navbar-toggle {
       
  3355             display: none;   }
       
  3356 }
       
  3357 
       
  3358 .navbar-nav {
       
  3359   margin: 8px -15px; }
       
  3360   .navbar-nav > li > a {
       
  3361     padding-top: 10px;
       
  3362     padding-bottom: 10px;
       
  3363     line-height: 18px; }
       
  3364     @media (max-width: 767px) {
       
  3365       .navbar-nav .open .dropdown-menu {
       
  3366         position: static;
       
  3367         float: none;
       
  3368         width: auto;
       
  3369         margin-top: 0;
       
  3370         background-color: transparent;
       
  3371         border: 0;
       
  3372         box-shadow: none;   }
       
  3373         .navbar-nav .open .dropdown-menu > li > a,
       
  3374         .navbar-nav .open .dropdown-menu .dropdown-header {
       
  3375           padding: 5px 15px 5px 25px;   }
       
  3376           .navbar-nav .open .dropdown-menu > li > a {
       
  3377             line-height: 18px;   }
       
  3378             .navbar-nav .open .dropdown-menu > li > a:hover,
       
  3379             .navbar-nav .open .dropdown-menu > li > a:focus {
       
  3380               background-image: none;   }
       
  3381 }
       
  3382   @media (min-width: 768px) {
       
  3383     .navbar-nav {
       
  3384       float: left;
       
  3385       margin: 0;   }
       
  3386       .navbar-nav > li {
       
  3387         float: left;   }
       
  3388         .navbar-nav > li > a {
       
  3389           padding-top: 16px;
       
  3390           padding-bottom: 16px;   }
       
  3391       .navbar-nav.navbar-right:last-child {
       
  3392         margin-right: -15px;   }
       
  3393 }
       
  3394 
       
  3395 @media (min-width: 768px) {
       
  3396   .navbar-left {
       
  3397     float: left !important;   }
       
  3398     .navbar-right {
       
  3399       float: right !important;   }
       
  3400 }
       
  3401 
       
  3402 .navbar-form {
       
  3403   margin-left: -15px;
       
  3404   margin-right: -15px;
       
  3405   padding: 10px 15px;
       
  3406   border-top: 1px solid transparent;
       
  3407   border-bottom: 1px solid transparent;
       
  3408   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       
  3409   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       
  3410   margin-top: 9px;
       
  3411   margin-bottom: 9px; }
       
  3412   @media (max-width: 767px) {
       
  3413     .navbar-form .form-group {
       
  3414       margin-bottom: 5px;   }
       
  3415 }
       
  3416   @media (min-width: 768px) {
       
  3417     .navbar-form {
       
  3418       width: auto;
       
  3419       border: 0;
       
  3420       margin-left: 0;
       
  3421       margin-right: 0;
       
  3422       padding-top: 0;
       
  3423       padding-bottom: 0;
       
  3424       -webkit-box-shadow: none;
       
  3425       box-shadow: none;   }
       
  3426       .navbar-form.navbar-right:last-child {
       
  3427         margin-right: -15px;   }
       
  3428 }
       
  3429 
       
  3430 .navbar-nav > li > .dropdown-menu {
       
  3431   margin-top: 0;
       
  3432   border-top-right-radius: 0;
       
  3433   border-top-left-radius: 0; }
       
  3434 
       
  3435   .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
       
  3436     border-bottom-right-radius: 0;
       
  3437     border-bottom-left-radius: 0; }
       
  3438 
       
  3439     .navbar-btn {
       
  3440       margin-top: 9px;
       
  3441       margin-bottom: 9px; }
       
  3442 
       
  3443       .navbar-text {
       
  3444         margin-top: 16px;
       
  3445         margin-bottom: 16px; }
       
  3446         @media (min-width: 768px) {
       
  3447           .navbar-text {
       
  3448             float: left;
       
  3449             margin-left: 15px;
       
  3450             margin-right: 15px;   }
       
  3451             .navbar-text.navbar-right:last-child {
       
  3452               margin-right: 0;   }
       
  3453 }
       
  3454 
       
  3455 .navbar-default {
       
  3456   background-color: #f8f8f8;
       
  3457   border-color: #e7e7e7; }
       
  3458   .navbar-default .navbar-brand {
       
  3459     color: #777; }
       
  3460     .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
       
  3461       color: #5e5e5e;
       
  3462       background-color: transparent; }
       
  3463   .navbar-default .navbar-text {
       
  3464     color: #777; }
       
  3465     .navbar-default .navbar-nav > li > a {
       
  3466       color: #777; }
       
  3467       .navbar-default .navbar-nav > li > a:hover,
       
  3468       .navbar-default .navbar-nav > li > a:focus {
       
  3469         color: #333;
       
  3470         background-color: transparent; }
       
  3471     .navbar-default .navbar-nav > .active > a,
       
  3472     .navbar-default .navbar-nav > .active > a:hover,
       
  3473     .navbar-default .navbar-nav > .active > a:focus {
       
  3474       color: #555;
       
  3475       background-color: #e7e7e7; }
       
  3476     .navbar-default .navbar-nav > .disabled > a,
       
  3477     .navbar-default .navbar-nav > .disabled > a:hover,
       
  3478     .navbar-default .navbar-nav > .disabled > a:focus {
       
  3479       color: #ccc;
       
  3480       background-color: transparent; }
       
  3481   .navbar-default .navbar-toggle {
       
  3482     border-color: #ddd; }
       
  3483     .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
       
  3484       background-color: #ddd; }
       
  3485       .navbar-default .navbar-toggle .icon-bar {
       
  3486         background-color: #888; }
       
  3487   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
       
  3488     border-color: #e7e7e7; }
       
  3489     .navbar-default .navbar-nav > .open > a,
       
  3490     .navbar-default .navbar-nav > .open > a:hover,
       
  3491     .navbar-default .navbar-nav > .open > a:focus {
       
  3492       background-color: #e7e7e7;
       
  3493       color: #555; }
       
  3494     @media (max-width: 767px) {
       
  3495       .navbar-default .navbar-nav .open .dropdown-menu > li > a {
       
  3496         color: #777;   }
       
  3497         .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
       
  3498         .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
       
  3499           color: #333;
       
  3500           background-color: transparent;   }
       
  3501       .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
       
  3502       .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
       
  3503       .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
       
  3504         color: #555;
       
  3505         background-color: #e7e7e7;   }
       
  3506       .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
       
  3507       .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
       
  3508       .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
       
  3509         color: #ccc;
       
  3510         background-color: transparent;   }
       
  3511 }
       
  3512   .navbar-default .navbar-link {
       
  3513     color: #777; }
       
  3514     .navbar-default .navbar-link:hover {
       
  3515       color: #333; }
       
  3516   .navbar-default .btn-link {
       
  3517     color: #777; }
       
  3518     .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
       
  3519       color: #333; }
       
  3520       .navbar-default .btn-link[disabled]:hover,
       
  3521       .navbar-default .btn-link[disabled]:focus,
       
  3522       fieldset[disabled] .navbar-default .btn-link:hover,
       
  3523       fieldset[disabled] .navbar-default .btn-link:focus {
       
  3524         color: #ccc; }
       
  3525 
       
  3526 .navbar-inverse {
       
  3527   background-color: #222;
       
  3528   border-color: #080808; }
       
  3529   .navbar-inverse .navbar-brand {
       
  3530     color: #777; }
       
  3531     .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
       
  3532       color: #fff;
       
  3533       background-color: transparent; }
       
  3534   .navbar-inverse .navbar-text {
       
  3535     color: #777; }
       
  3536     .navbar-inverse .navbar-nav > li > a {
       
  3537       color: #777; }
       
  3538       .navbar-inverse .navbar-nav > li > a:hover,
       
  3539       .navbar-inverse .navbar-nav > li > a:focus {
       
  3540         color: #fff;
       
  3541         background-color: transparent; }
       
  3542     .navbar-inverse .navbar-nav > .active > a,
       
  3543     .navbar-inverse .navbar-nav > .active > a:hover,
       
  3544     .navbar-inverse .navbar-nav > .active > a:focus {
       
  3545       color: #fff;
       
  3546       background-color: #080808; }
       
  3547     .navbar-inverse .navbar-nav > .disabled > a,
       
  3548     .navbar-inverse .navbar-nav > .disabled > a:hover,
       
  3549     .navbar-inverse .navbar-nav > .disabled > a:focus {
       
  3550       color: #444;
       
  3551       background-color: transparent; }
       
  3552   .navbar-inverse .navbar-toggle {
       
  3553     border-color: #333; }
       
  3554     .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
       
  3555       background-color: #333; }
       
  3556       .navbar-inverse .navbar-toggle .icon-bar {
       
  3557         background-color: #fff; }
       
  3558   .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
       
  3559     border-color: #101010; }
       
  3560     .navbar-inverse .navbar-nav > .open > a,
       
  3561     .navbar-inverse .navbar-nav > .open > a:hover,
       
  3562     .navbar-inverse .navbar-nav > .open > a:focus {
       
  3563       background-color: #080808;
       
  3564       color: #fff; }
       
  3565     @media (max-width: 767px) {
       
  3566       .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
       
  3567         border-color: #080808;   }
       
  3568         .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
       
  3569           background-color: #080808;   }
       
  3570           .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
       
  3571             color: #777;   }
       
  3572             .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
       
  3573             .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
       
  3574               color: #fff;
       
  3575               background-color: transparent;   }
       
  3576       .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
       
  3577       .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
       
  3578       .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
       
  3579         color: #fff;
       
  3580         background-color: #080808;   }
       
  3581       .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
       
  3582       .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
       
  3583       .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
       
  3584         color: #444;
       
  3585         background-color: transparent;   }
       
  3586 }
       
  3587   .navbar-inverse .navbar-link {
       
  3588     color: #777; }
       
  3589     .navbar-inverse .navbar-link:hover {
       
  3590       color: #fff; }
       
  3591   .navbar-inverse .btn-link {
       
  3592     color: #777; }
       
  3593     .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
       
  3594       color: #fff; }
       
  3595       .navbar-inverse .btn-link[disabled]:hover,
       
  3596       .navbar-inverse .btn-link[disabled]:focus,
       
  3597       fieldset[disabled] .navbar-inverse .btn-link:hover,
       
  3598       fieldset[disabled] .navbar-inverse .btn-link:focus {
       
  3599         color: #444; }
       
  3600 .btn-xs .badge, .btn-group-xs .btn .badge {
       
  3601   top: 0;
       
  3602   padding: 1px 5px; }
       
  3603 
       
  3604 .badge {
       
  3605   display: inline-block;
       
  3606   min-width: 10px;
       
  3607   padding: 3px 7px;
       
  3608   font-size: 12px;
       
  3609   font-weight: bold;
       
  3610   color: #fff;
       
  3611   line-height: 1;
       
  3612   vertical-align: baseline;
       
  3613   white-space: nowrap;
       
  3614   text-align: center;
       
  3615   background-color: #777;
       
  3616   border-radius: 10px; }
       
  3617   .badge:empty {
       
  3618     display: none; }
       
  3619     .btn .badge {
       
  3620       position: relative;
       
  3621       top: -1px; }
       
  3622 a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
       
  3623 	color: #428bca;
       
  3624 	background-color: #fff; }
       
  3625 .nav-pills > li > a > .badge {
       
  3626 	margin-left: 3px; }
       
  3627 
       
  3628 a.badge:hover, a.badge:focus {
       
  3629   color: #fff;
       
  3630   text-decoration: none;
       
  3631   cursor: pointer; }
       
  3632 .nav {
       
  3633   margin-bottom: 0;
       
  3634   padding-left: 0;
       
  3635   list-style: none; }
       
  3636   .nav > li {
       
  3637     position: relative;
       
  3638     display: block; }
       
  3639     .nav > li > a {
       
  3640       position: relative;
       
  3641       display: block;
       
  3642       padding: 10px 15px; }
       
  3643       .nav > li > a:hover, .nav > li > a:focus {
       
  3644         text-decoration: none;
       
  3645         background-color: #eee; }
       
  3646     .nav > li.disabled > a {
       
  3647       color: #777; }
       
  3648       .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
       
  3649         color: #777;
       
  3650         text-decoration: none;
       
  3651         background-color: transparent;
       
  3652         cursor: not-allowed; }
       
  3653 .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
       
  3654 	background-color: #eee;
       
  3655     border-color: #428bca; }
       
  3656 .nav .nav-divider {
       
  3657     height: 1px;
       
  3658     margin: 8px 0;
       
  3659     overflow: hidden;
       
  3660     background-color: #e5e5e5; }
       
  3661     .nav > li > a > img {
       
  3662       max-width: none; }
       
  3663 
       
  3664 .nav-tabs {
       
  3665   border-bottom: 1px solid #dddddd; }
       
  3666 .nav-tabs > li {
       
  3667     float: left;
       
  3668     margin-bottom: -1px; }
       
  3669 .nav-tabs > li > a {
       
  3670       margin-right: 2px;
       
  3671       line-height: 1.5;
       
  3672       border: 1px solid transparent;
       
  3673 }
       
  3674       
       
  3675 .nav-tabs > li > a:hover {
       
  3676 	border: 1px solid transparent;
       
  3677 	border-bottom: 1px solid #dddddd;
       
  3678 	/*border-color: #eee #eee #ddd;*/ 
       
  3679 	text-decoration: underline;
       
  3680 	background: #ffffff;
       
  3681 }
       
  3682 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,
       
  3683 .nav-tabs > li.active > a:focus {
       
  3684 	/*color: #555;*/
       
  3685 	font-weight: 600;
       
  3686 	background-color: #fff;
       
  3687 	border: 1px solid #ddd;
       
  3688 	border-bottom-color: #fff;
       
  3689 	text-decoration: none;
       
  3690 	background: url(../img/content_tab_bkgd_selected.png) repeat-x;
       
  3691 	cursor: default; }
       
  3692 
       
  3693 .nav-justified, .nav-tabs.nav-justified {
       
  3694   width: 100%; }
       
  3695   .nav-justified > li, .nav-tabs.nav-justified > li {
       
  3696     float: none; }
       
  3697     .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
       
  3698       text-align: center;
       
  3699       margin-bottom: 5px; }
       
  3700   .nav-justified > .dropdown .dropdown-menu,
       
  3701   .nav-tabs.nav-justified > .dropdown .dropdown-menu {
       
  3702     top: auto;
       
  3703     left: auto; }
       
  3704     @media (min-width: 768px) {
       
  3705       .nav-justified > li, .nav-tabs.nav-justified > li {
       
  3706         display: table-cell;
       
  3707         width: 1%;   }
       
  3708         .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
       
  3709           margin-bottom: 0;   }
       
  3710 }
       
  3711 
       
  3712 .nav-tabs-justified, .nav-tabs.nav-justified {
       
  3713   border-bottom: 0; }
       
  3714   .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
       
  3715     margin-right: 0;
       
  3716     border-radius: 4px; }
       
  3717     .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover,
       
  3718     .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a,
       
  3719     .nav-tabs.nav-justified > .active > a:hover,
       
  3720     .nav-tabs.nav-justified > .active > a:focus {
       
  3721       border: 1px solid #ddd; }
       
  3722       @media (min-width: 768px) {
       
  3723         .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
       
  3724           border-bottom: 1px solid #ddd;
       
  3725           border-radius: 4px 4px 0 0;   }
       
  3726           .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover,
       
  3727           .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a,
       
  3728           .nav-tabs.nav-justified > .active > a:hover,
       
  3729           .nav-tabs.nav-justified > .active > a:focus {
       
  3730             border-bottom-color: #fff;   }
       
  3731 }
       
  3732 
       
  3733 .nav-pills > li {
       
  3734 	float: left; }
       
  3735 .nav-pills > li > a {
       
  3736     border-radius: 4px; }
       
  3737 .nav-pills > li + li {
       
  3738 	margin-left: 2px; }
       
  3739 .nav-pills > li.active > a, .nav-pills > li.active > a:hover,
       
  3740 .nav-pills > li.active > a:focus {
       
  3741 	color: #fff;
       
  3742 	background-color: #428bca; }
       
  3743 
       
  3744 .nav-stacked > li {
       
  3745   float: none; }
       
  3746   .nav-stacked > li + li {
       
  3747     margin-top: 2px;
       
  3748     margin-left: 0; }
       
  3749 
       
  3750 .tab-content > .tab-pane {
       
  3751   display: none; }
       
  3752   .tab-content > .active {
       
  3753     display: block; }
       
  3754 
       
  3755 .nav-tabs .dropdown-menu {
       
  3756   margin-top: -1px;
       
  3757   border-top-right-radius: 0;
       
  3758   border-top-left-radius: 0; }
       
  3759 .form-inline, .navbar-form, .table_actions {
       
  3760   display: inline; }
       
  3761 .form-inline input, .form-inline button, .form-inline a.btn, .navbar-form input,
       
  3762 .navbar-form button, .navbar-form a.btn, .table_actions input,
       
  3763 .table_actions button, .table_actions a.btn {
       
  3764     margin-left: 5px; 
       
  3765 	background: -moz-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  3766   	background: -ms-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  3767   	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f3f4), to(#e3e8ea));
       
  3768   	background: -webkit-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  3769   	background: -o-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  3770   	background: linear-gradient(top, #f1f3f4, #e3e8ea);
       
  3771   	background-repeat: repeat-x;
       
  3772   	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
       
  3773  	border: 1px solid #C3CED7;
       
  3774  	font-weight: 700;
       
  3775 }
       
  3776 
       
  3777 .form-inline input:hover, .form-inline button:hover, .form-inline a.btn:hover, .navbar-form input:hover,
       
  3778 .navbar-form button:hover, .navbar-form a.btn:hover, .table_actions input:hover,
       
  3779 .table_actions button:hover, .table_actions a.btn:hover {
       
  3780   background: -moz-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  3781   background: -ms-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  3782   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F9FA), to(#F1F4F5));
       
  3783   background: -webkit-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  3784   background: -o-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  3785   background: linear-gradient(top, #F8F9FA, #F1F4F5);  
       
  3786   text-decoration: none;
       
  3787 }
       
  3788 
       
  3789 .table_count {
       
  3790 	font-weight: 700;
       
  3791 }
       
  3792 
       
  3793 .clearfix:after {
       
  3794   visibility: hidden;
       
  3795   display: block;
       
  3796   font-size: 0;
       
  3797   content: " ";
       
  3798   clear: both;
       
  3799   height: 0; }
       
  3800 
       
  3801 * html .clearfix {
       
  3802 	zoom: 1; }
       
  3803 
       
  3804 *:first-child + html .clearfix {
       
  3805 	zoom: 1; }
       
  3806 	
       
  3807 @font-face {
       
  3808 	font-family: 'anivers';
       
  3809         src: url('/static/dashboard/fonts/Anivers_Regular-webfont.eot?5f61443eb372');
       
  3810         src: url('/static/dashboard/fonts/Anivers_Regular-webfont.eot?iefix&5f61443eb372') format('eot'),
       
  3811                 url('/static/dashboard/fonts/Anivers_Regular-webfont.woff?2c3db88030ec') format('woff'),
       
  3812                 url('/static/dashboard/fonts/Anivers_Regular-webfont.ttf?6a7822aa21cf') format('truetype'),
       
  3813                 url('/static/dashboard/fonts/Anivers_Regular-webfont.svg?1dbc53d268e6#webfont3JLVF59W') format('svg');
       
  3814 	font-weight: normal;
       
  3815 	font-style: normal; }
       
  3816 
       
  3817 body {
       
  3818 	background-color: #ffffff;
       
  3819 	color: #333333;
       
  3820 	min-width: 900px; }
       
  3821 
       
  3822 small {
       
  3823 	font-size: 11px; }
       
  3824 
       
  3825 a {
       
  3826 	color: #145c9e;
       
  3827 	text-decoration: none; }
       
  3828 
       
  3829 a:hover, a:focus {
       
  3830 	color: #145c9e;
       
  3831 	text-decoration: underline; }
       
  3832 
       
  3833 ul {
       
  3834 	list-style: none;
       
  3835 	margin: 0; }
       
  3836 
       
  3837 .list-bullet {
       
  3838  	list-style: disc; }
       
  3839 
       
  3840 .small-padding {
       
  3841 	padding-left: 0;
       
  3842 	padding-right: 5px;
       
  3843 	padding-bottom: 5px; }
       
  3844 
       
  3845 dt {
       
  3846 	font-weight: bold; }
       
  3847 
       
  3848 .topbar {
       
  3849 	background: url('../img/OpenStack_banner.png') repeat-x;
       
  3850 	height: 79px;
       
  3851 	padding: 17px 0px 0px 20px;
       
  3852 }
       
  3853 
       
  3854 .topbar .switcher_bar {
       
  3855 	display: inline-block;
       
  3856 	height: auto;
       
  3857 	width: 160px;
       
  3858 	max-width: 160px;
       
  3859 	/*margin-bottom: 0;
       
  3860 	margin-right: 10px;*/
       
  3861 	padding: 0;
       
  3862 	background: url('/static/dashboard/img/dropdown_ena.png') no-repeat;
       
  3863 	background-position: 140px center;
       
  3864 }
       
  3865 
       
  3866 	
       
  3867 .topbar .switcher_bar ul#tenant_list a {
       
  3868 	max-width: 160px;
       
  3869 	overflow: hidden;
       
  3870 	text-overflow: ellipsis; }
       
  3871 
       
  3872 .topbar .switcher_bar a {
       
  3873 	margin-left: 0;
       
  3874 	display: block; 
       
  3875 	border: 1px solid #f5f5f5;
       
  3876 	border-radius: 2px;
       
  3877 	padding: 0px 0px 0px 6px;
       
  3878 	color: #000000;
       
  3879 }
       
  3880 
       
  3881 .topbar .switcher_bar a:hover, .topbar .switcher_bar a:active {
       
  3882 	text-decoration: none;
       
  3883 	border: 1px solid #0572ce;
       
  3884 	background: url('/static/dashboard/img/dropdown_dwn.png') no-repeat right 6px center #0572ce;
       
  3885 	color: #ffffff;
       
  3886 }
       
  3887 
       
  3888 .topbar .open a {
       
  3889 	border: 1px solid #0572ce;
       
  3890 	background: url('/static/dashboard/img/dropdown_dwn.png') no-repeat right 6px center #0572ce;
       
  3891 	color: #ffffff;
       
  3892 }
       
  3893 
       
  3894 
       
  3895 .topbar .switcher_bar ul {
       
  3896 	width: 130px; }
       
  3897 
       
  3898 .topbar .switcher_bar div {
       
  3899 	padding: 0px 20px 0px 8px;
       
  3900 	line-height: 28px;
       
  3901 	text-decoration: none;
       
  3902 	overflow: hidden;
       
  3903 	text-overflow: ellipsis; }
       
  3904 
       
  3905 .topbar .switcher_bar div:first-letter {
       
  3906 	text-transform: capitalize;
       
  3907 }
       
  3908 
       
  3909 .topbar .context-box {
       
  3910 	display: inline; 
       
  3911 	float: right;
       
  3912 	position: relative;
       
  3913 	right: 165px;
       
  3914 }
       
  3915 
       
  3916 .hide_image {
       
  3917 	background-image: none !important; }
       
  3918 
       
  3919 #profile_editor_switcher {
       
  3920 	width: auto;
       
  3921 	height: 28px;
       
  3922 	vertical-align: top;
       
  3923 	white-space: nowrap;
       
  3924 	/*background-image: url('/static/dashboard/img/profile_drop.png?94c62ed0a520');*/
       
  3925 	background-repeat: no-repeat;
       
  3926 	background-position: right 6px center; 
       
  3927 	line-height: 28px;
       
  3928 	position: relative;
       
  3929 	top: 4px;	
       
  3930 }
       
  3931 
       
  3932 #profile_editor_switcher a, #profile_editor_switcher a:hover {
       
  3933 	text-decoration: none;
       
  3934 }
       
  3935 
       
  3936 #user_info {
       
  3937 	margin: 0px;
       
  3938 	margin-right: -57px;
       
  3939 }
       
  3940 
       
  3941 #user_info > a {
       
  3942 	color: #145c9e;
       
  3943 	margin-left: 14px;
       
  3944 	line-height: 38px;
       
  3945 	font-size: 13px !important; 
       
  3946 }
       
  3947 
       
  3948 #user_info > a:hover {
       
  3949 	color: #145c9e;
       
  3950 }
       
  3951 
       
  3952 .page-header {
       
  3953 	margin: 0px;
       
  3954 	padding: 19px 0px;
       
  3955 	font-family: Arial, Helvetica, sans-serif;
       
  3956 	height: auto;
       
  3957 	width: 100%; }
       
  3958 .page-header h2 {
       
  3959 	margin: 0; }
       
  3960 
       
  3961 h2 {
       
  3962   color: #333333;
       
  3963   font-size: 30px;
       
  3964   font-weight: normal; }
       
  3965 
       
  3966 #splash .login {
       
  3967     background: url('/static/dashboard/img/OracleSolaris_login_banner.png') no-repeat;
       
  3968     position: absolute;
       
  3969     top: 80px;
       
  3970     left: 50%;
       
  3971     margin: 0 0 0 -195px;
       
  3972     padding-top: 79px;
       
  3973     width: 390px;
       
  3974     border: 1px solid #dddddd;
       
  3975     max-height: none;
       
  3976     border-radius: 6px;
       
  3977     box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
       
  3978     background-clip: padding-box; }
       
  3979 #splash .login form .error {
       
  3980 	width: 100%; }
       
  3981 #splash .login form input {
       
  3982 	width: 100%; }
       
  3983 #splash .login form select {
       
  3984 	width: 360px; }
       
  3985 
       
  3986 #splash p.help-block {
       
  3987   display: none; }
       
  3988 
       
  3989 #create_container_form .modal-footer {
       
  3990 	margin-top: 190px; }
       
  3991 
       
  3992 .container-fluid {
       
  3993 	padding-left: 0; }
       
  3994 
       
  3995 .sidebar {
       
  3996     border: none;	
       
  3997     border-right: 1px solid #c4ced8;
       
  3998     border-bottom: 1px solid #c4ced8;
       
  3999     float: left;
       
  4000     width: 235px;
       
  4001     height: 800px; 
       
  4002     background: #ebeced;
       
  4003 }
       
  4004 
       
  4005 .sidebar h4 {
       
  4006 	margin-left: 14px;
       
  4007 	color: #333333; }
       
  4008 
       
  4009 .sidebar .nav-tabs {
       
  4010 	margin-top: -34px; }
       
  4011 
       
  4012 .sidebar .nav-tabs li.active a {
       
  4013 	background-color: #ffffff; }
       
  4014 
       
  4015 h1.brand {
       
  4016 	width: 100%;
       
  4017 	margin: 0; }
       
  4018 
       
  4019 h1.brand a {
       
  4020 	background: url('/static/dashboard/img/OracleSolaris_Logo.png') top left no-repeat;
       
  4021 	display: block;
       
  4022 	float: left;
       
  4023 	padding-left: 115px;
       
  4024 	color: #000000;
       
  4025 	font-weight: 400;
       
  4026 	width: 310px;
       
  4027 	font-family: Arial, Helvetica, sans-serif;
       
  4028 	font-size: 19px;
       
  4029 	line-height: 35px;
       
  4030  }
       
  4031 
       
  4032 h1.brand a:hover {
       
  4033 	color: #000000;
       
  4034 	text-decoration: none;
       
  4035 }
       
  4036 
       
  4037                   a.current_item {
       
  4038                     width: 163px;
       
  4039                     float: left; }
       
  4040 
       
  4041                     a.current_item:hover {
       
  4042                       text-decoration: none; }
       
  4043 
       
  4044                       a.current_item:hover h3, a.current_item:hover h4 {
       
  4045                         color: #005D9D;
       
  4046                         border-radius: 4px; }
       
  4047 
       
  4048                         .sidebar .switcher_bar {
       
  4049                           width: 190px;
       
  4050                           height: 38px;
       
  4051                           padding: 5px 0;
       
  4052                           margin-left: 14px;
       
  4053                           margin-bottom: 15px; }
       
  4054 
       
  4055                           .sidebar .switcher_bar a.dropdown-toggle {
       
  4056                             display: block;
       
  4057                             padding: 5px 0;
       
  4058                             background-image: url('/static/dashboard/img/drop_arrow.png?2ec1100baed3');
       
  4059                             border: 1px solid #c0d9e4;
       
  4060                             background-color: #e9f5fa;
       
  4061                             background-repeat: no-repeat;
       
  4062                             background-position: 167px 23px; }
       
  4063 
       
  4064                             .sidebar .switcher_bar a.dropdown-toggle:hover {
       
  4065                               text-decoration: none;
       
  4066                               background-color: #cde8f4; }
       
  4067 
       
  4068                               .sidebar .switcher_bar:focus {
       
  4069                                 outline: none; }
       
  4070 
       
  4071                                 .sidebar .switcher_bar h3 {
       
  4072                                   color: #4790ae;
       
  4073                                   font-size: 16px;
       
  4074                                   margin: -6px 0 0 14px;
       
  4075                                   padding: 0;
       
  4076                                   overflow: hidden;
       
  4077                                   text-overflow: ellipsis;
       
  4078                                   white-space: nowrap; }
       
  4079                                   .sidebar .switcher_bar h3:hover {
       
  4080                                     white-space: normal;
       
  4081                                     overflow: visible;
       
  4082                                     text-overflow: none;
       
  4083                                     padding-right: 1em;
       
  4084                                     word-wrap: break-word; }
       
  4085 
       
  4086 .sidebar .switcher_bar h4 {
       
  4087   color: #6fabc4;
       
  4088   font-size: 10px;
       
  4089   text-transform: uppercase;
       
  4090   font-weight: normal;
       
  4091   padding: 0; }
       
  4092 
       
  4093   .sidebar .switcher_bar ul {
       
  4094     border: 1px solid #c0d9e4;
       
  4095     margin-left: -1px;
       
  4096     width: 190px; }
       
  4097 
       
  4098     .sidebar .switcher_bar li a:hover {
       
  4099       background: #92d6f1; }
       
  4100 
       
  4101       #usage {
       
  4102         margin-bottom: 25px;
       
  4103         height: 125px; }
       
  4104 
       
  4105         .usage_block {
       
  4106           background: #e8f8ff;
       
  4107           color: #84b6c5;
       
  4108           border: 1px solid #afe3fb;
       
  4109           border-radius: 5px;
       
  4110           float: left;
       
  4111           width: 29%;
       
  4112           margin-right: 5%;
       
  4113           min-height: 125px; }
       
  4114 
       
  4115           .usage_block.last {
       
  4116             margin-right: 0; }
       
  4117 
       
  4118             .usage_block h3 {
       
  4119               background: #cef0ff;
       
  4120               color: #4fa5bf;
       
  4121               font-weight: normal;
       
  4122               padding: 0 0 0 10px;
       
  4123               border-bottom: 1px solid #c6e7f5;
       
  4124               border-top-left-radius: 5px;
       
  4125               border-top-right-radius: 5px; }
       
  4126 
       
  4127 .usage_block ul {
       
  4128 	margin: 10px; }
       
  4129 
       
  4130 .usage_block .quantity {
       
  4131 	font-size: 25px; }
       
  4132 
       
  4133 .usage_block li {
       
  4134 	font-size: 11px;
       
  4135 	margin: 0 0 15px 0; }
       
  4136 
       
  4137 .usage_block .unit {
       
  4138 	font-size: 11px;
       
  4139 	text-transform: uppercase;
       
  4140 	padding: 0 0 0 1px; }
       
  4141 
       
  4142 .table-bordered {
       
  4143 	border: none; }
       
  4144 
       
  4145 .table_header {
       
  4146 	min-height: 35px;
       
  4147 	padding: 5px 0; }
       
  4148 
       
  4149 .table_caption th {
       
  4150 	background-color: transparent;
       
  4151 	border: none; }
       
  4152 
       
  4153 .table-bordered th.table_header {
       
  4154 	border: none; 
       
  4155 	padding: 12px 0px;}
       
  4156 
       
  4157 #containers tr.table_caption {
       
  4158 	height: 56px;}
       
  4159 
       
  4160 #containers th.table_header,
       
  4161 #objects th.table_header {
       
  4162 	padding: 12px;}
       
  4163 
       
  4164 .table-bordered tr.table_caption + tr th {
       
  4165 	border: 1px solid #d5dfe6;
       
  4166 	padding: 12px;
       
  4167 	background-color: #ebeced;
       
  4168 }
       
  4169 
       
  4170 .table-bordered tr.table_caption + tr th:first-child,
       
  4171 .table-bordered tr.table_caption + tr th.hide + th {
       
  4172 	border-top-left-radius: 4px;
       
  4173 	border-left: 1px solid #d5dfe6; }
       
  4174 
       
  4175 .table-bordered tr.table_caption + tr th:last-child {
       
  4176 	border-top-right-radius: 4px;
       
  4177 	border-right: 1px solid #d5dfe6; }
       
  4178 
       
  4179 .table-bordered tbody tr td:first-child, .table-bordered tfoot tr td:first-child {
       
  4180 	border-left: 1px solid #d5dfe6; }
       
  4181 
       
  4182 .table-bordered tbody tr td:last-child, .table-bordered tfoot tr td:last-child {
       
  4183 	border-right: 1px solid #d5dfe6; }
       
  4184 
       
  4185 .table-bordered tfoot tr td:first-child {
       
  4186 	border-bottom: 1px solid #d5dfe6;
       
  4187 }
       
  4188 
       
  4189 .table-bordered tfoot tr td:last-child {
       
  4190 	background-color: #f9f9f9;
       
  4191 	padding: 8px 12px;
       
  4192 	border-bottom: 1px solid #d5dfe6;
       
  4193 }
       
  4194 
       
  4195 .table_title h3, .table_header h3 {
       
  4196 	font-family: Arial, Helvetica, sans-serif;
       
  4197 	font-weight: 600;
       
  4198 	font-size: 16px;
       
  4199 	line-height: 30px;
       
  4200 	vertical-align: middle;
       
  4201 	margin: 0px;
       
  4202 	float: left; }
       
  4203 
       
  4204                                               .table th.header {
       
  4205                                                 cursor: pointer; }
       
  4206 
       
  4207                                                 .table th.header:hover {
       
  4208                                                   background-color: #e8e8e8;
       
  4209                                                   text-decoration: underline; }
       
  4210 
       
  4211                                                   .table tbody td.anchor a {
       
  4212                                                     display: block; }
       
  4213 
       
  4214                                                     .table tr.table_caption th.header:hover {
       
  4215                                                       background-color: transparent;
       
  4216                                                       cursor: default; }
       
  4217 
       
  4218                                                       .table th.headerSortUp:hover, .table th.headerSortDown:hover {
       
  4219                                                         background-color: #dfdfdf; }
       
  4220 
       
  4221                                                         .table th.headerSortUp, .table th.headerSortDown {
       
  4222                                                           background-color: #dfdfdf;
       
  4223                                                           background-repeat: no-repeat;
       
  4224                                                           background-position: 98% center; }
       
  4225 
       
  4226                                                           .table th.headerSortDown {
       
  4227                                                             background-image: url('/static/dashboard/img/drop_arrow.png?2ec1100baed3'); }
       
  4228 
       
  4229                                                             .table th.headerSortUp {
       
  4230                                                               background-image: url('/static/dashboard/img/up_arrow.png?4293b62aa222'); }
       
  4231 
       
  4232                                                               .table tr.summation td:first-child, .table tr.summation td:last-child {
       
  4233                                                                 border-radius: 0;
       
  4234                                                                 border-bottom: 0 none; }
       
  4235 
       
  4236                                                                 .table li {
       
  4237                                                                   list-style-position: inside; }
       
  4238 
       
  4239                                                                   th {
       
  4240                                                                     background: #f1f1f1; }
       
  4241 
       
  4242                                                                     td.anchor {
       
  4243                                                                       padding: 0; }
       
  4244 
       
  4245                                                                       .main_nav {
       
  4246                                                                         list-style: none;
       
  4247                                                                         width: 222px;
       
  4248                                                                         margin: 10px 0 20px 0; }
       
  4249 
       
  4250                                                                         .main_nav a {
       
  4251                                                                           color: #999;
       
  4252                                                                           width: 185px;
       
  4253                                                                           padding: 10px;
       
  4254                                                                           display: block;
       
  4255                                                                           margin-left: 20px; }
       
  4256 
       
  4257                                                                           .main_nav a.active {
       
  4258                                                                             background: #fff;
       
  4259                                                                             border: 2px solid #d8d8d8;
       
  4260                                                                             border-right: 0;
       
  4261                                                                             border-bottom-color: #ccc; }
       
  4262 
       
  4263                                                                             table form {
       
  4264                                                                               margin-bottom: 0;
       
  4265                                                                               width: 1px; }
       
  4266 
       
  4267                                                                               .messages {
       
  4268                                                                                 position: fixed;
       
  4269                                                                                 z-index: 9999;
       
  4270                                                                                 top: 20px;
       
  4271                                                                                 right: 20px;
       
  4272                                                                                 width: 300px; }
       
  4273                                                                                 .messages .alert {
       
  4274                                                                                   -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
       
  4275                                                                                   box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); }
       
  4276                                                                                   .messages .alert.alert-danger {
       
  4277                                                                                     border-width: 1px;
       
  4278                                                                                     border-style: solid;
       
  4279                                                                                     border-color: #d43f3a; }
       
  4280                                                                                     .messages .alert.alert-success {
       
  4281                                                                                       border-width: 1px;
       
  4282                                                                                       border-style: solid;
       
  4283                                                                                       border-color: #4cae4c; }
       
  4284 
       
  4285 .alert .alert-actions {
       
  4286   margin-top: -23px;
       
  4287   margin-right: -23px; }
       
  4288 
       
  4289   .modal > form, .login > form, .alert-actions > form {
       
  4290     margin-bottom: 0; }
       
  4291 
       
  4292     .alert p {
       
  4293       overflow: hidden;
       
  4294       word-wrap: break-word; }
       
  4295 
       
  4296       .alert p:last-child {
       
  4297         margin-bottom: 0; }
       
  4298 
       
  4299         #actions.single {
       
  4300           width: 90px; }
       
  4301 
       
  4302           .table-striped tr td {
       
  4303             transition: background 0.2s;
       
  4304             -webkit-transition: background 0.2s;
       
  4305             -moz-transition: background 0.2s;
       
  4306             -o-transition: background 0.2s; }
       
  4307 
       
  4308             .inspect {
       
  4309               float: left;
       
  4310               display: block;
       
  4311               margin-top: 5px;
       
  4312               margin-right: 25px; }
       
  4313 
       
  4314               .table {
       
  4315                 margin-bottom: 25px; }
       
  4316                 .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th,
       
  4317                 .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
       
  4318                   vertical-align: middle; }
       
  4319 
       
  4320 .table tr td {
       
  4321   vertical-align: middle; }
       
  4322 
       
  4323   .table tr.empty td {
       
  4324     text-align: center; }
       
  4325 
       
  4326     .table tfoot tr td {
       
  4327       border-top: 1px solid #dddddd;
       
  4328       background-color: #f1f1f1;
       
  4329       font-size: 11px;
       
  4330       line-height: 14px; }
       
  4331 
       
  4332       .table_actions {
       
  4333         float: right;
       
  4334         min-width: 400px; }
       
  4335 
       
  4336         .table_actions .table_search, .table_actions .table_filter {
       
  4337           display: inline-block; }
       
  4338 
       
  4339           .table_search input[type="text"] {
       
  4340             padding-right: 26px; }
       
  4341             .table_search select {
       
  4342               width: auto; }
       
  4343 
       
  4344 .table_actions .table_actions_menu {
       
  4345   display: inline-block;
       
  4346   position: relative;
       
  4347   margin-left: 5px; }
       
  4348   .table_actions .table_actions_menu .dropdown-menu {
       
  4349     left: auto;
       
  4350     right: 0; }
       
  4351     .table_actions .table_actions_menu .dropdown-menu a,
       
  4352     .table_actions .table_actions_menu .dropdown-menu button {
       
  4353       margin-left: 0px;
       
  4354       padding-left: 22px; }
       
  4355       .table_actions .table_actions_menu .dropdown-menu a .glyphicon,
       
  4356       .table_actions .table_actions_menu .dropdown-menu button .glyphicon,
       
  4357       .table_actions .table_actions_menu .dropdown-menu button .membership .role_dropdown li i,
       
  4358       .membership .role_dropdown li .table_actions .table_actions_menu .dropdown-menu button i,
       
  4359       .table_actions .table_actions_menu .dropdown-menu a .membership .role_dropdown li i,
       
  4360       .membership .role_dropdown li .table_actions .table_actions_menu .dropdown-menu a i {
       
  4361         margin-left: -14px; }
       
  4362 
       
  4363 td.no-transition {
       
  4364   -webkit-transition: none !important;
       
  4365   -moz-transition: none !important;
       
  4366   -o-transition: none !important;
       
  4367   -ms-transition: none !important;
       
  4368   transition: none !important; }
       
  4369 
       
  4370   td.success {
       
  4371     background-color: #dff0d8 !important; }
       
  4372 
       
  4373     td.loading {
       
  4374       background-color: #e6e6e6 !important; }
       
  4375 
       
  4376       td.inline_edit_available div.table_cell_wrapper .table_cell_action button.ajax-inline-edit {
       
  4377         padding: 9px 12px 9px 12px;
       
  4378         position: relative;
       
  4379         border-radius: 0px;
       
  4380         position: relative;
       
  4381         display: block;
       
  4382         background: none;
       
  4383         border: 0 none; }
       
  4384         td.inline_edit_available div.table_cell_wrapper .table_cell_action button.ajax-inline-edit:before {
       
  4385           display: inline-block;
       
  4386           content: "";
       
  4387           width: 18px;
       
  4388           height: 20px;
       
  4389           margin-top: 0px;
       
  4390           *margin-right: 0.3em;
       
  4391           line-height: 14px;
       
  4392           background-image: url('/static/bootstrap/img/glyphicons-halflings.png');
       
  4393           background-position: 0 -72px;
       
  4394           background-repeat: no-repeat;
       
  4395           position: absolute;
       
  4396           top: 2px;
       
  4397           left: 4px; }
       
  4398 
       
  4399 div.table_cell_wrapper {
       
  4400   min-height: 18px;
       
  4401   position: relative; }
       
  4402   div.table_cell_wrapper .inline-edit-label {
       
  4403     display: inline; }
       
  4404     div.table_cell_wrapper .inline-edit-form {
       
  4405       float: left; }
       
  4406       div.table_cell_wrapper .inline-edit-actions,
       
  4407       div.table_cell_wrapper .table_cell_action {
       
  4408         float: right;
       
  4409         width: 20px;
       
  4410         margin: 0; }
       
  4411         div.table_cell_wrapper .inline-edit-actions button.ajax-inline-edit,
       
  4412         div.table_cell_wrapper .table_cell_action button.ajax-inline-edit {
       
  4413           padding: 10px;
       
  4414           position: relative;
       
  4415           display: none;
       
  4416           background: none;
       
  4417           border: 0 none; }
       
  4418   div.table_cell_wrapper .table_cell_action {
       
  4419     width: auto;
       
  4420     margin: auto 0px 0px 0px;
       
  4421     display: none;
       
  4422     position: absolute;
       
  4423     top: -10px;
       
  4424     right: 0px;
       
  4425     z-index: 99; }
       
  4426     div.table_cell_wrapper .inline-edit-error .error {
       
  4427       padding: 9px 12px 9px 12px;
       
  4428       position: relative;
       
  4429       border-radius: 0px;
       
  4430       position: absolute;
       
  4431       width: 18px;
       
  4432       height: 20px;
       
  4433       top: 20px;
       
  4434       left: 2px;
       
  4435       padding: 0; }
       
  4436       div.table_cell_wrapper .inline-edit-error .error:before {
       
  4437         display: inline-block;
       
  4438         content: "";
       
  4439         width: 20px;
       
  4440         height: 20px;
       
  4441         margin-top: 0px;
       
  4442         *margin-right: 0.3em;
       
  4443         line-height: 14px;
       
  4444         background-image: url('/static/bootstrap/img/glyphicons-halflings.png');
       
  4445         background-position: -144px -120px;
       
  4446         background-repeat: no-repeat;
       
  4447         position: absolute;
       
  4448         top: 0px;
       
  4449         left: 0px; }
       
  4450   div.table_cell_wrapper .inline-edit-status .success {
       
  4451     padding: 9px 12px 9px 12px;
       
  4452     position: relative;
       
  4453     border-radius: 0px;
       
  4454     padding: 0;
       
  4455     position: absolute;
       
  4456     top: 2px;
       
  4457     right: 18px;
       
  4458     width: 18px;
       
  4459     height: 20px;
       
  4460     z-index: 100; }
       
  4461     div.table_cell_wrapper .inline-edit-status .success:before {
       
  4462       display: inline-block;
       
  4463       content: "";
       
  4464       width: 20px;
       
  4465       height: 20px;
       
  4466       margin-top: 0px;
       
  4467       *margin-right: 0.3em;
       
  4468       line-height: 14px;
       
  4469       background-image: url('/static/bootstrap/img/glyphicons-halflings.png');
       
  4470       background-position: -288px 0px;
       
  4471       background-repeat: no-repeat;
       
  4472       position: absolute;
       
  4473       top: 0px;
       
  4474       left: 0px; }
       
  4475   div.table_cell_wrapper .inline-edit-status .loading {
       
  4476     padding: 9px 12px 9px 12px;
       
  4477     position: relative;
       
  4478     border-radius: 0px;
       
  4479     padding: 0;
       
  4480     position: absolute;
       
  4481     top: 0px;
       
  4482     right: 24px;
       
  4483     width: 18px;
       
  4484     height: 20px;
       
  4485     z-index: 100; }
       
  4486     div.table_cell_wrapper .inline-edit-status .loading:before {
       
  4487       display: inline-block;
       
  4488       content: "";
       
  4489       width: 20px;
       
  4490       height: 20px;
       
  4491       margin-top: 0px;
       
  4492       *margin-right: 0.3em;
       
  4493       line-height: 14px;
       
  4494       background-image: url('/static/dashboard/img/spinner.gif?a9f731a1424b');
       
  4495       background-position: 0px 0px;
       
  4496       background-repeat: no-repeat;
       
  4497       position: absolute;
       
  4498       top: 0px;
       
  4499       left: 0px; }
       
  4500   div.table_cell_wrapper .inline-edit-status.inline-edit-mod .loading {
       
  4501     top: 15px;
       
  4502     right: 34px; }
       
  4503 
       
  4504 .table_header .table_actions {
       
  4505   min-width: 0; }
       
  4506 
       
  4507 .table_header .table_actions a, .table_header .table_actions > button,
       
  4508 .table_header .table_actions .table_search button {
       
  4509     display: inline-block;
       
  4510     float: none; }
       
  4511 
       
  4512 .table_header .table_actions .table_search select {
       
  4513       margin-bottom: 0;
       
  4514       line-height: 22px; }
       
  4515 
       
  4516 .table_header .table_filter {
       
  4517 	vertical-align: bottom;
       
  4518 	margin-right: 20px; }
       
  4519 
       
  4520 .table_header .table_filter i {
       
  4521 	vertical-align: middle; }
       
  4522 
       
  4523 .table_actions form {
       
  4524 	float: right;
       
  4525 	margin-left: 10px; }
       
  4526 
       
  4527 .hidden {
       
  4528 	display: none; }
       
  4529 
       
  4530 .table-striped.datatable tbody td {
       
  4531 	background-clip: padding-box; }
       
  4532 .table-striped.datatable tbody tr.odd td {
       
  4533 	background-color: #f9f9f9; 
       
  4534 	padding: 8px 12px;
       
  4535 }
       
  4536 .table-striped.datatable tbody tr.even td {
       
  4537 	background-color: inherit; 
       
  4538 	padding: 8px 12px;
       
  4539 }
       
  4540 .table-striped.datatable tbody tr.odd:hover td,
       
  4541 .table-striped.datatable tbody tr.even:hover td,
       
  4542 .table-striped.datatable tbody tr:hover th {
       
  4543 	background-color: #e3e9f2; }
       
  4544 
       
  4545 .table-striped tbody tr.status_unknown:nth-child(odd) td {
       
  4546 	background-color: #ffffb5; }
       
  4547 
       
  4548 .table-striped tbody tr.status_unknown:nth-child(even) td {
       
  4549 	background-color: #ffffc6; }
       
  4550 
       
  4551 .nowrap-col {
       
  4552 	white-space: nowrap; }
       
  4553 
       
  4554 .overview {
       
  4555 	font-size: 24px; }
       
  4556 
       
  4557 #monitoring {
       
  4558           background: #ffffff;
       
  4559           font-size: 14px;
       
  4560           height: 20px;
       
  4561           margin: -18px 0 25px;
       
  4562           padding: 10px;
       
  4563           border: 1px solid #dddddd;
       
  4564           font-family: "anivers"; }
       
  4565 
       
  4566           #monitoring h3 {
       
  4567             font-size: 14px;
       
  4568             font-weight: normal;
       
  4569             float: left;
       
  4570             line-height: 18px; }
       
  4571 
       
  4572             #external_links, #external_links li {
       
  4573               float: left; }
       
  4574 
       
  4575               #external_links li {
       
  4576                 margin: 0 0 0 15px; }
       
  4577 
       
  4578                 .datatable th.narrow {
       
  4579                   width: 1em; }
       
  4580                   .datatable input {
       
  4581                     padding: 2px 5px;
       
  4582                     margin: 0; }
       
  4583                     .datatable th span.required:after {
       
  4584                       content: "*";
       
  4585                       font-weight: bold;
       
  4586                       line-height: 0;
       
  4587                       padding-left: 4px;
       
  4588                       color: #428bca; }
       
  4589                       .datatable .normal_column ul {
       
  4590                         padding-left: 0; }
       
  4591 .capabilities .panel-heading .form-control,
       
  4592 .capabilities .panel-heading .datepicker input,
       
  4593 .datepicker .capabilities .panel-heading input {
       
  4594 	width: 150px;
       
  4595 	margin-left: 20px; }
       
  4596 
       
  4597 form label {
       
  4598   text-align: left;
       
  4599   color: #555555;
       
  4600   font-weight: bold;
       
  4601   display: inline-block; }
       
  4602 
       
  4603   form .form-group > div.dynamic-select {
       
  4604     display: table;
       
  4605     border-collapse: separate; }
       
  4606     form .form-group > div.dynamic-select > * {
       
  4607       display: table-cell; }
       
  4608       form .form-group > div.dynamic-select > a {
       
  4609         width: 1%; }
       
  4610 
       
  4611 .modal.fullscreen .modal-dialog {
       
  4612   width: 90%;
       
  4613   margin: auto;
       
  4614   left: 5%; }
       
  4615 
       
  4616   .modal.loading .modal-dialog {
       
  4617     width: 170px; }
       
  4618     .modal.loading .modal-dialog .modal-body {
       
  4619       height: 170px; }
       
  4620 
       
  4621 .modal.loading p {
       
  4622   text-align: center;
       
  4623   position: absolute;
       
  4624   bottom: 0;
       
  4625   width: 150px; }
       
  4626 
       
  4627   .modal-body {
       
  4628     overflow-y: visible;
       
  4629     max-height: none; }
       
  4630 
       
  4631     .modal-body table {
       
  4632       margin-bottom: 30px; }
       
  4633 
       
  4634       .modal-body ~ hr {
       
  4635         margin-bottom: 0; }
       
  4636 
       
  4637         .static_page {
       
  4638           float: left;
       
  4639           background-color: #ffffff;
       
  4640           border: 1px solid #dddddd; }
       
  4641 
       
  4642           .static_page > form {
       
  4643             margin-bottom: 0; }
       
  4644 
       
  4645             .left {
       
  4646               float: left;
       
  4647               width: 342px;
       
  4648               margin-right: 15px; }
       
  4649 
       
  4650               .left form {
       
  4651                 margin: 0; }
       
  4652 
       
  4653                 .right {
       
  4654                   float: left;
       
  4655                   width: 342px; }
       
  4656 
       
  4657                   .clear {
       
  4658                     clear: both;
       
  4659                     width: 0;
       
  4660                     height: 0;
       
  4661                     padding: 0;
       
  4662                     margin: 0; }
       
  4663 
       
  4664                     .modal {
       
  4665                       top: 0 !important; }
       
  4666 
       
  4667                       .modal-footer input {
       
  4668                         width: auto; }
       
  4669 
       
  4670                         .modal-body .modal-footer {
       
  4671                           width: 670px;
       
  4672                           margin-left: -25px;
       
  4673                           margin-right: -15px; }
       
  4674 
       
  4675 .modal-footer a.close {
       
  4676 	background: -moz-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  4677   	background: -ms-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  4678   	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f3f4), to(#e3e8ea));
       
  4679   	background: -webkit-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  4680   	background: -o-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  4681   	background: linear-gradient(top, #f1f3f4, #e3e8ea);
       
  4682   	background-repeat: repeat-x;
       
  4683   	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
       
  4684  	border: 1px solid #C3CED7;
       
  4685  	font-weight: 700;
       
  4686 	margin-top: 0;
       
  4687 	margin-right: 5px;
       
  4688 	font-size: 13px;
       
  4689 	line-height: 1.5;
       
  4690 	color: #000000;
       
  4691 	/*font-weight: normal;*/
       
  4692 	filter: alpha(opacity=100);
       
  4693 	-khtml-opacity: 1;
       
  4694 	-moz-opacity: 1;
       
  4695 	opacity: 1; }
       
  4696 
       
  4697 .modal-footer a.close:hover {
       
  4698 	color: #000000;
       
  4699   	background: -moz-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  4700   	background: -ms-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  4701   	background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F9FA), to(#F1F4F5));
       
  4702   	background: -webkit-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  4703   	background: -o-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  4704   	background: linear-gradient(top, #F8F9FA, #F1F4F5);  
       
  4705 	text-decoration: none; 
       
  4706 }
       
  4707 
       
  4708                               .modal-body .help-block {
       
  4709                                 text-align: left;
       
  4710                                 float: left;
       
  4711                                 width: 100%;
       
  4712                                 margin-bottom: 10px; }
       
  4713 
       
  4714                                 #create_keypair_modal .clearfix {
       
  4715                                   margin-bottom: 115px; }
       
  4716 
       
  4717                                   #actions {
       
  4718                                     width: 90px; }
       
  4719 
       
  4720                                     #actions .btn {
       
  4721                                       margin-bottom: 5px; }
       
  4722 
       
  4723                                       #actions a.btn {
       
  4724                                         width: 70px; }
       
  4725 
       
  4726                                         #actions input.btn {
       
  4727                                           text-align: left; }
       
  4728 
       
  4729                                           #images #actions {
       
  4730                                             width: 100px; }
       
  4731 
       
  4732                                             .details-modal .modal-body {
       
  4733                                               padding-bottom: 20px; }
       
  4734 
       
  4735                                               td.select {
       
  4736                                                 width: 10px; }
       
  4737 
       
  4738                                                 td.actions_column {
       
  4739                                                   white-space: nowrap;
       
  4740                                                   padding: 10px;
       
  4741                                                   position: relative;
       
  4742                                                   width: 200px;
       
  4743                                                   background-clip: padding-box; }
       
  4744 
       
  4745                                                   td.actions_column .btn-group {
       
  4746                                                     display: inline-block; }
       
  4747 
       
  4748                                                     td.actions_column .row_actions a, td.actions_column .row_actions input,
       
  4749                                                     td.actions_column .row_actions button, div.table_actions_menu .dropdown-menu a,
       
  4750                                                     div.table_actions_menu .dropdown-menu input,
       
  4751                                                     div.table_actions_menu .dropdown-menu button {
       
  4752                                                       background: none;
       
  4753                                                       float: none;
       
  4754                                                       display: block;
       
  4755                                                       padding: 5px 10px;
       
  4756                                                       color: #333333;
       
  4757                                                       text-align: left;
       
  4758                                                       border-radius: 0;
       
  4759                                                       border: 0 none;
       
  4760                                                       -webkit-box-shadow: none;
       
  4761                                                       box-shadow: none; }
       
  4762 
       
  4763                                                       td.actions_column .row_actions .hide {
       
  4764                                                         display: none; }
       
  4765 
       
  4766                                                         td.actions_column .btn-action-required {
       
  4767                                                           font-weight: bold; }
       
  4768 
       
  4769                                                           .tab-content {
       
  4770                                                             overflow: visible; }
       
  4771 
       
  4772                                                             .btn.hide, .btn-group .hide {
       
  4773                                                               display: none; }
       
  4774 
       
  4775                                                               .btn-group .dropdown-toggle:focus {
       
  4776                                                                 outline: none; }
       
  4777 
       
  4778                                                                 .dropdown-menu button {
       
  4779                                                                   line-height: 18px;
       
  4780                                                                   width: 100%; }
       
  4781 
       
  4782                                                                   .btn-group .dropdown-menu .btn {
       
  4783                                                                     border-radius: 0; }
       
  4784 
       
  4785 .dropdown-menu .btn.btn-danger, .dropdown-menu .btn.btn-danger:hover,
       
  4786 .dropdown-menu .btn.btn-success, .dropdown-menu .btn.btn-success:hover,
       
  4787 .dropdown-menu .btn.btn-info, .dropdown-menu .btn.btn-info:hover {
       
  4788 	text-shadow: none; }
       
  4789 .dropdown-menu li:hover {
       
  4790 	background: none; }
       
  4791 td.actions_column .dropdown-menu a:hover,
       
  4792 td.actions_column .dropdown-menu button:hover,
       
  4793 div.table_actions_menu .dropdown-menu a:hover,
       
  4794 div.table_actions_menu .dropdown-menu button:hover {
       
  4795 	background-color: #eeeeee; }
       
  4796 .dropdown-menu .btn.btn-danger {
       
  4797 	color: #333333; }
       
  4798 .dropdown-menu .btn.btn-danger:hover {
       
  4799 	background-color: #eeeeee !important; }
       
  4800 	
       
  4801 tr td.actions_column ul.row_actions.single,
       
  4802 tr:hover td.actions_column ul.row_actions.single,
       
  4803 td.actions_column ul.row_actions.single,
       
  4804 td.actions_column ul.row_actions.single:hover {
       
  4805 	border: none; }
       
  4806 
       
  4807                                                                                 td.actions_column ul.row_actions.single li.action {
       
  4808                                                                                   display: block; }
       
  4809 
       
  4810                                                                                   td.actions_column ul.row_actions.single li.action:hover {
       
  4811                                                                                     background-color: transparent; }
       
  4812 
       
  4813                                                                                     td.actions_column ul.row_actions.single a,
       
  4814                                                                                     td.actions_column ul.row_actions.single input,
       
  4815                                                                                     td.actions_column ul.row_actions.single button {
       
  4816                                                                                       color: #5bc0de; }
       
  4817 
       
  4818                                                                                       td.actions_column ul.row_actions.single a:hover,
       
  4819                                                                                       td.actions_column ul.row_actions.single input:hover,
       
  4820                                                                                       td.actions_column ul.row_actions.single button:hover {
       
  4821                                                                                         color: #333333; }
       
  4822 
       
  4823                                                                                         th.multi_select_column, td.multi_select_column {
       
  4824                                                                                           width: 41px; }
       
  4825 
       
  4826                                                                                           th.multi_select_column, td.multi_select_column {
       
  4827                                                                                             text-align: center; }
       
  4828 
       
  4829                                                                                             .table-fixed {
       
  4830                                                                                               table-layout: fixed; }
       
  4831 
       
  4832                                                                                               .table input[type="checkbox"] {
       
  4833                                                                                                 display: inline; }
       
  4834 
       
  4835                                                                                                 div.input input[type="checkbox"] {
       
  4836                                                                                                   float: left;
       
  4837                                                                                                   width: 25px; }
       
  4838 
       
  4839                                                                                                   .table_title a {
       
  4840                                                                                                     font-size: 11px;
       
  4841                                                                                                     float: right;
       
  4842                                                                                                     margin-left: 10px;
       
  4843                                                                                                     margin-top: 10px; }
       
  4844 
       
  4845                                                                                                     tr.terminated {
       
  4846                                                                                                       color: #999999; }
       
  4847 
       
  4848                                                                                                       #instance_tabs {
       
  4849                                                                                                         float: left;
       
  4850                                                                                                         width: 100%;
       
  4851                                                                                                         border-bottom: 1px solid #e1e1e1; }
       
  4852 
       
  4853                                                                                                         #instance_tabs li a {
       
  4854                                                                                                           background: #f2f2f2;
       
  4855                                                                                                           display: block;
       
  4856                                                                                                           font-size: 14px;
       
  4857                                                                                                           float: left;
       
  4858                                                                                                           padding: 5px 10px;
       
  4859                                                                                                           margin-right: 10px;
       
  4860                                                                                                           border: 1px solid #e1e1e1;
       
  4861                                                                                                           border-bottom: none; }
       
  4862 
       
  4863                                                                                                           #instance_tabs li.active a {
       
  4864                                                                                                             background: #fff;
       
  4865                                                                                                             padding-bottom: 8px;
       
  4866                                                                                                             margin-bottom: -5px; }
       
  4867 
       
  4868 #main_content {
       
  4869 	position: relative;
       
  4870 	top: -5px;
       
  4871 }
       
  4872 
       
  4873                                                                                                             #main_content .nav-tabs {
       
  4874                                                                                                               margin-bottom: 0; }
       
  4875 
       
  4876                                                                                                               #main_content .tab-content {
       
  4877                                                                                                                 border: 1px solid #ddd;
       
  4878                                                                                                                 border-top: 0 none;
       
  4879                                                                                                                 padding: 10px; }
       
  4880 
       
  4881                                                                                                                 #main_content .workflow .modal-body {
       
  4882                                                                                                                   padding-left: 0;
       
  4883                                                                                                                   padding-right: 0; }
       
  4884 
       
  4885                                                                                                                   #main_content .workflow .modal-body .tab-content {
       
  4886                                                                                                                     border-left: 0 none;
       
  4887                                                                                                                     border-right: 0 none;
       
  4888                                                                                                                     border-bottom: 0 none; }
       
  4889 
       
  4890                                                                                                                     #content_body {
       
  4891                                                                                                                       padding-left: 255px;
       
  4892                                                                                                                       padding-right: 25px; }
       
  4893 
       
  4894                                                                                                                       .tab_wrapper {
       
  4895                                                                                                                         padding-top: 50px; }
       
  4896 
       
  4897                                                                                                                         .tooltip {
       
  4898                                                                                                                           z-index: 12000; }
       
  4899 
       
  4900                                                                                                                           .volume_boot_disclosure {
       
  4901                                                                                                                             font-weight: bold;
       
  4902                                                                                                                             color: #555;
       
  4903                                                                                                                             cursor: pointer;
       
  4904                                                                                                                             background-image: url('/static/dashboard/img/right_droparrow.png?b14134630332');
       
  4905                                                                                                                             background-repeat: no-repeat;
       
  4906                                                                                                                             background-position: 130px center; }
       
  4907 
       
  4908                                                                                                                             .volume_boot_disclosure.on {
       
  4909                                                                                                                               width: 334px;
       
  4910                                                                                                                               margin-bottom: 10px;
       
  4911                                                                                                                               border-bottom: solid 1px #dddddd;
       
  4912                                                                                                                               background-image: url('/static/dashboard/img/drop_arrow.png?2ec1100baed3'); }
       
  4913 
       
  4914                                                                                                                               .nav-tabs a {
       
  4915                                                                                                                                 cursor: pointer; }
       
  4916 
       
  4917                                                                                                                                 .nav-tabs li.error a {
       
  4918                                                                                                                                   color: #d9534f; }
       
  4919 
       
  4920                                                                                                                                   .nav-tabs li.error a:after {
       
  4921                                                                                                                                     content: "*"; }
       
  4922 
       
  4923                                                                                                                                     .nav-tabs li.required a:after, form .form-group.required > label:after,
       
  4924                                                                                                                                     form .form-field.required > label:after {
       
  4925                                                                                                                                       content: "*";
       
  4926                                                                                                                                       font-weight: bold;
       
  4927                                                                                                                                       line-height: 0;
       
  4928                                                                                                                                       padding-left: 4px;
       
  4929                                                                                                                                       color: #428bca; }
       
  4930 
       
  4931                                                                                                                                       #region_selector {
       
  4932                                                                                                                                         position: absolute;
       
  4933                                                                                                                                         z-index: 9999;
       
  4934                                                                                                                                         right: 0;
       
  4935                                                                                                                                         top: 24px; }
       
  4936 
       
  4937                                                                                                                                         #region_selector a {
       
  4938                                                                                                                                           margin-left: 0; }
       
  4939 
       
  4940                                                                                                                                           #region_selector ul {
       
  4941                                                                                                                                             float: left;
       
  4942                                                                                                                                             margin-left: 5px;
       
  4943                                                                                                                                             padding-right: 21px;
       
  4944                                                                                                                                             width: 125px; }
       
  4945 
       
  4946                                                                                                                                             #region_selector ul:hover a {
       
  4947                                                                                                                                               display: block; }
       
  4948 
       
  4949                                                                                                                                               #region_selector li a {
       
  4950                                                                                                                                                 padding: 3px 3px 3px 5px;
       
  4951                                                                                                                                                 display: none;
       
  4952                                                                                                                                                 background: #e1e1e1;
       
  4953                                                                                                                                                 margin-top: -10px; }
       
  4954 
       
  4955                                                                                                                                                 #region_selector li:first-child p {
       
  4956                                                                                                                                                   background: #ededed url('/static/dashboard/img/drop_arrow.png?2ec1100baed3') no-repeat 106px 9px !important;
       
  4957                                                                                                                                                   display: block;
       
  4958                                                                                                                                                   border: 1px solid #e1e1e1;
       
  4959                                                                                                                                                   padding: 5px; }
       
  4960 
       
  4961                                                                                                                                                   iframe {
       
  4962                                                                                                                                                     border: none; }
       
  4963 
       
  4964                                                                                                                                                     .item_detail ul li label {
       
  4965                                                                                                                                                       color: #333333;
       
  4966                                                                                                                                                       font-weight: bold;
       
  4967                                                                                                                                                       display: block;
       
  4968                                                                                                                                                       margin-top: 5px; }
       
  4969 
       
  4970                                                                                                                                                       .progress_bar {
       
  4971                                                                                                                                                         height: 100%;
       
  4972                                                                                                                                                         width: 100%;
       
  4973                                                                                                                                                         border: 1px solid #cccccc;
       
  4974                                                                                                                                                         background-color: #cccccc; }
       
  4975 
       
  4976                                                                                                                                                         .progress_bar_fill, .progress_bar_selected {
       
  4977                                                                                                                                                           height: 100%;
       
  4978                                                                                                                                                           float: left; }
       
  4979 
       
  4980                                                                                                                                                           .progress_bar_fill {
       
  4981                                                                                                                                                             background-color: #555555; }
       
  4982 
       
  4983                                                                                                                                                             .progress_bar_selected {
       
  4984                                                                                                                                                               background-color: #428bca;
       
  4985                                                                                                                                                               width: 0; }
       
  4986 
       
  4987                                                                                                                                                               .progress_bar_over {
       
  4988                                                                                                                                                                 background-color: #d9534f; }
       
  4989 
       
  4990                                                                                                                                                                 .d3_quota_bar {
       
  4991                                                                                                                                                                   width: 20%;
       
  4992                                                                                                                                                                   margin-bottom: 8px;
       
  4993                                                                                                                                                                   margin-top: 10px;
       
  4994                                                                                                                                                                   float: left;
       
  4995                                                                                                                                                                   text-align: center; }
       
  4996 
       
  4997                                                                                                                                                                   .quota-dynamic {
       
  4998                                                                                                                                                                     overflow: hidden;
       
  4999                                                                                                                                                                     margin-bottom: 8px; }
       
  5000 
       
  5001                                                                                                                                                                     .quota_title {
       
  5002                                                                                                                                                                       color: #cccccc;
       
  5003                                                                                                                                                                       padding-bottom: 0;
       
  5004                                                                                                                                                                       margin-bottom: 8px; }
       
  5005 
       
  5006                                                                                                                                                                       .quota_title strong {
       
  5007                                                                                                                                                                         color: #333333; }
       
  5008 
       
  5009                                                                                                                                                                         .quota_title strong span {
       
  5010                                                                                                                                                                           font-weight: normal; }
       
  5011 
       
  5012                                                                                                                                                                           .quota_title p {
       
  5013                                                                                                                                                                             float: right;
       
  5014                                                                                                                                                                             margin-bottom: 0; }
       
  5015 
       
  5016                                                                                                                                                                             .quota_bar {
       
  5017                                                                                                                                                                               margin: -8px 0 8px; }
       
  5018 
       
  5019                                                                                                                                                                               div .flavor_table {
       
  5020                                                                                                                                                                                 border: 1px solid #dddddd;
       
  5021                                                                                                                                                                                 width: 100%;
       
  5022                                                                                                                                                                                 margin-bottom: 14px; }
       
  5023 
       
  5024                                                                                                                                                                                 .flavor_table .flavor_name {
       
  5025                                                                                                                                                                                   white-space: nowrap;
       
  5026                                                                                                                                                                                   font-weight: bold;
       
  5027                                                                                                                                                                                   text-align: left;
       
  5028                                                                                                                                                                                   padding: 7px 12px 7px 7px;
       
  5029                                                                                                                                                                                   width: 160px; }
       
  5030 
       
  5031                                                                                                                                                                                   #main_content .row {
       
  5032                                                                                                                                                                                     margin: 10px 0 20px; }
       
  5033 
       
  5034                                                                                                                                                                                     #main_content .row:last-child {
       
  5035                                                                                                                                                                                       margin-bottom: 0; }
       
  5036 
       
  5037                                                                                                                                                                                       .version_label {
       
  5038                                                                                                                                                                                         position: relative;
       
  5039                                                                                                                                                                                         text-align: right; }
       
  5040 
       
  5041                                                                                                                                                                                         .header_rule {
       
  5042                                                                                                                                                                                           margin: 0 0 10px; }
       
  5043 
       
  5044                                                                                                                                                                                           .item_detail .detail_section {
       
  5045                                                                                                                                                                                             margin-bottom: 25px;
       
  5046                                                                                                                                                                                             float: left;
       
  5047                                                                                                                                                                                             margin-right: 50px; }
       
  5048 
       
  5049                                                                                                                                                                                             .has-error .help-block, .dynamic-error {
       
  5050                                                                                                                                                                                               padding: 10px; }
       
  5051 
       
  5052                                                                                                                                                                                               .dynamic-error {
       
  5053                                                                                                                                                                                                 background: #ffffff;
       
  5054                                                                                                                                                                                                 border: 1px solid #dddddd;
       
  5055                                                                                                                                                                                                 color: #d9534f;
       
  5056                                                                                                                                                                                                 margin-bottom: 0.5em; }
       
  5057 
       
  5058                                                                                                                                                                                                 label.log-length {
       
  5059                                                                                                                                                                                                   line-height: 28px;
       
  5060                                                                                                                                                                                                   margin-right: 10px; }
       
  5061 
       
  5062                                                                                                                                                                                                   .progress-success.bar {
       
  5063                                                                                                                                                                                                     background-color: #5eb95e;
       
  5064                                                                                                                                                                                                     background-image: -moz-linear-gradient(top, #62c462, #57a957);
       
  5065                                                                                                                                                                                                     background-image: -ms-linear-gradient(top, #62c462, #57a957);
       
  5066                                                                                                                                                                                                     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
       
  5067                                                                                                                                                                                                     background-image: -webkit-linear-gradient(top, #62c462, #57a957);
       
  5068                                                                                                                                                                                                     background-image: -o-linear-gradient(top, #62c462, #57a957);
       
  5069                                                                                                                                                                                                     background-image: linear-gradient(top, #62c462, #57a957);
       
  5070                                                                                                                                                                                                     background-repeat: repeat-x;
       
  5071                                                                                                                                                                                                     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',
       
  5072                                                                                                                                                                                                                                                                                                                                                                                                         endColorstr='#57a957', GradientType=0); }
       
  5073 
       
  5074                                                                                                                                                                                                     .progress_bar_fill.progress-warning.bar {
       
  5075                                                                                                                                                                                                       background-color: #898989;
       
  5076                                                                                                                                                                                                       background-image: -moz-linear-gradient(top, #999999, #333333);
       
  5077                                                                                                                                                                                                       background-image: -ms-linear-gradient(top, #999999, #333333);
       
  5078                                                                                                                                                                                                       background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#333333));
       
  5079                                                                                                                                                                                                       background-image: -webkit-linear-gradient(top, #999999, #333333);
       
  5080                                                                                                                                                                                                       background-image: -o-linear-gradient(top, #999999, #333333);
       
  5081                                                                                                                                                                                                       background-image: linear-gradient(top, #999999, #333333);
       
  5082                                                                                                                                                                                                       background-repeat: repeat-x;
       
  5083                                                                                                                                                                                                       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999',
       
  5084                                                                                                                                                                                                                                                                                                                                                                                                             endColorstr='#333333', GradientType=0); }
       
  5085 
       
  5086                                                                                                                                                                                                       .progress_bar_over.bar {
       
  5087                                                                                                                                                                                                         background-color: #dd514c;
       
  5088                                                                                                                                                                                                         background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
       
  5089                                                                                                                                                                                                         background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
       
  5090                                                                                                                                                                                                         background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
       
  5091                                                                                                                                                                                                         background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
       
  5092                                                                                                                                                                                                         background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
       
  5093                                                                                                                                                                                                         background-image: linear-gradient(top, #ee5f5b, #c43c35);
       
  5094                                                                                                                                                                                                         background-repeat: repeat-x;
       
  5095                                                                                                                                                                                                         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',
       
  5096                                                                                                                                                                                                                                                                                                                                                                                                                 endColorstr='#c43c35', GradientType=0); }
       
  5097 
       
  5098                                                                                                                                                                                                         .split_five div.form-group input[type="text"], .split_five div.form-group select {
       
  5099                                                                                                                                                                                                           width: 120px; }
       
  5100 
       
  5101                                                                                                                                                                                                           .warning {
       
  5102                                                                                                                                                                                                             background-color: #ffffff;
       
  5103                                                                                                                                                                                                             border-bottom: 1px solid #d9534f;
       
  5104                                                                                                                                                                                                             padding: 5px 10px; }
       
  5105                                                                                                                                                                                                             .warning .warning-text {
       
  5106                                                                                                                                                                                                               text-align: center; }
       
  5107                                                                                                                                                                                                               .warning .warning-text h3, .warning .warning-text a {
       
  5108                                                                                                                                                                                                                 display: inline-block; }
       
  5109                                                                                                                                                                                                                 .warning .warning-text h3 {
       
  5110                                                                                                                                                                                                                   vertical-align: bottom; }
       
  5111 
       
  5112 #admin_warning_detail ul {
       
  5113   list-style: circle;
       
  5114   padding-left: 20px;
       
  5115   margin-bottom: 10px; }
       
  5116 
       
  5117 .no_split {
       
  5118   margin-top: -60px; }
       
  5119 
       
  5120   .capabilities {
       
  5121     min-height: 200px; }
       
  5122     .capabilities .panel .list-group {
       
  5123       height: 400px;
       
  5124       overflow: auto; }
       
  5125       .capabilities .dark-stripe {
       
  5126         background-color: #f9f9f9; }
       
  5127         .capabilities .light-stripe {
       
  5128           background-color: white; }
       
  5129           .capabilities .list-group-item.level-0 > * {
       
  5130             padding-left: 0px; }
       
  5131             .capabilities .list-group-item.level-1 > * {
       
  5132               padding-left: 15px; }
       
  5133               .capabilities .list-group-item.level-2 > * {
       
  5134                 padding-left: 30px; }
       
  5135                 .capabilities .list-group-item .leaf {
       
  5136                   padding-left: 10px; }
       
  5137                   .capabilities .list-group-item span.input-group-addon {
       
  5138                     overflow: hidden;
       
  5139                     text-overflow: ellipsis;
       
  5140                     white-space: nowrap;
       
  5141                     width: 50%;
       
  5142                     max-width: 140px;
       
  5143                     text-align: right; }
       
  5144                     .capabilities .list-group-item .label-info {
       
  5145                       display: inline-block;
       
  5146                       position: absolute;
       
  5147                       z-index: 10;
       
  5148                       top: 1px;
       
  5149                       left: 25px;
       
  5150                       max-width: 80%;
       
  5151                       overflow: hidden;
       
  5152                       text-overflow: ellipsis; }
       
  5153                       .capabilities .list-group-item .label-danger {
       
  5154                         display: inline-block;
       
  5155                         position: absolute;
       
  5156                         z-index: 10;
       
  5157                         bottom: 1px;
       
  5158                         left: 25px; }
       
  5159 
       
  5160 .membership {
       
  5161 	min-height: 200px; }
       
  5162 .membership .btn-group {
       
  5163     margin-left: 0px;
       
  5164     padding: 3px 10px;
       
  5165     margin-bottom: 0px;
       
  5166     border: 1px solid #cccccc;
       
  5167     border-bottom: none; }
       
  5168 .membership .btn-group .active {
       
  5169 	float: right; }
       
  5170 .membership a.btn-primary:hover {
       
  5171 	background-color: #005d9d; 
       
  5172 }
       
  5173 .membership .help_text {
       
  5174           margin-left: 5px;
       
  5175           margin-bottom: 15px;
       
  5176           width: 650px; }
       
  5177 .membership .members_title {
       
  5178 	color: #555555;
       
  5179 	font-weight: bold;
       
  5180 	float: left;
       
  5181 	line-height: 30px;
       
  5182 	width: 160px; }
       
  5183 .membership input[type="text"]:disabled + span.glyphicon-search {
       
  5184 	color: #cccccc; }
       
  5185 .membership .fake_table_header {
       
  5186 	background-color: #ffffff;
       
  5187 	padding: 10px;
       
  5188 	border: 1px solid #dddddd;
       
  5189 	border-bottom: none;
       
  5190 	overflow: hidden; }
       
  5191 .membership .fake_table > ul {
       
  5192                   padding: 0; }
       
  5193                   .membership .fake_table > ul.no_results {
       
  5194                     border: 1px solid #dddddd;
       
  5195                     padding: 10px; }
       
  5196 .membership .fake_table ul.btn-group:hover {
       
  5197 	background-color: #dddddd; 
       
  5198 }
       
  5199   .membership .member {
       
  5200     text-align: left;
       
  5201     line-height: 32px; }
       
  5202     .membership .members ul.btn-group, .membership .available_members ul.btn-group {
       
  5203       display: block; }
       
  5204       .membership .members ul.btn-group.nav-pills > li > a,
       
  5205       .membership .available_members ul.btn-group.nav-pills > li > a {
       
  5206         padding: 6px 11px; }
       
  5207   .membership .dark_stripe {
       
  5208     background-color: #f9f9f9; }
       
  5209     .membership .light_stripe {
       
  5210       background-color: white; }
       
  5211       .membership .last_stripe {
       
  5212         border-bottom: 1px solid #dddddd; }
       
  5213         .membership .has-feedback {
       
  5214           display: inline-block;
       
  5215           float: right;
       
  5216           margin-bottom: 0; }
       
  5217           .membership .filter {
       
  5218             width: 130px; }
       
  5219             .membership .form-control-feedback {
       
  5220               top: 0; }
       
  5221               .membership .role_dropdown li {
       
  5222                 cursor: pointer;
       
  5223                 background: none;
       
  5224                 float: none;
       
  5225                 display: block;
       
  5226                 padding: 5px 10px;
       
  5227                 color: #000;
       
  5228                 text-align: left;
       
  5229                 border-radius: 0;
       
  5230                 border: 0 none;
       
  5231                 -webkit-box-shadow: none;
       
  5232                 box-shadow: none;
       
  5233                 z-index: 99999; }
       
  5234                 .membership .role_dropdown li i {
       
  5235                   opacity: 0;
       
  5236                   display: inline-block;
       
  5237                   width: 14px;
       
  5238                   font-size: 12px;
       
  5239                   line-height: 14px;
       
  5240                   vertical-align: text-top; }
       
  5241                   .membership .role_dropdown li i:before {
       
  5242                     content: "\e013"; }
       
  5243                 .membership .role_dropdown li:hover {
       
  5244                   background-color: #cdcdcd; }
       
  5245                   .membership .role_dropdown li.selected i {
       
  5246                     opacity: 1; }
       
  5247   .membership .dropdown-menu.role_dropdown {
       
  5248     right: 0;
       
  5249     left: auto; }
       
  5250     .membership .nav .role_options {
       
  5251       float: right;
       
  5252       padding-right: 5px; }
       
  5253 
       
  5254 .add_member_btn {
       
  5255   display: inline; }
       
  5256 
       
  5257   #add_member {
       
  5258     clear: both; }
       
  5259 
       
  5260     .add_member {
       
  5261       float: right;
       
  5262       margin-top: 10px;
       
  5263       margin-right: 15px; }
       
  5264 
       
  5265       .dropdown_fix {
       
  5266         overflow: visible; }
       
  5267 
       
  5268         .loading_gif {
       
  5269           margin-right: 0.5em;
       
  5270           float: left; }
       
  5271 
       
  5272           .btn-inline {
       
  5273             margin-bottom: 9px; }
       
  5274 
       
  5275             .modal-body fieldset .form-field select[data-add-item-url] {
       
  5276               width: 275px;
       
  5277               margin-right: 2px; }
       
  5278 
       
  5279               #networkListSortContainer {
       
  5280                 display: none; }
       
  5281 
       
  5282                 .networklist {
       
  5283                   padding: 6px;
       
  5284                   background: #eee;
       
  5285                   border: 1px solid #dddddd;
       
  5286                   min-height: 2em;
       
  5287                   width: auto !important;
       
  5288                   -webkit-box-sizing: border-box;
       
  5289                   -moz-box-sizing: border-box;
       
  5290                   box-sizing: border-box; }
       
  5291                   .networklist li {
       
  5292                     width: 226px;
       
  5293                     list-style-type: none;
       
  5294                     margin: 6px auto;
       
  5295                     padding: 3px;
       
  5296                     background: #ffffff;
       
  5297                     border: 1px solid #aaa;
       
  5298                     line-height: 18px;
       
  5299                     border-radius: 3px;
       
  5300                     cursor: move;
       
  5301                     padding-left: 23px;
       
  5302                     background: #ffffff url('/static/dashboard/img/drag.png?93ec7e23f795') no-repeat 11px 50%; }
       
  5303                     .networklist li em {
       
  5304                       font-size: 0.5em;
       
  5305                       line-height: 1em;
       
  5306                       color: #999;
       
  5307                       font-style: normal;
       
  5308                       margin-left: 0.8em; }
       
  5309                       .networklist li i {
       
  5310                         margin-right: 5px;
       
  5311                         vertical-align: middle; }
       
  5312                         .networklist li a.btn {
       
  5313                           -webkit-box-sizing: border-box;
       
  5314                           -moz-box-sizing: border-box;
       
  5315                           box-sizing: border-box;
       
  5316                           font-size: 11px;
       
  5317                           line-height: 12px;
       
  5318                           padding: 2px 5px 3px;
       
  5319                           margin-right: 1px;
       
  5320                           width: 18px;
       
  5321                           text-align: center;
       
  5322                           right: 5px;
       
  5323                           vertical-align: middle;
       
  5324                           float: right; }
       
  5325                           .networklist li a.btn:before {
       
  5326                             content: "+"; }
       
  5327                   .networklist li.ui-sortable-helper {
       
  5328                     background-color: #def; }
       
  5329                     .networklist li.ui-state-highlight {
       
  5330                       border: 1px dotted #cccccc;
       
  5331                       background: #efefef;
       
  5332                       height: 0.5em; }
       
  5333                       .networklist li:after {
       
  5334                         visibility: hidden;
       
  5335                         display: block;
       
  5336                         font-size: 0;
       
  5337                         content: " ";
       
  5338                         clear: both;
       
  5339                         height: 0; }
       
  5340 
       
  5341 #selected_network {
       
  5342   margin-bottom: 1.5em;
       
  5343   counter-reset: v1 0;
       
  5344   background: #edf9ff;
       
  5345   border: 1px solid #c0d9e4; }
       
  5346   #selected_network li {
       
  5347     position: relative; }
       
  5348     #selected_network li a.btn:before {
       
  5349       content: "-"; }
       
  5350 #selected_network li:before {
       
  5351     content: "NIC:" counter(v1);
       
  5352     counter-increment: v1;
       
  5353     display: inline-block;
       
  5354     margin-right: 5px;
       
  5355     background: #555555;
       
  5356     color: #ffffff;
       
  5357     font-size: 90%;
       
  5358     padding: 0px 4px;
       
  5359     vertical-align: middle;
       
  5360     border-radius: 2px;
       
  5361     position: absolute;
       
  5362     left: -2em; }
       
  5363 #selected_network.dragging li:before {
       
  5364       content: "NIC:";
       
  5365       background-color: rgba(102, 102, 102, 0.5);
       
  5366       padding-right: 10px; }
       
  5367 #selected_network.dragging li.ui-state-highlight:before {
       
  5368         content: "";
       
  5369         background: transparent; }
       
  5370 
       
  5371 #topologyCanvasContainer {
       
  5372 	-webkit-box-sizing: border-box;
       
  5373 	-moz-box-sizing: border-box;
       
  5374 	box-sizing: border-box;
       
  5375 	width: 100%;
       
  5376 	height: auto;
       
  5377 	padding: 25px;
       
  5378 	padding-left: 50px;
       
  5379 	background: #efefef;
       
  5380 	min-height: 400px; }
       
  5381 #topologyCanvasContainer div.nodata {
       
  5382     font-size: 150%;
       
  5383     text-align: center;
       
  5384     padding-top: 150px;
       
  5385     display: none; }
       
  5386 #topologyCanvasContainer.noinfo div.nodata {
       
  5387 	display: block; }
       
  5388 #topologyCanvasContainer.noinfo #topology_canvas {
       
  5389 	display: none; }
       
  5390 
       
  5391 .topologyNavi {
       
  5392   overflow: hidden;
       
  5393   margin: 10px 0 20px; }
       
  5394 .topologyNavi i {
       
  5395     margin-right: 3px; }
       
  5396 .topologyNavi .toggleView {
       
  5397 	float: left; }
       
  5398 .topologyNavi .launchButtons {
       
  5399 	float: right;
       
  5400 	text-align: right; }
       
  5401 
       
  5402 .toggleView .btn,
       
  5403 .topologyNavi .launchButtons a.btn {
       
  5404 	margin-left: 10px; 
       
  5405 	background: -moz-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  5406   	background: -ms-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  5407   	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f3f4), to(#e3e8ea));
       
  5408   	background: -webkit-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  5409   	background: -o-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  5410   	background: linear-gradient(top, #f1f3f4, #e3e8ea);
       
  5411   	background-repeat: repeat-x;
       
  5412   	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
       
  5413  	border: 1px solid #C3CED7;
       
  5414  	font-weight: 700;
       
  5415 }
       
  5416 
       
  5417 .toggleView .btn:hover,
       
  5418 .topologyNavi .launchButtons a.btn:hover {
       
  5419   background: -moz-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  5420   background: -ms-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  5421   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F9FA), to(#F1F4F5));
       
  5422   background: -webkit-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  5423   background: -o-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  5424   background: linear-gradient(top, #F8F9FA, #F1F4F5);  
       
  5425   text-decoration: none;
       
  5426 }
       
  5427 
       
  5428 .topologyBalloon {
       
  5429 	display: none;
       
  5430 	background: #ffffff;
       
  5431 	position: absolute;
       
  5432 	left: 100px;
       
  5433 	top: 20px;
       
  5434 	z-index: 600;
       
  5435 	border-radius: 5px;
       
  5436 	color: #333;
       
  5437 	min-width: 200px;
       
  5438 	line-height: 1.2;
       
  5439 	font-size: 11px;
       
  5440 	-webkit-box-shadow: 0px 1px 6px #777;
       
  5441 	box-shadow: 0px 1px 6px #777; }
       
  5442 .topologyBalloon.on {
       
  5443     display: block; }
       
  5444 .topologyBalloon .vnc_window {
       
  5445 	margin-left: 10px; }
       
  5446 .topologyBalloon .closeTopologyBalloon {
       
  5447     font-size: 16px;
       
  5448     line-height: 1;
       
  5449     display: block;
       
  5450     position: absolute;
       
  5451     font-weight: bold;
       
  5452     right: 6px;
       
  5453     top: 0px;
       
  5454     cursor: pointer;
       
  5455     padding: 3px;
       
  5456     color: #aaa; }
       
  5457 .topologyBalloon .closeTopologyBalloon:hover {
       
  5458 	color: #777;
       
  5459 	text-decoration: none; }
       
  5460 .topologyBalloon .contentBody {
       
  5461     padding: 8px 8px 0; }
       
  5462 .topologyBalloon span.active:before, .topologyBalloon span.down:before {
       
  5463 	content: "";
       
  5464 	width: 9px;
       
  5465 	height: 9px;
       
  5466 	display: inline-block;
       
  5467 	background: #5cb85c;
       
  5468 	margin-right: 3px;
       
  5469 	border-radius: 10px;
       
  5470 	vertical-align: middle; }
       
  5471 .topologyBalloon span.down:before {
       
  5472     background: #d9534f; }
       
  5473 .topologyBalloon .footer {
       
  5474     background: #efefef;
       
  5475     border-top: 1px solid #dddddd;
       
  5476     padding: 8px;
       
  5477     border-radius: 0px 0px 7px 7px; }
       
  5478     .topologyBalloon .footer .footerInner {
       
  5479       display: table;
       
  5480       width: 100%; }
       
  5481 .topologyBalloon .footer .cell {
       
  5482 	display: table-cell;
       
  5483 	padding-right: 5px; }
       
  5484 .topologyBalloon .footer .link {
       
  5485 	font-size: 12px; }
       
  5486 .topologyBalloon .footer .delete {
       
  5487 	padding-right: 0;
       
  5488 	text-align: right; }
       
  5489 .topologyBalloon table.detailInfoTable {
       
  5490     margin-bottom: 5px; }
       
  5491 .topologyBalloon table.detailInfoTable caption {
       
  5492       text-align: left;
       
  5493       font-size: 12px;
       
  5494       color: #000000;
       
  5495       font-weight: bold;
       
  5496       margin-bottom: 5px; }
       
  5497 .topologyBalloon table.detailInfoTable th,
       
  5498 .topologyBalloon table.detailInfoTable td {
       
  5499         text-align: left;
       
  5500         vertical-align: middle;
       
  5501         padding-bottom: 3px;
       
  5502         background: transparent; }
       
  5503 .topologyBalloon table.detailInfoTable th {
       
  5504 	color: #cccccc;
       
  5505 	padding-right: 8px;
       
  5506 	width: 80px; }
       
  5507 .topologyBalloon table.detailInfoTable th span {
       
  5508 	vertical-align: middle;
       
  5509 	width: 80px;
       
  5510 	white-space: nowrap;
       
  5511 	overflow: hidden;
       
  5512 	text-overflow: ellipsis;
       
  5513 	display: inline-block; }
       
  5514 .topologyBalloon table.detailInfoTable th.device {
       
  5515 	color: #333333;
       
  5516 	text-align: right; }
       
  5517 .topologyBalloon table.detailInfoTable td {
       
  5518       padding-right: 5px;
       
  5519       white-space: nowrap; }
       
  5520 .topologyBalloon table.detailInfoTable td.delete {
       
  5521 	padding-right: 0;
       
  5522 	text-align: right; }
       
  5523 .topologyBalloon table.detailInfoTable .btn {
       
  5524 	line-height: 1.4; }
       
  5525 .topologyBalloon:before {
       
  5526     border-top: 7px solid transparent;
       
  5527     border-bottom: 7px solid transparent;
       
  5528     border-right: 9px solid #dddddd;
       
  5529     display: block;
       
  5530     position: absolute;
       
  5531     top: 30px;
       
  5532     left: -9px;
       
  5533     width: 0;
       
  5534     height: 0;
       
  5535     content: ""; }
       
  5536 .topologyBalloon:after {
       
  5537       border-top: 6px solid transparent;
       
  5538       border-bottom: 6px solid transparent;
       
  5539       border-right: 8px solid #ffffff;
       
  5540       display: block;
       
  5541       position: absolute;
       
  5542       top: 31px;
       
  5543       left: -8px;
       
  5544       width: 0;
       
  5545       height: 0;
       
  5546       content: ""; }
       
  5547 .topologyBalloon.leftPosition:before {
       
  5548 	border-right: none;
       
  5549 	border-left: 9px solid #dddddd;
       
  5550 	right: -9px;
       
  5551 	top: 30px;
       
  5552 	left: auto; }
       
  5553 .topologyBalloon.leftPosition:after {
       
  5554 	border-right: none;
       
  5555 	border-left: 8px solid #ffffff;
       
  5556 	right: -8px;
       
  5557 	top: 31px;
       
  5558 	left: auto; }
       
  5559 
       
  5560 #topologyMessages {
       
  5561 	width: 1px;
       
  5562 	height: 1px;
       
  5563 	visibility: hidden;
       
  5564 	position: absolute;
       
  5565 	top: -100px; }
       
  5566 
       
  5567 .quota-heading {
       
  5568     /*font-family: anivers;*/
       
  5569     font-weight: normal;
       
  5570     font-size: 24px;
       
  5571     margin-bottom: 10px; }
       
  5572 
       
  5573 .link {
       
  5574 	width: 200px;
       
  5575 	stroke: #999;
       
  5576 	stroke-width: 1.5px; }
       
  5577 
       
  5578 .node {
       
  5579 	cursor: pointer; }
       
  5580 
       
  5581 .node text {
       
  5582 	font: 12px sans-serif; }
       
  5583 
       
  5584 #resource_container {
       
  5585 	position: relative; }
       
  5586 
       
  5587 #stack_box {
       
  5588 	position: absolute;
       
  5589 	width: 300px;
       
  5590 	top: 10px;
       
  5591 	left: 10px; }
       
  5592 
       
  5593 #stack_box h3 {
       
  5594 	font-size: 11pt;
       
  5595 	line-height: 20px; }
       
  5596 
       
  5597 #stack_box p {
       
  5598 	margin: 0;
       
  5599 	font-size: 9pt;
       
  5600 	line-height: 14px; }
       
  5601 
       
  5602 #stack_box a {
       
  5603 	margin: 0;
       
  5604 	font-size: 9pt;
       
  5605 	line-height: 14px; }
       
  5606 
       
  5607 #stack_box img {
       
  5608 	float: left; }
       
  5609 
       
  5610 #stack_box #stack_info {
       
  5611 	float: left;
       
  5612 	white-space: normal;
       
  5613 	width: 200px; }
       
  5614 
       
  5615 #info_box {
       
  5616 	position: absolute;
       
  5617 	width: 300px;
       
  5618 	top: 100px;
       
  5619 	left: 10px; }
       
  5620 
       
  5621                       #info_box h3 {
       
  5622                         font-size: 9pt;
       
  5623                         line-height: 20px; }
       
  5624 
       
  5625                         #info_box p {
       
  5626                           margin: 0;
       
  5627                           font-size: 9pt;
       
  5628                           line-height: 14px; }
       
  5629 
       
  5630                           #info_box a {
       
  5631                             margin: 0;
       
  5632                             font-size: 9pt;
       
  5633                             line-height: 14px; }
       
  5634 
       
  5635                             #info_box .error {
       
  5636                               color: #a02622; }
       
  5637 
       
  5638                               #ruleListSortContainer {
       
  5639                                 display: none; }
       
  5640 
       
  5641                                 .rulelist {
       
  5642                                   padding: 6px;
       
  5643                                   background: #eee;
       
  5644                                   border: 1px solid #dddddd;
       
  5645                                   min-height: 2em;
       
  5646                                   width: auto !important;
       
  5647                                   -webkit-box-sizing: border-box;
       
  5648                                   -moz-box-sizing: border-box;
       
  5649                                   box-sizing: border-box; }
       
  5650                                   .rulelist li {
       
  5651                                     width: 226px;
       
  5652                                     list-style-type: none;
       
  5653                                     margin: 6px auto;
       
  5654                                     padding: 3px;
       
  5655                                     background: #ffffff;
       
  5656                                     border: 1px solid #dddddd;
       
  5657                                     line-height: 18px;
       
  5658                                     border-radius: 3px;
       
  5659                                     cursor: move;
       
  5660                                     padding-left: 23px;
       
  5661                                     background: #ffffff url('/static/dashboard/img/drag.png?93ec7e23f795') no-repeat 11px 50%; }
       
  5662                     .rulelist li em {
       
  5663                       font-size: 0.5em;
       
  5664                       line-height: 1em;
       
  5665                       color: #999;
       
  5666                       font-style: normal;
       
  5667                       margin-left: 0.8em; }
       
  5668                       .rulelist li i {
       
  5669                         margin-right: 5px;
       
  5670                         vertical-align: middle; }
       
  5671                         .rulelist li a.btn {
       
  5672                           -webkit-box-sizing: border-box;
       
  5673                           -moz-box-sizing: border-box;
       
  5674                           box-sizing: border-box;
       
  5675                           font-size: 11px;
       
  5676                           line-height: 12px;
       
  5677                           padding: 2px 5px 3px;
       
  5678                           margin-right: 1px;
       
  5679                           width: 18px;
       
  5680                           text-align: center;
       
  5681                           right: 5px;
       
  5682                           vertical-align: middle;
       
  5683                           float: right; }
       
  5684                           .rulelist li a.btn:before {
       
  5685                             content: "+"; }
       
  5686                   .rulelist li.ui-sortable-helper {
       
  5687                     background-color: #def; }
       
  5688                     .rulelist li.ui-state-highlight {
       
  5689                       border: 1px dotted #dddddd;
       
  5690                       background: #efefef;
       
  5691                       height: 0.5em; }
       
  5692                       .rulelist li:after {
       
  5693                         visibility: hidden;
       
  5694                         display: block;
       
  5695                         font-size: 0;
       
  5696                         content: " ";
       
  5697                         clear: both;
       
  5698                         height: 0; }
       
  5699 
       
  5700 #selected_rule {
       
  5701   margin-bottom: 1.5em;
       
  5702   counter-reset: v1 0;
       
  5703   background: #edf9ff;
       
  5704   border: 1px solid #dddddd; }
       
  5705   #selected_rule li {
       
  5706     position: relative; }
       
  5707     #selected_rule li a.btn:before {
       
  5708       content: "-"; }
       
  5709   #selected_rule li:before {
       
  5710     content: "rule:" counter(v1);
       
  5711     counter-increment: v1;
       
  5712     display: inline-block;
       
  5713     margin-right: 5px;
       
  5714     background: #555555;
       
  5715     color: #ffffff;
       
  5716     font-size: 90%;
       
  5717     padding: 0px 4px;
       
  5718     vertical-align: middle;
       
  5719     border-radius: 2px;
       
  5720     position: absolute;
       
  5721     left: -2em; }
       
  5722     #selected_rule.dragging li:before {
       
  5723       content: "rule:";
       
  5724       background-color: rgba(102, 102, 102, 0.5);
       
  5725       padding-right: 10px; }
       
  5726       #selected_rule.dragging li.ui-state-highlight:before {
       
  5727         content: "";
       
  5728         background: transparent; }
       
  5729 
       
  5730 .tablesorter thead tr th.tablesorter-header {
       
  5731   cursor: pointer;
       
  5732   background-repeat: no-repeat;
       
  5733   background-position: 99% center;
       
  5734   background-position: right 5px center; }
       
  5735   .tablesorter thead tr th.tablesorter-headerAsc {
       
  5736     background-image: url('/static/dashboard/img/up_arrow.png?4293b62aa222'); }
       
  5737     .tablesorter thead tr th.tablesorter-headerDesc {
       
  5738       background-image: url('/static/dashboard/img/drop_arrow.png?2ec1100baed3'); }
       
  5739 
       
  5740 a.link-popover {
       
  5741   cursor: default; }
       
  5742 
       
  5743   a:hover.link-popover {
       
  5744     text-decoration: none; }
       
  5745 .breadcrumb {
       
  5746   padding: 8px 15px;
       
  5747   margin-bottom: 18px;
       
  5748   list-style: none;
       
  5749   background-color: #f5f5f5;
       
  5750   border-radius: 4px; }
       
  5751   .breadcrumb > li {
       
  5752     display: inline-block; }
       
  5753     .breadcrumb > li + li:before {
       
  5754       content: "/\00a0";
       
  5755       padding: 0 5px;
       
  5756       color: #ccc; }
       
  5757   .breadcrumb > .active {
       
  5758     color: #777; }
       
  5759 .pagination {
       
  5760   display: inline-block;
       
  5761   padding-left: 0;
       
  5762   margin: 18px 0;
       
  5763   border-radius: 4px; }
       
  5764   .pagination > li {
       
  5765     display: inline; }
       
  5766     .pagination > li > a, .pagination > li > span {
       
  5767       position: relative;
       
  5768       float: left;
       
  5769       padding: 6px 12px;
       
  5770       line-height: 1.5;
       
  5771       text-decoration: none;
       
  5772       color: #428bca;
       
  5773       background-color: #fff;
       
  5774       border: 1px solid #ddd;
       
  5775       margin-left: -1px; }
       
  5776       .pagination > li:first-child > a, .pagination > li:first-child > span {
       
  5777         margin-left: 0;
       
  5778         border-bottom-left-radius: 4px;
       
  5779         border-top-left-radius: 4px; }
       
  5780     .pagination > li:last-child > a, .pagination > li:last-child > span {
       
  5781       border-bottom-right-radius: 4px;
       
  5782       border-top-right-radius: 4px; }
       
  5783   .pagination > li > a:hover, .pagination > li > a:focus,
       
  5784   .pagination > li > span:hover, .pagination > li > span:focus {
       
  5785     color: #005D9D;
       
  5786     background-color: #eee;
       
  5787     border-color: #ddd; }
       
  5788   .pagination > .active > a, .pagination > .active > a:hover,
       
  5789   .pagination > .active > a:focus, .pagination > .active > span,
       
  5790   .pagination > .active > span:hover, .pagination > .active > span:focus {
       
  5791     z-index: 2;
       
  5792     color: #fff;
       
  5793     background-color: #428bca;
       
  5794     border-color: #428bca;
       
  5795     cursor: default; }
       
  5796   .pagination > .disabled > span, .pagination > .disabled > span:hover,
       
  5797   .pagination > .disabled > span:focus, .pagination > .disabled > a,
       
  5798   .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
       
  5799     color: #777;
       
  5800     background-color: #fff;
       
  5801     border-color: #ddd;
       
  5802     cursor: not-allowed; }
       
  5803 .pagination-lg > li > a, .pagination-lg > li > span {
       
  5804   padding: 10px 16px;
       
  5805   font-size: 17px; }
       
  5806   .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
       
  5807     border-bottom-left-radius: 6px;
       
  5808     border-top-left-radius: 6px; }
       
  5809 .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
       
  5810   border-bottom-right-radius: 6px;
       
  5811   border-top-right-radius: 6px; }
       
  5812 .pagination-sm > li > a, .pagination-sm > li > span {
       
  5813   padding: 5px 10px;
       
  5814   font-size: 12px; }
       
  5815   .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
       
  5816     border-bottom-left-radius: 3px;
       
  5817     border-top-left-radius: 3px; }
       
  5818 .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
       
  5819   border-bottom-right-radius: 3px;
       
  5820   border-top-right-radius: 3px; }
       
  5821 .pager {
       
  5822   padding-left: 0;
       
  5823   margin: 18px 0;
       
  5824   list-style: none;
       
  5825   text-align: center; }
       
  5826   .pager li {
       
  5827     display: inline; }
       
  5828     .pager li > a, .pager li > span {
       
  5829       display: inline-block;
       
  5830       padding: 5px 14px;
       
  5831       background-color: #fff;
       
  5832       border: 1px solid #ddd;
       
  5833       border-radius: 15px; }
       
  5834       .pager li > a:hover, .pager li > a:focus {
       
  5835         text-decoration: none;
       
  5836         background-color: #eee; }
       
  5837   .pager .next > a, .pager .next > span {
       
  5838     float: right; }
       
  5839   .pager .previous > a, .pager .previous > span {
       
  5840     float: left; }
       
  5841   .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus,
       
  5842   .pager .disabled > span {
       
  5843     color: #777;
       
  5844     background-color: #fff;
       
  5845     cursor: not-allowed; }
       
  5846 .label {
       
  5847   display: inline;
       
  5848   padding: 0.2em 0.6em 0.3em;
       
  5849   font-size: 75%;
       
  5850   font-weight: bold;
       
  5851   line-height: 1;
       
  5852   color: #fff;
       
  5853   text-align: center;
       
  5854   white-space: nowrap;
       
  5855   vertical-align: baseline;
       
  5856   border-radius: 0.25em; }
       
  5857   .label:empty {
       
  5858     display: none; }
       
  5859     .btn .label {
       
  5860       position: relative;
       
  5861       top: -1px; }
       
  5862 
       
  5863 a.label:hover, a.label:focus {
       
  5864   color: #fff;
       
  5865   text-decoration: none;
       
  5866   cursor: pointer; }
       
  5867 
       
  5868 .label-default {
       
  5869   background-color: #777; }
       
  5870 
       
  5871   .label-primary {
       
  5872     background-color: #428bca; }
       
  5873 
       
  5874     .label-success {
       
  5875       background-color: #5cb85c; }
       
  5876 
       
  5877       .label-info {
       
  5878         background-color: #5bc0de; }
       
  5879 
       
  5880         .label-warning {
       
  5881           background-color: #f0ad4e; }
       
  5882 
       
  5883           .label-danger {
       
  5884             background-color: #d9534f; }
       
  5885 .label-default[href]:hover, .label-default[href]:focus {
       
  5886   background-color: #5e5e5e; }
       
  5887 .label-primary[href]:hover, .label-primary[href]:focus {
       
  5888   background-color: #3071a9; }
       
  5889 .label-success[href]:hover, .label-success[href]:focus {
       
  5890   background-color: #449d44; }
       
  5891 .label-info[href]:hover, .label-info[href]:focus {
       
  5892   background-color: #31b0d5; }
       
  5893 .label-warning[href]:hover, .label-warning[href]:focus {
       
  5894   background-color: #ec971f; }
       
  5895 .label-danger[href]:hover, .label-danger[href]:focus {
       
  5896   background-color: #c9302c; }
       
  5897 .jumbotron {
       
  5898   padding: 30px;
       
  5899   margin-bottom: 30px;
       
  5900   color: inherit;
       
  5901   background-color: #eee; }
       
  5902   .jumbotron h1, .jumbotron .h1 {
       
  5903     color: inherit; }
       
  5904     .jumbotron p {
       
  5905       margin-bottom: 15px;
       
  5906       font-size: 20px;
       
  5907       font-weight: 200; }
       
  5908       .jumbotron > hr {
       
  5909         border-top-color: #d5d5d5; }
       
  5910         .container .jumbotron {
       
  5911           border-radius: 6px; }
       
  5912           .jumbotron .container {
       
  5913             max-width: 100%; }
       
  5914             @media screen and (min-width: 768px) {
       
  5915               .jumbotron {
       
  5916                 padding-top: 48px;
       
  5917                 padding-bottom: 48px;   }
       
  5918                 .container .jumbotron {
       
  5919                   padding-left: 60px;
       
  5920                   padding-right: 60px;   }
       
  5921                   .jumbotron h1, .jumbotron .h1 {
       
  5922                     font-size: 58.5px;   }
       
  5923 }
       
  5924 .thumbnail {
       
  5925   display: block;
       
  5926   padding: 4px;
       
  5927   margin-bottom: 18px;
       
  5928   line-height: 1.5;
       
  5929   background-color: #fff;
       
  5930   border: 1px solid #ddd;
       
  5931   border-radius: 4px;
       
  5932   -webkit-transition: all 0.2s ease-in-out;
       
  5933   -o-transition: all 0.2s ease-in-out;
       
  5934   transition: all 0.2s ease-in-out; }
       
  5935   .thumbnail > img, .thumbnail a > img {
       
  5936     display: block;
       
  5937     width: 100% \9;
       
  5938     max-width: 100%;
       
  5939     height: auto;
       
  5940     margin-left: auto;
       
  5941     margin-right: auto; }
       
  5942     .thumbnail .caption {
       
  5943       padding: 9px;
       
  5944       color: #333; }
       
  5945 
       
  5946 a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
       
  5947   border-color: #428bca; }
       
  5948 .alert {
       
  5949   padding: 15px;
       
  5950   margin-bottom: 18px;
       
  5951   border: 1px solid transparent;
       
  5952   border-radius: 4px; }
       
  5953   .alert h4 {
       
  5954     margin-top: 0;
       
  5955     color: inherit; }
       
  5956     .alert .alert-link {
       
  5957       font-weight: bold; }
       
  5958       .alert > p, .alert > ul {
       
  5959         margin-bottom: 0; }
       
  5960         .alert > p + p {
       
  5961           margin-top: 5px; }
       
  5962 
       
  5963 .alert-dismissable, .alert-dismissible {
       
  5964   padding-right: 35px; }
       
  5965   .alert-dismissable .close, .alert-dismissible .close {
       
  5966     position: relative;
       
  5967     top: -2px;
       
  5968     right: -21px;
       
  5969     color: inherit; }
       
  5970 
       
  5971 .alert-success {
       
  5972   background-color: #dff0d8;
       
  5973   border-color: #d6e9c6;
       
  5974   color: #3c763d; }
       
  5975 
       
  5976   .alert-info {
       
  5977     background-color: #d9edf7;
       
  5978     border-color: #bce8f1;
       
  5979     color: #31708f; }
       
  5980 
       
  5981     .alert-warning {
       
  5982       background-color: #fcf8e3;
       
  5983       border-color: #faebcc;
       
  5984       color: #8a6d3b; }
       
  5985 
       
  5986       .alert-danger {
       
  5987         background-color: #f2dede;
       
  5988         border-color: #ebccd1;
       
  5989         color: #a94442; }
       
  5990 .alert-success hr {
       
  5991   border-top-color: #c9e2b3; }
       
  5992   .alert-success .alert-link {
       
  5993     color: #2b542c; }
       
  5994     .alert-info hr {
       
  5995       border-top-color: #a6e1ec; }
       
  5996       .alert-info .alert-link {
       
  5997         color: #245269; }
       
  5998         .alert-warning hr {
       
  5999           border-top-color: #f7e1b5; }
       
  6000           .alert-warning .alert-link {
       
  6001             color: #66512c; }
       
  6002             .alert-danger hr {
       
  6003               border-top-color: #e4b9c0; }
       
  6004               .alert-danger .alert-link {
       
  6005                 color: #843534; }
       
  6006 @-webkit-keyframes progress-bar-stripes {
       
  6007   from {
       
  6008     background-position: 40px 0;   }
       
  6009     to {
       
  6010       background-position: 0 0;   }
       
  6011 }
       
  6012 
       
  6013 @keyframes progress-bar-stripes {
       
  6014   from {
       
  6015     background-position: 40px 0;   }
       
  6016     to {
       
  6017       background-position: 0 0;   }
       
  6018 }
       
  6019 
       
  6020 .progress {
       
  6021   overflow: hidden;
       
  6022   height: 18px;
       
  6023   margin-bottom: 18px;
       
  6024   background-color: #f5f5f5;
       
  6025   border-radius: 4px;
       
  6026   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
       
  6027   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
       
  6028 
       
  6029   .progress-bar {
       
  6030     float: left;
       
  6031     width: 0%;
       
  6032     height: 100%;
       
  6033     font-size: 12px;
       
  6034     line-height: 18px;
       
  6035     color: #fff;
       
  6036     text-align: center;
       
  6037     background-color: #428bca;
       
  6038     -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
       
  6039     box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
       
  6040     -webkit-transition: width 0.6s ease;
       
  6041     -o-transition: width 0.6s ease;
       
  6042     transition: width 0.6s ease; }
       
  6043 
       
  6044     .progress-striped .progress-bar, .progress-bar-striped {
       
  6045       background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6046             transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6047             transparent 75%, transparent);
       
  6048       background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6049             transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6050             transparent 75%, transparent);
       
  6051       background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6052             transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6053             transparent 75%, transparent);
       
  6054       background-size: 40px 40px; }
       
  6055 
       
  6056       .progress.active .progress-bar, .progress-bar.active {
       
  6057         -webkit-animation: progress-bar-stripes 2s linear infinite;
       
  6058         -o-animation: progress-bar-stripes 2s linear infinite;
       
  6059         animation: progress-bar-stripes 2s linear infinite; }
       
  6060 
       
  6061         .progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
       
  6062           min-width: 30px; }
       
  6063           .progress-bar[aria-valuenow="0"] {
       
  6064             color: #777;
       
  6065             min-width: 30px;
       
  6066             background-color: transparent;
       
  6067             background-image: none;
       
  6068             box-shadow: none; }
       
  6069 
       
  6070 .progress-bar-success {
       
  6071   background-color: #5cb85c; }
       
  6072 
       
  6073   .progress-bar-info {
       
  6074     background-color: #5bc0de; }
       
  6075 
       
  6076     .progress-bar-warning {
       
  6077       background-color: #f0ad4e; }
       
  6078 
       
  6079       .progress-bar-danger {
       
  6080         background-color: #d9534f; }
       
  6081 .progress-striped .progress-bar-success {
       
  6082   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6083     transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6084     transparent 75%, transparent);
       
  6085   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6086     transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6087     transparent 75%, transparent);
       
  6088   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6089     transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6090     transparent 75%, transparent); }
       
  6091   .progress-striped .progress-bar-info {
       
  6092     background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6093         transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6094         transparent 75%, transparent);
       
  6095     background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6096         transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6097         transparent 75%, transparent);
       
  6098     background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6099         transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6100         transparent 75%, transparent); }
       
  6101     .progress-striped .progress-bar-warning {
       
  6102       background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6103             transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6104             transparent 75%, transparent);
       
  6105       background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6106             transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6107             transparent 75%, transparent);
       
  6108       background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6109             transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6110             transparent 75%, transparent); }
       
  6111       .progress-striped .progress-bar-danger {
       
  6112         background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6113                 transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6114                 transparent 75%, transparent);
       
  6115         background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6116                 transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6117                 transparent 75%, transparent);
       
  6118         background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6119                 transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6120                 transparent 75%, transparent); }
       
  6121 .media, .media-body {
       
  6122   overflow: hidden;
       
  6123   zoom: 1; }
       
  6124 
       
  6125   .media, .media .media {
       
  6126     margin-top: 15px; }
       
  6127 
       
  6128     .media:first-child {
       
  6129       margin-top: 0; }
       
  6130 
       
  6131       .media-object {
       
  6132         display: block; }
       
  6133 
       
  6134         .media-heading {
       
  6135           margin: 0 0 5px; }
       
  6136 
       
  6137           .media > .pull-left {
       
  6138             margin-right: 10px; }
       
  6139             .media > .pull-right {
       
  6140               margin-left: 10px; }
       
  6141 
       
  6142 .media-list {
       
  6143   padding-left: 0;
       
  6144   list-style: none; }
       
  6145 .list-group {
       
  6146   margin-bottom: 20px;
       
  6147   padding-left: 0; }
       
  6148 
       
  6149   .list-group-item {
       
  6150     position: relative;
       
  6151     display: block;
       
  6152     padding: 10px 15px;
       
  6153     margin-bottom: -1px;
       
  6154     background-color: #fff;
       
  6155     border: 1px solid #ddd; }
       
  6156     .list-group-item:first-child {
       
  6157       border-top-right-radius: 4px;
       
  6158       border-top-left-radius: 4px; }
       
  6159       .list-group-item:last-child {
       
  6160         margin-bottom: 0;
       
  6161         border-bottom-right-radius: 4px;
       
  6162         border-bottom-left-radius: 4px; }
       
  6163         .list-group-item > .badge {
       
  6164           float: right; }
       
  6165           .list-group-item > .badge + .badge {
       
  6166             margin-right: 5px; }
       
  6167 
       
  6168 a.list-group-item {
       
  6169   color: #555; }
       
  6170   a.list-group-item .list-group-item-heading {
       
  6171     color: #333; }
       
  6172     a.list-group-item:hover, a.list-group-item:focus {
       
  6173       text-decoration: none;
       
  6174       color: #555;
       
  6175       background-color: #f5f5f5; }
       
  6176 
       
  6177 .list-group-item.disabled, .list-group-item.disabled:hover,
       
  6178 .list-group-item.disabled:focus {
       
  6179   background-color: #eee;
       
  6180   color: #777; }
       
  6181   .list-group-item.disabled .list-group-item-heading,
       
  6182   .list-group-item.disabled:hover .list-group-item-heading,
       
  6183   .list-group-item.disabled:focus .list-group-item-heading {
       
  6184     color: inherit; }
       
  6185     .list-group-item.disabled .list-group-item-text,
       
  6186     .list-group-item.disabled:hover .list-group-item-text,
       
  6187     .list-group-item.disabled:focus .list-group-item-text {
       
  6188       color: #777; }
       
  6189 .list-group-item.active, .list-group-item.active:hover,
       
  6190 .list-group-item.active:focus {
       
  6191   z-index: 2;
       
  6192   color: #fff;
       
  6193   background-color: #428bca;
       
  6194   border-color: #428bca; }
       
  6195   .list-group-item.active .list-group-item-heading,
       
  6196   .list-group-item.active .list-group-item-heading > small,
       
  6197   .list-group-item.active .list-group-item-heading > .small,
       
  6198   .list-group-item.active:hover .list-group-item-heading,
       
  6199   .list-group-item.active:hover .list-group-item-heading > small,
       
  6200   .list-group-item.active:hover .list-group-item-heading > .small,
       
  6201   .list-group-item.active:focus .list-group-item-heading,
       
  6202   .list-group-item.active:focus .list-group-item-heading > small,
       
  6203   .list-group-item.active:focus .list-group-item-heading > .small {
       
  6204     color: inherit; }
       
  6205     .list-group-item.active .list-group-item-text,
       
  6206     .list-group-item.active:hover .list-group-item-text,
       
  6207     .list-group-item.active:focus .list-group-item-text {
       
  6208       color: #e1edf7; }
       
  6209 
       
  6210 .list-group-item-heading {
       
  6211   margin-top: 0;
       
  6212   margin-bottom: 5px; }
       
  6213 
       
  6214   .list-group-item-text {
       
  6215     margin-bottom: 0;
       
  6216     line-height: 1.3; }
       
  6217 .list-group-item-success {
       
  6218   color: #3c763d;
       
  6219   background-color: #dff0d8; }
       
  6220 
       
  6221   a.list-group-item-success {
       
  6222     color: #3c763d; }
       
  6223     a.list-group-item-success .list-group-item-heading {
       
  6224       color: inherit; }
       
  6225       a.list-group-item-success:hover, a.list-group-item-success:focus {
       
  6226         color: #3c763d;
       
  6227         background-color: #d0e9c6; }
       
  6228         a.list-group-item-success.active, a.list-group-item-success.active:hover,
       
  6229         a.list-group-item-success.active:focus {
       
  6230           color: #fff;
       
  6231           background-color: #3c763d;
       
  6232           border-color: #3c763d; }
       
  6233 
       
  6234 .list-group-item-info {
       
  6235   color: #31708f;
       
  6236   background-color: #d9edf7; }
       
  6237 
       
  6238   a.list-group-item-info {
       
  6239     color: #31708f; }
       
  6240     a.list-group-item-info .list-group-item-heading {
       
  6241       color: inherit; }
       
  6242       a.list-group-item-info:hover, a.list-group-item-info:focus {
       
  6243         color: #31708f;
       
  6244         background-color: #c4e3f3; }
       
  6245         a.list-group-item-info.active, a.list-group-item-info.active:hover,
       
  6246         a.list-group-item-info.active:focus {
       
  6247           color: #fff;
       
  6248           background-color: #31708f;
       
  6249           border-color: #31708f; }
       
  6250 
       
  6251 .list-group-item-warning {
       
  6252   color: #8a6d3b;
       
  6253   background-color: #fcf8e3; }
       
  6254 
       
  6255   a.list-group-item-warning {
       
  6256     color: #8a6d3b; }
       
  6257     a.list-group-item-warning .list-group-item-heading {
       
  6258       color: inherit; }
       
  6259       a.list-group-item-warning:hover, a.list-group-item-warning:focus {
       
  6260         color: #8a6d3b;
       
  6261         background-color: #faf2cc; }
       
  6262         a.list-group-item-warning.active, a.list-group-item-warning.active:hover,
       
  6263         a.list-group-item-warning.active:focus {
       
  6264           color: #fff;
       
  6265           background-color: #8a6d3b;
       
  6266           border-color: #8a6d3b; }
       
  6267 
       
  6268 .list-group-item-danger {
       
  6269   color: #a94442;
       
  6270   background-color: #f2dede; }
       
  6271 
       
  6272   a.list-group-item-danger {
       
  6273     color: #a94442; }
       
  6274     a.list-group-item-danger .list-group-item-heading {
       
  6275       color: inherit; }
       
  6276       a.list-group-item-danger:hover, a.list-group-item-danger:focus {
       
  6277         color: #a94442;
       
  6278         background-color: #ebcccc; }
       
  6279         a.list-group-item-danger.active, a.list-group-item-danger.active:hover,
       
  6280         a.list-group-item-danger.active:focus {
       
  6281           color: #fff;
       
  6282           background-color: #a94442;
       
  6283           border-color: #a94442; }
       
  6284 .panel {
       
  6285   margin-bottom: 18px;
       
  6286   background-color: #fff;
       
  6287   border: 1px solid transparent;
       
  6288   border-radius: 4px;
       
  6289   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
       
  6290   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
       
  6291 
       
  6292   .panel-body {
       
  6293     padding: 15px; }
       
  6294 
       
  6295     .panel-heading {
       
  6296       padding: 10px 15px;
       
  6297       border-bottom: 1px solid transparent;
       
  6298       border-top-right-radius: 3px;
       
  6299       border-top-left-radius: 3px; }
       
  6300       .panel-heading > .dropdown .dropdown-toggle {
       
  6301         color: inherit; }
       
  6302 
       
  6303 .panel-title {
       
  6304   margin-top: 0;
       
  6305   margin-bottom: 0;
       
  6306   font-size: 15px;
       
  6307   color: inherit; }
       
  6308   .panel-title > a {
       
  6309     color: inherit; }
       
  6310 
       
  6311 .panel-footer {
       
  6312   padding: 10px 15px;
       
  6313   background-color: #f5f5f5;
       
  6314   border-top: 1px solid #ddd;
       
  6315   border-bottom-right-radius: 3px;
       
  6316   border-bottom-left-radius: 3px; }
       
  6317 
       
  6318   .panel > .list-group {
       
  6319     margin-bottom: 0; }
       
  6320     .panel > .list-group .list-group-item {
       
  6321       border-width: 1px 0;
       
  6322       border-radius: 0; }
       
  6323       .panel > .list-group:first-child .list-group-item:first-child {
       
  6324         border-top: 0;
       
  6325         border-top-right-radius: 3px;
       
  6326         border-top-left-radius: 3px; }
       
  6327     .panel > .list-group:last-child .list-group-item:last-child {
       
  6328       border-bottom: 0;
       
  6329       border-bottom-right-radius: 3px;
       
  6330       border-bottom-left-radius: 3px; }
       
  6331 
       
  6332 .panel-heading + .list-group .list-group-item:first-child {
       
  6333   border-top-width: 0; }
       
  6334 
       
  6335 .list-group + .panel-footer {
       
  6336   border-top-width: 0; }
       
  6337 
       
  6338   .panel > .table, .panel > .table-responsive > .table,
       
  6339   .panel > .panel-collapse > .table {
       
  6340     margin-bottom: 0; }
       
  6341     .panel > .table:first-child,
       
  6342     .panel > .table-responsive:first-child > .table:first-child {
       
  6343       border-top-right-radius: 3px;
       
  6344       border-top-left-radius: 3px; }
       
  6345       .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
       
  6346       .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
       
  6347       .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
       
  6348       .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
       
  6349       .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
       
  6350       .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
       
  6351       .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
       
  6352       .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
       
  6353         border-top-left-radius: 3px; }
       
  6354         .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
       
  6355         .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
       
  6356         .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
       
  6357         .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
       
  6358         .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
       
  6359         .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
       
  6360         .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
       
  6361         .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
       
  6362           border-top-right-radius: 3px; }
       
  6363   .panel > .table:last-child,
       
  6364   .panel > .table-responsive:last-child > .table:last-child {
       
  6365     border-bottom-right-radius: 3px;
       
  6366     border-bottom-left-radius: 3px; }
       
  6367     .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
       
  6368     .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
       
  6369     .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
       
  6370     .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
       
  6371     .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
       
  6372     .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
       
  6373     .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
       
  6374     .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
       
  6375       border-bottom-left-radius: 3px; }
       
  6376       .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
       
  6377       .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
       
  6378       .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
       
  6379       .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
       
  6380       .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
       
  6381       .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
       
  6382       .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
       
  6383       .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
       
  6384         border-bottom-right-radius: 3px; }
       
  6385   .panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
       
  6386     border-top: 1px solid #ddd; }
       
  6387     .panel > .table > tbody:first-child > tr:first-child th,
       
  6388     .panel > .table > tbody:first-child > tr:first-child td {
       
  6389       border-top: 0; }
       
  6390       .panel > .table-bordered, .panel > .table-responsive > .table-bordered {
       
  6391         border: 0; }
       
  6392         .panel > .table-bordered > thead > tr > th:first-child,
       
  6393         .panel > .table-bordered > thead > tr > td:first-child,
       
  6394         .panel > .table-bordered > tbody > tr > th:first-child,
       
  6395         .panel > .table-bordered > tbody > tr > td:first-child,
       
  6396         .panel > .table-bordered > tfoot > tr > th:first-child,
       
  6397         .panel > .table-bordered > tfoot > tr > td:first-child,
       
  6398         .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
       
  6399         .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
       
  6400         .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
       
  6401         .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
       
  6402         .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
       
  6403         .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
       
  6404           border-left: 0; }
       
  6405           .panel > .table-bordered > thead > tr > th:last-child,
       
  6406           .panel > .table-bordered > thead > tr > td:last-child,
       
  6407           .panel > .table-bordered > tbody > tr > th:last-child,
       
  6408           .panel > .table-bordered > tbody > tr > td:last-child,
       
  6409           .panel > .table-bordered > tfoot > tr > th:last-child,
       
  6410           .panel > .table-bordered > tfoot > tr > td:last-child,
       
  6411           .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
       
  6412           .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
       
  6413           .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
       
  6414           .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
       
  6415           .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
       
  6416           .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
       
  6417             border-right: 0; }
       
  6418         .panel > .table-bordered > thead > tr:first-child > td,
       
  6419         .panel > .table-bordered > thead > tr:first-child > th,
       
  6420         .panel > .table-bordered > tbody > tr:first-child > td,
       
  6421         .panel > .table-bordered > tbody > tr:first-child > th,
       
  6422         .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
       
  6423         .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
       
  6424         .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
       
  6425         .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
       
  6426           border-bottom: 0; }
       
  6427         .panel > .table-bordered > tbody > tr:last-child > td,
       
  6428         .panel > .table-bordered > tbody > tr:last-child > th,
       
  6429         .panel > .table-bordered > tfoot > tr:last-child > td,
       
  6430         .panel > .table-bordered > tfoot > tr:last-child > th,
       
  6431         .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
       
  6432         .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
       
  6433         .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
       
  6434         .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
       
  6435           border-bottom: 0; }
       
  6436   .panel > .table-responsive {
       
  6437     border: 0;
       
  6438     margin-bottom: 0; }
       
  6439 
       
  6440 .panel-group {
       
  6441   margin-bottom: 18px; }
       
  6442   .panel-group .panel {
       
  6443     margin-bottom: 0;
       
  6444     border-radius: 4px; }
       
  6445     .panel-group .panel + .panel {
       
  6446       margin-top: 5px; }
       
  6447   .panel-group .panel-heading {
       
  6448     border-bottom: 0; }
       
  6449     .panel-group .panel-heading + .panel-collapse > .panel-body {
       
  6450       border-top: 1px solid #ddd; }
       
  6451   .panel-group .panel-footer {
       
  6452     border-top: 0; }
       
  6453     .panel-group .panel-footer + .panel-collapse .panel-body {
       
  6454       border-bottom: 1px solid #ddd; }
       
  6455 
       
  6456 .panel-default {
       
  6457   border-color: #ddd; }
       
  6458 
       
  6459   .panel-primary {
       
  6460     border-color: #428bca; }
       
  6461 
       
  6462     .panel-success {
       
  6463       border-color: #d6e9c6; }
       
  6464 
       
  6465       .panel-info {
       
  6466         border-color: #bce8f1; }
       
  6467 
       
  6468         .panel-warning {
       
  6469           border-color: #faebcc; }
       
  6470 
       
  6471           .panel-danger {
       
  6472             border-color: #ebccd1; }
       
  6473 .panel-default > .panel-heading {
       
  6474   color: #333;
       
  6475   background-color: #f5f5f5;
       
  6476   border-color: #ddd; }
       
  6477   .panel-default > .panel-heading + .panel-collapse > .panel-body {
       
  6478     border-top-color: #ddd; }
       
  6479     .panel-default > .panel-heading .badge {
       
  6480       color: #f5f5f5;
       
  6481       background-color: #333; }
       
  6482 .panel-default > .panel-footer + .panel-collapse > .panel-body {
       
  6483   border-bottom-color: #ddd; }
       
  6484 .panel-primary > .panel-heading {
       
  6485   color: #fff;
       
  6486   background-color: #428bca;
       
  6487   border-color: #428bca; }
       
  6488   .panel-primary > .panel-heading + .panel-collapse > .panel-body {
       
  6489     border-top-color: #428bca; }
       
  6490     .panel-primary > .panel-heading .badge {
       
  6491       color: #428bca;
       
  6492       background-color: #fff; }
       
  6493 .panel-primary > .panel-footer + .panel-collapse > .panel-body {
       
  6494   border-bottom-color: #428bca; }
       
  6495 .panel-success > .panel-heading {
       
  6496   color: #3c763d;
       
  6497   background-color: #dff0d8;
       
  6498   border-color: #d6e9c6; }
       
  6499   .panel-success > .panel-heading + .panel-collapse > .panel-body {
       
  6500     border-top-color: #d6e9c6; }
       
  6501     .panel-success > .panel-heading .badge {
       
  6502       color: #dff0d8;
       
  6503       background-color: #3c763d; }
       
  6504 .panel-success > .panel-footer + .panel-collapse > .panel-body {
       
  6505   border-bottom-color: #d6e9c6; }
       
  6506 .panel-info > .panel-heading {
       
  6507   color: #31708f;
       
  6508   background-color: #d9edf7;
       
  6509   border-color: #bce8f1; }
       
  6510   .panel-info > .panel-heading + .panel-collapse > .panel-body {
       
  6511     border-top-color: #bce8f1; }
       
  6512     .panel-info > .panel-heading .badge {
       
  6513       color: #d9edf7;
       
  6514       background-color: #31708f; }
       
  6515 .panel-info > .panel-footer + .panel-collapse > .panel-body {
       
  6516   border-bottom-color: #bce8f1; }
       
  6517 .panel-warning > .panel-heading {
       
  6518   color: #8a6d3b;
       
  6519   background-color: #fcf8e3;
       
  6520   border-color: #faebcc; }
       
  6521   .panel-warning > .panel-heading + .panel-collapse > .panel-body {
       
  6522     border-top-color: #faebcc; }
       
  6523     .panel-warning > .panel-heading .badge {
       
  6524       color: #fcf8e3;
       
  6525       background-color: #8a6d3b; }
       
  6526 .panel-warning > .panel-footer + .panel-collapse > .panel-body {
       
  6527   border-bottom-color: #faebcc; }
       
  6528 .panel-danger > .panel-heading {
       
  6529   color: #a94442;
       
  6530   background-color: #f2dede;
       
  6531   border-color: #ebccd1; }
       
  6532   .panel-danger > .panel-heading + .panel-collapse > .panel-body {
       
  6533     border-top-color: #ebccd1; }
       
  6534     .panel-danger > .panel-heading .badge {
       
  6535       color: #f2dede;
       
  6536       background-color: #a94442; }
       
  6537 .panel-danger > .panel-footer + .panel-collapse > .panel-body {
       
  6538   border-bottom-color: #ebccd1; }
       
  6539 .embed-responsive {
       
  6540   position: relative;
       
  6541   display: block;
       
  6542   height: 0;
       
  6543   padding: 0;
       
  6544   overflow: hidden; }
       
  6545   .embed-responsive .embed-responsive-item, .embed-responsive iframe,
       
  6546   .embed-responsive embed, .embed-responsive object {
       
  6547     position: absolute;
       
  6548     top: 0;
       
  6549     left: 0;
       
  6550     bottom: 0;
       
  6551     height: 100%;
       
  6552     width: 100%;
       
  6553     border: 0; }
       
  6554     .embed-responsive.embed-responsive-16by9 {
       
  6555       padding-bottom: 56.25%; }
       
  6556       .embed-responsive.embed-responsive-4by3 {
       
  6557         padding-bottom: 75%; }
       
  6558 .well {
       
  6559   min-height: 20px;
       
  6560   padding: 19px;
       
  6561   margin-bottom: 20px;
       
  6562   background-color: #f5f5f5;
       
  6563   border: 1px solid #e3e3e3;
       
  6564   border-radius: 4px;
       
  6565   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
       
  6566   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
       
  6567   .well blockquote {
       
  6568     border-color: #ddd;
       
  6569     border-color: rgba(0, 0, 0, 0.15); }
       
  6570 
       
  6571 .well-lg {
       
  6572   padding: 24px;
       
  6573   border-radius: 6px; }
       
  6574 
       
  6575   .well-sm {
       
  6576     padding: 9px;
       
  6577     border-radius: 3px; }
       
  6578 .close {
       
  6579   float: right;
       
  6580   font-size: 19.5px;
       
  6581   font-weight: bold;
       
  6582   line-height: 1;
       
  6583   color: #000;
       
  6584   text-shadow: 0 1px 0 #fff;
       
  6585   opacity: 0.2;
       
  6586   filter: alpha(opacity=20); }
       
  6587   .close:hover, .close:focus {
       
  6588     color: #000;
       
  6589     text-decoration: none;
       
  6590     cursor: pointer;
       
  6591     opacity: 0.5;
       
  6592     filter: alpha(opacity=50); }
       
  6593 
       
  6594 button.close {
       
  6595   padding: 0;
       
  6596   cursor: pointer;
       
  6597   background: transparent;
       
  6598   border: 0;
       
  6599   -webkit-appearance: none; }
       
  6600 .modal-open {
       
  6601   overflow: hidden; }
       
  6602 
       
  6603   .modal {
       
  6604     display: none;
       
  6605     overflow: hidden;
       
  6606     position: fixed;
       
  6607     top: 0;
       
  6608     right: 0;
       
  6609     bottom: 0;
       
  6610     left: 0;
       
  6611     z-index: 1050;
       
  6612     -webkit-overflow-scrolling: touch;
       
  6613     outline: 0; }
       
  6614     .modal.fade .modal-dialog {
       
  6615       -webkit-transform: translate3d(0, -25%, 0);
       
  6616       transform: translate3d(0, -25%, 0);
       
  6617       -webkit-transition: -webkit-transform 0.3s ease-out;
       
  6618       -moz-transition: -moz-transform 0.3s ease-out;
       
  6619       -o-transition: -o-transform 0.3s ease-out;
       
  6620       transition: transform 0.3s ease-out; }
       
  6621       .modal.in .modal-dialog {
       
  6622         -webkit-transform: translate3d(0, 0, 0);
       
  6623         transform: translate3d(0, 0, 0); }
       
  6624 
       
  6625 .modal-open .modal {
       
  6626   overflow-x: hidden;
       
  6627   overflow-y: auto; }
       
  6628 
       
  6629   .modal-dialog {
       
  6630     position: relative;
       
  6631     width: auto;
       
  6632     margin: 10px; }
       
  6633 
       
  6634     .modal-content {
       
  6635       position: relative;
       
  6636       background-color: #fff;
       
  6637       border: 1px solid #999;
       
  6638       border: 1px solid rgba(0, 0, 0, 0.2);
       
  6639       border-radius: 6px;
       
  6640       -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
       
  6641       box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
       
  6642       background-clip: padding-box;
       
  6643       outline: 0; }
       
  6644 
       
  6645       .modal-backdrop {
       
  6646         position: fixed;
       
  6647         top: 0;
       
  6648         right: 0;
       
  6649         bottom: 0;
       
  6650         left: 0;
       
  6651         z-index: 1040;
       
  6652         background-color: #000; }
       
  6653         .modal-backdrop.fade {
       
  6654           opacity: 0;
       
  6655           filter: alpha(opacity=0); }
       
  6656           .modal-backdrop.in {
       
  6657             opacity: 0.5;
       
  6658             filter: alpha(opacity=50); }
       
  6659 
       
  6660 .modal-header {
       
  6661 	/*padding: 15px;
       
  6662 	min-height: 16.42857px; */
       
  6663 	height: 39px;
       
  6664 	padding-top: 0px;
       
  6665 	padding: 0px 0px 15px 15px;;	
       
  6666 }
       
  6667 .modal-header .close {
       
  6668 	margin-top: -2px;
       
  6669 	margin-right: 15px;
       
  6670 }
       
  6671 .modal-title {
       
  6672 	margin: 0;
       
  6673 	line-height: 1.5; }
       
  6674 .modal-body {
       
  6675 	position: relative;
       
  6676 	padding: 15px; }
       
  6677 .modal-footer {
       
  6678 	padding: 15px;
       
  6679 	text-align: right;
       
  6680 	background: #f5f5f5;
       
  6681 	border-top: 1px solid #e5e5e5; }
       
  6682 .modal-footer .btn + .btn {
       
  6683 	margin-left: 5px;
       
  6684 	margin-bottom: 0; }
       
  6685 .modal-footer .btn-group .btn + .btn {
       
  6686 	margin-left: -1px; }
       
  6687 .modal-footer .btn-block + .btn-block {
       
  6688 	margin-left: 0; }
       
  6689 .modal-scrollbar-measure {
       
  6690   position: absolute;
       
  6691   top: -9999px;
       
  6692   width: 50px;
       
  6693   height: 50px;
       
  6694   overflow: scroll; }
       
  6695 
       
  6696   @media (min-width: 768px) {
       
  6697     .modal-dialog {
       
  6698       width: 732px;
       
  6699       margin: 30px auto;   }
       
  6700       .modal-content {
       
  6701         -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
       
  6702         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);   }
       
  6703         .modal-sm {
       
  6704           width: 300px;   }
       
  6705 }
       
  6706 
       
  6707 @media (min-width: 992px) {
       
  6708   .modal-lg {
       
  6709     width: 900px;   }
       
  6710 }
       
  6711 .tooltip {
       
  6712   position: absolute;
       
  6713   z-index: 1070;
       
  6714   display: block;
       
  6715   visibility: visible;
       
  6716   font-size: 12px;
       
  6717   line-height: 1.4;
       
  6718   opacity: 0;
       
  6719   filter: alpha(opacity=0); }
       
  6720   .tooltip.in {
       
  6721     opacity: 0.9;
       
  6722     filter: alpha(opacity=90); }
       
  6723     .tooltip.top {
       
  6724       margin-top: -3px;
       
  6725       padding: 5px 0; }
       
  6726       .tooltip.right {
       
  6727         margin-left: 3px;
       
  6728         padding: 0 5px; }
       
  6729         .tooltip.bottom {
       
  6730           margin-top: 3px;
       
  6731           padding: 5px 0; }
       
  6732           .tooltip.left {
       
  6733             margin-left: -3px;
       
  6734             padding: 0 5px; }
       
  6735 
       
  6736 .tooltip-inner {
       
  6737   max-width: 200px;
       
  6738   padding: 3px 8px;
       
  6739   color: #fff;
       
  6740   text-align: center;
       
  6741   text-decoration: none;
       
  6742   background-color: #000;
       
  6743   border-radius: 4px; }
       
  6744 
       
  6745   .tooltip-arrow {
       
  6746     position: absolute;
       
  6747     width: 0;
       
  6748     height: 0;
       
  6749     border-color: transparent;
       
  6750     border-style: solid; }
       
  6751 
       
  6752     .tooltip.top .tooltip-arrow {
       
  6753       bottom: 0;
       
  6754       left: 50%;
       
  6755       margin-left: -5px;
       
  6756       border-width: 5px 5px 0;
       
  6757       border-top-color: #000; }
       
  6758       .tooltip.top-left .tooltip-arrow {
       
  6759         bottom: 0;
       
  6760         left: 5px;
       
  6761         border-width: 5px 5px 0;
       
  6762         border-top-color: #000; }
       
  6763         .tooltip.top-right .tooltip-arrow {
       
  6764           bottom: 0;
       
  6765           right: 5px;
       
  6766           border-width: 5px 5px 0;
       
  6767           border-top-color: #000; }
       
  6768           .tooltip.right .tooltip-arrow {
       
  6769             top: 50%;
       
  6770             left: 0;
       
  6771             margin-top: -5px;
       
  6772             border-width: 5px 5px 5px 0;
       
  6773             border-right-color: #000; }
       
  6774             .tooltip.left .tooltip-arrow {
       
  6775               top: 50%;
       
  6776               right: 0;
       
  6777               margin-top: -5px;
       
  6778               border-width: 5px 0 5px 5px;
       
  6779               border-left-color: #000; }
       
  6780               .tooltip.bottom .tooltip-arrow {
       
  6781                 top: 0;
       
  6782                 left: 50%;
       
  6783                 margin-left: -5px;
       
  6784                 border-width: 0 5px 5px;
       
  6785                 border-bottom-color: #000; }
       
  6786                 .tooltip.bottom-left .tooltip-arrow {
       
  6787                   top: 0;
       
  6788                   left: 5px;
       
  6789                   border-width: 0 5px 5px;
       
  6790                   border-bottom-color: #000; }
       
  6791                   .tooltip.bottom-right .tooltip-arrow {
       
  6792                     top: 0;
       
  6793                     right: 5px;
       
  6794                     border-width: 0 5px 5px;
       
  6795                     border-bottom-color: #000; }
       
  6796 .popover {
       
  6797   position: absolute;
       
  6798   top: 0;
       
  6799   left: 0;
       
  6800   z-index: 1060;
       
  6801   display: none;
       
  6802   max-width: 276px;
       
  6803   padding: 1px;
       
  6804   text-align: left;
       
  6805   background-color: #fff;
       
  6806   background-clip: padding-box;
       
  6807   border: 1px solid #ccc;
       
  6808   border: 1px solid rgba(0, 0, 0, 0.2);
       
  6809   border-radius: 6px;
       
  6810   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       
  6811   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       
  6812   white-space: normal; }
       
  6813   .popover.top {
       
  6814     margin-top: -10px; }
       
  6815     .popover.right {
       
  6816       margin-left: 10px; }
       
  6817       .popover.bottom {
       
  6818         margin-top: 10px; }
       
  6819         .popover.left {
       
  6820           margin-left: -10px; }
       
  6821 
       
  6822 .popover-title {
       
  6823   margin: 0;
       
  6824   padding: 8px 14px;
       
  6825   font-size: 13px;
       
  6826   font-weight: normal;
       
  6827   line-height: 18px;
       
  6828   background-color: #f7f7f7;
       
  6829   border-bottom: 1px solid #ebebeb;
       
  6830   border-radius: 5px 5px 0 0; }
       
  6831 
       
  6832   .popover-content {
       
  6833     padding: 9px 14px; }
       
  6834 
       
  6835     .popover > .arrow, .popover > .arrow:after {
       
  6836       position: absolute;
       
  6837       display: block;
       
  6838       width: 0;
       
  6839       height: 0;
       
  6840       border-color: transparent;
       
  6841       border-style: solid; }
       
  6842 
       
  6843 .popover > .arrow {
       
  6844   border-width: 11px; }
       
  6845 
       
  6846   .popover > .arrow:after {
       
  6847     border-width: 10px;
       
  6848     content: ""; }
       
  6849 
       
  6850     .popover.top > .arrow {
       
  6851       left: 50%;
       
  6852       margin-left: -11px;
       
  6853       border-bottom-width: 0;
       
  6854       border-top-color: #999;
       
  6855       border-top-color: rgba(0, 0, 0, 0.25);
       
  6856       bottom: -11px; }
       
  6857       .popover.top > .arrow:after {
       
  6858         content: " ";
       
  6859         bottom: 1px;
       
  6860         margin-left: -10px;
       
  6861         border-bottom-width: 0;
       
  6862         border-top-color: #fff; }
       
  6863     .popover.right > .arrow {
       
  6864       top: 50%;
       
  6865       left: -11px;
       
  6866       margin-top: -11px;
       
  6867       border-left-width: 0;
       
  6868       border-right-color: #999;
       
  6869       border-right-color: rgba(0, 0, 0, 0.25); }
       
  6870       .popover.right > .arrow:after {
       
  6871         content: " ";
       
  6872         left: 1px;
       
  6873         bottom: -10px;
       
  6874         border-left-width: 0;
       
  6875         border-right-color: #fff; }
       
  6876     .popover.bottom > .arrow {
       
  6877       left: 50%;
       
  6878       margin-left: -11px;
       
  6879       border-top-width: 0;
       
  6880       border-bottom-color: #999;
       
  6881       border-bottom-color: rgba(0, 0, 0, 0.25);
       
  6882       top: -11px; }
       
  6883       .popover.bottom > .arrow:after {
       
  6884         content: " ";
       
  6885         top: 1px;
       
  6886         margin-left: -10px;
       
  6887         border-top-width: 0;
       
  6888         border-bottom-color: #fff; }
       
  6889     .popover.left > .arrow {
       
  6890       top: 50%;
       
  6891       right: -11px;
       
  6892       margin-top: -11px;
       
  6893       border-right-width: 0;
       
  6894       border-left-color: #999;
       
  6895       border-left-color: rgba(0, 0, 0, 0.25); }
       
  6896       .popover.left > .arrow:after {
       
  6897         content: " ";
       
  6898         right: 1px;
       
  6899         border-right-width: 0;
       
  6900         border-left-color: #fff;
       
  6901         bottom: -10px; }
       
  6902 .carousel {
       
  6903   position: relative; }
       
  6904 
       
  6905   .carousel-inner {
       
  6906     position: relative;
       
  6907     overflow: hidden;
       
  6908     width: 100%; }
       
  6909     .carousel-inner > .item {
       
  6910       display: none;
       
  6911       position: relative;
       
  6912       -webkit-transition: 0.6s ease-in-out left;
       
  6913       -o-transition: 0.6s ease-in-out left;
       
  6914       transition: 0.6s ease-in-out left; }
       
  6915       .carousel-inner > .item > img, .carousel-inner > .item > a > img {
       
  6916         display: block;
       
  6917         width: 100% \9;
       
  6918         max-width: 100%;
       
  6919         height: auto;
       
  6920         line-height: 1; }
       
  6921     .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
       
  6922       display: block; }
       
  6923       .carousel-inner > .active {
       
  6924         left: 0; }
       
  6925         .carousel-inner > .next, .carousel-inner > .prev {
       
  6926           position: absolute;
       
  6927           top: 0;
       
  6928           width: 100%; }
       
  6929           .carousel-inner > .next {
       
  6930             left: 100%; }
       
  6931             .carousel-inner > .prev {
       
  6932               left: -100%; }
       
  6933               .carousel-inner > .next.left, .carousel-inner > .prev.right {
       
  6934                 left: 0; }
       
  6935                 .carousel-inner > .active.left {
       
  6936                   left: -100%; }
       
  6937                   .carousel-inner > .active.right {
       
  6938                     left: 100%; }
       
  6939 
       
  6940 .carousel-control {
       
  6941   position: absolute;
       
  6942   top: 0;
       
  6943   left: 0;
       
  6944   bottom: 0;
       
  6945   width: 15%;
       
  6946   opacity: 0.5;
       
  6947   filter: alpha(opacity=50);
       
  6948   font-size: 20px;
       
  6949   color: #fff;
       
  6950   text-align: center;
       
  6951   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
       
  6952   .carousel-control.left {
       
  6953     background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
       
  6954     background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
       
  6955     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
       
  6956     background-repeat: repeat-x;
       
  6957     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',
       
  6958         endColorstr='#00000000', GradientType=1); }
       
  6959     .carousel-control.right {
       
  6960       left: auto;
       
  6961       right: 0;
       
  6962       background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
       
  6963       background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
       
  6964       background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
       
  6965       background-repeat: repeat-x;
       
  6966       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
       
  6967             endColorstr='#80000000', GradientType=1); }
       
  6968       .carousel-control:hover, .carousel-control:focus {
       
  6969         outline: 0;
       
  6970         color: #fff;
       
  6971         text-decoration: none;
       
  6972         opacity: 0.9;
       
  6973         filter: alpha(opacity=90); }
       
  6974         .carousel-control .icon-prev, .carousel-control .icon-next,
       
  6975         .carousel-control .glyphicon-chevron-left,
       
  6976         .carousel-control .glyphicon-chevron-right {
       
  6977           position: absolute;
       
  6978           top: 50%;
       
  6979           z-index: 5;
       
  6980           display: inline-block; }
       
  6981           .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
       
  6982             left: 50%;
       
  6983             margin-left: -10px; }
       
  6984             .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
       
  6985               right: 50%;
       
  6986               margin-right: -10px; }
       
  6987               .carousel-control .icon-prev, .carousel-control .icon-next {
       
  6988                 width: 20px;
       
  6989                 height: 20px;
       
  6990                 margin-top: -10px;
       
  6991                 font-family: serif; }
       
  6992                 .carousel-control .icon-prev:before {
       
  6993                   content: '\2039'; }
       
  6994   .carousel-control .icon-next:before {
       
  6995     content: '\203a'; }
       
  6996 
       
  6997 .carousel-indicators {
       
  6998   position: absolute;
       
  6999   bottom: 10px;
       
  7000   left: 50%;
       
  7001   z-index: 15;
       
  7002   width: 60%;
       
  7003   margin-left: -30%;
       
  7004   padding-left: 0;
       
  7005   list-style: none;
       
  7006   text-align: center; }
       
  7007   .carousel-indicators li {
       
  7008     display: inline-block;
       
  7009     width: 10px;
       
  7010     height: 10px;
       
  7011     margin: 1px;
       
  7012     text-indent: -999px;
       
  7013     border: 1px solid #fff;
       
  7014     border-radius: 10px;
       
  7015     cursor: pointer;
       
  7016     background-color: #000 \9;
       
  7017     background-color: transparent; }
       
  7018     .carousel-indicators .active {
       
  7019       margin: 0;
       
  7020       width: 12px;
       
  7021       height: 12px;
       
  7022       background-color: #fff; }
       
  7023 
       
  7024 .carousel-caption {
       
  7025   position: absolute;
       
  7026   left: 15%;
       
  7027   right: 15%;
       
  7028   bottom: 20px;
       
  7029   z-index: 10;
       
  7030   padding-top: 20px;
       
  7031   padding-bottom: 20px;
       
  7032   color: #fff;
       
  7033   text-align: center;
       
  7034   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
       
  7035   .carousel-caption .btn {
       
  7036     text-shadow: none; }
       
  7037 
       
  7038 @media screen and (min-width: 768px) {
       
  7039   .carousel-control .glyphicon-chevron-left,
       
  7040   .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev,
       
  7041   .carousel-control .icon-next {
       
  7042     width: 30px;
       
  7043     height: 30px;
       
  7044     margin-top: -15px;
       
  7045     font-size: 30px;   }
       
  7046     .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
       
  7047       margin-left: -15px;   }
       
  7048       .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
       
  7049         margin-right: -15px;   }
       
  7050   .carousel-caption {
       
  7051     left: 20%;
       
  7052     right: 20%;
       
  7053     padding-bottom: 30px;   }
       
  7054     .carousel-indicators {
       
  7055       bottom: 20px;   }
       
  7056 }
       
  7057 .center-block {
       
  7058   display: block;
       
  7059   margin-left: auto;
       
  7060   margin-right: auto; }
       
  7061 
       
  7062   .pull-right {
       
  7063     float: right !important; }
       
  7064 
       
  7065     .pull-left {
       
  7066       float: left !important; }
       
  7067 
       
  7068       .hide {
       
  7069         display: none !important; }
       
  7070 
       
  7071         .show {
       
  7072           display: block !important; }
       
  7073 
       
  7074           .invisible {
       
  7075             visibility: hidden; }
       
  7076 
       
  7077             .text-hide {
       
  7078               font: 0 / 0 a;
       
  7079               color: transparent;
       
  7080               text-shadow: none;
       
  7081               background-color: transparent;
       
  7082               border: 0; }
       
  7083 
       
  7084               .hidden {
       
  7085                 display: none !important;
       
  7086                 visibility: hidden !important; }
       
  7087 
       
  7088                 .affix {
       
  7089                   position: fixed;
       
  7090                   -webkit-transform: translate3d(0, 0, 0);
       
  7091                   transform: translate3d(0, 0, 0); }
       
  7092 @-ms-viewport {
       
  7093   width: device-width; }
       
  7094 
       
  7095   .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block,
       
  7096   .visible-sm-inline, .visible-sm-inline-block, .visible-md-block,
       
  7097   .visible-md-inline, .visible-md-inline-block, .visible-lg-block,
       
  7098   .visible-lg-inline, .visible-lg-inline-block {
       
  7099     display: none !important; }
       
  7100 
       
  7101     @media (max-width: 767px) {
       
  7102       .visible-xs-block {
       
  7103         display: block !important;   }
       
  7104 }
       
  7105 
       
  7106 @media (max-width: 767px) {
       
  7107   .visible-xs-inline {
       
  7108     display: inline !important;   }
       
  7109 }
       
  7110 
       
  7111 @media (max-width: 767px) {
       
  7112   .visible-xs-inline-block {
       
  7113     display: inline-block !important;   }
       
  7114 }
       
  7115 
       
  7116 @media (min-width: 768px) and (max-width: 991px) {
       
  7117   .visible-sm-block {
       
  7118     display: block !important;   }
       
  7119 }
       
  7120 
       
  7121 @media (min-width: 768px) and (max-width: 991px) {
       
  7122   .visible-sm-inline {
       
  7123     display: inline !important;   }
       
  7124 }
       
  7125 
       
  7126 @media (min-width: 768px) and (max-width: 991px) {
       
  7127   .visible-sm-inline-block {
       
  7128     display: inline-block !important;   }
       
  7129 }
       
  7130 
       
  7131 @media (min-width: 992px) and (max-width: 1199px) {
       
  7132   .visible-md-block {
       
  7133     display: block !important;   }
       
  7134 }
       
  7135 
       
  7136 @media (min-width: 992px) and (max-width: 1199px) {
       
  7137   .visible-md-inline {
       
  7138     display: inline !important;   }
       
  7139 }
       
  7140 
       
  7141 @media (min-width: 992px) and (max-width: 1199px) {
       
  7142   .visible-md-inline-block {
       
  7143     display: inline-block !important;   }
       
  7144 }
       
  7145 
       
  7146 @media (min-width: 1200px) {
       
  7147   .visible-lg-block {
       
  7148     display: block !important;   }
       
  7149 }
       
  7150 
       
  7151 @media (min-width: 1200px) {
       
  7152   .visible-lg-inline {
       
  7153     display: inline !important;   }
       
  7154 }
       
  7155 
       
  7156 @media (min-width: 1200px) {
       
  7157   .visible-lg-inline-block {
       
  7158     display: inline-block !important;   }
       
  7159 }
       
  7160 
       
  7161 .visible-print-block {
       
  7162   display: none !important; }
       
  7163   @media print {
       
  7164     .visible-print-block {
       
  7165       display: block !important;   }
       
  7166 }
       
  7167 
       
  7168 .visible-print-inline {
       
  7169   display: none !important; }
       
  7170   @media print {
       
  7171     .visible-print-inline {
       
  7172       display: inline !important;   }
       
  7173 }
       
  7174 
       
  7175 .visible-print-inline-block {
       
  7176   display: none !important; }
       
  7177   @media print {
       
  7178     .visible-print-inline-block {
       
  7179       display: inline-block !important;   }
       
  7180 }
       
  7181 .visible-xs, .visible-sm, .visible-md, .visible-lg {
       
  7182   display: none !important; }
       
  7183   @media (max-width: 767px) {
       
  7184     .visible-xs {
       
  7185       display: block !important;   }
       
  7186       table.visible-xs {
       
  7187         display: table;   }
       
  7188         tr.visible-xs {
       
  7189           display: table-row !important;   }
       
  7190           th.visible-xs, td.visible-xs {
       
  7191             display: table-cell !important;   }
       
  7192 }
       
  7193           @media (min-width: 768px) and (max-width: 991px) {
       
  7194             .visible-sm {
       
  7195               display: block !important;   }
       
  7196               table.visible-sm {
       
  7197                 display: table;   }
       
  7198                 tr.visible-sm {
       
  7199                   display: table-row !important;   }
       
  7200                   th.visible-sm, td.visible-sm {
       
  7201                     display: table-cell !important;   }
       
  7202 }
       
  7203                   @media (min-width: 992px) and (max-width: 1199px) {
       
  7204                     .visible-md {
       
  7205                       display: block !important;   }
       
  7206                       table.visible-md {
       
  7207                         display: table;   }
       
  7208                         tr.visible-md {
       
  7209                           display: table-row !important;   }
       
  7210                           th.visible-md, td.visible-md {
       
  7211                             display: table-cell !important;   }
       
  7212 }
       
  7213                           @media (min-width: 1200px) {
       
  7214                             .visible-lg {
       
  7215                               display: block !important;   }
       
  7216                               table.visible-lg {
       
  7217                                 display: table;   }
       
  7218                                 tr.visible-lg {
       
  7219                                   display: table-row !important;   }
       
  7220                                   th.visible-lg, td.visible-lg {
       
  7221                                     display: table-cell !important;   }
       
  7222 }
       
  7223                                   @media (max-width: 767px) {
       
  7224                                     .hidden-xs {
       
  7225                                       display: none !important;   }
       
  7226 }
       
  7227                                     @media (min-width: 768px) and (max-width: 991px) {
       
  7228                                       .hidden-sm {
       
  7229                                         display: none !important;   }
       
  7230 }
       
  7231                                       @media (min-width: 992px) and (max-width: 1199px) {
       
  7232                                         .hidden-md {
       
  7233                                           display: none !important;   }
       
  7234 }
       
  7235                                         @media (min-width: 1200px) {
       
  7236                                           .hidden-lg {
       
  7237                                             display: none !important;   }
       
  7238 }
       
  7239 
       
  7240 .visible-print {
       
  7241   display: none !important; }
       
  7242   @media print {
       
  7243     .visible-print {
       
  7244       display: block !important;   }
       
  7245       table.visible-print {
       
  7246         display: table;   }
       
  7247         tr.visible-print {
       
  7248           display: table-row !important;   }
       
  7249           th.visible-print, td.visible-print {
       
  7250             display: table-cell !important;   }
       
  7251 }
       
  7252 @media print {
       
  7253             .hidden-print {
       
  7254               display: none !important;   }
       
  7255 }
       
  7256 .datepicker {
       
  7257 	padding: 4px;
       
  7258 	-webkit-border-radius: 4px;
       
  7259 	-moz-border-radius: 4px;
       
  7260 	border-radius: 4px;
       
  7261 	direction: ltr; }
       
  7262 
       
  7263 .datepicker-inline {
       
  7264 	width: 220px; }
       
  7265 
       
  7266 .datepicker.datepicker-rtl {
       
  7267 	direction: rtl; }
       
  7268 
       
  7269 .datepicker.datepicker-rtl table tr td span {
       
  7270 	float: right; }
       
  7271 
       
  7272 .datepicker-dropdown {
       
  7273 	top: 0;
       
  7274 	left: 0; }
       
  7275 
       
  7276 .datepicker-dropdown:before {
       
  7277             content: '';
       
  7278             display: inline-block;
       
  7279             border-left: 7px solid transparent;
       
  7280             border-right: 7px solid transparent;
       
  7281             border-bottom: 7px solid #ccc;
       
  7282             border-top: 0;
       
  7283             border-bottom-color: rgba(0, 0, 0, 0.2);
       
  7284             position: absolute; }
       
  7285 
       
  7286             .datepicker-dropdown:after {
       
  7287               content: '';
       
  7288               display: inline-block;
       
  7289               border-left: 6px solid transparent;
       
  7290               border-right: 6px solid transparent;
       
  7291               border-bottom: 6px solid #ffffff;
       
  7292               border-top: 0;
       
  7293               position: absolute; }
       
  7294 
       
  7295               .datepicker-dropdown.datepicker-orient-left:before {
       
  7296                 left: 6px; }
       
  7297 
       
  7298                 .datepicker-dropdown.datepicker-orient-left:after {
       
  7299                   left: 7px; }
       
  7300 
       
  7301                   .datepicker-dropdown.datepicker-orient-right:before {
       
  7302                     right: 6px; }
       
  7303 
       
  7304                     .datepicker-dropdown.datepicker-orient-right:after {
       
  7305                       right: 7px; }
       
  7306 
       
  7307                       .datepicker-dropdown.datepicker-orient-top:before {
       
  7308                         top: -7px; }
       
  7309 
       
  7310                         .datepicker-dropdown.datepicker-orient-top:after {
       
  7311                           top: -6px; }
       
  7312 
       
  7313                           .datepicker-dropdown.datepicker-orient-bottom:before {
       
  7314                             bottom: -7px;
       
  7315                             border-bottom: 0;
       
  7316                             border-top: 7px solid #999; }
       
  7317 
       
  7318                             .datepicker-dropdown.datepicker-orient-bottom:after {
       
  7319                               bottom: -6px;
       
  7320                               border-bottom: 0;
       
  7321                               border-top: 6px solid #ffffff; }
       
  7322 
       
  7323                               .datepicker > div {
       
  7324                                 display: none; }
       
  7325 
       
  7326                                 .datepicker.days div.datepicker-days {
       
  7327                                   display: block; }
       
  7328 
       
  7329                                   .datepicker.months div.datepicker-months {
       
  7330                                     display: block; }
       
  7331 
       
  7332                                     .datepicker.years div.datepicker-years {
       
  7333                                       display: block; }
       
  7334 
       
  7335                                       .datepicker table {
       
  7336                                         margin: 0;
       
  7337                                         -webkit-touch-callout: none;
       
  7338                                         -webkit-user-select: none;
       
  7339                                         -khtml-user-select: none;
       
  7340                                         -moz-user-select: none;
       
  7341                                         -ms-user-select: none;
       
  7342                                         user-select: none; }
       
  7343 
       
  7344                                         .datepicker td, .datepicker th {
       
  7345                                           text-align: center;
       
  7346                                           width: 20px;
       
  7347                                           height: 20px;
       
  7348                                           -webkit-border-radius: 4px;
       
  7349                                           -moz-border-radius: 4px;
       
  7350                                           border-radius: 4px;
       
  7351                                           border: none; }
       
  7352 
       
  7353                                           .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
       
  7354                                             background-color: transparent; }
       
  7355 
       
  7356                                             .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
       
  7357                                               background: #eeeeee;
       
  7358                                               cursor: pointer; }
       
  7359 
       
  7360                                               .datepicker table tr td.old, .datepicker table tr td.new {
       
  7361                                                 color: #999999; }
       
  7362 
       
  7363                                                 .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
       
  7364                                                   background: none;
       
  7365                                                   color: #999999;
       
  7366                                                   cursor: default; }
       
  7367 
       
  7368                                                   .datepicker table tr td.today, .datepicker table tr td.today:hover,
       
  7369                                                   .datepicker table tr td.today.disabled,
       
  7370                                                   .datepicker table tr td.today.disabled:hover {
       
  7371                                                     background-color: #fde19a;
       
  7372                                                     background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
       
  7373                                                     background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
       
  7374                                                     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
       
  7375                                                     background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
       
  7376                                                     background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
       
  7377                                                     background-image: linear-gradient(top, #fdd49a, #fdf59a);
       
  7378                                                     background-repeat: repeat-x;
       
  7379                                                     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',
       
  7380                                                                                                         endColorstr='#fdf59a', GradientType=0);
       
  7381                                                     border-color: #fdf59a #fdf59a #fbed50;
       
  7382                                                     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
       
  7383                                                     filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
       
  7384                                                     color: #000; }
       
  7385 
       
  7386                                                     .datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover,
       
  7387                                                     .datepicker table tr td.today.disabled:hover,
       
  7388                                                     .datepicker table tr td.today.disabled:hover:hover,
       
  7389                                                     .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active,
       
  7390                                                     .datepicker table tr td.today.disabled:active,
       
  7391                                                     .datepicker table tr td.today.disabled:hover:active,
       
  7392                                                     .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active,
       
  7393                                                     .datepicker table tr td.today.disabled.active,
       
  7394                                                     .datepicker table tr td.today.disabled:hover.active,
       
  7395                                                     .datepicker table tr td.today.disabled,
       
  7396                                                     .datepicker table tr td.today:hover.disabled,
       
  7397                                                     .datepicker table tr td.today.disabled.disabled,
       
  7398                                                     .datepicker table tr td.today.disabled:hover.disabled,
       
  7399                                                     .datepicker table tr td.today[disabled],
       
  7400                                                     .datepicker table tr td.today:hover[disabled],
       
  7401                                                     .datepicker table tr td.today.disabled[disabled],
       
  7402                                                     .datepicker table tr td.today.disabled:hover[disabled] {
       
  7403                                                       background-color: #fdf59a; }
       
  7404 
       
  7405                                                       .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active,
       
  7406                                                       .datepicker table tr td.today.disabled:active,
       
  7407                                                       .datepicker table tr td.today.disabled:hover:active,
       
  7408                                                       .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active,
       
  7409                                                       .datepicker table tr td.today.disabled.active,
       
  7410                                                       .datepicker table tr td.today.disabled:hover.active {
       
  7411                                                         background-color: #fbf069 \9; }
       
  7412 
       
  7413                                                         .datepicker table tr td.today:hover:hover {
       
  7414                                                           color: #000; }
       
  7415 
       
  7416                                                           .datepicker table tr td.today.active:hover {
       
  7417                                                             color: #fff; }
       
  7418 
       
  7419                                                             .datepicker table tr td.range, .datepicker table tr td.range:hover,
       
  7420                                                             .datepicker table tr td.range.disabled,
       
  7421                                                             .datepicker table tr td.range.disabled:hover {
       
  7422                                                               background: #eeeeee;
       
  7423                                                               -webkit-border-radius: 0;
       
  7424                                                               -moz-border-radius: 0;
       
  7425                                                               border-radius: 0; }
       
  7426 
       
  7427                                                               .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover,
       
  7428                                                               .datepicker table tr td.range.today.disabled,
       
  7429                                                               .datepicker table tr td.range.today.disabled:hover {
       
  7430                                                                 background-color: #f3d17a;
       
  7431                                                                 background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
       
  7432                                                                 background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
       
  7433                                                                 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
       
  7434                                                                 background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
       
  7435                                                                 background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
       
  7436                                                                 background-image: linear-gradient(top, #f3c17a, #f3e97a);
       
  7437                                                                 background-repeat: repeat-x;
       
  7438                                                                 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a',
       
  7439                                                                                                                                 endColorstr='#f3e97a', GradientType=0);
       
  7440                                                                 border-color: #f3e97a #f3e97a #edde34;
       
  7441                                                                 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
       
  7442                                                                 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
       
  7443                                                                 -webkit-border-radius: 0;
       
  7444                                                                 -moz-border-radius: 0;
       
  7445                                                                 border-radius: 0; }
       
  7446 
       
  7447                                                                 .datepicker table tr td.range.today:hover,
       
  7448                                                                 .datepicker table tr td.range.today:hover:hover,
       
  7449                                                                 .datepicker table tr td.range.today.disabled:hover,
       
  7450                                                                 .datepicker table tr td.range.today.disabled:hover:hover,
       
  7451                                                                 .datepicker table tr td.range.today:active,
       
  7452                                                                 .datepicker table tr td.range.today:hover:active,
       
  7453                                                                 .datepicker table tr td.range.today.disabled:active,
       
  7454                                                                 .datepicker table tr td.range.today.disabled:hover:active,
       
  7455                                                                 .datepicker table tr td.range.today.active,
       
  7456                                                                 .datepicker table tr td.range.today:hover.active,
       
  7457                                                                 .datepicker table tr td.range.today.disabled.active,
       
  7458                                                                 .datepicker table tr td.range.today.disabled:hover.active,
       
  7459                                                                 .datepicker table tr td.range.today.disabled,
       
  7460                                                                 .datepicker table tr td.range.today:hover.disabled,
       
  7461                                                                 .datepicker table tr td.range.today.disabled.disabled,
       
  7462                                                                 .datepicker table tr td.range.today.disabled:hover.disabled,
       
  7463                                                                 .datepicker table tr td.range.today[disabled],
       
  7464                                                                 .datepicker table tr td.range.today:hover[disabled],
       
  7465                                                                 .datepicker table tr td.range.today.disabled[disabled],
       
  7466                                                                 .datepicker table tr td.range.today.disabled:hover[disabled] {
       
  7467                                                                   background-color: #f3e97a; }
       
  7468 
       
  7469                                                                   .datepicker table tr td.range.today:active,
       
  7470                                                                   .datepicker table tr td.range.today:hover:active,
       
  7471                                                                   .datepicker table tr td.range.today.disabled:active,
       
  7472                                                                   .datepicker table tr td.range.today.disabled:hover:active,
       
  7473                                                                   .datepicker table tr td.range.today.active,
       
  7474                                                                   .datepicker table tr td.range.today:hover.active,
       
  7475                                                                   .datepicker table tr td.range.today.disabled.active,
       
  7476                                                                   .datepicker table tr td.range.today.disabled:hover.active {
       
  7477                                                                     background-color: #efe24b \9; }
       
  7478 
       
  7479                                                                     .datepicker table tr td.selected, .datepicker table tr td.selected:hover,
       
  7480                                                                     .datepicker table tr td.selected.disabled,
       
  7481                                                                     .datepicker table tr td.selected.disabled:hover {
       
  7482                                                                       background-color: #9e9e9e;
       
  7483                                                                       background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
       
  7484                                                                       background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
       
  7485                                                                       background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
       
  7486                                                                       background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
       
  7487                                                                       background-image: -o-linear-gradient(top, #b3b3b3, #808080);
       
  7488                                                                       background-image: linear-gradient(top, #b3b3b3, #808080);
       
  7489                                                                       background-repeat: repeat-x;
       
  7490                                                                       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3',
       
  7491                                                                                                                                             endColorstr='#808080', GradientType=0);
       
  7492                                                                       border-color: #808080 #808080 #595959;
       
  7493                                                                       border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
       
  7494                                                                       filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
       
  7495                                                                       color: #fff;
       
  7496                                                                       text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
       
  7497 
       
  7498                                                                       .datepicker table tr td.selected:hover,
       
  7499                                                                       .datepicker table tr td.selected:hover:hover,
       
  7500                                                                       .datepicker table tr td.selected.disabled:hover,
       
  7501                                                                       .datepicker table tr td.selected.disabled:hover:hover,
       
  7502                                                                       .datepicker table tr td.selected:active,
       
  7503                                                                       .datepicker table tr td.selected:hover:active,
       
  7504                                                                       .datepicker table tr td.selected.disabled:active,
       
  7505                                                                       .datepicker table tr td.selected.disabled:hover:active,
       
  7506                                                                       .datepicker table tr td.selected.active,
       
  7507                                                                       .datepicker table tr td.selected:hover.active,
       
  7508                                                                       .datepicker table tr td.selected.disabled.active,
       
  7509                                                                       .datepicker table tr td.selected.disabled:hover.active,
       
  7510                                                                       .datepicker table tr td.selected.disabled,
       
  7511                                                                       .datepicker table tr td.selected:hover.disabled,
       
  7512                                                                       .datepicker table tr td.selected.disabled.disabled,
       
  7513                                                                       .datepicker table tr td.selected.disabled:hover.disabled,
       
  7514                                                                       .datepicker table tr td.selected[disabled],
       
  7515                                                                       .datepicker table tr td.selected:hover[disabled],
       
  7516                                                                       .datepicker table tr td.selected.disabled[disabled],
       
  7517                                                                       .datepicker table tr td.selected.disabled:hover[disabled] {
       
  7518                                                                         background-color: #808080; }
       
  7519 
       
  7520                                                                         .datepicker table tr td.selected:active,
       
  7521                                                                         .datepicker table tr td.selected:hover:active,
       
  7522                                                                         .datepicker table tr td.selected.disabled:active,
       
  7523                                                                         .datepicker table tr td.selected.disabled:hover:active,
       
  7524                                                                         .datepicker table tr td.selected.active,
       
  7525                                                                         .datepicker table tr td.selected:hover.active,
       
  7526                                                                         .datepicker table tr td.selected.disabled.active,
       
  7527                                                                         .datepicker table tr td.selected.disabled:hover.active {
       
  7528                                                                           background-color: #666666 \9; }
       
  7529 
       
  7530                                                                           .datepicker table tr td.active, .datepicker table tr td.active:hover,
       
  7531                                                                           .datepicker table tr td.active.disabled,
       
  7532                                                                           .datepicker table tr td.active.disabled:hover {
       
  7533                                                                             background-color: #006dcc;
       
  7534                                                                             background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
       
  7535                                                                             background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
       
  7536                                                                             background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
       
  7537                                                                             background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
       
  7538                                                                             background-image: -o-linear-gradient(top, #0088cc, #0044cc);
       
  7539                                                                             background-image: linear-gradient(top, #0088cc, #0044cc);
       
  7540                                                                             background-repeat: repeat-x;
       
  7541                                                                             filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',
       
  7542                                                                                                                                                         endColorstr='#0044cc', GradientType=0);
       
  7543                                                                             border-color: #0044cc #0044cc #002a80;
       
  7544                                                                             border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
       
  7545                                                                             filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
       
  7546                                                                             color: #fff;
       
  7547                                                                             text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
       
  7548 
       
  7549                                                                             .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover,
       
  7550                                                                             .datepicker table tr td.active.disabled:hover,
       
  7551                                                                             .datepicker table tr td.active.disabled:hover:hover,
       
  7552                                                                             .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
       
  7553                                                                             .datepicker table tr td.active.disabled:active,
       
  7554                                                                             .datepicker table tr td.active.disabled:hover:active,
       
  7555                                                                             .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
       
  7556                                                                             .datepicker table tr td.active.disabled.active,
       
  7557                                                                             .datepicker table tr td.active.disabled:hover.active,
       
  7558                                                                             .datepicker table tr td.active.disabled,
       
  7559                                                                             .datepicker table tr td.active:hover.disabled,
       
  7560                                                                             .datepicker table tr td.active.disabled.disabled,
       
  7561                                                                             .datepicker table tr td.active.disabled:hover.disabled,
       
  7562                                                                             .datepicker table tr td.active[disabled],
       
  7563                                                                             .datepicker table tr td.active:hover[disabled],
       
  7564                                                                             .datepicker table tr td.active.disabled[disabled],
       
  7565                                                                             .datepicker table tr td.active.disabled:hover[disabled] {
       
  7566                                                                               background-color: #0044cc; }
       
  7567 
       
  7568                                                                               .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
       
  7569                                                                               .datepicker table tr td.active.disabled:active,
       
  7570                                                                               .datepicker table tr td.active.disabled:hover:active,
       
  7571                                                                               .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
       
  7572                                                                               .datepicker table tr td.active.disabled.active,
       
  7573                                                                               .datepicker table tr td.active.disabled:hover.active {
       
  7574                                                                                 background-color: #003399 \9; }
       
  7575 
       
  7576                                                                                 .datepicker table tr td span {
       
  7577                                                                                   display: block;
       
  7578                                                                                   width: 23%;
       
  7579                                                                                   height: 54px;
       
  7580                                                                                   line-height: 54px;
       
  7581                                                                                   float: left;
       
  7582                                                                                   margin: 1%;
       
  7583                                                                                   cursor: pointer;
       
  7584                                                                                   -webkit-border-radius: 4px;
       
  7585                                                                                   -moz-border-radius: 4px;
       
  7586                                                                                   border-radius: 4px; }
       
  7587 
       
  7588                                                                                   .datepicker table tr td span:hover {
       
  7589                                                                                     background: #eeeeee; }
       
  7590 
       
  7591                                                                                     .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
       
  7592                                                                                       background: none;
       
  7593                                                                                       color: #999999;
       
  7594                                                                                       cursor: default; }
       
  7595 
       
  7596                                                                                       .datepicker table tr td span.active, .datepicker table tr td span.active:hover,
       
  7597                                                                                       .datepicker table tr td span.active.disabled,
       
  7598                                                                                       .datepicker table tr td span.active.disabled:hover {
       
  7599                                                                                         background-color: #006dcc;
       
  7600                                                                                         background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
       
  7601                                                                                         background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
       
  7602                                                                                         background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
       
  7603                                                                                         background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
       
  7604                                                                                         background-image: -o-linear-gradient(top, #0088cc, #0044cc);
       
  7605                                                                                         background-image: linear-gradient(top, #0088cc, #0044cc);
       
  7606                                                                                         background-repeat: repeat-x;
       
  7607                                                                                         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',
       
  7608                                                                                                                                                                                 endColorstr='#0044cc', GradientType=0);
       
  7609                                                                                         border-color: #0044cc #0044cc #002a80;
       
  7610                                                                                         border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
       
  7611                                                                                         filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
       
  7612                                                                                         color: #fff;
       
  7613                                                                                         text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
       
  7614 
       
  7615                                                                                         .datepicker table tr td span.active:hover,
       
  7616                                                                                         .datepicker table tr td span.active:hover:hover,
       
  7617                                                                                         .datepicker table tr td span.active.disabled:hover,
       
  7618                                                                                         .datepicker table tr td span.active.disabled:hover:hover,
       
  7619                                                                                         .datepicker table tr td span.active:active,
       
  7620                                                                                         .datepicker table tr td span.active:hover:active,
       
  7621                                                                                         .datepicker table tr td span.active.disabled:active,
       
  7622                                                                                         .datepicker table tr td span.active.disabled:hover:active,
       
  7623                                                                                         .datepicker table tr td span.active.active,
       
  7624                                                                                         .datepicker table tr td span.active:hover.active,
       
  7625                                                                                         .datepicker table tr td span.active.disabled.active,
       
  7626                                                                                         .datepicker table tr td span.active.disabled:hover.active,
       
  7627                                                                                         .datepicker table tr td span.active.disabled,
       
  7628                                                                                         .datepicker table tr td span.active:hover.disabled,
       
  7629                                                                                         .datepicker table tr td span.active.disabled.disabled,
       
  7630                                                                                         .datepicker table tr td span.active.disabled:hover.disabled,
       
  7631                                                                                         .datepicker table tr td span.active[disabled],
       
  7632                                                                                         .datepicker table tr td span.active:hover[disabled],
       
  7633                                                                                         .datepicker table tr td span.active.disabled[disabled],
       
  7634                                                                                         .datepicker table tr td span.active.disabled:hover[disabled] {
       
  7635                                                                                           background-color: #0044cc; }
       
  7636 
       
  7637                                                                                           .datepicker table tr td span.active:active,
       
  7638                                                                                           .datepicker table tr td span.active:hover:active,
       
  7639                                                                                           .datepicker table tr td span.active.disabled:active,
       
  7640                                                                                           .datepicker table tr td span.active.disabled:hover:active,
       
  7641                                                                                           .datepicker table tr td span.active.active,
       
  7642                                                                                           .datepicker table tr td span.active:hover.active,
       
  7643                                                                                           .datepicker table tr td span.active.disabled.active,
       
  7644                                                                                           .datepicker table tr td span.active.disabled:hover.active {
       
  7645                                                                                             background-color: #003399 \9; }
       
  7646 
       
  7647                                                                                             .datepicker table tr td span.old, .datepicker table tr td span.new {
       
  7648                                                                                               color: #999999; }
       
  7649 
       
  7650                                                                                               .datepicker th.datepicker-switch {
       
  7651                                                                                                 width: 145px; }
       
  7652 
       
  7653                                                                                                 .datepicker thead tr:first-child th, .datepicker tfoot tr th {
       
  7654                                                                                                   cursor: pointer; }
       
  7655 
       
  7656                                                                                                   .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
       
  7657                                                                                                     background: #eeeeee; }
       
  7658 
       
  7659                                                                                                     .datepicker .cw {
       
  7660                                                                                                       font-size: 10px;
       
  7661                                                                                                       width: 12px;
       
  7662                                                                                                       padding: 0 2px 0 5px;
       
  7663                                                                                                       vertical-align: middle; }
       
  7664 
       
  7665                                                                                                       .datepicker thead tr:first-child th.cw {
       
  7666                                                                                                         cursor: default;
       
  7667                                                                                                         background-color: transparent; }
       
  7668 
       
  7669                                                                                                         .input-append.date .add-on i, .input-prepend.date .add-on i {
       
  7670                                                                                                           cursor: pointer;
       
  7671                                                                                                           width: 16px;
       
  7672                                                                                                           height: 16px; }
       
  7673 
       
  7674                                                                                                           .input-daterange input {
       
  7675                                                                                                             text-align: center; }
       
  7676 
       
  7677                                                                                                             .input-daterange input:first-child {
       
  7678                                                                                                               -webkit-border-radius: 3px 0 0 3px;
       
  7679                                                                                                               -moz-border-radius: 3px 0 0 3px;
       
  7680                                                                                                               border-radius: 3px 0 0 3px; }
       
  7681 
       
  7682                                                                                                               .input-daterange input:last-child {
       
  7683                                                                                                                 -webkit-border-radius: 0 3px 3px 0;
       
  7684                                                                                                                 -moz-border-radius: 0 3px 3px 0;
       
  7685                                                                                                                 border-radius: 0 3px 3px 0; }
       
  7686 
       
  7687                                                                                                                 .input-daterange .add-on {
       
  7688                                                                                                                   display: inline-block;
       
  7689                                                                                                                   width: auto;
       
  7690                                                                                                                   min-width: 16px;
       
  7691                                                                                                                   height: 20px;
       
  7692                                                                                                                   padding: 4px 5px;
       
  7693                                                                                                                   font-weight: normal;
       
  7694                                                                                                                   line-height: 20px;
       
  7695                                                                                                                   text-align: center;
       
  7696                                                                                                                   text-shadow: 0 1px 0 #ffffff;
       
  7697                                                                                                                   vertical-align: middle;
       
  7698                                                                                                                   background-color: #eeeeee;
       
  7699                                                                                                                   border: 1px solid #ccc;
       
  7700                                                                                                                   margin-left: -5px;
       
  7701                                                                                                                   margin-right: -5px; }
       
  7702 
       
  7703                                                                                                                   .datepicker.dropdown-menu {
       
  7704                                                                                                                     position: absolute;
       
  7705                                                                                                                     top: 100%;
       
  7706                                                                                                                     left: 0;
       
  7707                                                                                                                     z-index: 1000;
       
  7708                                                                                                                     float: left;
       
  7709                                                                                                                     display: none;
       
  7710                                                                                                                     min-width: 160px;
       
  7711                                                                                                                     list-style: none;
       
  7712                                                                                                                     background-color: #ffffff;
       
  7713                                                                                                                     border: 1px solid #ccc;
       
  7714                                                                                                                     border: 1px solid rgba(0, 0, 0, 0.2);
       
  7715                                                                                                                     -webkit-border-radius: 5px;
       
  7716                                                                                                                     -moz-border-radius: 5px;
       
  7717                                                                                                                     border-radius: 5px;
       
  7718                                                                                                                     -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       
  7719                                                                                                                     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       
  7720                                                                                                                     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       
  7721                                                                                                                     -webkit-background-clip: padding-box;
       
  7722                                                                                                                     -moz-background-clip: padding;
       
  7723                                                                                                                     background-clip: padding-box;
       
  7724                                                                                                                     *border-right-width: 2px;
       
  7725                                                                                                                     *border-bottom-width: 2px;
       
  7726                                                                                                                     color: #333333;
       
  7727                                                                                                                     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
       
  7728                                                                                                                     font-size: 13px;
       
  7729                                                                                                                     line-height: 20px; }
       
  7730 
       
  7731                                                                                                                     .datepicker.dropdown-menu th, .datepicker.datepicker-inline th,
       
  7732                                                                                                                     .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
       
  7733                                                                                                                       padding: 4px 5px; }
       
  7734 .nav_accordion {
       
  7735 	background-color: #ebeced;
       
  7736 	color: #252525;
       
  7737 	margin: 0px; 
       
  7738 }
       
  7739 .nav_accordion dt, .nav_accordion dd {
       
  7740 	padding-left: 13px;
       
  7741 	margin: 0px;
       
  7742 	line-height: 39px;
       
  7743 	width: 235px; 
       
  7744 }
       
  7745 .nav_accordion dt h4, .nav_accordion dd h4 {
       
  7746       border: 1px solid #c4ced8;
       
  7747       border-bottom: 0;
       
  7748       background-color: #ebeced;
       
  7749       background-repeat: no-repeat;
       
  7750       background-position: 96% center;
       
  7751       background-image: url('/static/dashboard/img/right_droparrow.png');
       
  7752       padding-left: 28px;
       
  7753       line-height: 39px;
       
  7754       width: 235px;
       
  7755       margin: 0px;
       
  7756       color: #252525;
       
  7757       text-rendering: optimizelegibility;
       
  7758       cursor: pointer; }
       
  7759 .nav_accordion dt h4 div, .nav_accordion dd h4 div {
       
  7760 	color: #6e6e6e;
       
  7761 	font-size: 13px;      
       
  7762 	display: block;
       
  7763 	outline: none;
       
  7764 	overflow: hidden;
       
  7765 	text-overflow: ellipsis;
       
  7766 	max-width: 177px; }
       
  7767 .nav_accordion dt h4.active, .nav_accordion dd h4.active {
       
  7768 	border-bottom: 1px solid #c4ced8;
       
  7769 	background: url('/static/dashboard/img/drop_arrow.png') no-repeat #ebeced; 
       
  7770 	background-position: 96% center;
       
  7771 }
       
  7772 .nav_accordion dt a, .nav_accordion dd a {
       
  7773 	color: #6e6e6e;
       
  7774 	font-size: 16px;
       
  7775 	margin: 0px;
       
  7776 	padding: 0;
       
  7777 	display: block;
       
  7778 	font-weight: bold;
       
  7779 	outline: none;
       
  7780 	text-decoration: none; }
       
  7781 .nav_accordion dt ul, .nav_accordion dd ul {
       
  7782 	list-style: none outside none;
       
  7783 	margin: 0px;
       
  7784 	padding: 0px;
       
  7785 	width: 235px; 
       
  7786 }
       
  7787 .nav_accordion dt ul li, .nav_accordion dd ul li {
       
  7788 	vertical-align: middle;
       
  7789 }
       
  7790 nav_accordion dt:last-of-type ul li:last-of-type, 
       
  7791 .nav_accordion dd:last-of-type ul li:last-of-type {
       
  7792 	border-bottom: 1px solid #c4ced8;
       
  7793 	border-top: 1px solid #c4ced8;
       
  7794 }
       
  7795 
       
  7796 nav_accordion dt:last-of-type ul li:last-of-type a.active, 
       
  7797 .nav_accordion dd:last-of-type ul li:last-of-type a.active {
       
  7798 	border-top: none;
       
  7799 }
       
  7800 nav_accordion dt:last-of-type ul li:first-of-type a.active, 
       
  7801 .nav_accordion dd:last-of-type ul li:first-of-type a.active {
       
  7802 	border-bottom: none;
       
  7803 }
       
  7804 .nav_accordion dt li a, .nav_accordion dd li a {
       
  7805 	height: 39px;
       
  7806 	line-height: 39px;
       
  7807 	vertical-align: middle;
       
  7808 	padding-left: 44px;
       
  7809 	display: block;
       
  7810 	line-height: 18px;
       
  7811 	font-weight: normal;
       
  7812 	font-size: 13px; 
       
  7813 	padding-top: 10px;
       
  7814 	color: #145c9e;
       
  7815 }
       
  7816 .nav_accordion dt li a.active, .nav_accordion dd li a.active {
       
  7817 	background: white;
       
  7818 	border-top: 1px solid #c4ced8;
       
  7819 	border-bottom: 1px solid #c4ced8;
       
  7820 	padding-left: 44px;
       
  7821 	width: 235px;
       
  7822 	font-weight: 600;	
       
  7823 }
       
  7824 .nav_accordion dt li:first-child a.active, .nav_accordion dd li:first-child a.active {
       
  7825 	border-top: none;
       
  7826 }
       
  7827 .nav_accordion dt li:last-child a.active, .nav_accordion dd li:last-child a.active {
       
  7828 	border-bottom: none;
       
  7829 }
       
  7830 
       
  7831 .nav_accordion dt li a:last-child, .nav_accordion dd li a:last-child {
       
  7832 	/*margin-bottom: 8px; */
       
  7833 }
       
  7834 .nav_accordion dd {
       
  7835     padding: 0px;
       
  7836 	font-size: 13px; 
       
  7837 }
       
  7838 .nav_accordion dt {
       
  7839 	border-top: 1px solid #c4ced8;
       
  7840 	border-right: 1px solid #c4ced8;
       
  7841 	background: url('/static/dashboard/img/right_droparrow.png') no-repeat #ebeced;
       
  7842 	background-position: 96% center;		
       
  7843 	padding-left: 13px;
       
  7844 	width: 235px;
       
  7845 	cursor: pointer; 
       
  7846 }
       
  7847 
       
  7848 .nav_accordion dt:last-of-type {
       
  7849 	border-bottom: 1px solid #c4ced8;
       
  7850 }
       
  7851 .nav_accordion dt div {
       
  7852 	color: #6e6e6e;
       
  7853 	font-size: 13px;
       
  7854 	padding: 0;
       
  7855 	outline: none;
       
  7856 	overflow: hidden;
       
  7857 	text-overflow: ellipsis;
       
  7858 	max-width: 201px; }
       
  7859 .nav_accordion dt.active {
       
  7860     background-image: url('/static/dashboard/img/drop_arrow.png'); }
       
  7861 .nav_accordion dt:first-child {
       
  7862 	border-top: 0; }
       
  7863 .nav_accordion dt a {
       
  7864 	text-decoration: none; }
       
  7865 #browser_wrapper {
       
  7866   width: 100%;
       
  7867   min-width: 1360px;
       
  7868   background-color: #ffffff;
       
  7869   border: none;
       
  7870   border-radius: 4px; }
       
  7871 #browser_wrapper .tfoot {
       
  7872     clear: both;
       
  7873     padding: 8px;
       
  7874     border-bottom: 1px solid #d5dfe6;
       
  7875     border-top: 1px solid #eeeeee;    
       
  7876     background-color: #f9f9f9;
       
  7877     font-size: 11px;
       
  7878     line-height: 14px; }
       
  7879 #browser_wrapper .tfoot span {
       
  7880 	display: inline-block; }
       
  7881 #browser_wrapper .tfoot span.navigation_table_count {
       
  7882 	width: 40%; }
       
  7883 #browser_wrapper form, #browser_wrapper table {
       
  7884     margin-bottom: 0; }
       
  7885 #browser_wrapper .navigation_wrapper, #browser_wrapper .content_wrapper {
       
  7886 	position: relative;
       
  7887 	float: left; }
       
  7888 #browser_wrapper div.navigation_wrapper {
       
  7889 	z-index: 10;
       
  7890 	width: 40%; }
       
  7891 #browser_wrapper div.navigation_wrapper div.table_wrapper,
       
  7892 #browser_wrapper div.navigation_wrapper thead th.table_header {
       
  7893 	border-right: 0 none;
       
  7894 	border-top-right-radius: 0; }
       
  7895 #browser_wrapper div.navigation_wrapper td:first-child {
       
  7896 	border-left: 0 none; }
       
  7897 #browser_wrapper div.navigation_wrapper td.breadcrumb_td {
       
  7898 	padding-right: 0;
       
  7899 	max-width: 200px; }
       
  7900 #browser_wrapper div.navigation_wrapper tr.current_selected td {
       
  7901 	background-color: #bfd4e5; }
       
  7902 #browser_wrapper div.navigation_wrapper tfoot td {
       
  7903 	border-right: 0 none;
       
  7904 	border-bottom-right-radius: 0; }
       
  7905 #browser_wrapper div.navigation_wrapper ul.breadcrumb {
       
  7906 	padding-right: 0;
       
  7907 	border-top-right-radius: 0;
       
  7908 	border-bottom-right-radius: 0;
       
  7909 	border-right: 0;
       
  7910 	white-space: nowrap; }
       
  7911 #browser_wrapper div.navigation_wrapper tbody td {
       
  7912 	border: 1px solid #eeeeee;
       
  7913 	background-color: #ffffff; }
       
  7914 #browser_wrapper div.navigation_wrapper tbody td.anchor {
       
  7915 	/*border-left: 1px solid #d5dfe6;*/
       
  7916 	word-wrap: break-word;
       
  7917 	white-space: normal;
       
  7918 	max-width: 145px; }
       
  7919 #browser_wrapper div.content_wrapper {
       
  7920     width: 60%; }
       
  7921 #browser_wrapper div.content_wrapper div.table_wrapper,
       
  7922 #browser_wrapper div.content_wrapper thead th.table_header {
       
  7923 	border-left: 0 none;
       
  7924 	border-top-left-radius: 0; }
       
  7925 #browser_wrapper div.content_wrapper td {
       
  7926 	border: 1px solid #eeeeee; 
       
  7927 	border-left: none; }
       
  7928 #browser_wrapper div.content_wrapper td:last-child {
       
  7929 	border-right: 0 none; }
       
  7930 #browser_wrapper div.content_wrapper td.breadcrumb_td {
       
  7931 	padding-left: 0; }
       
  7932 #browser_wrapper div.content_wrapper tfoot td {
       
  7933       border-left: 0 none;
       
  7934       border-bottom-left-radius: 0; }
       
  7935 #browser_wrapper div.content_wrapper ul.breadcrumb {
       
  7936 	padding-left: 0;
       
  7937 	border-top-left-radius: 0;
       
  7938 	border-bottom-left-radius: 0;
       
  7939 	border-left: 0; }
       
  7940 #browser_wrapper div.content_wrapper ul.breadcrumb li {
       
  7941           visibility: hidden; }
       
  7942 #browser_wrapper table {
       
  7943     border-collapse: collapse; }
       
  7944 #browser_wrapper table thead tr th {
       
  7945       border-bottom: 0;
       
  7946       background-color: #ffffff; }
       
  7947 #browser_wrapper table tbody tr:last-child td {
       
  7948       border-bottom: 1px solid #dddddd;
       
  7949       border-radius: 0; }
       
  7950 #browser_wrapper table tbody tr.empty td {
       
  7951         height: 28px;
       
  7952         padding: 10px; }
       
  7953 #browser_wrapper table tbody td.actions_column {
       
  7954       position: static; }
       
  7955 #browser_wrapper .breadcrumb {
       
  7956     padding: 6px;
       
  7957     margin: 0 0 1px; }
       
  7958 .topbar .context-box .context-selection {
       
  7959   display: inline-block; 
       
  7960 	position: relative;
       
  7961 	top: 3px;
       
  7962 }
       
  7963 
       
  7964 .topbar .context-box .context-selection .dropdown-toggle {
       
  7965     background: url('/static/dashboard/img/dropdown_ena.png') transparent no-repeat;
       
  7966     background-repeat: no-repeat;
       
  7967 	background-position: right 6px top 7px;
       
  7968     font-size: 13px;
       
  7969     color: transparent; 
       
  7970 	border: 1px solid #f5f5f5;
       
  7971 	border-radius: 2px;	    
       
  7972 }
       
  7973 .topbar .context-box .context-selection .dropdown-toggle:hover,
       
  7974 .topbar .context-box .open .dropdown-toggle {
       
  7975 	background: url('/static/dashboard/img/dropdown_dwn.png') #0572ce no-repeat;
       
  7976 	background-position: right 6px center;
       
  7977 	border: 1px solid #0572ce;
       
  7978 	border-radius: 2px;	  
       
  7979 	color: #ffffff;	
       
  7980 }
       
  7981 
       
  7982 .topbar .context-box .context-selection .dropdown-toggle .context-overview {
       
  7983 	padding: 0px 1px 0px 0px;
       
  7984 	text-transform: capitalize; 
       
  7985 	color: #000000;
       
  7986 }
       
  7987 
       
  7988 .topbar .context-box .open .dropdown-toggle .context-overview {
       
  7989 	color: #ffffff;
       
  7990 }
       
  7991 
       
  7992 .topbar .context-box .context-selection .dropdown-toggle:hover .context-overview {
       
  7993 	color: #ffffff;
       
  7994 }
       
  7995 
       
  7996 .topbar .context-box .context-selection .dropdown-menu {
       
  7997 	padding: 0; 
       
  7998 	border: 1px solid #c4ced7;
       
  7999 }
       
  8000 .topbar .context-box .context-selection .dropdown-header {
       
  8001 	font-size: 13px;
       
  8002 	color: #000000;
       
  8003 	font-weight: 600; 
       
  8004 }
       
  8005 
       
  8006 .topbar .context-box .context-selection .dropdown-header:hover {
       
  8007 	background: #ffffff;
       
  8008 }
       
  8009 
       
  8010 .topbar .context-box .context-selection .context-lists {
       
  8011 	display: table;
       
  8012 	padding: 0px;
       
  8013 	width: 100%; 
       
  8014 }
       
  8015 .topbar .context-box .context-selection .footer {
       
  8016 	width: 100%;
       
  8017 	height: 30px;
       
  8018 	line-height: 30px;
       
  8019 	padding-left: 12px;
       
  8020 	/*margin-top: 1em;
       
  8021 	padding: 0.4em 1em;*/
       
  8022 	background: #f9f9f9;
       
  8023 	border-top: 1px solid #c4ced7;
       
  8024 	/*text-align: right; */
       
  8025 }
       
  8026 .topbar .context-box .context-selection .disabled {
       
  8027 	cursor: not-allowed;
       
  8028 	color: #cccccc; }
       
  8029 .topbar .context-box .context-selection a {
       
  8030 	cursor: pointer;
       
  8031 	text-decoration: none;
       
  8032 	white-space: nowrap; }
       
  8033 .topbar .context-box .context-selection em {
       
  8034 	font-size: 17px;
       
  8035 	font-weight: bold;
       
  8036 	vertical-align: middle; }
       
  8037 .topbar .context-box .context-selection ul {
       
  8038 	display: table-cell;
       
  8039 	padding-left: 0px; 
       
  8040 }
       
  8041 .topbar .context-box .context-selection ul li {
       
  8042 	padding-left: 0;
       
  8043 	font-size: 13px;
       
  8044 	text-overflow: ellipsis;
       
  8045 	overflow: hidden;
       
  8046 	max-width: 160px; 
       
  8047 	height: 30px;
       
  8048 	line-height: 30px;
       
  8049 	padding-left: 12px;
       
  8050 }
       
  8051 
       
  8052 .topbar .context-box .context-selection ul li:hover {
       
  8053 	background: #ebeced;
       
  8054 }
       
  8055 
       
  8056 .topbar .context-box .context-selection ul li a {
       
  8057 	background: transparent;
       
  8058 	color: #333333;
       
  8059 	border: none;
       
  8060 	text-transform: capitalize;
       
  8061 }
       
  8062 
       
  8063 .topbar .context-box .context-selection ul li .glyphicon-ok {
       
  8064 	margin: 0px 8px 0px 0px;
       
  8065 	line-height: 30px; 
       
  8066 	float: left;
       
  8067 	color: #333333;
       
  8068 }
       
  8069 .topbar .context-box .context-selection ul:not(:last-child) {
       
  8070     border-right: 1px solid #cccccc; }
       
  8071 
       
  8072 .rickshaw_graph .detail {
       
  8073     pointer-events: none;
       
  8074     position: absolute;
       
  8075     top: 0;
       
  8076     z-index: 2;
       
  8077     background: rgba(0, 0, 0, 0.1);
       
  8078     bottom: 0;
       
  8079     width: 1px;
       
  8080     transition: opacity 0.25s linear;
       
  8081     -moz-transition: opacity 0.25s linear;
       
  8082     -o-transition: opacity 0.25s linear;
       
  8083     -webkit-transition: opacity 0.25s linear;
       
  8084 }
       
  8085 .rickshaw_graph .detail.inactive {
       
  8086     opacity: 0;
       
  8087 }
       
  8088 .rickshaw_graph .detail .item.active {
       
  8089     opacity: 1;
       
  8090 }
       
  8091 .rickshaw_graph .detail .x_label {
       
  8092     font-family: Arial, sans-serif;
       
  8093     border-radius: 3px;
       
  8094     padding: 6px;
       
  8095     opacity: 0.5;
       
  8096     border: 1px solid #e0e0e0;
       
  8097     font-size: 12px;
       
  8098     position: absolute;
       
  8099     background: white;
       
  8100     white-space: nowrap;
       
  8101 }
       
  8102 .rickshaw_graph .detail .item {
       
  8103     position: absolute;
       
  8104     z-index: 2;
       
  8105     border-radius: 3px;
       
  8106     padding: 0.25em;
       
  8107     font-size: 12px;
       
  8108     font-family: Arial, sans-serif;
       
  8109     opacity: 0;
       
  8110     background: rgba(0, 0, 0, 0.4);
       
  8111     color: white;
       
  8112     border: 1px solid rgba(0, 0, 0, 0.4);
       
  8113     margin-left: 1em;
       
  8114     margin-top: -1em;
       
  8115     white-space: nowrap;
       
  8116 }
       
  8117 .rickshaw_graph .detail .item.active {
       
  8118     opacity: 1;
       
  8119     background: rgba(0, 0, 0, 0.8);
       
  8120 }
       
  8121 .rickshaw_graph .detail .item:before {
       
  8122     content: "\25c2";
       
  8123     position: absolute;
       
  8124     left: -0.5em;
       
  8125     color: rgba(0, 0, 0, 0.7);
       
  8126     width: 0;
       
  8127 }
       
  8128 .rickshaw_graph .detail .dot {
       
  8129     width: 4px;
       
  8130     height: 4px;
       
  8131     margin-left: -4px;
       
  8132     margin-top: -3px;
       
  8133     border-radius: 5px;
       
  8134     position: absolute;
       
  8135     box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
       
  8136     background: white;
       
  8137     border-width: 2px;
       
  8138     border-style: solid;
       
  8139     display: none;
       
  8140     background-clip: padding-box;
       
  8141 }
       
  8142 .rickshaw_graph .detail .dot.active {
       
  8143     display: block;
       
  8144 }
       
  8145 /* graph */
       
  8146 
       
  8147 .rickshaw_graph {
       
  8148     position: relative;
       
  8149 }
       
  8150 .rickshaw_graph svg {
       
  8151     display: block;
       
  8152     overflow: hidden;
       
  8153 }
       
  8154 
       
  8155 /* ticks */
       
  8156 
       
  8157 .rickshaw_graph .x_tick {
       
  8158     position: absolute;
       
  8159     top: 0;
       
  8160     bottom: 0;
       
  8161     width: 0px;
       
  8162     border-left: 1px dotted rgba(0, 0, 0, 0.2);
       
  8163     pointer-events: none;
       
  8164 }
       
  8165 .rickshaw_graph .x_tick .title {
       
  8166     position: absolute;
       
  8167     font-size: 12px;
       
  8168     font-family: Arial, sans-serif;
       
  8169     opacity: 0.5;
       
  8170     white-space: nowrap;
       
  8171     margin-left: 3px;
       
  8172     bottom: 1px;
       
  8173 }
       
  8174 
       
  8175 /* annotations */
       
  8176 
       
  8177 .rickshaw_annotation_timeline {
       
  8178     height: 1px;
       
  8179     border-top: 1px solid #e0e0e0;
       
  8180     margin-top: 10px;
       
  8181     position: relative;
       
  8182 }
       
  8183 .rickshaw_annotation_timeline .annotation {
       
  8184     position: absolute;
       
  8185     height: 6px;
       
  8186     width: 6px;
       
  8187     margin-left: -2px;
       
  8188     top: -3px;
       
  8189     border-radius: 5px;
       
  8190     background-color: rgba(0, 0, 0, 0.25);
       
  8191 }
       
  8192 .rickshaw_graph .annotation_line {
       
  8193     position: absolute;
       
  8194     top: 0;
       
  8195     bottom: -6px;
       
  8196     width: 0px;
       
  8197     border-left: 2px solid rgba(0, 0, 0, 0.3);
       
  8198     display: none;
       
  8199 }
       
  8200 .rickshaw_graph .annotation_line.active {
       
  8201     display: block;
       
  8202 }
       
  8203 
       
  8204 .rickshaw_graph .annotation_range {
       
  8205         background: rgba(0, 0, 0, 0.1);
       
  8206         display: none;
       
  8207         position: absolute;
       
  8208         top: 0;
       
  8209         bottom: -6px;
       
  8210 }
       
  8211 .rickshaw_graph .annotation_range.active {
       
  8212         display: block;
       
  8213 }
       
  8214 .rickshaw_graph .annotation_range.active.offscreen {
       
  8215         display: none;
       
  8216 }
       
  8217 
       
  8218 .rickshaw_annotation_timeline .annotation .content {
       
  8219     background: white;
       
  8220     color: black;
       
  8221     opacity: 0.9;
       
  8222     padding: 5px 5px;
       
  8223     box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
       
  8224     border-radius: 3px;
       
  8225     position: relative;
       
  8226     z-index: 20;
       
  8227     font-size: 12px;
       
  8228     padding: 6px 8px 8px;
       
  8229     top: 18px;
       
  8230     left: -11px;
       
  8231     width: 160px;
       
  8232     display: none;
       
  8233     cursor: pointer;
       
  8234 }
       
  8235 .rickshaw_annotation_timeline .annotation .content:before {
       
  8236     content: "\25b2";
       
  8237     position: absolute;
       
  8238     top: -11px;
       
  8239     color: white;
       
  8240     text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
       
  8241 }
       
  8242 .rickshaw_annotation_timeline .annotation.active,
       
  8243 .rickshaw_annotation_timeline .annotation:hover {
       
  8244     background-color: rgba(0, 0, 0, 0.8);
       
  8245     cursor: none;
       
  8246 }
       
  8247 .rickshaw_annotation_timeline .annotation .content:hover {
       
  8248     z-index: 50;
       
  8249 }
       
  8250 .rickshaw_annotation_timeline .annotation.active .content {
       
  8251     display: block;
       
  8252 }
       
  8253 .rickshaw_annotation_timeline .annotation:hover .content {
       
  8254     display: block;
       
  8255     z-index: 50;
       
  8256 }
       
  8257 .rickshaw_graph .y_axis,
       
  8258 .rickshaw_graph  .x_axis_d3 {
       
  8259     fill: none;
       
  8260 }
       
  8261 .rickshaw_graph .y_ticks .tick,
       
  8262 .rickshaw_graph .x_ticks_d3 .tick {
       
  8263     stroke: rgba(0, 0, 0, 0.16);
       
  8264     stroke-width: 2px;
       
  8265     shape-rendering: crisp-edges;
       
  8266     pointer-events: none;
       
  8267 }
       
  8268 .rickshaw_graph .y_grid .tick,
       
  8269 .rickshaw_graph .x_grid_d3 .tick {
       
  8270     z-index: -1;
       
  8271     stroke: rgba(0, 0, 0, 0.20);
       
  8272     stroke-width: 1px;
       
  8273     stroke-dasharray: 1 1;
       
  8274 }
       
  8275 .rickshaw_graph .y_grid path,
       
  8276 .rickshaw_graph .x_grid_d3 path  {
       
  8277     fill: none;
       
  8278     stroke: none;
       
  8279 }
       
  8280 .rickshaw_graph .y_ticks path,
       
  8281 .rickshaw_graph .x_ticks_d3 path {
       
  8282     fill: none;
       
  8283     stroke: #808080;
       
  8284 }
       
  8285 .rickshaw_graph .y_ticks text,
       
  8286 .rickshaw_graph .x_ticks_d3 text {
       
  8287     opacity: 0.5;
       
  8288     font-size: 12px;
       
  8289     pointer-events: none;
       
  8290 }
       
  8291 .rickshaw_graph .x_tick.glow .title,
       
  8292 .rickshaw_graph .y_ticks.glow text {
       
  8293     fill: black;
       
  8294     color: black;
       
  8295     text-shadow:
       
  8296         -1px 1px 0 rgba(255, 255, 255, 0.1),
       
  8297         1px -1px 0 rgba(255, 255, 255, 0.1),
       
  8298         1px 1px 0 rgba(255, 255, 255, 0.1),
       
  8299         0px 1px 0 rgba(255, 255, 255, 0.1),
       
  8300         0px -1px 0 rgba(255, 255, 255, 0.1),
       
  8301         1px 0px 0 rgba(255, 255, 255, 0.1),
       
  8302         -1px 0px 0 rgba(255, 255, 255, 0.1),
       
  8303         -1px -1px 0 rgba(255, 255, 255, 0.1);
       
  8304 }
       
  8305 .rickshaw_graph .x_tick.inverse .title,
       
  8306 .rickshaw_graph .y_ticks.inverse text {
       
  8307     fill: white;
       
  8308     color: white;
       
  8309     text-shadow:
       
  8310         -1px 1px 0 rgba(0, 0, 0, 0.8),
       
  8311         1px -1px 0 rgba(0, 0, 0, 0.8),
       
  8312         1px 1px 0 rgba(0, 0, 0, 0.8),
       
  8313         0px 1px 0 rgba(0, 0, 0, 0.8),
       
  8314         0px -1px 0 rgba(0, 0, 0, 0.8),
       
  8315         1px 0px 0 rgba(0, 0, 0, 0.8),
       
  8316         -1px 0px 0 rgba(0, 0, 0, 0.8),
       
  8317         -1px -1px 0 rgba(0, 0, 0, 0.8);
       
  8318 }
       
  8319 .rickshaw_legend {
       
  8320     font-family: Arial;
       
  8321     font-size: 12px;
       
  8322     color: white;
       
  8323     background: #404040;
       
  8324     display: inline-block;
       
  8325     padding: 12px 5px;
       
  8326     border-radius: 2px;
       
  8327     position: relative;
       
  8328 }
       
  8329 .rickshaw_legend:hover {
       
  8330     z-index: 10;
       
  8331 }
       
  8332 .rickshaw_legend .swatch {
       
  8333     width: 10px;
       
  8334     height: 10px;
       
  8335     border: 1px solid rgba(0, 0, 0, 0.2);
       
  8336 }
       
  8337 .rickshaw_legend .line {
       
  8338     clear: both;
       
  8339     line-height: 140%;
       
  8340     padding-right: 15px;
       
  8341 }
       
  8342 .rickshaw_legend .line .swatch {
       
  8343     display: inline-block;
       
  8344     margin-right: 3px;
       
  8345     border-radius: 2px;
       
  8346 }
       
  8347 .rickshaw_legend .label {
       
  8348     margin: 0;
       
  8349     white-space: nowrap;
       
  8350     display: inline;
       
  8351     font-size: inherit;
       
  8352     background-color: transparent;
       
  8353     color: inherit;
       
  8354     font-weight: normal;
       
  8355     line-height: normal;
       
  8356     padding: 0px;
       
  8357     text-shadow: none;
       
  8358 }
       
  8359 .rickshaw_legend .action:hover {
       
  8360     opacity: 0.6;
       
  8361 }
       
  8362 .rickshaw_legend .action {
       
  8363     margin-right: 0.2em;
       
  8364     font-size: 10px;
       
  8365     opacity: 0.2;
       
  8366     cursor: pointer;
       
  8367     font-size: 14px;
       
  8368 }
       
  8369 .rickshaw_legend .line.disabled {
       
  8370     opacity: 0.4;
       
  8371 }
       
  8372 .rickshaw_legend ul {
       
  8373     list-style-type: none;
       
  8374     margin: 0;
       
  8375     padding: 0;
       
  8376     margin: 2px;
       
  8377     cursor: pointer;
       
  8378 }
       
  8379 .rickshaw_legend li {
       
  8380     padding: 0 0 0 2px;
       
  8381     min-width: 80px;
       
  8382     white-space: nowrap;
       
  8383 }
       
  8384 .rickshaw_legend li:hover {
       
  8385     background: rgba(255, 255, 255, 0.08);
       
  8386     border-radius: 3px;
       
  8387 }
       
  8388 .rickshaw_legend li:active {
       
  8389     background: rgba(255, 255, 255, 0.2);
       
  8390     border-radius: 3px;
       
  8391 }
       
  8392 
       
  8393 .datepicker {
       
  8394   padding: 4px;
       
  8395   border-radius: 4px;
       
  8396   direction: ltr;
       
  8397 }
       
  8398 
       
  8399 .datepicker input {
       
  8400 	background: #ffffff !important;
       
  8401 }
       
  8402 
       
  8403 .datepicker-inline {
       
  8404   width: 220px;
       
  8405 }
       
  8406 .datepicker.datepicker-rtl {
       
  8407   direction: rtl;
       
  8408 }
       
  8409 .datepicker.datepicker-rtl table tr td span {
       
  8410   float: right;
       
  8411 }
       
  8412 .datepicker-dropdown {
       
  8413   top: 0;
       
  8414   left: 0;
       
  8415 }
       
  8416 .datepicker-dropdown:before {
       
  8417   content: '';
       
  8418   display: inline-block;
       
  8419   border-left: 7px solid transparent;
       
  8420   border-right: 7px solid transparent;
       
  8421   border-bottom: 7px solid #ccc;
       
  8422   border-top: 0;
       
  8423   border-bottom-color: rgba(0, 0, 0, 0.2);
       
  8424   position: absolute;
       
  8425 }
       
  8426 .datepicker-dropdown:after {
       
  8427   content: '';
       
  8428   display: inline-block;
       
  8429   border-left: 6px solid transparent;
       
  8430   border-right: 6px solid transparent;
       
  8431   border-bottom: 6px solid #fff;
       
  8432   border-top: 0;
       
  8433   position: absolute;
       
  8434 }
       
  8435 .datepicker-dropdown.datepicker-orient-left:before {
       
  8436   left: 6px;
       
  8437 }
       
  8438 .datepicker-dropdown.datepicker-orient-left:after {
       
  8439   left: 7px;
       
  8440 }
       
  8441 .datepicker-dropdown.datepicker-orient-right:before {
       
  8442   right: 6px;
       
  8443 }
       
  8444 .datepicker-dropdown.datepicker-orient-right:after {
       
  8445   right: 7px;
       
  8446 }
       
  8447 .datepicker-dropdown.datepicker-orient-top:before {
       
  8448   top: -7px;
       
  8449 }
       
  8450 .datepicker-dropdown.datepicker-orient-top:after {
       
  8451   top: -6px;
       
  8452 }
       
  8453 .datepicker-dropdown.datepicker-orient-bottom:before {
       
  8454   bottom: -7px;
       
  8455   border-bottom: 0;
       
  8456   border-top: 7px solid #999;
       
  8457 }
       
  8458 .datepicker-dropdown.datepicker-orient-bottom:after {
       
  8459   bottom: -6px;
       
  8460   border-bottom: 0;
       
  8461   border-top: 6px solid #fff;
       
  8462 }
       
  8463 .datepicker > div {
       
  8464   display: none;
       
  8465 }
       
  8466 .datepicker.days div.datepicker-days {
       
  8467   display: block;
       
  8468 }
       
  8469 .datepicker.months div.datepicker-months {
       
  8470   display: block;
       
  8471 }
       
  8472 .datepicker.years div.datepicker-years {
       
  8473   display: block;
       
  8474 }
       
  8475 .datepicker table {
       
  8476   margin: 0;
       
  8477   -webkit-touch-callout: none;
       
  8478   -webkit-user-select: none;
       
  8479   -khtml-user-select: none;
       
  8480   -moz-user-select: none;
       
  8481   -ms-user-select: none;
       
  8482   user-select: none;
       
  8483 }
       
  8484 .datepicker table tr td,
       
  8485 .datepicker table tr th {
       
  8486   text-align: center;
       
  8487   width: 30px;
       
  8488   height: 30px;
       
  8489   border-radius: 4px;
       
  8490   border: none;
       
  8491 }
       
  8492 .table-striped .datepicker table tr td,
       
  8493 .table-striped .datepicker table tr th {
       
  8494   background-color: transparent;
       
  8495 }
       
  8496 .datepicker table tr td.day:hover,
       
  8497 .datepicker table tr td.day.focused {
       
  8498   background: #eeeeee;
       
  8499   cursor: pointer;
       
  8500 }
       
  8501 .datepicker table tr td.old,
       
  8502 .datepicker table tr td.new {
       
  8503   color: #999999;
       
  8504 }
       
  8505 .datepicker table tr td.disabled,
       
  8506 .datepicker table tr td.disabled:hover {
       
  8507   background: none;
       
  8508   color: #999999;
       
  8509   cursor: default;
       
  8510 }
       
  8511 .datepicker table tr td.today,
       
  8512 .datepicker table tr td.today:hover,
       
  8513 .datepicker table tr td.today.disabled,
       
  8514 .datepicker table tr td.today.disabled:hover {
       
  8515   color: #000000;
       
  8516   background-color: #ffdb99;
       
  8517   border-color: #ffb733;
       
  8518 }
       
  8519 .datepicker table tr td.today:hover,
       
  8520 .datepicker table tr td.today:hover:hover,
       
  8521 .datepicker table tr td.today.disabled:hover,
       
  8522 .datepicker table tr td.today.disabled:hover:hover,
       
  8523 .datepicker table tr td.today:focus,
       
  8524 .datepicker table tr td.today:hover:focus,
       
  8525 .datepicker table tr td.today.disabled:focus,
       
  8526 .datepicker table tr td.today.disabled:hover:focus,
       
  8527 .datepicker table tr td.today:active,
       
  8528 .datepicker table tr td.today:hover:active,
       
  8529 .datepicker table tr td.today.disabled:active,
       
  8530 .datepicker table tr td.today.disabled:hover:active,
       
  8531 .datepicker table tr td.today.active,
       
  8532 .datepicker table tr td.today:hover.active,
       
  8533 .datepicker table tr td.today.disabled.active,
       
  8534 .datepicker table tr td.today.disabled:hover.active,
       
  8535 .open .dropdown-toggle.datepicker table tr td.today,
       
  8536 .open .dropdown-toggle.datepicker table tr td.today:hover,
       
  8537 .open .dropdown-toggle.datepicker table tr td.today.disabled,
       
  8538 .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
       
  8539   color: #000000;
       
  8540   background-color: #ffcd70;
       
  8541   border-color: #f59e00;
       
  8542 }
       
  8543 .datepicker table tr td.today:active,
       
  8544 .datepicker table tr td.today:hover:active,
       
  8545 .datepicker table tr td.today.disabled:active,
       
  8546 .datepicker table tr td.today.disabled:hover:active,
       
  8547 .datepicker table tr td.today.active,
       
  8548 .datepicker table tr td.today:hover.active,
       
  8549 .datepicker table tr td.today.disabled.active,
       
  8550 .datepicker table tr td.today.disabled:hover.active,
       
  8551 .open .dropdown-toggle.datepicker table tr td.today,
       
  8552 .open .dropdown-toggle.datepicker table tr td.today:hover,
       
  8553 .open .dropdown-toggle.datepicker table tr td.today.disabled,
       
  8554 .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
       
  8555   background-image: none;
       
  8556 }
       
  8557 .datepicker table tr td.today.disabled,
       
  8558 .datepicker table tr td.today:hover.disabled,
       
  8559 .datepicker table tr td.today.disabled.disabled,
       
  8560 .datepicker table tr td.today.disabled:hover.disabled,
       
  8561 .datepicker table tr td.today[disabled],
       
  8562 .datepicker table tr td.today:hover[disabled],
       
  8563 .datepicker table tr td.today.disabled[disabled],
       
  8564 .datepicker table tr td.today.disabled:hover[disabled],
       
  8565 fieldset[disabled] .datepicker table tr td.today,
       
  8566 fieldset[disabled] .datepicker table tr td.today:hover,
       
  8567 fieldset[disabled] .datepicker table tr td.today.disabled,
       
  8568 fieldset[disabled] .datepicker table tr td.today.disabled:hover,
       
  8569 .datepicker table tr td.today.disabled:hover,
       
  8570 .datepicker table tr td.today:hover.disabled:hover,
       
  8571 .datepicker table tr td.today.disabled.disabled:hover,
       
  8572 .datepicker table tr td.today.disabled:hover.disabled:hover,
       
  8573 .datepicker table tr td.today[disabled]:hover,
       
  8574 .datepicker table tr td.today:hover[disabled]:hover,
       
  8575 .datepicker table tr td.today.disabled[disabled]:hover,
       
  8576 .datepicker table tr td.today.disabled:hover[disabled]:hover,
       
  8577 fieldset[disabled] .datepicker table tr td.today:hover,
       
  8578 fieldset[disabled] .datepicker table tr td.today:hover:hover,
       
  8579 fieldset[disabled] .datepicker table tr td.today.disabled:hover,
       
  8580 fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
       
  8581 .datepicker table tr td.today.disabled:focus,
       
  8582 .datepicker table tr td.today:hover.disabled:focus,
       
  8583 .datepicker table tr td.today.disabled.disabled:focus,
       
  8584 .datepicker table tr td.today.disabled:hover.disabled:focus,
       
  8585 .datepicker table tr td.today[disabled]:focus,
       
  8586 .datepicker table tr td.today:hover[disabled]:focus,
       
  8587 .datepicker table tr td.today.disabled[disabled]:focus,
       
  8588 .datepicker table tr td.today.disabled:hover[disabled]:focus,
       
  8589 fieldset[disabled] .datepicker table tr td.today:focus,
       
  8590 fieldset[disabled] .datepicker table tr td.today:hover:focus,
       
  8591 fieldset[disabled] .datepicker table tr td.today.disabled:focus,
       
  8592 fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
       
  8593 .datepicker table tr td.today.disabled:active,
       
  8594 .datepicker table tr td.today:hover.disabled:active,
       
  8595 .datepicker table tr td.today.disabled.disabled:active,
       
  8596 .datepicker table tr td.today.disabled:hover.disabled:active,
       
  8597 .datepicker table tr td.today[disabled]:active,
       
  8598 .datepicker table tr td.today:hover[disabled]:active,
       
  8599 .datepicker table tr td.today.disabled[disabled]:active,
       
  8600 .datepicker table tr td.today.disabled:hover[disabled]:active,
       
  8601 fieldset[disabled] .datepicker table tr td.today:active,
       
  8602 fieldset[disabled] .datepicker table tr td.today:hover:active,
       
  8603 fieldset[disabled] .datepicker table tr td.today.disabled:active,
       
  8604 fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
       
  8605 .datepicker table tr td.today.disabled.active,
       
  8606 .datepicker table tr td.today:hover.disabled.active,
       
  8607 .datepicker table tr td.today.disabled.disabled.active,
       
  8608 .datepicker table tr td.today.disabled:hover.disabled.active,
       
  8609 .datepicker table tr td.today[disabled].active,
       
  8610 .datepicker table tr td.today:hover[disabled].active,
       
  8611 .datepicker table tr td.today.disabled[disabled].active,
       
  8612 .datepicker table tr td.today.disabled:hover[disabled].active,
       
  8613 fieldset[disabled] .datepicker table tr td.today.active,
       
  8614 fieldset[disabled] .datepicker table tr td.today:hover.active,
       
  8615 fieldset[disabled] .datepicker table tr td.today.disabled.active,
       
  8616 fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
       
  8617   background-color: #ffffff;
       
  8618   border-color: #ffb733;
       
  8619 }
       
  8620 .datepicker table tr td.today:hover:hover {
       
  8621   color: #000;
       
  8622 }
       
  8623 .datepicker table tr td.today.active:hover {
       
  8624   color: #fff;
       
  8625 }
       
  8626 .datepicker table tr td.range,
       
  8627 .datepicker table tr td.range:hover,
       
  8628 .datepicker table tr td.range.disabled,
       
  8629 .datepicker table tr td.range.disabled:hover {
       
  8630   background: #eeeeee;
       
  8631   border-radius: 0;
       
  8632 }
       
  8633 .datepicker table tr td.range.today,
       
  8634 .datepicker table tr td.range.today:hover,
       
  8635 .datepicker table tr td.range.today.disabled,
       
  8636 .datepicker table tr td.range.today.disabled:hover {
       
  8637   color: #000000;
       
  8638   background-color: #f7ca77;
       
  8639   border-color: #f1a417;
       
  8640   border-radius: 0;
       
  8641 }
       
  8642 .datepicker table tr td.range.today:hover,
       
  8643 .datepicker table tr td.range.today:hover:hover,
       
  8644 .datepicker table tr td.range.today.disabled:hover,
       
  8645 .datepicker table tr td.range.today.disabled:hover:hover,
       
  8646 .datepicker table tr td.range.today:focus,
       
  8647 .datepicker table tr td.range.today:hover:focus,
       
  8648 .datepicker table tr td.range.today.disabled:focus,
       
  8649 .datepicker table tr td.range.today.disabled:hover:focus,
       
  8650 .datepicker table tr td.range.today:active,
       
  8651 .datepicker table tr td.range.today:hover:active,
       
  8652 .datepicker table tr td.range.today.disabled:active,
       
  8653 .datepicker table tr td.range.today.disabled:hover:active,
       
  8654 .datepicker table tr td.range.today.active,
       
  8655 .datepicker table tr td.range.today:hover.active,
       
  8656 .datepicker table tr td.range.today.disabled.active,
       
  8657 .datepicker table tr td.range.today.disabled:hover.active,
       
  8658 .open .dropdown-toggle.datepicker table tr td.range.today,
       
  8659 .open .dropdown-toggle.datepicker table tr td.range.today:hover,
       
  8660 .open .dropdown-toggle.datepicker table tr td.range.today.disabled,
       
  8661 .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
       
  8662   color: #000000;
       
  8663   background-color: #f4bb51;
       
  8664   border-color: #bf800c;
       
  8665 }
       
  8666 .datepicker table tr td.range.today:active,
       
  8667 .datepicker table tr td.range.today:hover:active,
       
  8668 .datepicker table tr td.range.today.disabled:active,
       
  8669 .datepicker table tr td.range.today.disabled:hover:active,
       
  8670 .datepicker table tr td.range.today.active,
       
  8671 .datepicker table tr td.range.today:hover.active,
       
  8672 .datepicker table tr td.range.today.disabled.active,
       
  8673 .datepicker table tr td.range.today.disabled:hover.active,
       
  8674 .open .dropdown-toggle.datepicker table tr td.range.today,
       
  8675 .open .dropdown-toggle.datepicker table tr td.range.today:hover,
       
  8676 .open .dropdown-toggle.datepicker table tr td.range.today.disabled,
       
  8677 .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
       
  8678   background-image: none;
       
  8679 }
       
  8680 .datepicker table tr td.range.today.disabled,
       
  8681 .datepicker table tr td.range.today:hover.disabled,
       
  8682 .datepicker table tr td.range.today.disabled.disabled,
       
  8683 .datepicker table tr td.range.today.disabled:hover.disabled,
       
  8684 .datepicker table tr td.range.today[disabled],
       
  8685 .datepicker table tr td.range.today:hover[disabled],
       
  8686 .datepicker table tr td.range.today.disabled[disabled],
       
  8687 .datepicker table tr td.range.today.disabled:hover[disabled],
       
  8688 fieldset[disabled] .datepicker table tr td.range.today,
       
  8689 fieldset[disabled] .datepicker table tr td.range.today:hover,
       
  8690 fieldset[disabled] .datepicker table tr td.range.today.disabled,
       
  8691 fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
       
  8692 .datepicker table tr td.range.today.disabled:hover,
       
  8693 .datepicker table tr td.range.today:hover.disabled:hover,
       
  8694 .datepicker table tr td.range.today.disabled.disabled:hover,
       
  8695 .datepicker table tr td.range.today.disabled:hover.disabled:hover,
       
  8696 .datepicker table tr td.range.today[disabled]:hover,
       
  8697 .datepicker table tr td.range.today:hover[disabled]:hover,
       
  8698 .datepicker table tr td.range.today.disabled[disabled]:hover,
       
  8699 .datepicker table tr td.range.today.disabled:hover[disabled]:hover,
       
  8700 fieldset[disabled] .datepicker table tr td.range.today:hover,
       
  8701 fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
       
  8702 fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
       
  8703 fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
       
  8704 .datepicker table tr td.range.today.disabled:focus,
       
  8705 .datepicker table tr td.range.today:hover.disabled:focus,
       
  8706 .datepicker table tr td.range.today.disabled.disabled:focus,
       
  8707 .datepicker table tr td.range.today.disabled:hover.disabled:focus,
       
  8708 .datepicker table tr td.range.today[disabled]:focus,
       
  8709 .datepicker table tr td.range.today:hover[disabled]:focus,
       
  8710 .datepicker table tr td.range.today.disabled[disabled]:focus,
       
  8711 .datepicker table tr td.range.today.disabled:hover[disabled]:focus,
       
  8712 fieldset[disabled] .datepicker table tr td.range.today:focus,
       
  8713 fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
       
  8714 fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
       
  8715 fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
       
  8716 .datepicker table tr td.range.today.disabled:active,
       
  8717 .datepicker table tr td.range.today:hover.disabled:active,
       
  8718 .datepicker table tr td.range.today.disabled.disabled:active,
       
  8719 .datepicker table tr td.range.today.disabled:hover.disabled:active,
       
  8720 .datepicker table tr td.range.today[disabled]:active,
       
  8721 .datepicker table tr td.range.today:hover[disabled]:active,
       
  8722 .datepicker table tr td.range.today.disabled[disabled]:active,
       
  8723 .datepicker table tr td.range.today.disabled:hover[disabled]:active,
       
  8724 fieldset[disabled] .datepicker table tr td.range.today:active,
       
  8725 fieldset[disabled] .datepicker table tr td.range.today:hover:active,
       
  8726 fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
       
  8727 fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
       
  8728 .datepicker table tr td.range.today.disabled.active,
       
  8729 .datepicker table tr td.range.today:hover.disabled.active,
       
  8730 .datepicker table tr td.range.today.disabled.disabled.active,
       
  8731 .datepicker table tr td.range.today.disabled:hover.disabled.active,
       
  8732 .datepicker table tr td.range.today[disabled].active,
       
  8733 .datepicker table tr td.range.today:hover[disabled].active,
       
  8734 .datepicker table tr td.range.today.disabled[disabled].active,
       
  8735 .datepicker table tr td.range.today.disabled:hover[disabled].active,
       
  8736 fieldset[disabled] .datepicker table tr td.range.today.active,
       
  8737 fieldset[disabled] .datepicker table tr td.range.today:hover.active,
       
  8738 fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
       
  8739 fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
       
  8740   background-color: #f7ca77;
       
  8741   border-color: #f1a417;
       
  8742 }
       
  8743 .datepicker table tr td.selected,
       
  8744 .datepicker table tr td.selected:hover,
       
  8745 .datepicker table tr td.selected.disabled,
       
  8746 .datepicker table tr td.selected.disabled:hover {
       
  8747   color: #ffffff;
       
  8748   background-color: #999999;
       
  8749   border-color: #555555;
       
  8750   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
       
  8751 }
       
  8752 .datepicker table tr td.selected:hover,
       
  8753 .datepicker table tr td.selected:hover:hover,
       
  8754 .datepicker table tr td.selected.disabled:hover,
       
  8755 .datepicker table tr td.selected.disabled:hover:hover,
       
  8756 .datepicker table tr td.selected:focus,
       
  8757 .datepicker table tr td.selected:hover:focus,
       
  8758 .datepicker table tr td.selected.disabled:focus,
       
  8759 .datepicker table tr td.selected.disabled:hover:focus,
       
  8760 .datepicker table tr td.selected:active,
       
  8761 .datepicker table tr td.selected:hover:active,
       
  8762 .datepicker table tr td.selected.disabled:active,
       
  8763 .datepicker table tr td.selected.disabled:hover:active,
       
  8764 .datepicker table tr td.selected.active,
       
  8765 .datepicker table tr td.selected:hover.active,
       
  8766 .datepicker table tr td.selected.disabled.active,
       
  8767 .datepicker table tr td.selected.disabled:hover.active,
       
  8768 .open .dropdown-toggle.datepicker table tr td.selected,
       
  8769 .open .dropdown-toggle.datepicker table tr td.selected:hover,
       
  8770 .open .dropdown-toggle.datepicker table tr td.selected.disabled,
       
  8771 .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
       
  8772   color: #ffffff;
       
  8773   background-color: #858585;
       
  8774   border-color: #373737;
       
  8775 }
       
  8776 .datepicker table tr td.selected:active,
       
  8777 .datepicker table tr td.selected:hover:active,
       
  8778 .datepicker table tr td.selected.disabled:active,
       
  8779 .datepicker table tr td.selected.disabled:hover:active,
       
  8780 .datepicker table tr td.selected.active,
       
  8781 .datepicker table tr td.selected:hover.active,
       
  8782 .datepicker table tr td.selected.disabled.active,
       
  8783 .datepicker table tr td.selected.disabled:hover.active,
       
  8784 .open .dropdown-toggle.datepicker table tr td.selected,
       
  8785 .open .dropdown-toggle.datepicker table tr td.selected:hover,
       
  8786 .open .dropdown-toggle.datepicker table tr td.selected.disabled,
       
  8787 .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
       
  8788   background-image: none;
       
  8789 }
       
  8790 .datepicker table tr td.selected.disabled,
       
  8791 .datepicker table tr td.selected:hover.disabled,
       
  8792 .datepicker table tr td.selected.disabled.disabled,
       
  8793 .datepicker table tr td.selected.disabled:hover.disabled,
       
  8794 .datepicker table tr td.selected[disabled],
       
  8795 .datepicker table tr td.selected:hover[disabled],
       
  8796 .datepicker table tr td.selected.disabled[disabled],
       
  8797 .datepicker table tr td.selected.disabled:hover[disabled],
       
  8798 fieldset[disabled] .datepicker table tr td.selected,
       
  8799 fieldset[disabled] .datepicker table tr td.selected:hover,
       
  8800 fieldset[disabled] .datepicker table tr td.selected.disabled,
       
  8801 fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
       
  8802 .datepicker table tr td.selected.disabled:hover,
       
  8803 .datepicker table tr td.selected:hover.disabled:hover,
       
  8804 .datepicker table tr td.selected.disabled.disabled:hover,
       
  8805 .datepicker table tr td.selected.disabled:hover.disabled:hover,
       
  8806 .datepicker table tr td.selected[disabled]:hover,
       
  8807 .datepicker table tr td.selected:hover[disabled]:hover,
       
  8808 .datepicker table tr td.selected.disabled[disabled]:hover,
       
  8809 .datepicker table tr td.selected.disabled:hover[disabled]:hover,
       
  8810 fieldset[disabled] .datepicker table tr td.selected:hover,
       
  8811 fieldset[disabled] .datepicker table tr td.selected:hover:hover,
       
  8812 fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
       
  8813 fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
       
  8814 .datepicker table tr td.selected.disabled:focus,
       
  8815 .datepicker table tr td.selected:hover.disabled:focus,
       
  8816 .datepicker table tr td.selected.disabled.disabled:focus,
       
  8817 .datepicker table tr td.selected.disabled:hover.disabled:focus,
       
  8818 .datepicker table tr td.selected[disabled]:focus,
       
  8819 .datepicker table tr td.selected:hover[disabled]:focus,
       
  8820 .datepicker table tr td.selected.disabled[disabled]:focus,
       
  8821 .datepicker table tr td.selected.disabled:hover[disabled]:focus,
       
  8822 fieldset[disabled] .datepicker table tr td.selected:focus,
       
  8823 fieldset[disabled] .datepicker table tr td.selected:hover:focus,
       
  8824 fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
       
  8825 fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
       
  8826 .datepicker table tr td.selected.disabled:active,
       
  8827 .datepicker table tr td.selected:hover.disabled:active,
       
  8828 .datepicker table tr td.selected.disabled.disabled:active,
       
  8829 .datepicker table tr td.selected.disabled:hover.disabled:active,
       
  8830 .datepicker table tr td.selected[disabled]:active,
       
  8831 .datepicker table tr td.selected:hover[disabled]:active,
       
  8832 .datepicker table tr td.selected.disabled[disabled]:active,
       
  8833 .datepicker table tr td.selected.disabled:hover[disabled]:active,
       
  8834 fieldset[disabled] .datepicker table tr td.selected:active,
       
  8835 fieldset[disabled] .datepicker table tr td.selected:hover:active,
       
  8836 fieldset[disabled] .datepicker table tr td.selected.disabled:active,
       
  8837 fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
       
  8838 .datepicker table tr td.selected.disabled.active,
       
  8839 .datepicker table tr td.selected:hover.disabled.active,
       
  8840 .datepicker table tr td.selected.disabled.disabled.active,
       
  8841 .datepicker table tr td.selected.disabled:hover.disabled.active,
       
  8842 .datepicker table tr td.selected[disabled].active,
       
  8843 .datepicker table tr td.selected:hover[disabled].active,
       
  8844 .datepicker table tr td.selected.disabled[disabled].active,
       
  8845 .datepicker table tr td.selected.disabled:hover[disabled].active,
       
  8846 fieldset[disabled] .datepicker table tr td.selected.active,
       
  8847 fieldset[disabled] .datepicker table tr td.selected:hover.active,
       
  8848 fieldset[disabled] .datepicker table tr td.selected.disabled.active,
       
  8849 fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
       
  8850   background-color: #999999;
       
  8851   border-color: #555555;
       
  8852 }
       
  8853 .datepicker table tr td.active,
       
  8854 .datepicker table tr td.active:hover,
       
  8855 .datepicker table tr td.active.disabled,
       
  8856 .datepicker table tr td.active.disabled:hover {
       
  8857   color: #ffffff;
       
  8858   background-color: #428bca;
       
  8859   border-color: #357ebd;
       
  8860   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
       
  8861 }
       
  8862 .datepicker table tr td.active:hover,
       
  8863 .datepicker table tr td.active:hover:hover,
       
  8864 .datepicker table tr td.active.disabled:hover,
       
  8865 .datepicker table tr td.active.disabled:hover:hover,
       
  8866 .datepicker table tr td.active:focus,
       
  8867 .datepicker table tr td.active:hover:focus,
       
  8868 .datepicker table tr td.active.disabled:focus,
       
  8869 .datepicker table tr td.active.disabled:hover:focus,
       
  8870 .datepicker table tr td.active:active,
       
  8871 .datepicker table tr td.active:hover:active,
       
  8872 .datepicker table tr td.active.disabled:active,
       
  8873 .datepicker table tr td.active.disabled:hover:active,
       
  8874 .datepicker table tr td.active.active,
       
  8875 .datepicker table tr td.active:hover.active,
       
  8876 .datepicker table tr td.active.disabled.active,
       
  8877 .datepicker table tr td.active.disabled:hover.active,
       
  8878 .open .dropdown-toggle.datepicker table tr td.active,
       
  8879 .open .dropdown-toggle.datepicker table tr td.active:hover,
       
  8880 .open .dropdown-toggle.datepicker table tr td.active.disabled,
       
  8881 .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
       
  8882   color: #ffffff;
       
  8883   background-color: #3276b1;
       
  8884   border-color: #285e8e;
       
  8885 }
       
  8886 .datepicker table tr td.active:active,
       
  8887 .datepicker table tr td.active:hover:active,
       
  8888 .datepicker table tr td.active.disabled:active,
       
  8889 .datepicker table tr td.active.disabled:hover:active,
       
  8890 .datepicker table tr td.active.active,
       
  8891 .datepicker table tr td.active:hover.active,
       
  8892 .datepicker table tr td.active.disabled.active,
       
  8893 .datepicker table tr td.active.disabled:hover.active,
       
  8894 .open .dropdown-toggle.datepicker table tr td.active,
       
  8895 .open .dropdown-toggle.datepicker table tr td.active:hover,
       
  8896 .open .dropdown-toggle.datepicker table tr td.active.disabled,
       
  8897 .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
       
  8898   background-image: none;
       
  8899 }
       
  8900 .datepicker table tr td.active.disabled,
       
  8901 .datepicker table tr td.active:hover.disabled,
       
  8902 .datepicker table tr td.active.disabled.disabled,
       
  8903 .datepicker table tr td.active.disabled:hover.disabled,
       
  8904 .datepicker table tr td.active[disabled],
       
  8905 .datepicker table tr td.active:hover[disabled],
       
  8906 .datepicker table tr td.active.disabled[disabled],
       
  8907 .datepicker table tr td.active.disabled:hover[disabled],
       
  8908 fieldset[disabled] .datepicker table tr td.active,
       
  8909 fieldset[disabled] .datepicker table tr td.active:hover,
       
  8910 fieldset[disabled] .datepicker table tr td.active.disabled,
       
  8911 fieldset[disabled] .datepicker table tr td.active.disabled:hover,
       
  8912 .datepicker table tr td.active.disabled:hover,
       
  8913 .datepicker table tr td.active:hover.disabled:hover,
       
  8914 .datepicker table tr td.active.disabled.disabled:hover,
       
  8915 .datepicker table tr td.active.disabled:hover.disabled:hover,
       
  8916 .datepicker table tr td.active[disabled]:hover,
       
  8917 .datepicker table tr td.active:hover[disabled]:hover,
       
  8918 .datepicker table tr td.active.disabled[disabled]:hover,
       
  8919 .datepicker table tr td.active.disabled:hover[disabled]:hover,
       
  8920 fieldset[disabled] .datepicker table tr td.active:hover,
       
  8921 fieldset[disabled] .datepicker table tr td.active:hover:hover,
       
  8922 fieldset[disabled] .datepicker table tr td.active.disabled:hover,
       
  8923 fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
       
  8924 .datepicker table tr td.active.disabled:focus,
       
  8925 .datepicker table tr td.active:hover.disabled:focus,
       
  8926 .datepicker table tr td.active.disabled.disabled:focus,
       
  8927 .datepicker table tr td.active.disabled:hover.disabled:focus,
       
  8928 .datepicker table tr td.active[disabled]:focus,
       
  8929 .datepicker table tr td.active:hover[disabled]:focus,
       
  8930 .datepicker table tr td.active.disabled[disabled]:focus,
       
  8931 .datepicker table tr td.active.disabled:hover[disabled]:focus,
       
  8932 fieldset[disabled] .datepicker table tr td.active:focus,
       
  8933 fieldset[disabled] .datepicker table tr td.active:hover:focus,
       
  8934 fieldset[disabled] .datepicker table tr td.active.disabled:focus,
       
  8935 fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
       
  8936 .datepicker table tr td.active.disabled:active,
       
  8937 .datepicker table tr td.active:hover.disabled:active,
       
  8938 .datepicker table tr td.active.disabled.disabled:active,
       
  8939 .datepicker table tr td.active.disabled:hover.disabled:active,
       
  8940 .datepicker table tr td.active[disabled]:active,
       
  8941 .datepicker table tr td.active:hover[disabled]:active,
       
  8942 .datepicker table tr td.active.disabled[disabled]:active,
       
  8943 .datepicker table tr td.active.disabled:hover[disabled]:active,
       
  8944 fieldset[disabled] .datepicker table tr td.active:active,
       
  8945 fieldset[disabled] .datepicker table tr td.active:hover:active,
       
  8946 fieldset[disabled] .datepicker table tr td.active.disabled:active,
       
  8947 fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
       
  8948 .datepicker table tr td.active.disabled.active,
       
  8949 .datepicker table tr td.active:hover.disabled.active,
       
  8950 .datepicker table tr td.active.disabled.disabled.active,
       
  8951 .datepicker table tr td.active.disabled:hover.disabled.active,
       
  8952 .datepicker table tr td.active[disabled].active,
       
  8953 .datepicker table tr td.active:hover[disabled].active,
       
  8954 .datepicker table tr td.active.disabled[disabled].active,
       
  8955 .datepicker table tr td.active.disabled:hover[disabled].active,
       
  8956 fieldset[disabled] .datepicker table tr td.active.active,
       
  8957 fieldset[disabled] .datepicker table tr td.active:hover.active,
       
  8958 fieldset[disabled] .datepicker table tr td.active.disabled.active,
       
  8959 fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
       
  8960   background-color: #428bca;
       
  8961   border-color: #357ebd;
       
  8962 }
       
  8963 .datepicker table tr td span {
       
  8964   display: block;
       
  8965   width: 23%;
       
  8966   height: 54px;
       
  8967   line-height: 54px;
       
  8968   float: left;
       
  8969   margin: 1%;
       
  8970   cursor: pointer;
       
  8971   border-radius: 4px;
       
  8972 }
       
  8973 .datepicker table tr td span:hover {
       
  8974   background: #eeeeee;
       
  8975 }
       
  8976 .datepicker table tr td span.disabled,
       
  8977 .datepicker table tr td span.disabled:hover {
       
  8978   background: none;
       
  8979   color: #999999;
       
  8980   cursor: default;
       
  8981 }
       
  8982 .datepicker table tr td span.active,
       
  8983 .datepicker table tr td span.active:hover,
       
  8984 .datepicker table tr td span.active.disabled,
       
  8985 .datepicker table tr td span.active.disabled:hover {
       
  8986   color: #ffffff;
       
  8987   background-color: #428bca;
       
  8988   border-color: #357ebd;
       
  8989   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
       
  8990 }
       
  8991 .datepicker table tr td span.active:hover,
       
  8992 .datepicker table tr td span.active:hover:hover,
       
  8993 .datepicker table tr td span.active.disabled:hover,
       
  8994 .datepicker table tr td span.active.disabled:hover:hover,
       
  8995 .datepicker table tr td span.active:focus,
       
  8996 .datepicker table tr td span.active:hover:focus,
       
  8997 .datepicker table tr td span.active.disabled:focus,
       
  8998 .datepicker table tr td span.active.disabled:hover:focus,
       
  8999 .datepicker table tr td span.active:active,
       
  9000 .datepicker table tr td span.active:hover:active,
       
  9001 .datepicker table tr td span.active.disabled:active,
       
  9002 .datepicker table tr td span.active.disabled:hover:active,
       
  9003 .datepicker table tr td span.active.active,
       
  9004 .datepicker table tr td span.active:hover.active,
       
  9005 .datepicker table tr td span.active.disabled.active,
       
  9006 .datepicker table tr td span.active.disabled:hover.active,
       
  9007 .open .dropdown-toggle.datepicker table tr td span.active,
       
  9008 .open .dropdown-toggle.datepicker table tr td span.active:hover,
       
  9009 .open .dropdown-toggle.datepicker table tr td span.active.disabled,
       
  9010 .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
       
  9011   color: #ffffff;
       
  9012   background-color: #3276b1;
       
  9013   border-color: #285e8e;
       
  9014 }
       
  9015 .datepicker table tr td span.active:active,
       
  9016 .datepicker table tr td span.active:hover:active,
       
  9017 .datepicker table tr td span.active.disabled:active,
       
  9018 .datepicker table tr td span.active.disabled:hover:active,
       
  9019 .datepicker table tr td span.active.active,
       
  9020 .datepicker table tr td span.active:hover.active,
       
  9021 .datepicker table tr td span.active.disabled.active,
       
  9022 .datepicker table tr td span.active.disabled:hover.active,
       
  9023 .open .dropdown-toggle.datepicker table tr td span.active,
       
  9024 .open .dropdown-toggle.datepicker table tr td span.active:hover,
       
  9025 .open .dropdown-toggle.datepicker table tr td span.active.disabled,
       
  9026 .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
       
  9027   background-image: none;
       
  9028 }
       
  9029 .datepicker table tr td span.active.disabled,
       
  9030 .datepicker table tr td span.active:hover.disabled,
       
  9031 .datepicker table tr td span.active.disabled.disabled,
       
  9032 .datepicker table tr td span.active.disabled:hover.disabled,
       
  9033 .datepicker table tr td span.active[disabled],
       
  9034 .datepicker table tr td span.active:hover[disabled],
       
  9035 .datepicker table tr td span.active.disabled[disabled],
       
  9036 .datepicker table tr td span.active.disabled:hover[disabled],
       
  9037 fieldset[disabled] .datepicker table tr td span.active,
       
  9038 fieldset[disabled] .datepicker table tr td span.active:hover,
       
  9039 fieldset[disabled] .datepicker table tr td span.active.disabled,
       
  9040 fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
       
  9041 .datepicker table tr td span.active.disabled:hover,
       
  9042 .datepicker table tr td span.active:hover.disabled:hover,
       
  9043 .datepicker table tr td span.active.disabled.disabled:hover,
       
  9044 .datepicker table tr td span.active.disabled:hover.disabled:hover,
       
  9045 .datepicker table tr td span.active[disabled]:hover,
       
  9046 .datepicker table tr td span.active:hover[disabled]:hover,
       
  9047 .datepicker table tr td span.active.disabled[disabled]:hover,
       
  9048 .datepicker table tr td span.active.disabled:hover[disabled]:hover,
       
  9049 fieldset[disabled] .datepicker table tr td span.active:hover,
       
  9050 fieldset[disabled] .datepicker table tr td span.active:hover:hover,
       
  9051 fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
       
  9052 fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
       
  9053 .datepicker table tr td span.active.disabled:focus,
       
  9054 .datepicker table tr td span.active:hover.disabled:focus,
       
  9055 .datepicker table tr td span.active.disabled.disabled:focus,
       
  9056 .datepicker table tr td span.active.disabled:hover.disabled:focus,
       
  9057 .datepicker table tr td span.active[disabled]:focus,
       
  9058 .datepicker table tr td span.active:hover[disabled]:focus,
       
  9059 .datepicker table tr td span.active.disabled[disabled]:focus,
       
  9060 .datepicker table tr td span.active.disabled:hover[disabled]:focus,
       
  9061 fieldset[disabled] .datepicker table tr td span.active:focus,
       
  9062 fieldset[disabled] .datepicker table tr td span.active:hover:focus,
       
  9063 fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
       
  9064 fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
       
  9065 .datepicker table tr td span.active.disabled:active,
       
  9066 .datepicker table tr td span.active:hover.disabled:active,
       
  9067 .datepicker table tr td span.active.disabled.disabled:active,
       
  9068 .datepicker table tr td span.active.disabled:hover.disabled:active,
       
  9069 .datepicker table tr td span.active[disabled]:active,
       
  9070 .datepicker table tr td span.active:hover[disabled]:active,
       
  9071 .datepicker table tr td span.active.disabled[disabled]:active,
       
  9072 .datepicker table tr td span.active.disabled:hover[disabled]:active,
       
  9073 fieldset[disabled] .datepicker table tr td span.active:active,
       
  9074 fieldset[disabled] .datepicker table tr td span.active:hover:active,
       
  9075 fieldset[disabled] .datepicker table tr td span.active.disabled:active,
       
  9076 fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
       
  9077 .datepicker table tr td span.active.disabled.active,
       
  9078 .datepicker table tr td span.active:hover.disabled.active,
       
  9079 .datepicker table tr td span.active.disabled.disabled.active,
       
  9080 .datepicker table tr td span.active.disabled:hover.disabled.active,
       
  9081 .datepicker table tr td span.active[disabled].active,
       
  9082 .datepicker table tr td span.active:hover[disabled].active,
       
  9083 .datepicker table tr td span.active.disabled[disabled].active,
       
  9084 .datepicker table tr td span.active.disabled:hover[disabled].active,
       
  9085 fieldset[disabled] .datepicker table tr td span.active.active,
       
  9086 fieldset[disabled] .datepicker table tr td span.active:hover.active,
       
  9087 fieldset[disabled] .datepicker table tr td span.active.disabled.active,
       
  9088 fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
       
  9089   background-color: #428bca;
       
  9090   border-color: #357ebd;
       
  9091 }
       
  9092 .datepicker table tr td span.old,
       
  9093 .datepicker table tr td span.new {
       
  9094   color: #999999;
       
  9095 }
       
  9096 .datepicker th.datepicker-switch {
       
  9097   width: 145px;
       
  9098 }
       
  9099 .datepicker thead tr:first-child th,
       
  9100 .datepicker tfoot tr th {
       
  9101   cursor: pointer;
       
  9102 }
       
  9103 .datepicker thead tr:first-child th:hover,
       
  9104 .datepicker tfoot tr th:hover {
       
  9105   background: #eeeeee;
       
  9106 }
       
  9107 .datepicker .cw {
       
  9108   font-size: 10px;
       
  9109   width: 12px;
       
  9110   padding: 0 2px 0 5px;
       
  9111   vertical-align: middle;
       
  9112 }
       
  9113 .datepicker thead tr:first-child th.cw {
       
  9114   cursor: default;
       
  9115   background-color: transparent;
       
  9116 }
       
  9117 .input-group.date .input-group-addon i {
       
  9118   cursor: pointer;
       
  9119   width: 16px;
       
  9120   height: 16px;
       
  9121 }
       
  9122 .input-daterange input {
       
  9123   text-align: center;
       
  9124 }
       
  9125 .input-daterange input:first-child {
       
  9126   border-radius: 3px 0 0 3px;
       
  9127 }
       
  9128 .input-daterange input:last-child {
       
  9129   border-radius: 0 3px 3px 0;
       
  9130 }
       
  9131 .input-daterange .input-group-addon {
       
  9132   width: auto;
       
  9133   min-width: 16px;
       
  9134   padding: 4px 5px;
       
  9135   font-weight: normal;
       
  9136   line-height: 1.51429;
       
  9137   text-align: center;
       
  9138   text-shadow: 0 1px 0 #fff;
       
  9139   vertical-align: middle;
       
  9140   background-color: #eeeeee;
       
  9141   border: solid #cccccc;
       
  9142   border-width: 1px 0;
       
  9143   margin-left: -5px;
       
  9144   margin-right: -5px;
       
  9145 }
       
  9146 .datepicker.dropdown-menu {
  1691   position: absolute;
  9147   position: absolute;
  1692   top: 100%;
  9148   top: 100%;
  1693   left: 0;
  9149   left: 0;
  1694   z-index: 1000;
  9150   z-index: 1000;
  1695   float: left;
  9151   float: left;
  1696   display: none;
  9152   display: none;
  1697   min-width: 145px;
  9153   min-width: 160px;
  1698   _width: 145px;
       
  1699   padding: 4px 0;
       
  1700   margin: 0;
       
  1701   list-style: none;
  9154   list-style: none;
  1702   background-color: #ffffff;
  9155   background-color: #ffffff;
  1703   border-color: #C3CED7;
  9156   border: 1px solid #ccc;
  1704   /*border-color: rgba(0, 0, 0, 0.2);*/
  9157   border: 1px solid rgba(0, 0, 0, 0.2);
  1705   border-style: solid;
  9158   border-radius: 5px;
  1706   border-width: 1px;
       
  1707   /*-webkit-border-radius: 0 0 5px 5px;
       
  1708   -moz-border-radius: 0 0 5px 5px;
       
  1709   border-radius: 0 0 5px 5px;*/
       
  1710   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  9159   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  1711   -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  9160   -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  1712   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  9161   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  1713   -webkit-background-clip: padding-box;
  9162   -webkit-background-clip: padding-box;
  1714   -moz-background-clip: padding;
  9163   -moz-background-clip: padding;
  1715   background-clip: padding-box;
  9164   background-clip: padding-box;
  1716   *border-right-width: 2px;
  9165   *border-right-width: 2px;
  1717   *border-bottom-width: 2px;
  9166   *border-bottom-width: 2px;
  1718 }
  9167   color: #333333;
  1719 .dropdown-menu.bottom-up {
       
  1720   top: auto;
       
  1721   bottom: 100%;
       
  1722   margin-bottom: 2px;
       
  1723 }
       
  1724 .dropdown-menu .divider {
       
  1725   height: 1px;
       
  1726   margin: 5px 1px;
       
  1727   overflow: hidden;
       
  1728   background-color: #e5e5e5;
       
  1729   border-bottom: 1px solid #ffffff;
       
  1730   *width: 100%;
       
  1731   *margin: -5px 0 5px;
       
  1732 }
       
  1733 .dropdown-menu a {
       
  1734   display: block;
       
  1735   padding: 3px 15px;
       
  1736   clear: both;
       
  1737   font-weight: normal;
       
  1738   line-height: 18px;
       
  1739   color: #555555;
       
  1740   white-space: nowrap;
       
  1741 }
       
  1742 .dropdown-menu li > a:hover,
       
  1743 .dropdown-menu .active > a,
       
  1744 .dropdown-menu .active > a:hover {
       
  1745   color: #ffffff;
       
  1746   text-decoration: none;
       
  1747   background-color: #0088cc;
       
  1748 }
       
  1749 .dropdown.open {
       
  1750   *z-index: 1000;
       
  1751 }
       
  1752 .dropdown.open .dropdown-toggle,
       
  1753 .dropdown.open .dropdown-toggle:hover  {
       
  1754   color: #ffffff;
       
  1755   background: #ccc;
       
  1756   background: rgba(0, 0, 0, 0.3);
       
  1757 }
       
  1758 .dropdown.open .dropdown-menu {
       
  1759   display: block;
       
  1760 }
       
  1761 .typeahead {
       
  1762   margin-top: 2px;
       
  1763   -webkit-border-radius: 4px;
       
  1764   -moz-border-radius: 4px;
       
  1765   border-radius: 4px;
       
  1766 }
       
  1767 .well {
       
  1768   min-height: 20px;
       
  1769   padding: 19px;
       
  1770   margin-bottom: 20px;
       
  1771   background-color: #f5f5f5;
       
  1772   border: 1px solid #eee;
       
  1773   border: 1px solid rgba(0, 0, 0, 0.05);
       
  1774   -webkit-border-radius: 4px;
       
  1775   -moz-border-radius: 4px;
       
  1776   border-radius: 4px;
       
  1777   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
       
  1778   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
       
  1779   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
       
  1780 }
       
  1781 .well blockquote {
       
  1782   border-color: #ddd;
       
  1783   border-color: rgba(0, 0, 0, 0.15);
       
  1784 }
       
  1785 .fade {
       
  1786   -webkit-transition: opacity 0.15s linear;
       
  1787   -moz-transition: opacity 0.15s linear;
       
  1788   -ms-transition: opacity 0.15s linear;
       
  1789   -o-transition: opacity 0.15s linear;
       
  1790   transition: opacity 0.15s linear;
       
  1791   opacity: 0;
       
  1792 }
       
  1793 .fade.in {
       
  1794   opacity: 1;
       
  1795 }
       
  1796 .collapse {
       
  1797   -webkit-transition: height 0.35s ease;
       
  1798   -moz-transition: height 0.35s ease;
       
  1799   -ms-transition: height 0.35s ease;
       
  1800   -o-transition: height 0.35s ease;
       
  1801   transition: height 0.35s ease;
       
  1802   position: relative;
       
  1803   overflow: hidden;
       
  1804   height: 0;
       
  1805 }
       
  1806 .collapse.in {
       
  1807   height: auto;
       
  1808 }
       
  1809 .close {
       
  1810   float: right;
       
  1811   font-size: 20px;
       
  1812   font-weight: bold;
       
  1813   line-height: 18px;
       
  1814   color: #000000;
       
  1815   text-shadow: 0 1px 0 #ffffff;
       
  1816   opacity: 0.2;
       
  1817   filter: alpha(opacity=20);
       
  1818 }
       
  1819 .close:hover {
       
  1820   color: #000000;
       
  1821   text-decoration: none;
       
  1822   opacity: 0.4;
       
  1823   filter: alpha(opacity=40);
       
  1824   cursor: pointer;
       
  1825 }
       
  1826 .btn {
       
  1827   display: inline-block;
       
  1828   padding: 7px 10px 5px 10px;
       
  1829   margin-bottom: 0;
       
  1830   font-size: 12px !important;
       
  1831   line-height: 18px;
       
  1832   color: #000000;
       
  1833   /*text-align: center;
       
  1834   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
       
  1835   vertical-align: middle;
       
  1836   background-color: #f5f5f5;*/
       
  1837   background: -moz-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  1838   background: -ms-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  1839   background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f3f4), to(#e3e8ea));
       
  1840   background: -webkit-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  1841   background: -o-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  1842   background: linear-gradient(top, #f1f3f4, #e3e8ea);
       
  1843   background-repeat: repeat-x;
       
  1844   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
       
  1845   /*border-color: #e6e6e6 #e6e6e6 #bfbfbf;
       
  1846   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
       
  1847   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
       
  1848   border: 1px solid #C3CED7;
       
  1849   -webkit-border-radius: 3px;
       
  1850   -moz-border-radius: 3px;
       
  1851   border-radius: 3px;
       
  1852   /*-webkit-box-shadow: inset 0 1px 1px rgba(251, 252, 252, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
       
  1853   -moz-box-shadow: inset 0 1px 1px rgba(251, 252, 252, 1), 0 1px 2px rgba(0, 0, 0, 0.05);
       
  1854   box-shadow: inset 0 1px 1px rgba(251, 252, 252, 1), 0 1px 2px rgba(0, 0, 0, 0.05);*/
       
  1855   cursor: pointer;
       
  1856   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
       
  1857   /**margin-left: .3em;*/
       
  1858 }
       
  1859 .btn:hover,
       
  1860 .btn:active,
       
  1861 .btn.active {
       
  1862   background: -moz-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  1863   background: -ms-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  1864   background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F9FA), to(#F1F4F5));
       
  1865   background: -webkit-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  1866   background: -o-linear-gradient(top, #F8F9FA, #F1F4F5);
       
  1867   background: linear-gradient(top, #F8F9FA, #F1F4F5);  
       
  1868   text-decoration: none;
       
  1869 }
       
  1870 
       
  1871 .btn.disabled,
       
  1872 .btn[disabled] {
       
  1873   background: #F4F6F7;
       
  1874   color: #999999;
       
  1875   border: 1px solid #DFE6EB;
       
  1876 }
       
  1877 
       
  1878 .btn:active,
       
  1879 .btn.active {
       
  1880   background-color: #cccccc \9;
       
  1881 }
       
  1882 .btn:first-child {
       
  1883   *margin-left: 0;
       
  1884 }
       
  1885 .btn:hover {
       
  1886   color: #000000;
       
  1887   text-decoration: none;
       
  1888   background: -moz-linear-gradient(top, #f8f9fa, #f1f4f5);
       
  1889   background: -ms-linear-gradient(top, #f8f9fa, #f1f4f5);
       
  1890   background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f9fa), to(#f1f4f5));
       
  1891   background: -webkit-linear-gradient(top, #f8f9fa, #f1f4f5);
       
  1892   background: -o-linear-gradient(top, #f8f9fa, #f1f4f5);
       
  1893   background: linear-gradient(top, #f8f9fa, #f1f4f5);  
       
  1894   /*background-color: #e6e6e6;
       
  1895   background-position: 0 -15px;
       
  1896   -webkit-transition: background-position 0.1s linear;
       
  1897   -moz-transition: background-position 0.1s linear;
       
  1898   -ms-transition: background-position 0.1s linear;
       
  1899   -o-transition: background-position 0.1s linear;
       
  1900   transition: background-position 0.1s linear;*/
       
  1901 }
       
  1902 .btn:focus {
       
  1903   outline: thin dotted #333;
       
  1904   outline: 5px auto -webkit-focus-ring-color;
       
  1905   outline-offset: -2px;
       
  1906 }
       
  1907 .btn.active,
       
  1908 .btn:active {
       
  1909   background-image: none;
       
  1910   -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
       
  1911   -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
       
  1912   box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
       
  1913   background-color: #e6e6e6;
       
  1914   background-color: #d9d9d9 \9;
       
  1915   outline: 0;
       
  1916 }
       
  1917 .btn.disabled,
       
  1918 .btn[disabled] {
       
  1919   cursor: default;
       
  1920   background-image: none;
       
  1921   background-color: #e6e6e6;
       
  1922   opacity: 0.65;
       
  1923   filter: alpha(opacity=65);
       
  1924   -webkit-box-shadow: none;
       
  1925   -moz-box-shadow: none;
       
  1926   box-shadow: none;
       
  1927 }
       
  1928 .btn-large {
       
  1929   padding: 9px 14px;
       
  1930   font-size: 15px;
       
  1931   line-height: normal;
       
  1932   -webkit-border-radius: 5px;
       
  1933   -moz-border-radius: 5px;
       
  1934   border-radius: 5px;
       
  1935 }
       
  1936 .btn-large [class^="icon-"] {
       
  1937   margin-top: 1px;
       
  1938 }
       
  1939 .btn-small {
       
  1940   padding: 5px 9px;
       
  1941   font-size: 11px;
       
  1942   line-height: 16px;
       
  1943 }
       
  1944 .btn-small [class^="icon-"] {
       
  1945   margin-top: -1px;
       
  1946 }
       
  1947 .btn-mini {
       
  1948   padding: 2px 6px;
       
  1949   font-size: 11px;
       
  1950   line-height: 14px;
       
  1951 }
       
  1952 .btn-primary,
       
  1953 .btn-primary:hover,
       
  1954 .btn-warning,
       
  1955 .btn-warning:hover,
       
  1956 .btn-danger,
       
  1957 .btn-danger:hover,
       
  1958 .btn-success,
       
  1959 .btn-success:hover,
       
  1960 .btn-info,
       
  1961 .btn-info:hover,
       
  1962 .btn-inverse,
       
  1963 .btn-inverse:hover {
       
  1964   /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
       
  1965   color: #fff;
       
  1966 }
       
  1967 .btn-primary.active,
       
  1968 .btn-warning.active,
       
  1969 .btn-danger.active,
       
  1970 .btn-success.active,
       
  1971 .btn-info.active,
       
  1972 .btn-dark.active {
       
  1973   color: #fff;
       
  1974   background-color: #c44012;
       
  1975 
       
  1976 }
       
  1977 li.active .btn-primary,
       
  1978 .btn-primary {
       
  1979     color: #ffffff;
       
  1980     border: 1px solid #0074CD;
       
  1981     background: #0074CD;
       
  1982     font-weight: bold;
       
  1983     /*background-image: linear-gradient(bottom, rgb(199,66,18) 0%, rgb(221,74,20) 100%);
       
  1984     background-image: -o-linear-gradient(bottom, rgb(199,66,18) 0%, rgb(221,74,20) 100%);
       
  1985     background-image: -moz-linear-gradient(bottom, rgb(199,66,18) 0%, rgb(221,74,20) 100%);
       
  1986     background-image: -webkit-linear-gradient(bottom, rgb(199,66,18) 0%, rgb(221,74,20) 100%);
       
  1987     background-image: -ms-linear-gradient(bottom, rgb(199,66,18) 0%, rgb(221,74,20) 100%);
       
  1988     -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
       
  1989     box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);*/
       
  1990 }
       
  1991 .btn-primary:hover,
       
  1992 .btn-primary:active,
       
  1993 .btn-primary.active,
       
  1994 .btn-primary.disabled,
       
  1995 .btn-primary[disabled] {
       
  1996   border: 1px solid #0160C1;
       
  1997   background: #0160C1;
       
  1998 }
       
  1999 /*.btn-primary.active {
       
  2000   background-color: #c44012 \9;
       
  2001 }*/
       
  2002 $.btn-primary:active,
       
  2003 .btn-primary:active {
       
  2004     background-color: #DD4814;
       
  2005     background-image: linear-gradient(bottom, rgb(199,66,18) 0%, rgb(236,94,43) 100%);
       
  2006     background-image: -o-linear-gradient(bottom, rgb(199,66,18) 0%, rgb(236,94,43) 100%);
       
  2007     background-image: -moz-linear-gradient(bottom, rgb(199,66,18) 0%, rgb(236,94,43) 100%);
       
  2008     background-image: -webkit-linear-gradient(bottom, rgb(199,66,18) 0%, rgb(236,94,43) 100%);
       
  2009     background-image: -ms-linear-gradient(bottom, rgb(199,66,18) 0%, rgb(236,94,43) 100%);
       
  2010     text-decoration: none;
       
  2011 }
       
  2012 
       
  2013 .btn-warning {
       
  2014   background-color: #faa732;
       
  2015   background-image: -moz-linear-gradient(top, #fbb450, #f89406);
       
  2016   background-image: -ms-linear-gradient(top, #fbb450, #f89406);
       
  2017   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
       
  2018   background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
       
  2019   background-image: -o-linear-gradient(top, #fbb450, #f89406);
       
  2020   background-image: linear-gradient(top, #fbb450, #f89406);
       
  2021   background-repeat: repeat-x;
       
  2022   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
       
  2023   border-color: #f89406 #f89406 #ad6704;
       
  2024   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
       
  2025   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
       
  2026 }
       
  2027 .btn-warning:hover,
       
  2028 .btn-warning:active,
       
  2029 .btn-warning.active,
       
  2030 .btn-warning.disabled,
       
  2031 .btn-warning[disabled] {
       
  2032   background-color: #f89406;
       
  2033 }
       
  2034 .btn-warning:active,
       
  2035 .btn-warning.active {
       
  2036   background-color: #c67605 \9;
       
  2037 }
       
  2038 .btn-danger {
       
  2039   background: #0074CD;
       
  2040   /*font-weight: bold;*/
       
  2041   border: 1px solid #0074CD;
       
  2042   color: #FFFFFF
       
  2043 }
       
  2044 
       
  2045 .btn-danger.active,
       
  2046 .btn-danger.disabled,
       
  2047 .btn-danger[disabled], 
       
  2048 .btn-danger.disabled:hover,
       
  2049 .btn-danger[disabled]:hover {
       
  2050   background-color: #dde7ee;
       
  2051   color: #8193a1;
       
  2052   font-weight: bold;
       
  2053   font-size: 12px !important;
       
  2054   border: 1px solid #cedae2;
       
  2055 }
       
  2056 
       
  2057 .btn-danger:hover,
       
  2058 .btn-danger:active {
       
  2059 	background: #0160c1;
       
  2060 	border: 1px solid #0160c1;
       
  2061 	color: #FFFFFF;
       
  2062 }
       
  2063 
       
  2064 .btn-danger:active,
       
  2065 .btn-danger.active {
       
  2066   background-color: #942a25 \9;
       
  2067 }
       
  2068 .btn-success {
       
  2069   background-color: #5bb75b;
       
  2070   background-image: -moz-linear-gradient(top, #62c462, #51a351);
       
  2071   background-image: -ms-linear-gradient(top, #62c462, #51a351);
       
  2072   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
       
  2073   background-image: -webkit-linear-gradient(top, #62c462, #51a351);
       
  2074   background-image: -o-linear-gradient(top, #62c462, #51a351);
       
  2075   background-image: linear-gradient(top, #62c462, #51a351);
       
  2076   background-repeat: repeat-x;
       
  2077   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
       
  2078   border-color: #51a351 #51a351 #387038;
       
  2079   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
       
  2080   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
       
  2081 }
       
  2082 .btn-success:hover,
       
  2083 .btn-success:active,
       
  2084 .btn-success.active,
       
  2085 .btn-success.disabled,
       
  2086 .btn-success[disabled] {
       
  2087   background-color: #51a351;
       
  2088 }
       
  2089 .btn-success:active,
       
  2090 .btn-success.active {
       
  2091   background-color: #408140 \9;
       
  2092 }
       
  2093 .btn-info {
       
  2094   background-color: #49afcd;
       
  2095   background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
       
  2096   background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
       
  2097   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
       
  2098   background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
       
  2099   background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
       
  2100   background-image: linear-gradient(top, #5bc0de, #2f96b4);
       
  2101   background-repeat: repeat-x;
       
  2102   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
       
  2103   border-color: #2f96b4 #2f96b4 #1f6377;
       
  2104   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
       
  2105   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
       
  2106 }
       
  2107 .btn-info:hover,
       
  2108 .btn-info:active,
       
  2109 .btn-info.active,
       
  2110 .btn-info.disabled,
       
  2111 .btn-info[disabled] {
       
  2112   background-color: #2f96b4;
       
  2113 }
       
  2114 .btn-info:active,
       
  2115 .btn-info.active {
       
  2116   background-color: #24748c \9;
       
  2117 }
       
  2118 .btn-inverse {
       
  2119   background-color: #393939;
       
  2120   background-image: -moz-linear-gradient(top, #454545, #262626);
       
  2121   background-image: -ms-linear-gradient(top, #454545, #262626);
       
  2122   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
       
  2123   background-image: -webkit-linear-gradient(top, #454545, #262626);
       
  2124   background-image: -o-linear-gradient(top, #454545, #262626);
       
  2125   background-image: linear-gradient(top, #454545, #262626);
       
  2126   background-repeat: repeat-x;
       
  2127   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
       
  2128   border-color: #262626 #262626 #000000;
       
  2129   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
       
  2130   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
       
  2131 }
       
  2132 .btn-inverse:hover,
       
  2133 .btn-inverse:active,
       
  2134 .btn-inverse.active,
       
  2135 .btn-inverse.disabled,
       
  2136 .btn-inverse[disabled] {
       
  2137   background-color: #262626;
       
  2138 }
       
  2139 .btn-inverse:active,
       
  2140 .btn-inverse.active {
       
  2141   background-color: #0c0c0c \9;
       
  2142 }
       
  2143 
       
  2144 .btn-search {
       
  2145 	margin-left: 0px !important;
       
  2146 }
       
  2147 
       
  2148 button.btn,
       
  2149 input[type="submit"].btn {
       
  2150   *padding-top: 2px;
       
  2151   *padding-bottom: 2px;
       
  2152 }
       
  2153 button.btn::-moz-focus-inner,
       
  2154 input[type="submit"].btn::-moz-focus-inner {
       
  2155   padding: 0;
       
  2156   border: 0;
       
  2157 }
       
  2158 button.btn.large,
       
  2159 input[type="submit"].btn.large {
       
  2160   *padding-top: 7px;
       
  2161   *padding-bottom: 7px;
       
  2162 }
       
  2163 button.btn.small,
       
  2164 input[type="submit"].btn.small {
       
  2165   *padding-top: 3px;
       
  2166   *padding-bottom: 3px;
       
  2167 }
       
  2168 .btn-group {
       
  2169   position: relative;
       
  2170   *zoom: 1;
       
  2171   margin: 0px;
       
  2172 }
       
  2173 .topologyNavi .btn-group {
       
  2174 	margin-left: 5px;
       
  2175 	margin-top: 5px;
       
  2176 	float: left;
       
  2177 }
       
  2178 .btn-group:before,
       
  2179 .btn-group:after {
       
  2180   display: table;
       
  2181   content: "";
       
  2182 }
       
  2183 .btn-group:after {
       
  2184   clear: both;
       
  2185 }
       
  2186 .btn-group:first-child {
       
  2187   *margin-left: 0;
       
  2188 }
       
  2189 .btn-group + .btn-group {
       
  2190   /*margin-left: 5px;*/
       
  2191 }
       
  2192 .btn-toolbar {
       
  2193   margin-top: 9px;
       
  2194   margin-bottom: 9px;
       
  2195 }
       
  2196 .btn-toolbar .btn-group {
       
  2197   display: inline-block;
       
  2198   *display: inline;
       
  2199   /* IE7 inline-block hack */
       
  2200 
       
  2201   *zoom: 1;
       
  2202 }
       
  2203 .btn-group .btn {
       
  2204   position: relative;
       
  2205   float: left;
       
  2206   margin-left: -1px;
       
  2207   -webkit-border-radius: 0;
       
  2208   -moz-border-radius: 0;
       
  2209   border-radius: 0;
       
  2210 }
       
  2211 .btn-group .btn:first-child {
       
  2212   margin-left: 0;
       
  2213   -webkit-border-top-left-radius: 3px;
       
  2214   -moz-border-radius-topleft: 3px;
       
  2215   border-top-left-radius: 3px;
       
  2216   -webkit-border-bottom-left-radius: 3px;
       
  2217   -moz-border-radius-bottomleft: 3px;
       
  2218   border-bottom-left-radius: 3px;
       
  2219 }
       
  2220 .btn-group .btn:last-child,
       
  2221 .btn-group .dropdown-toggle {
       
  2222   -webkit-border-top-right-radius: 3px;
       
  2223   -moz-border-radius-topright: 3px;
       
  2224   border-top-right-radius: 3px;
       
  2225   -webkit-border-bottom-right-radius: 3px;
       
  2226   -moz-border-radius-bottomright: 3px;
       
  2227   border-bottom-right-radius: 3px;
       
  2228 }
       
  2229 .btn-group .btn.large:first-child {
       
  2230   margin-left: 0;
       
  2231   /*-webkit-border-top-left-radius: 6px;
       
  2232   -moz-border-radius-topleft: 6px;
       
  2233   border-top-left-radius: 6px;
       
  2234   -webkit-border-bottom-left-radius: 6px;
       
  2235   -moz-border-radius-bottomleft: 6px;
       
  2236   border-bottom-left-radius: 6px;*/
       
  2237 }
       
  2238 .btn-group .btn.large:last-child,
       
  2239 .btn-group .large.dropdown-toggle {
       
  2240   /*-webkit-border-top-right-radius: 6px;
       
  2241   -moz-border-radius-topright: 6px;
       
  2242   border-top-right-radius: 6px;
       
  2243   -webkit-border-bottom-right-radius: 6px;
       
  2244   -moz-border-radius-bottomright: 6px;
       
  2245   border-bottom-right-radius: 6px;*/
       
  2246 }
       
  2247 .btn-group .btn:hover,
       
  2248 .btn-group .btn:focus,
       
  2249 .btn-group .btn:active,
       
  2250 .btn-group .btn.active {
       
  2251   z-index: 2;
       
  2252 }
       
  2253 .btn-group .dropdown-toggle:active,
       
  2254 .btn-group.open .dropdown-toggle {
       
  2255   outline: 0;
       
  2256 }
       
  2257 .btn-group .dropdown-toggle {
       
  2258   padding-left: 8px;
       
  2259   padding-right: 8px;
       
  2260   -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
       
  2261   -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
       
  2262   box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
       
  2263   *padding-top: 5px;
       
  2264   *padding-bottom: 5px;
       
  2265 }
       
  2266 .btn-group.open {
       
  2267   *z-index: 1000;
       
  2268 }
       
  2269 .btn-group.open .dropdown-menu {
       
  2270   display: block;
       
  2271   margin-top: 1px;
       
  2272   /*-webkit-border-radius: 3px;
       
  2273   -moz-border-radius: 3px;
       
  2274   border-radius: 3px;*/
       
  2275 }
       
  2276 .btn-group.open .dropdown-toggle {
       
  2277   background-image: none;
       
  2278   -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
       
  2279   -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
       
  2280   box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
       
  2281 }
       
  2282 .btn .caret {
       
  2283   margin-top: 7px;
       
  2284   margin-left: 0;
       
  2285 }
       
  2286 .btn:hover .caret,
       
  2287 .open.btn-group .caret {
       
  2288   opacity: 1;
       
  2289   filter: alpha(opacity=100);
       
  2290 }
       
  2291 .btn-primary .caret,
       
  2292 .btn-danger .caret,
       
  2293 .btn-info .caret,
       
  2294 .btn-success .caret,
       
  2295 .btn-inverse .caret {
       
  2296   border-top-color: #ffffff;
       
  2297   opacity: 0.75;
       
  2298   filter: alpha(opacity=75);
       
  2299 }
       
  2300 .btn-small .caret {
       
  2301   margin-top: 4px;
       
  2302 }
       
  2303 .alert {
       
  2304   padding: 8px 35px 8px 14px;
       
  2305   margin-bottom: 18px;
       
  2306   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
       
  2307   background-color: #fcf8e3;
       
  2308   border: 1px solid #fbeed5;
       
  2309   -webkit-border-radius: 4px;
       
  2310   -moz-border-radius: 4px;
       
  2311   border-radius: 4px;
       
  2312 }
       
  2313 .alert,
       
  2314 .alert-heading {
       
  2315   color: #c09853;
       
  2316 }
       
  2317 .alert .close {
       
  2318   position: relative;
       
  2319   top: -2px;
       
  2320   right: -21px;
       
  2321   line-height: 18px;
       
  2322 }
       
  2323 .alert-success {
       
  2324   background-color: #dff0d8;
       
  2325   border-color: #d6e9c6;
       
  2326 }
       
  2327 .alert-success,
       
  2328 .alert-success .alert-heading {
       
  2329   color: #468847;
       
  2330 }
       
  2331 .alert-danger,
       
  2332 .alert-error {
       
  2333   background-color: #f2dede;
       
  2334   border-color: #eed3d7;
       
  2335 }
       
  2336 .alert-danger,
       
  2337 .alert-error,
       
  2338 .alert-danger .alert-heading,
       
  2339 .alert-error .alert-heading {
       
  2340   color: #b94a48;
       
  2341 }
       
  2342 .alert-info {
       
  2343   background-color: #d9edf7;
       
  2344   border-color: #bce8f1;
       
  2345 }
       
  2346 .alert-info,
       
  2347 .alert-info .alert-heading {
       
  2348   color: #3a87ad;
       
  2349 }
       
  2350 .alert-block {
       
  2351   padding-top: 14px;
       
  2352   padding-bottom: 14px;
       
  2353 }
       
  2354 .alert-block > p,
       
  2355 .alert-block > ul {
       
  2356   margin-bottom: 0;
       
  2357 }
       
  2358 .alert-block p + p {
       
  2359   margin-top: 5px;
       
  2360 }
       
  2361 .nav {
       
  2362   margin-left: 0;
       
  2363   margin-bottom: 18px;
       
  2364   list-style: none;
       
  2365 }
       
  2366 .nav > li > a {
       
  2367   display: block;
       
  2368 }
       
  2369 .nav > li > a:hover {
       
  2370   text-decoration: none;
       
  2371   background-color: #ebeced;
       
  2372 }
       
  2373 .nav .nav-header {
       
  2374   display: block;
       
  2375   padding: 3px 15px;
       
  2376   font-size: 11px;
       
  2377   font-weight: bold;
       
  2378   line-height: 18px;
       
  2379   color: #999999;
       
  2380   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
       
  2381   text-transform: uppercase;
       
  2382 }
       
  2383 .nav li + .nav-header {
       
  2384   margin-top: 9px;
       
  2385 }
       
  2386 .nav-list {
       
  2387   padding-left: 14px;
       
  2388   padding-right: 14px;
       
  2389   margin-bottom: 0;
       
  2390 }
       
  2391 .nav-list > li > a,
       
  2392 .nav-list .nav-header {
       
  2393   margin-left: -15px;
       
  2394   margin-right: -15px;
       
  2395   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
       
  2396 }
       
  2397 .nav-list > li > a {
       
  2398   padding: 3px 15px;
       
  2399 }
       
  2400 .nav-list .active > a,
       
  2401 .nav-list .active > a:hover {
       
  2402   color: #ffffff;
       
  2403   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
       
  2404   background-color: #0088cc;
       
  2405 }
       
  2406 .nav-list [class^="icon-"] {
       
  2407   margin-right: 2px;
       
  2408 }
       
  2409 .nav-tabs,
       
  2410 .nav-pills {
       
  2411   *zoom: 1;
       
  2412 }
       
  2413 .nav-tabs:before,
       
  2414 .nav-pills:before,
       
  2415 .nav-tabs:after,
       
  2416 .nav-pills:after {
       
  2417   display: table;
       
  2418   content: "";
       
  2419 }
       
  2420 .nav-tabs:after,
       
  2421 .nav-pills:after {
       
  2422   clear: both;
       
  2423 }
       
  2424 .nav-pills {
       
  2425   margin: 0px;
       
  2426   padding: 5px 12px; 
       
  2427   width: 289px !important; 
       
  2428   border: 1px solid #d5dfe6;
       
  2429   border-top: 1px solid #eeeeee;
       
  2430   border-bottom: none;
       
  2431 }
       
  2432 .right .fake_table .members .nav-pills {
       
  2433 	width: 304px !important;
       
  2434 }
       
  2435 .nav-pills:first-of-type {
       
  2436   border-top: 1px solid #d5dfe6;
       
  2437 }
       
  2438 .nav-tabs > li,
       
  2439 .nav-pills > li {
       
  2440   float: left;
       
  2441 }
       
  2442 .nav-tabs > li > a {
       
  2443   line-height: 33px;
       
  2444   text-align: center;
       
  2445 }
       
  2446 .nav-pills > li > a {
       
  2447   line-height: 14px;
       
  2448   text-align: center;
       
  2449 }
       
  2450 .nav-tabs > li {
       
  2451   margin-bottom: -1px;
       
  2452   margin-left: -1px;
       
  2453 
       
  2454 }
       
  2455 .nav-tabs > li > a {
       
  2456   border: 1px solid #c4ced8;
       
  2457   border-top: none;
       
  2458   border-right: none;
       
  2459   width: 113px;
       
  2460 }
       
  2461 .nav-tabs > li > a:hover {
       
  2462 }
       
  2463 .nav-tabs > .active > a,
       
  2464 .nav-tabs > .active > a:hover {
       
  2465   border: 1px solid #ddd;
       
  2466   border-top: none;
       
  2467   cursor: default;
       
  2468 }
       
  2469 ul.nav-pills li.active {
       
  2470 	float: right;
       
  2471 }
       
  2472 .nav-pills > li > a {
       
  2473   padding-top: 6px;
       
  2474   padding-bottom: 10px;
       
  2475   margin-top: 2px;
       
  2476   margin-bottom: 2px;
       
  2477   -webkit-border-radius: 5px;
       
  2478   -moz-border-radius: 5px;
       
  2479   border-radius: 5px;
       
  2480 }
       
  2481 .nav-pills .active > a {
       
  2482   color: #ffffff;
       
  2483   background-color: #0074CD;
       
  2484   height: 14px;
       
  2485   width: 8px;  
       
  2486 }
       
  2487 .nav-pills .active > a:hover {
       
  2488   background-color: #0160C1;
       
  2489 }
       
  2490 .nav-stacked > li {
       
  2491   float: none;
       
  2492 }
       
  2493 .nav-stacked > li > a {
       
  2494   margin-right: 0;
       
  2495 }
       
  2496 .nav-tabs.nav-stacked {
       
  2497   border-bottom: 0;
       
  2498 }
       
  2499 .nav-tabs.nav-stacked > li > a {
       
  2500   border: 1px solid #ddd;
       
  2501   -webkit-border-radius: 0;
       
  2502   -moz-border-radius: 0;
       
  2503   border-radius: 0;
       
  2504 }
       
  2505 .nav-tabs.nav-stacked > li:first-child > a {
       
  2506   -webkit-border-radius: 4px 4px 0 0;
       
  2507   -moz-border-radius: 4px 4px 0 0;
       
  2508   border-radius: 4px 4px 0 0;
       
  2509 }
       
  2510 .nav-tabs.nav-stacked > li:last-child > a {
       
  2511   -webkit-border-radius: 0 0 4px 4px;
       
  2512   -moz-border-radius: 0 0 4px 4px;
       
  2513   border-radius: 0 0 4px 4px;
       
  2514 }
       
  2515 .nav-tabs.nav-stacked > li > a:hover {
       
  2516   border-color: #ddd;
       
  2517   z-index: 2;
       
  2518 }
       
  2519 .nav-pills.nav-stacked > li > a {
       
  2520   margin-bottom: 3px;
       
  2521 }
       
  2522 .nav-pills.nav-stacked > li:last-child > a {
       
  2523   margin-bottom: 1px;
       
  2524 }
       
  2525 .nav-tabs .dropdown-menu,
       
  2526 .nav-pills .dropdown-menu {
       
  2527   margin-top: 1px;
       
  2528   border-width: 1px;
       
  2529 }
       
  2530 .nav-pills .dropdown-menu {
       
  2531   -webkit-border-radius: 0px;
       
  2532   -moz-border-radius: 0px;
       
  2533   border-radius: 0px;
       
  2534 }
       
  2535 .nav-tabs .dropdown-toggle .caret,
       
  2536 .nav-pills .dropdown-toggle .caret {
       
  2537   /*border-top-color: #000000;*/
       
  2538   border-top: 4px solid #005580;
       
  2539   oppacity: 0.3;
       
  2540   margin-top: 6px;
       
  2541 }
       
  2542 .nav-tabs .dropdown-toggle:hover .caret,
       
  2543 .nav-pills .dropdown-toggle:hover .caret {
       
  2544   border-top-color: #005580;
       
  2545 }
       
  2546 .nav-tabs .active .dropdown-toggle .caret,
       
  2547 .nav-pills .active .dropdown-toggle .caret {
       
  2548   border-top: 4px solid #005580;
       
  2549 }
       
  2550 .nav > .dropdown.active > a:hover {
       
  2551   color: #005580;
       
  2552   cursor: pointer;
       
  2553 }
       
  2554 .nav-tabs .open .dropdown-toggle,
       
  2555 .nav-pills .open .dropdown-toggle,
       
  2556 .nav > .open.active > a:hover {
       
  2557   color: #ffffff;
       
  2558   background-color: #999999;
       
  2559   border-color: #999999;
       
  2560 }
       
  2561 .nav .open .caret,
       
  2562 .nav .open.active .caret,
       
  2563 .nav .open a:hover .caret {
       
  2564   border-top-color: #ffffff;
       
  2565   opacity: 1;
       
  2566   filter: alpha(opacity=100);
       
  2567 }
       
  2568 .tabs-stacked .open > a:hover {
       
  2569   border-color: #999999;
       
  2570 }
       
  2571 .tabbable {
       
  2572   *zoom: 1;
       
  2573 }
       
  2574 .tabbable:before,
       
  2575 .tabbable:after {
       
  2576   display: table;
       
  2577   content: "";
       
  2578 }
       
  2579 .tabbable:after {
       
  2580   clear: both;
       
  2581 }
       
  2582 .tab-content {
       
  2583   overflow: hidden;
       
  2584 }
       
  2585 .tabs-below .nav-tabs,
       
  2586 .tabs-right .nav-tabs,
       
  2587 .tabs-left .nav-tabs {
       
  2588   border-bottom: 0;
       
  2589 }
       
  2590 .tab-content > .tab-pane,
       
  2591 .pill-content > .pill-pane {
       
  2592   display: none;
       
  2593 }
       
  2594 .tab-content > .active,
       
  2595 .pill-content > .active {
       
  2596   display: block;
       
  2597 }
       
  2598 .tabs-below .nav-tabs {
       
  2599   border-top: 1px solid #ddd;
       
  2600 }
       
  2601 .tabs-below .nav-tabs > li {
       
  2602   margin-top: -1px;
       
  2603   margin-bottom: 0;
       
  2604 }
       
  2605 .tabs-below .nav-tabs > li > a {
       
  2606   -webkit-border-radius: 0 0 4px 4px;
       
  2607   -moz-border-radius: 0 0 4px 4px;
       
  2608   border-radius: 0 0 4px 4px;
       
  2609 }
       
  2610 .tabs-below .nav-tabs > li > a:hover {
       
  2611   border-bottom-color: transparent;
       
  2612   border-top-color: #ddd;
       
  2613 }
       
  2614 .tabs-below .nav-tabs .active > a,
       
  2615 .tabs-below .nav-tabs .active > a:hover {
       
  2616   border-color: transparent #ddd #ddd #ddd;
       
  2617 }
       
  2618 .tabs-left .nav-tabs > li,
       
  2619 .tabs-right .nav-tabs > li {
       
  2620   float: none;
       
  2621 }
       
  2622 .tabs-left .nav-tabs > li > a,
       
  2623 .tabs-right .nav-tabs > li > a {
       
  2624   min-width: 74px;
       
  2625   margin-right: 0;
       
  2626   margin-bottom: 3px;
       
  2627 }
       
  2628 .tabs-left .nav-tabs {
       
  2629   float: left;
       
  2630   margin-right: 19px;
       
  2631   border-right: 1px solid #ddd;
       
  2632 }
       
  2633 .tabs-left .nav-tabs > li > a {
       
  2634   margin-right: -1px;
       
  2635   -webkit-border-radius: 4px 0 0 4px;
       
  2636   -moz-border-radius: 4px 0 0 4px;
       
  2637   border-radius: 4px 0 0 4px;
       
  2638 }
       
  2639 .tabs-left .nav-tabs > li > a:hover {
       
  2640   border-color: #eeeeee #dddddd #eeeeee #eeeeee;
       
  2641 }
       
  2642 .tabs-left .nav-tabs .active > a,
       
  2643 .tabs-left .nav-tabs .active > a:hover {
       
  2644   border-color: #ddd transparent #ddd #ddd;
       
  2645   *border-right-color: #ffffff;
       
  2646 }
       
  2647 .tabs-right .nav-tabs {
       
  2648   float: right;
       
  2649   margin-left: 19px;
       
  2650   border-left: 1px solid #ddd;
       
  2651 }
       
  2652 .tabs-right .nav-tabs > li > a {
       
  2653   margin-left: -1px;
       
  2654   -webkit-border-radius: 0 4px 4px 0;
       
  2655   -moz-border-radius: 0 4px 4px 0;
       
  2656   border-radius: 0 4px 4px 0;
       
  2657 }
       
  2658 .tabs-right .nav-tabs > li > a:hover {
       
  2659   border-color: #eeeeee #eeeeee #eeeeee #dddddd;
       
  2660 }
       
  2661 .tabs-right .nav-tabs .active > a,
       
  2662 .tabs-right .nav-tabs .active > a:hover {
       
  2663   border-color: #ddd #ddd #ddd transparent;
       
  2664   *border-left-color: #ffffff;
       
  2665 }
       
  2666 .navbar {
       
  2667   overflow: visible;
       
  2668   margin-bottom: 18px;
       
  2669 }
       
  2670 .navbar-inner {
       
  2671   padding-left: 20px;
       
  2672   padding-right: 20px;
       
  2673   background-color: #2c2c2c;
       
  2674   background-image: -moz-linear-gradient(top, #333333, #222222);
       
  2675   background-image: -ms-linear-gradient(top, #333333, #222222);
       
  2676   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
       
  2677   background-image: -webkit-linear-gradient(top, #333333, #222222);
       
  2678   background-image: -o-linear-gradient(top, #333333, #222222);
       
  2679   background-image: linear-gradient(top, #333333, #222222);
       
  2680   background-repeat: repeat-x;
       
  2681   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
       
  2682   -webkit-border-radius: 4px;
       
  2683   -moz-border-radius: 4px;
       
  2684   border-radius: 4px;
       
  2685   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
       
  2686   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
       
  2687   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
       
  2688 }
       
  2689 .btn-navbar {
       
  2690   display: none;
       
  2691   float: right;
       
  2692   padding: 7px 10px;
       
  2693   margin-left: 5px;
       
  2694   margin-right: 5px;
       
  2695   background-color: #2c2c2c;
       
  2696   background-image: -moz-linear-gradient(top, #333333, #222222);
       
  2697   background-image: -ms-linear-gradient(top, #333333, #222222);
       
  2698   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
       
  2699   background-image: -webkit-linear-gradient(top, #333333, #222222);
       
  2700   background-image: -o-linear-gradient(top, #333333, #222222);
       
  2701   background-image: linear-gradient(top, #333333, #222222);
       
  2702   background-repeat: repeat-x;
       
  2703   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
       
  2704   border-color: #222222 #222222 #000000;
       
  2705   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
       
  2706   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
       
  2707   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
       
  2708   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
       
  2709   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
       
  2710 }
       
  2711 .btn-navbar:hover,
       
  2712 .btn-navbar:active,
       
  2713 .btn-navbar.active,
       
  2714 .btn-navbar.disabled,
       
  2715 .btn-navbar[disabled] {
       
  2716   background-color: #222222;
       
  2717 }
       
  2718 .btn-navbar:active,
       
  2719 .btn-navbar.active {
       
  2720   background-color: #080808 \9;
       
  2721 }
       
  2722 .btn-navbar .icon-bar {
       
  2723   display: block;
       
  2724   width: 18px;
       
  2725   height: 2px;
       
  2726   background-color: #f5f5f5;
       
  2727   -webkit-border-radius: 1px;
       
  2728   -moz-border-radius: 1px;
       
  2729   border-radius: 1px;
       
  2730   -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
       
  2731   -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
       
  2732   box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
       
  2733 }
       
  2734 .btn-navbar .icon-bar + .icon-bar {
       
  2735   margin-top: 3px;
       
  2736 }
       
  2737 .nav-collapse.collapse {
       
  2738   height: auto;
       
  2739 }
       
  2740 .navbar .brand:hover {
       
  2741   text-decoration: none;
       
  2742 }
       
  2743 .navbar .brand {
       
  2744   float: left;
       
  2745   display: block;
       
  2746   padding: 8px 20px 12px;
       
  2747   margin-left: -20px;
       
  2748   font-size: 20px;
       
  2749   font-weight: 200;
       
  2750   line-height: 1;
       
  2751   color: #ffffff;
       
  2752 }
       
  2753 .navbar .navbar-text {
       
  2754   margin-bottom: 0;
       
  2755   line-height: 40px;
       
  2756   color: #999999;
       
  2757 }
       
  2758 .navbar .navbar-text a:hover {
       
  2759   color: #ffffff;
       
  2760   background-color: transparent;
       
  2761 }
       
  2762 .navbar .btn,
       
  2763 .navbar .btn-group {
       
  2764   margin-top: 5px;
       
  2765 }
       
  2766 .navbar .btn-group .btn {
       
  2767   margin-top: 0;
       
  2768 }
       
  2769 .navbar-form {
       
  2770   margin-bottom: 0;
       
  2771   *zoom: 1;
       
  2772 }
       
  2773 .navbar-form:before,
       
  2774 .navbar-form:after {
       
  2775   display: table;
       
  2776   content: "";
       
  2777 }
       
  2778 .navbar-form:after {
       
  2779   clear: both;
       
  2780 }
       
  2781 .navbar-form input,
       
  2782 .navbar-form select {
       
  2783   display: inline-block;
       
  2784   margin-top: 5px;
       
  2785   margin-bottom: 0;
       
  2786 }
       
  2787 .navbar-form .radio,
       
  2788 .navbar-form .checkbox {
       
  2789   margin-top: 5px;
       
  2790 }
       
  2791 .navbar-form input[type="image"],
       
  2792 .navbar-form input[type="checkbox"],
       
  2793 .navbar-form input[type="radio"] {
       
  2794   margin-top: 3px;
       
  2795 }
       
  2796 .navbar-form .input-append,
       
  2797 .navbar-form .input-prepend {
       
  2798   margin-top: 6px;
       
  2799   white-space: nowrap;
       
  2800 }
       
  2801 .navbar-form .input-append input,
       
  2802 .navbar-form .input-prepend input {
       
  2803   margin-top: 0;
       
  2804 }
       
  2805 .navbar-search {
       
  2806   position: relative;
       
  2807   float: left;
       
  2808   margin-top: 6px;
       
  2809   margin-bottom: 0;
       
  2810 }
       
  2811 .navbar-search .search-query {
       
  2812   padding: 4px 9px;
       
  2813   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  9168   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  2814   font-size: 13px;
  9169   font-size: 13px;
       
  9170   line-height: 1.5;
       
  9171 }
       
  9172 .datepicker.dropdown-menu th,
       
  9173 .datepicker.datepicker-inline th,
       
  9174 .datepicker.dropdown-menu td,
       
  9175 .datepicker.datepicker-inline td {
       
  9176   padding: 0px 5px;
       
  9177 }
       
  9178 
       
  9179 .chart {
       
  9180   height: inherit;
       
  9181   width: inherit;
       
  9182   min-height: inherit;
       
  9183   min-width: inherit; }
       
  9184   .chart .tooltip_detail {
       
  9185     position: absolute;
       
  9186     z-index: 2;
       
  9187     border-radius: 3px;
       
  9188     padding: 0.25em;
       
  9189     font-size: 12px;
       
  9190     font-family: Arial, sans-serif;
       
  9191     color: white;
       
  9192     border: 1px solid rgba(0, 0, 0, 0.4);
       
  9193     margin-left: 1em;
       
  9194     margin-top: -1em;
       
  9195     white-space: nowrap;
       
  9196     background: rgba(0, 0, 0, 0.8); }
       
  9197     .chart .tooltip_detail:before {
       
  9198       content: "\25c2";
       
  9199       position: absolute;
       
  9200       left: -0.5em;
       
  9201       color: rgba(0, 0, 0, 0.7);
       
  9202       width: 0;
       
  9203       top: 12px; }
       
  9204 
       
  9205 .overview_chart {
       
  9206   width: 214px;
       
  9207   height: 81px; }
       
  9208   .overview_chart .chart_container {
       
  9209     width: 140px;
       
  9210     min-width: 140px; }
       
  9211     .overview_chart .chart_container .chart svg {
       
  9212       padding-right: 4px !important; }
       
  9213       .overview_chart .chart_container .chart .detail .dot.active {
       
  9214         box-sizing: content-box; }
       
  9215   .overview_chart .bar_chart_container {
       
  9216     position: relative;
       
  9217     width: 74px;
       
  9218     min-width: 74px; }
       
  9219     .overview_chart .bar_chart_container, .overview_chart .chart_container {
       
  9220       float: left;
       
  9221       min-height: 81px;
       
  9222       height: 81px; }
       
  9223       .overview_chart .bar_chart_container .chart,
       
  9224       .overview_chart .chart_container .chart {
       
  9225         height: inherit;
       
  9226         width: inherit;
       
  9227         min-height: inherit;
       
  9228         min-width: inherit; }
       
  9229         .overview_chart .bar_chart_container .chart .modal-backdrop,
       
  9230         .overview_chart .chart_container .chart .modal-backdrop {
       
  9231           min-height: inherit;
       
  9232           min-width: inherit; }
       
  9233   .overview_chart .tooltip_detail {
       
  9234     position: absolute;
       
  9235     z-index: 2;
       
  9236     border-radius: 3px;
       
  9237     padding: 0.25em;
       
  9238     font-size: 12px;
       
  9239     font-family: Arial, sans-serif;
       
  9240     color: white;
       
  9241     border: 1px solid rgba(0, 0, 0, 0.4);
       
  9242     margin-left: 1em;
       
  9243     margin-top: -1em;
       
  9244     white-space: nowrap;
       
  9245     background: rgba(0, 0, 0, 0.8); }
       
  9246     .overview_chart .tooltip_detail:before {
       
  9247       content: "\25c2";
       
  9248       position: absolute;
       
  9249       left: -0.5em;
       
  9250       color: rgba(0, 0, 0, 0.7);
       
  9251       width: 0;
       
  9252       top: 12px; }
       
  9253 
       
  9254 .chart_container {
       
  9255   position: relative;
       
  9256   min-height: 300px;
       
  9257   min-width: 400px; }
       
  9258   .chart_container .chart {
       
  9259     position: relative;
       
  9260     min-height: 300px;
       
  9261     min-width: 400px; }
       
  9262     .chart_container .chart .detail .x_label {
       
  9263       display: none; }
       
  9264       .chart_container .chart .detail .item {
       
  9265         line-height: 1.4;
       
  9266         padding: 0.5em; }
       
  9267         .chart_container .chart .detail .date {
       
  9268           color: #a0a0a0; }
       
  9269     .chart_container .chart .modal-backdrop {
       
  9270       position: absolute;
       
  9271       opacity: 0.5;
       
  9272       top: 0;
       
  9273       left: 0;
       
  9274       min-height: 300px;
       
  9275       min-width: 400px; }
       
  9276       .chart_container .chart svg {
       
  9277         padding: 0 0 5px 0; }
       
  9278   .chart_container .detail_swatch {
       
  9279     float: right;
       
  9280     display: inline-block;
       
  9281     width: 10px;
       
  9282     height: 10px;
       
  9283     margin: 0 4px 0 0; }
       
  9284 
       
  9285 .legend_container {
       
  9286   min-width: 90px;
       
  9287   margin-left: 20px; }
       
  9288   .legend_container .swatch {
       
  9289     float: right;
       
  9290     display: inline-block;
       
  9291     width: 10px;
       
  9292     height: 10px;
       
  9293     margin: 0 4px 0 0; }
       
  9294     .legend_container .modal-backdrop {
       
  9295       position: absolute;
       
  9296       opacity: 0.5;
       
  9297       top: 0;
       
  9298       left: 0;
       
  9299       min-width: 90px; }
       
  9300       .legend_container .rickshaw_legend.disabled {
       
  9301         padding: 0; }
       
  9302 
       
  9303 .spinner_wrapper {
       
  9304   position: absolute;
       
  9305   top: 40%;
       
  9306   left: 40%; }
       
  9307 
       
  9308   .rickshaw_legend {
       
  9309     background: white;
       
  9310     color: #404040; }
       
  9311     .rickshaw_legend .action {
       
  9312       text-decoration: none;
       
  9313       color: black; }
       
  9314 
       
  9315 .workflow ul.nav-tabs {
       
  9316   padding: 0 13px; }
       
  9317   .workflow td.actions {
       
  9318     vertical-align: top;
       
  9319     width: 308px;
       
  9320     padding-right: 10px; }
       
  9321     .workflow td.help_text {
       
  9322       vertical-align: top;
       
  9323       width: 340px;
       
  9324       padding-left: 10px;
       
  9325       border-left: 1px solid #dddddd; }
       
  9326 .workflow fieldset > table {
       
  9327   margin-bottom: 0; }
       
  9328   .workflow.wizard .row .btn {
       
  9329     float: none;
       
  9330     margin: 0; }
       
  9331     .workflow.wizard .row .next {
       
  9332       text-align: right; }
       
  9333   .workflow.wizard .nav-tabs.wizard-tabs {
       
  9334     border-bottom: 0;
       
  9335     background: #efefef;
       
  9336     padding: 0; }
       
  9337     .workflow.wizard .nav-tabs.wizard-tabs li {
       
  9338       margin-bottom: 0;
       
  9339       position: relative; }
       
  9340       .workflow.wizard .nav-tabs.wizard-tabs li:before {
       
  9341         position: absolute;
       
  9342         top: 0;
       
  9343         right: -20px;
       
  9344         z-index: 2;
       
  9345         display: block;
       
  9346         border: 20px solid transparent;
       
  9347         border-right: 0;
       
  9348         border-left: 20px solid #dddddd;
       
  9349         content: ''; }
       
  9350         .workflow.wizard .nav-tabs.wizard-tabs li:after {
       
  9351           position: absolute;
       
  9352           top: -2px;
       
  9353           right: -22px;
       
  9354           z-index: 1;
       
  9355           display: block;
       
  9356           border: 22px solid transparent;
       
  9357           border-right: 0;
       
  9358           border-left: 22px solid #ffffff;
       
  9359           content: ''; }
       
  9360           .workflow.wizard .nav-tabs.wizard-tabs li.active:before,
       
  9361           .workflow.wizard .nav-tabs.wizard-tabs li.done:before {
       
  9362             border-left: 20px solid #007acc; }
       
  9363             .workflow.wizard .nav-tabs.wizard-tabs li a {
       
  9364               border: 0;
       
  9365               border-radius: 0;
       
  9366               background: #dddddd;
       
  9367               color: #43a4d7;
       
  9368               padding: 0 15px;
       
  9369               padding-left: 35px;
       
  9370               line-height: 40px;
       
  9371               position: relative;
       
  9372               margin: 0; }
       
  9373               .workflow.wizard .nav-tabs.wizard-tabs li:first-child a {
       
  9374                 padding-left: 15px; }
       
  9375                 .workflow.wizard .nav-tabs.wizard-tabs li.active a {
       
  9376                   background: #007acc;
       
  9377                   color: #ffffff; }
       
  9378                   .workflow.wizard .nav-tabs.wizard-tabs li.done a {
       
  9379                     background: #007acc; }
       
  9380   .workflow.wizard label.error {
       
  9381     color: #d9534f; }
       
  9382 
       
  9383 @font-face {
       
  9384   font-family: 'FontAwesome';
       
  9385   src: url('/static/horizon/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0&90186830c9c5');
       
  9386   src: url('/static/horizon/lib/font-awesome/fonts/fontawesome-webfont.eot?&90186830c9c5#iefix&v=4.1.0') format('embedded-opentype'),
       
  9387     url('/static/horizon/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0&fdf491ce5ff5') format('woff'),
       
  9388     url('/static/horizon/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0&4f0022f25672') format('truetype'),
       
  9389     url('/static/horizon/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0&776d58f453c8#fontawesomeregular') format('svg');
       
  9390   font-weight: normal;
       
  9391   font-style: normal; 
       
  9392 }
       
  9393   
       
  9394 .fa {
       
  9395   display: inline-block;
       
  9396   font-family: FontAwesome;
       
  9397   font-style: normal;
  2815   font-weight: normal;
  9398   font-weight: normal;
  2816   line-height: 1;
  9399   line-height: 1;
  2817   color: #ffffff;
  9400   -webkit-font-smoothing: antialiased;
  2818   color: rgba(255, 255, 255, 0.75);
  9401   -moz-osx-font-smoothing: grayscale; }
  2819   background: #666;
  9402 .fa-lg {
  2820   background: rgba(255, 255, 255, 0.3);
  9403   font-size: 1.33333em;
  2821   border: 1px solid #111;
  9404   line-height: 0.75em;
  2822   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  9405   vertical-align: -15%; }
  2823   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  9406 
  2824   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  9407   .fa-2x {
  2825   -webkit-transition: none;
  9408     font-size: 2em; }
  2826   -moz-transition: none;
  9409 
  2827   -ms-transition: none;
  9410     .fa-3x {
  2828   -o-transition: none;
  9411       font-size: 3em; }
  2829   transition: none;
  9412 
  2830 }
  9413       .fa-4x {
  2831 .navbar-search .search-query :-moz-placeholder {
  9414         font-size: 4em; }
  2832   color: #eeeeee;
  9415 
  2833 }
  9416         .fa-5x {
  2834 .navbar-search .search-query ::-webkit-input-placeholder {
  9417           font-size: 5em; }
  2835   color: #eeeeee;
  9418 .fa-fw {
  2836 }
  9419   width: 1.28571em;
  2837 .navbar-search .search-query:hover {
  9420   text-align: center; }
  2838   color: #ffffff;
  9421 .fa-ul {
  2839   background-color: #999999;
       
  2840   background-color: rgba(255, 255, 255, 0.5);
       
  2841 }
       
  2842 .navbar-search .search-query:focus,
       
  2843 .navbar-search .search-query.focused {
       
  2844   padding: 5px 10px;
       
  2845   color: #333333;
       
  2846   text-shadow: 0 1px 0 #ffffff;
       
  2847   background-color: #ffffff;
       
  2848   border: 0;
       
  2849   -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
       
  2850   -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
       
  2851   box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
       
  2852   outline: 0;
       
  2853 }
       
  2854 .navbar-fixed-top {
       
  2855   position: fixed;
       
  2856   top: 0;
       
  2857   right: 0;
       
  2858   left: 0;
       
  2859   z-index: 1030;
       
  2860 }
       
  2861 .navbar-fixed-top .navbar-inner {
       
  2862   padding-left: 0;
  9422   padding-left: 0;
  2863   padding-right: 0;
  9423   margin-left: 2.14286em;
  2864   -webkit-border-radius: 0;
  9424   list-style-type: none; }
  2865   -moz-border-radius: 0;
  9425   .fa-ul > li {
  2866   border-radius: 0;
  9426     position: relative; }
  2867 }
  9427 
  2868 .navbar .nav {
  9428 .fa-li {
       
  9429   position: absolute;
       
  9430   left: -2.14286em;
       
  9431   width: 2.14286em;
       
  9432   top: 0.14286em;
       
  9433   text-align: center; }
       
  9434   .fa-li.fa-lg {
       
  9435     left: -1.85714em; }
       
  9436 .fa-border {
       
  9437   padding: 0.2em 0.25em 0.15em;
       
  9438   border: solid 0.08em #eee;
       
  9439   border-radius: 0.1em; }
       
  9440 
       
  9441   .pull-right {
       
  9442     float: right; }
       
  9443 
       
  9444     .pull-left {
       
  9445       float: left; }
       
  9446 
       
  9447       .fa.pull-left {
       
  9448         margin-right: 0.3em; }
       
  9449         .fa.pull-right {
       
  9450           margin-left: 0.3em; }
       
  9451 .fa-spin {
       
  9452   -webkit-animation: spin 2s infinite linear;
       
  9453   -moz-animation: spin 2s infinite linear;
       
  9454   -o-animation: spin 2s infinite linear;
       
  9455   animation: spin 2s infinite linear; }
       
  9456 
       
  9457   @-moz-keyframes spin {
       
  9458     0% {
       
  9459       -moz-transform: rotate(0deg);   }
       
  9460       100% {
       
  9461         -moz-transform: rotate(359deg);   }
       
  9462 }
       
  9463 
       
  9464 @-webkit-keyframes spin {
       
  9465   0% {
       
  9466     -webkit-transform: rotate(0deg);   }
       
  9467     100% {
       
  9468       -webkit-transform: rotate(359deg);   }
       
  9469 }
       
  9470 
       
  9471 @-o-keyframes spin {
       
  9472   0% {
       
  9473     -o-transform: rotate(0deg);   }
       
  9474     100% {
       
  9475       -o-transform: rotate(359deg);   }
       
  9476 }
       
  9477 
       
  9478 @keyframes spin {
       
  9479   0% {
       
  9480     -webkit-transform: rotate(0deg);
       
  9481     transform: rotate(0deg);   }
       
  9482     100% {
       
  9483       -webkit-transform: rotate(359deg);
       
  9484       transform: rotate(359deg);   }
       
  9485 }
       
  9486 .fa-rotate-90 {
       
  9487   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
       
  9488   -webkit-transform: rotate(90deg);
       
  9489   -moz-transform: rotate(90deg);
       
  9490   -ms-transform: rotate(90deg);
       
  9491   -o-transform: rotate(90deg);
       
  9492   transform: rotate(90deg); }
       
  9493 
       
  9494   .fa-rotate-180 {
       
  9495     filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
       
  9496     -webkit-transform: rotate(180deg);
       
  9497     -moz-transform: rotate(180deg);
       
  9498     -ms-transform: rotate(180deg);
       
  9499     -o-transform: rotate(180deg);
       
  9500     transform: rotate(180deg); }
       
  9501 
       
  9502     .fa-rotate-270 {
       
  9503       filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
       
  9504       -webkit-transform: rotate(270deg);
       
  9505       -moz-transform: rotate(270deg);
       
  9506       -ms-transform: rotate(270deg);
       
  9507       -o-transform: rotate(270deg);
       
  9508       transform: rotate(270deg); }
       
  9509 
       
  9510       .fa-flip-horizontal {
       
  9511         filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
       
  9512         -webkit-transform: scale(-1, 1);
       
  9513         -moz-transform: scale(-1, 1);
       
  9514         -ms-transform: scale(-1, 1);
       
  9515         -o-transform: scale(-1, 1);
       
  9516         transform: scale(-1, 1); }
       
  9517 
       
  9518         .fa-flip-vertical {
       
  9519           filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
       
  9520           -webkit-transform: scale(1, -1);
       
  9521           -moz-transform: scale(1, -1);
       
  9522           -ms-transform: scale(1, -1);
       
  9523           -o-transform: scale(1, -1);
       
  9524           transform: scale(1, -1); }
       
  9525 .fa-stack {
  2869   position: relative;
  9526   position: relative;
  2870   left: 0;
       
  2871   display: block;
       
  2872   float: left;
       
  2873   margin: 0 10px 0 0;
       
  2874 }
       
  2875 .navbar .nav.pull-right {
       
  2876   float: right;
       
  2877 }
       
  2878 .navbar .nav > li {
       
  2879   display: block;
       
  2880   float: left;
       
  2881 }
       
  2882 .navbar .nav > li > a {
       
  2883   float: none;
       
  2884   padding: 10px 10px 11px;
       
  2885   line-height: 19px;
       
  2886   color: #999999;
       
  2887   text-decoration: none;
       
  2888   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
       
  2889 }
       
  2890 .navbar .nav > li > a:hover {
       
  2891   background-color: transparent;
       
  2892   color: #ffffff;
       
  2893   text-decoration: none;
       
  2894 }
       
  2895 .navbar .nav .active > a,
       
  2896 .navbar .nav .active > a:hover {
       
  2897   color: #ffffff;
       
  2898   text-decoration: none;
       
  2899   background-color: #222222;
       
  2900 }
       
  2901 .navbar .divider-vertical {
       
  2902   height: 40px;
       
  2903   width: 1px;
       
  2904   margin: 0 9px;
       
  2905   overflow: hidden;
       
  2906   background-color: #222222;
       
  2907   border-right: 1px solid #333333;
       
  2908 }
       
  2909 .navbar .nav.pull-right {
       
  2910   margin-left: 10px;
       
  2911   margin-right: 0;
       
  2912 }
       
  2913 .navbar .dropdown-menu {
       
  2914   margin-top: 1px;
       
  2915   -webkit-border-radius: 4px;
       
  2916   -moz-border-radius: 4px;
       
  2917   border-radius: 4px;
       
  2918 }
       
  2919 .navbar .dropdown-menu:before {
       
  2920   content: '';
       
  2921   display: inline-block;
  9527   display: inline-block;
  2922   border-left: 7px solid transparent;
  9528   width: 2em;
  2923   border-right: 7px solid transparent;
  9529   height: 2em;
  2924   border-bottom: 7px solid #ccc;
  9530   line-height: 2em;
  2925   border-bottom-color: rgba(0, 0, 0, 0.2);
  9531   vertical-align: middle; }
  2926   position: absolute;
  9532 
  2927   top: -7px;
  9533   .fa-stack-1x, .fa-stack-2x {
  2928   left: 9px;
  9534     position: absolute;
  2929 }
  9535     left: 0;
  2930 .navbar .dropdown-menu:after {
  9536     width: 100%;
  2931   content: '';
  9537     text-align: center; }
  2932   display: inline-block;
  9538 
  2933   border-left: 6px solid transparent;
  9539     .fa-stack-1x {
  2934   border-right: 6px solid transparent;
  9540       line-height: inherit; }
  2935   border-bottom: 6px solid #ffffff;
  9541 
  2936   position: absolute;
  9542       .fa-stack-2x {
  2937   top: -6px;
  9543         font-size: 2em; }
  2938   left: 10px;
  9544 
  2939 }
  9545         .fa-inverse {
  2940 .navbar .nav .dropdown-toggle .caret,
  9546           color: #fff; }
  2941 .navbar .nav .open.dropdown .caret {
  9547 
  2942   border-top-color: #ffffff;
  9548 .fa-glass:before {
  2943 }
  9549   content: "\f000"; }
  2944 .navbar .nav .active .caret {
  9550 
  2945   opacity: 1;
  9551   .fa-music:before {
  2946   filter: alpha(opacity=100);
  9552     content: "\f001"; }
  2947 }
  9553 
  2948 .navbar .nav .open > .dropdown-toggle,
  9554     .fa-search:before {
  2949 .navbar .nav .active > .dropdown-toggle,
  9555       content: "\f002"; }
  2950 .navbar .nav .open.active > .dropdown-toggle {
  9556 
  2951   background-color: transparent;
  9557       .fa-envelope-o:before {
  2952 }
  9558         content: "\f003"; }
  2953 .navbar .nav .active > .dropdown-toggle:hover {
  9559 
  2954   color: #ffffff;
  9560         .fa-heart:before {
  2955 }
  9561           content: "\f004"; }
  2956 .navbar .nav.pull-right .dropdown-menu {
  9562 
  2957   left: auto;
  9563           .fa-star:before {
  2958   right: 0;
  9564             content: "\f005"; }
  2959 }
  9565 
  2960 .navbar .nav.pull-right .dropdown-menu:before {
  9566             .fa-star-o:before {
  2961   left: auto;
  9567               content: "\f006"; }
  2962   right: 12px;
  9568 
  2963 }
  9569               .fa-user:before {
  2964 .navbar .nav.pull-right .dropdown-menu:after {
  9570                 content: "\f007"; }
  2965   left: auto;
  9571 
  2966   right: 13px;
  9572                 .fa-film:before {
  2967 }
  9573                   content: "\f008"; }
  2968 .breadcrumb {
  9574 
  2969   padding: 7px 14px;
  9575                   .fa-th-large:before {
  2970   margin: 0 0 18px;
  9576                     content: "\f009"; }
  2971   background-color: #fbfbfb;
  9577 
  2972   background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  9578                     .fa-th:before {
  2973   background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  9579                       content: "\f00a"; }
  2974   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  9580 
  2975   background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  9581                       .fa-th-list:before {
  2976   background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  9582                         content: "\f00b"; }
  2977   background-image: linear-gradient(top, #ffffff, #f5f5f5);
  9583 
  2978   background-repeat: repeat-x;
  9584                         .fa-check:before {
  2979   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  9585                           content: "\f00c"; }
  2980   border: 1px solid #ddd;
  9586 
  2981   -webkit-border-radius: 3px;
  9587                           .fa-times:before {
  2982   -moz-border-radius: 3px;
  9588                             content: "\f00d"; }
  2983   border-radius: 3px;
  9589 
  2984   -webkit-box-shadow: inset 0 1px 0 #ffffff;
  9590                             .fa-search-plus:before {
  2985   -moz-box-shadow: inset 0 1px 0 #ffffff;
  9591                               content: "\f00e"; }
  2986   box-shadow: inset 0 1px 0 #ffffff;
  9592 
  2987 }
  9593                               .fa-search-minus:before {
  2988 .breadcrumb li {
  9594                                 content: "\f010"; }
  2989   display: inline-block;
  9595 
  2990   text-shadow: 0 1px 0 #ffffff;
  9596                                 .fa-power-off:before {
  2991 }
  9597                                   content: "\f011"; }
  2992 .breadcrumb .divider {
  9598 
  2993   padding: 0 5px;
  9599                                   .fa-signal:before {
  2994   color: #999999;
  9600                                     content: "\f012"; }
  2995 }
  9601 
  2996 .breadcrumb .active a {
  9602                                     .fa-gear:before, .fa-cog:before {
  2997   color: #333333;
  9603                                       content: "\f013"; }
  2998 }
  9604 
  2999 .pagination {
  9605                                       .fa-trash-o:before {
  3000   height: 36px;
  9606                                         content: "\f014"; }
  3001   margin: 18px 0;
  9607 
  3002 }
  9608                                         .fa-home:before {
  3003 .pagination ul {
  9609                                           content: "\f015"; }
  3004   display: inline-block;
  9610 
  3005   *display: inline;
  9611                                           .fa-file-o:before {
  3006   /* IE7 inline-block hack */
  9612                                             content: "\f016"; }
  3007 
  9613 
  3008   *zoom: 1;
  9614                                             .fa-clock-o:before {
  3009   margin-left: 0;
  9615                                               content: "\f017"; }
  3010   margin-bottom: 0;
  9616 
  3011   -webkit-border-radius: 3px;
  9617                                               .fa-road:before {
  3012   -moz-border-radius: 3px;
  9618                                                 content: "\f018"; }
  3013   border-radius: 3px;
  9619 
  3014   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  9620                                                 .fa-download:before {
  3015   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  9621                                                   content: "\f019"; }
  3016   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  9622 
  3017 }
  9623                                                   .fa-arrow-circle-o-down:before {
  3018 .pagination li {
  9624                                                     content: "\f01a"; }
  3019   display: inline;
  9625 
  3020 }
  9626                                                     .fa-arrow-circle-o-up:before {
  3021 .pagination a {
  9627                                                       content: "\f01b"; }
  3022   float: left;
  9628 
  3023   padding: 0 14px;
  9629                                                       .fa-inbox:before {
  3024   line-height: 34px;
  9630                                                         content: "\f01c"; }
  3025   text-decoration: none;
  9631 
  3026   border: 1px solid #ddd;
  9632                                                         .fa-play-circle-o:before {
  3027   border-left-width: 0;
  9633                                                           content: "\f01d"; }
  3028 }
  9634 
  3029 .pagination a:hover,
  9635                                                           .fa-rotate-right:before, .fa-repeat:before {
  3030 .pagination .active a {
  9636                                                             content: "\f01e"; }
  3031   background-color: #f5f5f5;
  9637 
  3032 }
  9638                                                             .fa-refresh:before {
  3033 .pagination .active a {
  9639                                                               content: "\f021"; }
  3034   color: #999999;
  9640 
  3035   cursor: default;
  9641                                                               .fa-list-alt:before {
  3036 }
  9642                                                                 content: "\f022"; }
  3037 .pagination .disabled a,
  9643 
  3038 .pagination .disabled a:hover {
  9644                                                                 .fa-lock:before {
  3039   color: #999999;
  9645                                                                   content: "\f023"; }
  3040   background-color: transparent;
  9646 
  3041   cursor: default;
  9647                                                                   .fa-flag:before {
  3042 }
  9648                                                                     content: "\f024"; }
  3043 .pagination li:first-child a {
  9649 
  3044   border-left-width: 1px;
  9650                                                                     .fa-headphones:before {
  3045   -webkit-border-radius: 3px 0 0 3px;
  9651                                                                       content: "\f025"; }
  3046   -moz-border-radius: 3px 0 0 3px;
  9652 
  3047   border-radius: 3px 0 0 3px;
  9653                                                                       .fa-volume-off:before {
  3048 }
  9654                                                                         content: "\f026"; }
  3049 .pagination li:last-child a {
  9655 
  3050   -webkit-border-radius: 0 3px 3px 0;
  9656                                                                         .fa-volume-down:before {
  3051   -moz-border-radius: 0 3px 3px 0;
  9657                                                                           content: "\f027"; }
  3052   border-radius: 0 3px 3px 0;
  9658 
  3053 }
  9659                                                                           .fa-volume-up:before {
  3054 .pagination-centered {
  9660                                                                             content: "\f028"; }
  3055   text-align: center;
  9661 
  3056 }
  9662                                                                             .fa-qrcode:before {
  3057 .pagination-right {
  9663                                                                               content: "\f029"; }
  3058   text-align: right;
  9664 
  3059 }
  9665                                                                               .fa-barcode:before {
  3060 .pager {
  9666                                                                                 content: "\f02a"; }
  3061   margin-left: 0;
  9667 
  3062   margin-bottom: 18px;
  9668                                                                                 .fa-tag:before {
  3063   list-style: none;
  9669                                                                                   content: "\f02b"; }
  3064   text-align: center;
  9670 
  3065   *zoom: 1;
  9671                                                                                   .fa-tags:before {
  3066 }
  9672                                                                                     content: "\f02c"; }
  3067 .pager:before,
  9673 
  3068 .pager:after {
  9674                                                                                     .fa-book:before {
  3069   display: table;
  9675                                                                                       content: "\f02d"; }
  3070   content: "";
  9676 
  3071 }
  9677                                                                                       .fa-bookmark:before {
  3072 .pager:after {
  9678                                                                                         content: "\f02e"; }
  3073   clear: both;
  9679 
  3074 }
  9680                                                                                         .fa-print:before {
  3075 .pager li {
  9681                                                                                           content: "\f02f"; }
  3076   display: inline;
  9682 
  3077 }
  9683                                                                                           .fa-camera:before {
  3078 .pager a {
  9684                                                                                             content: "\f030"; }
  3079   display: inline-block;
  9685 
  3080   padding: 5px 14px;
  9686                                                                                             .fa-font:before {
  3081   background-color: #fff;
  9687                                                                                               content: "\f031"; }
  3082   border: 1px solid #ddd;
  9688 
  3083   -webkit-border-radius: 15px;
  9689                                                                                               .fa-bold:before {
  3084   -moz-border-radius: 15px;
  9690                                                                                                 content: "\f032"; }
  3085   border-radius: 15px;
  9691 
  3086 }
  9692                                                                                                 .fa-italic:before {
  3087 .pager a:hover {
  9693                                                                                                   content: "\f033"; }
  3088   text-decoration: none;
  9694 
  3089   background-color: #f5f5f5;
  9695                                                                                                   .fa-text-height:before {
  3090 }
  9696                                                                                                     content: "\f034"; }
  3091 .pager .next a {
  9697 
  3092   float: right;
  9698                                                                                                     .fa-text-width:before {
  3093 }
  9699                                                                                                       content: "\f035"; }
  3094 .pager .previous a {
  9700 
  3095   float: left;
  9701                                                                                                       .fa-align-left:before {
  3096 }
  9702                                                                                                         content: "\f036"; }
  3097 .modal-open .dropdown-menu {
  9703 
  3098   z-index: 2050;
  9704                                                                                                         .fa-align-center:before {
  3099 }
  9705                                                                                                           content: "\f037"; }
  3100 .modal-open .dropdown.open {
  9706 
  3101   *z-index: 2050;
  9707                                                                                                           .fa-align-right:before {
  3102 }
  9708                                                                                                             content: "\f038"; }
  3103 .modal-open .popover {
  9709 
  3104   z-index: 2060;
  9710                                                                                                             .fa-align-justify:before {
  3105 }
  9711                                                                                                               content: "\f039"; }
  3106 .modal-open .tooltip {
  9712 
  3107   z-index: 2070;
  9713                                                                                                               .fa-list:before {
  3108 }
  9714                                                                                                                 content: "\f03a"; }
  3109 .modal-backdrop {
  9715 
  3110   position: fixed;
  9716                                                                                                                 .fa-dedent:before, .fa-outdent:before {
  3111   top: 0;
  9717                                                                                                                   content: "\f03b"; }
  3112   right: 0;
  9718 
  3113   bottom: 0;
  9719                                                                                                                   .fa-indent:before {
  3114   left: 0;
  9720                                                                                                                     content: "\f03c"; }
  3115   z-index: 1040;
  9721 
  3116   background-color: #000000;
  9722                                                                                                                     .fa-video-camera:before {
  3117 }
  9723                                                                                                                       content: "\f03d"; }
  3118 .modal-backdrop.fade {
  9724 
  3119   opacity: 0;
  9725                                                                                                                       .fa-photo:before, .fa-image:before, .fa-picture-o:before {
  3120 }
  9726                                                                                                                         content: "\f03e"; }
  3121 .modal-backdrop,
  9727 
  3122 .modal-backdrop.fade.in {
  9728                                                                                                                         .fa-pencil:before {
  3123   opacity: 0.8;
  9729                                                                                                                           content: "\f040"; }
  3124   filter: alpha(opacity=80);
  9730 
  3125 }
  9731                                                                                                                           .fa-map-marker:before {
  3126 .modal {
  9732                                                                                                                             content: "\f041"; }
  3127   position: fixed;
  9733 
  3128   top: 50%;
  9734                                                                                                                             .fa-adjust:before {
  3129   left: 50%;
  9735                                                                                                                               content: "\f042"; }
  3130   z-index: 1050;
  9736 
  3131   max-height: 500px;
  9737                                                                                                                               .fa-tint:before {
  3132   overflow: auto;
  9738                                                                                                                                 content: "\f043"; }
  3133   width: 560px;
  9739 
  3134   margin: -250px 0 0 -280px;
  9740                                                                                                                                 .fa-edit:before, .fa-pencil-square-o:before {
  3135   background-color: #ffffff;
  9741                                                                                                                                   content: "\f044"; }
  3136   border: 1px solid #999;
  9742 
  3137   border: 1px solid rgba(0, 0, 0, 0.3);
  9743                                                                                                                                   .fa-share-square-o:before {
  3138   *border: 1px solid #999;
  9744                                                                                                                                     content: "\f045"; }
  3139   /* IE6-7 */
  9745 
  3140 
  9746                                                                                                                                     .fa-check-square-o:before {
  3141   -webkit-border-radius: 6px;
  9747                                                                                                                                       content: "\f046"; }
  3142   -moz-border-radius: 6px;
  9748 
  3143   border-radius: 6px;
  9749                                                                                                                                       .fa-arrows:before {
  3144   -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  9750                                                                                                                                         content: "\f047"; }
  3145   -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  9751 
  3146   box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  9752                                                                                                                                         .fa-step-backward:before {
  3147   -webkit-background-clip: padding-box;
  9753                                                                                                                                           content: "\f048"; }
  3148   -moz-background-clip: padding-box;
  9754 
  3149   background-clip: padding-box;
  9755                                                                                                                                           .fa-fast-backward:before {
  3150 }
  9756                                                                                                                                             content: "\f049"; }
  3151 .modal.fade {
  9757 
  3152   -webkit-transition: opacity .3s linear, top .3s ease-out;
  9758                                                                                                                                             .fa-backward:before {
  3153   -moz-transition: opacity .3s linear, top .3s ease-out;
  9759                                                                                                                                               content: "\f04a"; }
  3154   -ms-transition: opacity .3s linear, top .3s ease-out;
  9760 
  3155   -o-transition: opacity .3s linear, top .3s ease-out;
  9761                                                                                                                                               .fa-play:before {
  3156   transition: opacity .3s linear, top .3s ease-out;
  9762                                                                                                                                                 content: "\f04b"; }
  3157   top: -25%;
  9763 
  3158 }
  9764                                                                                                                                                 .fa-pause:before {
  3159 .modal.fade.in {
  9765                                                                                                                                                   content: "\f04c"; }
  3160   top: 50%;
  9766 
  3161 }
  9767                                                                                                                                                   .fa-stop:before {
  3162 .modal-header {
  9768                                                                                                                                                     content: "\f04d"; }
  3163   padding: 9px 15px 9px 15px;
  9769 
  3164 }
  9770                                                                                                                                                     .fa-forward:before {
  3165 .modal-header .close {
  9771                                                                                                                                                       content: "\f04e"; }
  3166   margin-top: 2px;
  9772 
  3167 }
  9773                                                                                                                                                       .fa-fast-forward:before {
  3168 
  9774                                                                                                                                                         content: "\f050"; }
  3169 .modal-body {
  9775 
  3170   padding: 15px 20px 30px 20px;
  9776                                                                                                                                                         .fa-step-forward:before {
  3171 }
  9777                                                                                                                                                           content: "\f051"; }
  3172 .modal-body .modal-form {
  9778 
  3173   margin-bottom: 0;
  9779                                                                                                                                                           .fa-eject:before {
  3174 }
  9780                                                                                                                                                             content: "\f052"; }
  3175 .modal-footer {
  9781 
  3176   padding: 14px 20px 15px;
  9782                                                                                                                                                             .fa-chevron-left:before {
  3177   margin-bottom: 0;
  9783                                                                                                                                                               content: "\f053"; }
  3178   background-color: #f5f5f5;
  9784 
  3179   border-top: 1px solid #ddd;
  9785                                                                                                                                                               .fa-chevron-right:before {
  3180   -webkit-border-radius: 0 0 6px 6px;
  9786                                                                                                                                                                 content: "\f054"; }
  3181   -moz-border-radius: 0 0 6px 6px;
  9787 
  3182   border-radius: 0 0 6px 6px;
  9788                                                                                                                                                                 .fa-plus-circle:before {
  3183   -webkit-box-shadow: inset 0 1px 0 #ffffff;
  9789                                                                                                                                                                   content: "\f055"; }
  3184   -moz-box-shadow: inset 0 1px 0 #ffffff;
  9790 
  3185   box-shadow: inset 0 1px 0 #ffffff;
  9791                                                                                                                                                                   .fa-minus-circle:before {
  3186   *zoom: 1;
  9792                                                                                                                                                                     content: "\f056"; }
  3187 }
  9793 
  3188 .modal-footer:before,
  9794                                                                                                                                                                     .fa-times-circle:before {
  3189 .modal-footer:after {
  9795                                                                                                                                                                       content: "\f057"; }
  3190   display: table;
  9796 
  3191   content: "";
  9797                                                                                                                                                                       .fa-check-circle:before {
  3192 }
  9798                                                                                                                                                                         content: "\f058"; }
  3193 .modal-footer:after {
  9799 
  3194   clear: both;
  9800                                                                                                                                                                         .fa-question-circle:before {
  3195 }
  9801                                                                                                                                                                           content: "\f059"; }
  3196 .modal-footer .btn {
  9802 
  3197   float: right;
  9803                                                                                                                                                                           .fa-info-circle:before {
  3198   margin-left: 5px;
  9804                                                                                                                                                                             content: "\f05a"; }
  3199   margin-bottom: 0;
  9805 
  3200 }
  9806                                                                                                                                                                             .fa-crosshairs:before {
  3201 .tooltip {
  9807                                                                                                                                                                               content: "\f05b"; }
  3202   position: absolute;
  9808 
  3203   z-index: 1020;
  9809                                                                                                                                                                               .fa-times-circle-o:before {
  3204   display: block;
  9810                                                                                                                                                                                 content: "\f05c"; }
  3205   visibility: visible;
  9811 
  3206   padding: 5px;
  9812                                                                                                                                                                                 .fa-check-circle-o:before {
  3207   font-size: 11px;
  9813                                                                                                                                                                                   content: "\f05d"; }
  3208   opacity: 0;
  9814 
  3209   filter: alpha(opacity=0);
  9815                                                                                                                                                                                   .fa-ban:before {
  3210 }
  9816                                                                                                                                                                                     content: "\f05e"; }
  3211 .tooltip.in {
  9817 
  3212   opacity: 0.8;
  9818                                                                                                                                                                                     .fa-arrow-left:before {
  3213   filter: alpha(opacity=80);
  9819                                                                                                                                                                                       content: "\f060"; }
  3214 }
  9820 
  3215 .tooltip.top {
  9821                                                                                                                                                                                       .fa-arrow-right:before {
  3216   margin-top: -2px;
  9822                                                                                                                                                                                         content: "\f061"; }
  3217 }
  9823 
  3218 .tooltip.right {
  9824                                                                                                                                                                                         .fa-arrow-up:before {
  3219   margin-left: 2px;
  9825                                                                                                                                                                                           content: "\f062"; }
  3220 }
  9826 
  3221 .tooltip.bottom {
  9827                                                                                                                                                                                           .fa-arrow-down:before {
  3222   margin-top: 2px;
  9828                                                                                                                                                                                             content: "\f063"; }
  3223 }
  9829 
  3224 .tooltip.left {
  9830                                                                                                                                                                                             .fa-mail-forward:before, .fa-share:before {
  3225   margin-left: -2px;
  9831                                                                                                                                                                                               content: "\f064"; }
  3226 }
  9832 
  3227 .tooltip.top .tooltip-arrow {
  9833                                                                                                                                                                                               .fa-expand:before {
  3228   bottom: 0;
  9834                                                                                                                                                                                                 content: "\f065"; }
  3229   left: 50%;
  9835 
  3230   margin-left: -5px;
  9836                                                                                                                                                                                                 .fa-compress:before {
  3231   border-left: 5px solid transparent;
  9837                                                                                                                                                                                                   content: "\f066"; }
  3232   border-right: 5px solid transparent;
  9838 
  3233   border-top: 5px solid #000000;
  9839                                                                                                                                                                                                   .fa-plus:before {
  3234 }
  9840                                                                                                                                                                                                     content: "\f067"; }
  3235 .tooltip.left .tooltip-arrow {
  9841 
  3236   top: 50%;
  9842                                                                                                                                                                                                     .fa-minus:before {
  3237   right: 0;
  9843                                                                                                                                                                                                       content: "\f068"; }
  3238   margin-top: -5px;
  9844 
  3239   border-top: 5px solid transparent;
  9845                                                                                                                                                                                                       .fa-asterisk:before {
  3240   border-bottom: 5px solid transparent;
  9846                                                                                                                                                                                                         content: "\f069"; }
  3241   border-left: 5px solid #000000;
  9847 
  3242 }
  9848                                                                                                                                                                                                         .fa-exclamation-circle:before {
  3243 .tooltip.bottom .tooltip-arrow {
  9849                                                                                                                                                                                                           content: "\f06a"; }
  3244   top: 0;
  9850 
  3245   left: 50%;
  9851                                                                                                                                                                                                           .fa-gift:before {
  3246   margin-left: -5px;
  9852                                                                                                                                                                                                             content: "\f06b"; }
  3247   border-left: 5px solid transparent;
  9853 
  3248   border-right: 5px solid transparent;
  9854                                                                                                                                                                                                             .fa-leaf:before {
  3249   border-bottom: 5px solid #000000;
  9855                                                                                                                                                                                                               content: "\f06c"; }
  3250 }
  9856 
  3251 .tooltip.right .tooltip-arrow {
  9857                                                                                                                                                                                                               .fa-fire:before {
  3252   top: 50%;
  9858                                                                                                                                                                                                                 content: "\f06d"; }
  3253   left: 0;
  9859 
  3254   margin-top: -5px;
  9860                                                                                                                                                                                                                 .fa-eye:before {
  3255   border-top: 5px solid transparent;
  9861                                                                                                                                                                                                                   content: "\f06e"; }
  3256   border-bottom: 5px solid transparent;
  9862 
  3257   border-right: 5px solid #000000;
  9863                                                                                                                                                                                                                   .fa-eye-slash:before {
  3258 }
  9864                                                                                                                                                                                                                     content: "\f070"; }
  3259 .tooltip-inner {
  9865 
  3260   max-width: 200px;
  9866                                                                                                                                                                                                                     .fa-warning:before, .fa-exclamation-triangle:before {
  3261   padding: 3px 8px;
  9867                                                                                                                                                                                                                       content: "\f071"; }
  3262   color: #ffffff;
  9868 
  3263   text-align: center;
  9869                                                                                                                                                                                                                       .fa-plane:before {
  3264   text-decoration: none;
  9870                                                                                                                                                                                                                         content: "\f072"; }
  3265   background-color: #000000;
  9871 
  3266   -webkit-border-radius: 4px;
  9872                                                                                                                                                                                                                         .fa-calendar:before {
  3267   -moz-border-radius: 4px;
  9873                                                                                                                                                                                                                           content: "\f073"; }
  3268   border-radius: 4px;
  9874 
  3269 }
  9875                                                                                                                                                                                                                           .fa-random:before {
  3270 .tooltip-arrow {
  9876                                                                                                                                                                                                                             content: "\f074"; }
  3271   position: absolute;
  9877 
  3272   width: 0;
  9878                                                                                                                                                                                                                             .fa-comment:before {
  3273   height: 0;
  9879                                                                                                                                                                                                                               content: "\f075"; }
  3274 }
  9880 
  3275 .popover {
  9881                                                                                                                                                                                                                               .fa-magnet:before {
  3276   position: absolute;
  9882                                                                                                                                                                                                                                 content: "\f076"; }
  3277   top: 0;
  9883 
  3278   left: 0;
  9884                                                                                                                                                                                                                                 .fa-chevron-up:before {
  3279   z-index: 1010;
  9885                                                                                                                                                                                                                                   content: "\f077"; }
  3280   display: none;
  9886 
  3281   padding: 5px;
  9887                                                                                                                                                                                                                                   .fa-chevron-down:before {
  3282 }
  9888                                                                                                                                                                                                                                     content: "\f078"; }
  3283 .popover.top {
  9889 
  3284   margin-top: -5px;
  9890                                                                                                                                                                                                                                     .fa-retweet:before {
  3285 }
  9891                                                                                                                                                                                                                                       content: "\f079"; }
  3286 .popover.right {
  9892 
  3287   margin-left: 5px;
  9893                                                                                                                                                                                                                                       .fa-shopping-cart:before {
  3288 }
  9894                                                                                                                                                                                                                                         content: "\f07a"; }
  3289 .popover.bottom {
  9895 
  3290   margin-top: 5px;
  9896                                                                                                                                                                                                                                         .fa-folder:before {
  3291 }
  9897                                                                                                                                                                                                                                           content: "\f07b"; }
  3292 .popover.left {
  9898 
  3293   margin-left: -5px;
  9899                                                                                                                                                                                                                                           .fa-folder-open:before {
  3294 }
  9900                                                                                                                                                                                                                                             content: "\f07c"; }
  3295 .popover.top .arrow {
  9901 
  3296   bottom: 0;
  9902                                                                                                                                                                                                                                             .fa-arrows-v:before {
  3297   left: 50%;
  9903                                                                                                                                                                                                                                               content: "\f07d"; }
  3298   margin-left: -5px;
  9904 
  3299   border-left: 5px solid transparent;
  9905                                                                                                                                                                                                                                               .fa-arrows-h:before {
  3300   border-right: 5px solid transparent;
  9906                                                                                                                                                                                                                                                 content: "\f07e"; }
  3301   border-top: 5px solid #000000;
  9907 
  3302 }
  9908                                                                                                                                                                                                                                                 .fa-bar-chart-o:before {
  3303 .popover.right .arrow {
  9909                                                                                                                                                                                                                                                   content: "\f080"; }
  3304   top: 50%;
  9910 
  3305   left: 0;
  9911                                                                                                                                                                                                                                                   .fa-twitter-square:before {
  3306   margin-top: -5px;
  9912                                                                                                                                                                                                                                                     content: "\f081"; }
  3307   border-top: 5px solid transparent;
  9913 
  3308   border-bottom: 5px solid transparent;
  9914                                                                                                                                                                                                                                                     .fa-facebook-square:before {
  3309   border-right: 5px solid #000000;
  9915                                                                                                                                                                                                                                                       content: "\f082"; }
  3310 }
  9916 
  3311 .popover.bottom .arrow {
  9917                                                                                                                                                                                                                                                       .fa-camera-retro:before {
  3312   top: 0;
  9918                                                                                                                                                                                                                                                         content: "\f083"; }
  3313   left: 50%;
  9919 
  3314   margin-left: -5px;
  9920                                                                                                                                                                                                                                                         .fa-key:before {
  3315   border-left: 5px solid transparent;
  9921                                                                                                                                                                                                                                                           content: "\f084"; }
  3316   border-right: 5px solid transparent;
  9922 
  3317   border-bottom: 5px solid #000000;
  9923                                                                                                                                                                                                                                                           .fa-gears:before, .fa-cogs:before {
  3318 }
  9924                                                                                                                                                                                                                                                             content: "\f085"; }
  3319 .popover.left .arrow {
  9925 
  3320   top: 50%;
  9926                                                                                                                                                                                                                                                             .fa-comments:before {
  3321   right: 0;
  9927                                                                                                                                                                                                                                                               content: "\f086"; }
  3322   margin-top: -5px;
  9928 
  3323   border-top: 5px solid transparent;
  9929                                                                                                                                                                                                                                                               .fa-thumbs-o-up:before {
  3324   border-bottom: 5px solid transparent;
  9930                                                                                                                                                                                                                                                                 content: "\f087"; }
  3325   border-left: 5px solid #000000;
  9931 
  3326 }
  9932                                                                                                                                                                                                                                                                 .fa-thumbs-o-down:before {
  3327 .popover .arrow {
  9933                                                                                                                                                                                                                                                                   content: "\f088"; }
  3328   position: absolute;
  9934 
  3329   width: 0;
  9935                                                                                                                                                                                                                                                                   .fa-star-half:before {
  3330   height: 0;
  9936                                                                                                                                                                                                                                                                     content: "\f089"; }
  3331 }
  9937 
  3332 .popover-inner {
  9938                                                                                                                                                                                                                                                                     .fa-heart-o:before {
  3333   padding: 3px;
  9939                                                                                                                                                                                                                                                                       content: "\f08a"; }
  3334   width: 280px;
  9940 
  3335   overflow: hidden;
  9941                                                                                                                                                                                                                                                                       .fa-sign-out:before {
  3336   background: #000000;
  9942                                                                                                                                                                                                                                                                         content: "\f08b"; }
  3337   background: rgba(0, 0, 0, 0.8);
  9943 
  3338   -webkit-border-radius: 6px;
  9944                                                                                                                                                                                                                                                                         .fa-linkedin-square:before {
  3339   -moz-border-radius: 6px;
  9945                                                                                                                                                                                                                                                                           content: "\f08c"; }
  3340   border-radius: 6px;
  9946 
  3341   -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  9947                                                                                                                                                                                                                                                                           .fa-thumb-tack:before {
  3342   -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  9948                                                                                                                                                                                                                                                                             content: "\f08d"; }
  3343   box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  9949 
  3344 }
  9950                                                                                                                                                                                                                                                                             .fa-external-link:before {
  3345 .popover-title {
  9951                                                                                                                                                                                                                                                                               content: "\f08e"; }
  3346   padding: 9px 15px;
  9952 
  3347   line-height: 1;
  9953                                                                                                                                                                                                                                                                               .fa-sign-in:before {
  3348   background-color: #f5f5f5;
  9954                                                                                                                                                                                                                                                                                 content: "\f090"; }
  3349   border-bottom: 1px solid #eee;
  9955 
  3350   -webkit-border-radius: 3px 3px 0 0;
  9956                                                                                                                                                                                                                                                                                 .fa-trophy:before {
  3351   -moz-border-radius: 3px 3px 0 0;
  9957                                                                                                                                                                                                                                                                                   content: "\f091"; }
  3352   border-radius: 3px 3px 0 0;
  9958 
  3353 }
  9959                                                                                                                                                                                                                                                                                   .fa-github-square:before {
  3354 .popover-content {
  9960                                                                                                                                                                                                                                                                                     content: "\f092"; }
  3355   padding: 14px;
  9961 
  3356   background-color: #ffffff;
  9962                                                                                                                                                                                                                                                                                     .fa-upload:before {
  3357   -webkit-border-radius: 0 0 3px 3px;
  9963                                                                                                                                                                                                                                                                                       content: "\f093"; }
  3358   -moz-border-radius: 0 0 3px 3px;
  9964 
  3359   border-radius: 0 0 3px 3px;
  9965                                                                                                                                                                                                                                                                                       .fa-lemon-o:before {
  3360   -webkit-background-clip: padding-box;
  9966                                                                                                                                                                                                                                                                                         content: "\f094"; }
  3361   -moz-background-clip: padding-box;
  9967 
  3362   background-clip: padding-box;
  9968                                                                                                                                                                                                                                                                                         .fa-phone:before {
  3363 }
  9969                                                                                                                                                                                                                                                                                           content: "\f095"; }
  3364 .popover-content p,
  9970 
  3365 .popover-content ul,
  9971                                                                                                                                                                                                                                                                                           .fa-square-o:before {
  3366 .popover-content ol {
  9972                                                                                                                                                                                                                                                                                             content: "\f096"; }
  3367   margin-bottom: 0;
  9973 
  3368 }
  9974                                                                                                                                                                                                                                                                                             .fa-bookmark-o:before {
  3369 .thumbnails {
  9975                                                                                                                                                                                                                                                                                               content: "\f097"; }
  3370   margin-left: -20px;
  9976 
  3371   list-style: none;
  9977                                                                                                                                                                                                                                                                                               .fa-phone-square:before {
  3372   *zoom: 1;
  9978                                                                                                                                                                                                                                                                                                 content: "\f098"; }
  3373 }
  9979 
  3374 .thumbnails:before,
  9980                                                                                                                                                                                                                                                                                                 .fa-twitter:before {
  3375 .thumbnails:after {
  9981                                                                                                                                                                                                                                                                                                   content: "\f099"; }
  3376   display: table;
  9982 
  3377   content: "";
  9983                                                                                                                                                                                                                                                                                                   .fa-facebook:before {
  3378 }
  9984                                                                                                                                                                                                                                                                                                     content: "\f09a"; }
  3379 .thumbnails:after {
  9985 
  3380   clear: both;
  9986                                                                                                                                                                                                                                                                                                     .fa-github:before {
  3381 }
  9987                                                                                                                                                                                                                                                                                                       content: "\f09b"; }
  3382 .thumbnails > li {
  9988 
  3383   float: left;
  9989                                                                                                                                                                                                                                                                                                       .fa-unlock:before {
  3384   margin: 0 0 18px 20px;
  9990                                                                                                                                                                                                                                                                                                         content: "\f09c"; }
  3385 }
  9991 
  3386 .thumbnail {
  9992                                                                                                                                                                                                                                                                                                         .fa-credit-card:before {
  3387   display: block;
  9993                                                                                                                                                                                                                                                                                                           content: "\f09d"; }
  3388   padding: 4px;
  9994 
  3389   line-height: 1;
  9995                                                                                                                                                                                                                                                                                                           .fa-rss:before {
  3390   border: 1px solid #ddd;
  9996                                                                                                                                                                                                                                                                                                             content: "\f09e"; }
  3391   -webkit-border-radius: 4px;
  9997 
  3392   -moz-border-radius: 4px;
  9998                                                                                                                                                                                                                                                                                                             .fa-hdd-o:before {
  3393   border-radius: 4px;
  9999                                                                                                                                                                                                                                                                                                               content: "\f0a0"; }
  3394   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
 10000 
  3395   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
 10001                                                                                                                                                                                                                                                                                                               .fa-bullhorn:before {
  3396   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
 10002                                                                                                                                                                                                                                                                                                                 content: "\f0a1"; }
  3397 }
 10003 
  3398 a.thumbnail:hover {
 10004                                                                                                                                                                                                                                                                                                                 .fa-bell:before {
  3399   border-color: #0088cc;
 10005                                                                                                                                                                                                                                                                                                                   content: "\f0f3"; }
  3400   -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
 10006 
  3401   -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
 10007                                                                                                                                                                                                                                                                                                                   .fa-certificate:before {
  3402   box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
 10008                                                                                                                                                                                                                                                                                                                     content: "\f0a3"; }
  3403 }
 10009 
  3404 .thumbnail > img {
 10010                                                                                                                                                                                                                                                                                                                     .fa-hand-o-right:before {
  3405   display: block;
 10011                                                                                                                                                                                                                                                                                                                       content: "\f0a4"; }
  3406   max-width: 100%;
 10012 
  3407   margin-left: auto;
 10013                                                                                                                                                                                                                                                                                                                       .fa-hand-o-left:before {
  3408   margin-right: auto;
 10014                                                                                                                                                                                                                                                                                                                         content: "\f0a5"; }
  3409 }
 10015 
  3410 .thumbnail .caption {
 10016                                                                                                                                                                                                                                                                                                                         .fa-hand-o-up:before {
  3411   padding: 9px;
 10017                                                                                                                                                                                                                                                                                                                           content: "\f0a6"; }
  3412 }
 10018 
  3413 .label {
 10019                                                                                                                                                                                                                                                                                                                           .fa-hand-o-down:before {
  3414   padding: 2px 4px 3px;
 10020                                                                                                                                                                                                                                                                                                                             content: "\f0a7"; }
  3415   font-size: 11.049999999999999px;
 10021 
  3416   font-weight: bold;
 10022                                                                                                                                                                                                                                                                                                                             .fa-arrow-circle-left:before {
  3417   color: #ffffff;
 10023                                                                                                                                                                                                                                                                                                                               content: "\f0a8"; }
  3418   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 10024 
  3419   background-color: #999999;
 10025                                                                                                                                                                                                                                                                                                                               .fa-arrow-circle-right:before {
  3420   -webkit-border-radius: 3px;
 10026                                                                                                                                                                                                                                                                                                                                 content: "\f0a9"; }
  3421   -moz-border-radius: 3px;
 10027 
  3422   border-radius: 3px;
 10028                                                                                                                                                                                                                                                                                                                                 .fa-arrow-circle-up:before {
  3423 }
 10029                                                                                                                                                                                                                                                                                                                                   content: "\f0aa"; }
  3424 .label:hover {
 10030 
  3425   color: #ffffff;
 10031                                                                                                                                                                                                                                                                                                                                   .fa-arrow-circle-down:before {
  3426   text-decoration: none;
 10032                                                                                                                                                                                                                                                                                                                                     content: "\f0ab"; }
  3427 }
 10033 
  3428 .label-important {
 10034                                                                                                                                                                                                                                                                                                                                     .fa-globe:before {
  3429   background-color: #b94a48;
 10035                                                                                                                                                                                                                                                                                                                                       content: "\f0ac"; }
  3430 }
 10036 
  3431 .label-important:hover {
 10037                                                                                                                                                                                                                                                                                                                                       .fa-wrench:before {
  3432   background-color: #953b39;
 10038                                                                                                                                                                                                                                                                                                                                         content: "\f0ad"; }
  3433 }
 10039 
  3434 .label-warning {
 10040                                                                                                                                                                                                                                                                                                                                         .fa-tasks:before {
  3435   background-color: #f89406;
 10041                                                                                                                                                                                                                                                                                                                                           content: "\f0ae"; }
  3436 }
 10042 
  3437 .label-warning:hover {
 10043                                                                                                                                                                                                                                                                                                                                           .fa-filter:before {
  3438   background-color: #c67605;
 10044                                                                                                                                                                                                                                                                                                                                             content: "\f0b0"; }
  3439 }
 10045 
  3440 .label-success {
 10046                                                                                                                                                                                                                                                                                                                                             .fa-briefcase:before {
  3441   background-color: #468847;
 10047                                                                                                                                                                                                                                                                                                                                               content: "\f0b1"; }
  3442 }
 10048 
  3443 .label-success:hover {
 10049                                                                                                                                                                                                                                                                                                                                               .fa-arrows-alt:before {
  3444   background-color: #356635;
 10050                                                                                                                                                                                                                                                                                                                                                 content: "\f0b2"; }
  3445 }
 10051 
  3446 .label-info {
 10052                                                                                                                                                                                                                                                                                                                                                 .fa-group:before, .fa-users:before {
  3447   background-color: #3a87ad;
 10053                                                                                                                                                                                                                                                                                                                                                   content: "\f0c0"; }
  3448 }
 10054 
  3449 .label-info:hover {
 10055                                                                                                                                                                                                                                                                                                                                                   .fa-chain:before, .fa-link:before {
  3450   background-color: #2d6987;
 10056                                                                                                                                                                                                                                                                                                                                                     content: "\f0c1"; }
  3451 }
 10057 
  3452 @-webkit-keyframes progress-bar-stripes {
 10058                                                                                                                                                                                                                                                                                                                                                     .fa-cloud:before {
  3453   from {
 10059                                                                                                                                                                                                                                                                                                                                                       content: "\f0c2"; }
  3454     background-position: 0 0;
 10060 
  3455   }
 10061                                                                                                                                                                                                                                                                                                                                                       .fa-flask:before {
  3456   to {
 10062                                                                                                                                                                                                                                                                                                                                                         content: "\f0c3"; }
  3457     background-position: 40px 0;
 10063 
  3458   }
 10064                                                                                                                                                                                                                                                                                                                                                         .fa-cut:before, .fa-scissors:before {
  3459 }
 10065                                                                                                                                                                                                                                                                                                                                                           content: "\f0c4"; }
  3460 @-moz-keyframes progress-bar-stripes {
 10066 
  3461   from {
 10067                                                                                                                                                                                                                                                                                                                                                           .fa-copy:before, .fa-files-o:before {
  3462     background-position: 0 0;
 10068                                                                                                                                                                                                                                                                                                                                                             content: "\f0c5"; }
  3463   }
 10069 
  3464   to {
 10070                                                                                                                                                                                                                                                                                                                                                             .fa-paperclip:before {
  3465     background-position: 40px 0;
 10071                                                                                                                                                                                                                                                                                                                                                               content: "\f0c6"; }
  3466   }
 10072 
  3467 }
 10073                                                                                                                                                                                                                                                                                                                                                               .fa-save:before, .fa-floppy-o:before {
  3468 @keyframes progress-bar-stripes {
 10074                                                                                                                                                                                                                                                                                                                                                                 content: "\f0c7"; }
  3469   from {
 10075 
  3470     background-position: 0 0;
 10076                                                                                                                                                                                                                                                                                                                                                                 .fa-square:before {
  3471   }
 10077                                                                                                                                                                                                                                                                                                                                                                   content: "\f0c8"; }
  3472   to {
 10078 
  3473     background-position: 40px 0;
 10079                                                                                                                                                                                                                                                                                                                                                                   .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  3474   }
 10080                                                                                                                                                                                                                                                                                                                                                                     content: "\f0c9"; }
  3475 }
 10081 
  3476 .progress {
 10082                                                                                                                                                                                                                                                                                                                                                                     .fa-list-ul:before {
  3477   overflow: hidden;
 10083                                                                                                                                                                                                                                                                                                                                                                       content: "\f0ca"; }
  3478   height: 18px;
 10084 
  3479   margin-bottom: 18px;
 10085                                                                                                                                                                                                                                                                                                                                                                       .fa-list-ol:before {
  3480   background-color: #f7f7f7;
 10086                                                                                                                                                                                                                                                                                                                                                                         content: "\f0cb"; }
  3481   background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
 10087 
  3482   background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
 10088                                                                                                                                                                                                                                                                                                                                                                         .fa-strikethrough:before {
  3483   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
 10089                                                                                                                                                                                                                                                                                                                                                                           content: "\f0cc"; }
  3484   background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
 10090 
  3485   background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
 10091                                                                                                                                                                                                                                                                                                                                                                           .fa-underline:before {
  3486   background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
 10092                                                                                                                                                                                                                                                                                                                                                                             content: "\f0cd"; }
  3487   background-repeat: repeat-x;
 10093 
  3488   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
 10094                                                                                                                                                                                                                                                                                                                                                                             .fa-table:before {
  3489   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
 10095                                                                                                                                                                                                                                                                                                                                                                               content: "\f0ce"; }
  3490   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
 10096 
  3491   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
 10097                                                                                                                                                                                                                                                                                                                                                                               .fa-magic:before {
  3492   -webkit-border-radius: 4px;
 10098                                                                                                                                                                                                                                                                                                                                                                                 content: "\f0d0"; }
  3493   -moz-border-radius: 4px;
 10099 
  3494   border-radius: 4px;
 10100                                                                                                                                                                                                                                                                                                                                                                                 .fa-truck:before {
  3495 }
 10101                                                                                                                                                                                                                                                                                                                                                                                   content: "\f0d1"; }
  3496 .progress .bar {
 10102 
  3497   width: 0%;
 10103                                                                                                                                                                                                                                                                                                                                                                                   .fa-pinterest:before {
  3498   height: 18px;
 10104                                                                                                                                                                                                                                                                                                                                                                                     content: "\f0d2"; }
  3499   color: #ffffff;
 10105 
  3500   font-size: 12px;
 10106                                                                                                                                                                                                                                                                                                                                                                                     .fa-pinterest-square:before {
  3501   text-align: center;
 10107                                                                                                                                                                                                                                                                                                                                                                                       content: "\f0d3"; }
  3502   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 10108 
  3503   background-color: #0e90d2;
 10109                                                                                                                                                                                                                                                                                                                                                                                       .fa-google-plus-square:before {
  3504   background-image: -moz-linear-gradient(top, #149bdf, #0480be);
 10110                                                                                                                                                                                                                                                                                                                                                                                         content: "\f0d4"; }
  3505   background-image: -ms-linear-gradient(top, #149bdf, #0480be);
 10111 
  3506   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
 10112                                                                                                                                                                                                                                                                                                                                                                                         .fa-google-plus:before {
  3507   background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
 10113                                                                                                                                                                                                                                                                                                                                                                                           content: "\f0d5"; }
  3508   background-image: -o-linear-gradient(top, #149bdf, #0480be);
 10114 
  3509   background-image: linear-gradient(top, #149bdf, #0480be);
 10115                                                                                                                                                                                                                                                                                                                                                                                           .fa-money:before {
  3510   background-repeat: repeat-x;
 10116                                                                                                                                                                                                                                                                                                                                                                                             content: "\f0d6"; }
  3511   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
 10117 
  3512   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
 10118                                                                                                                                                                                                                                                                                                                                                                                             .fa-caret-down:before {
  3513   -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
 10119                                                                                                                                                                                                                                                                                                                                                                                               content: "\f0d7"; }
  3514   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
 10120 
  3515   -webkit-box-sizing: border-box;
 10121                                                                                                                                                                                                                                                                                                                                                                                               .fa-caret-up:before {
  3516   -moz-box-sizing: border-box;
 10122                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f0d8"; }
  3517   box-sizing: border-box;
 10123 
  3518   -webkit-transition: width 0.6s ease;
 10124                                                                                                                                                                                                                                                                                                                                                                                                 .fa-caret-left:before {
  3519   -moz-transition: width 0.6s ease;
 10125                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f0d9"; }
  3520   -ms-transition: width 0.6s ease;
 10126 
  3521   -o-transition: width 0.6s ease;
 10127                                                                                                                                                                                                                                                                                                                                                                                                   .fa-caret-right:before {
  3522   transition: width 0.6s ease;
 10128                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f0da"; }
  3523 }
 10129 
  3524 .progress-striped .bar {
 10130                                                                                                                                                                                                                                                                                                                                                                                                     .fa-columns:before {
  3525   background-color: #62c462;
 10131                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f0db"; }
  3526   background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
 10132 
  3527   background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10133                                                                                                                                                                                                                                                                                                                                                                                                       .fa-unsorted:before, .fa-sort:before {
  3528   background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10134                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f0dc"; }
  3529   background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10135 
  3530   background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10136                                                                                                                                                                                                                                                                                                                                                                                                         .fa-sort-down:before, .fa-sort-desc:before {
  3531   background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10137                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f0dd"; }
  3532   -webkit-background-size: 40px 40px;
 10138 
  3533   -moz-background-size: 40px 40px;
 10139                                                                                                                                                                                                                                                                                                                                                                                                           .fa-sort-up:before, .fa-sort-asc:before {
  3534   -o-background-size: 40px 40px;
 10140                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f0de"; }
  3535   background-size: 40px 40px;
 10141 
  3536 }
 10142                                                                                                                                                                                                                                                                                                                                                                                                             .fa-envelope:before {
  3537 .progress.active .bar {
 10143                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f0e0"; }
  3538   -webkit-animation: progress-bar-stripes 2s linear infinite;
 10144 
  3539   -moz-animation: progress-bar-stripes 2s linear infinite;
 10145                                                                                                                                                                                                                                                                                                                                                                                                               .fa-linkedin:before {
  3540   animation: progress-bar-stripes 2s linear infinite;
 10146                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f0e1"; }
  3541 }
 10147 
  3542 .progress-danger .bar {
 10148                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-rotate-left:before, .fa-undo:before {
  3543   background-color: #dd514c;
 10149                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f0e2"; }
  3544   background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
 10150 
  3545   background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
 10151                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-legal:before, .fa-gavel:before {
  3546   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
 10152                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f0e3"; }
  3547   background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
 10153 
  3548   background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
 10154                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-dashboard:before, .fa-tachometer:before {
  3549   background-image: linear-gradient(top, #ee5f5b, #c43c35);
 10155                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f0e4"; }
  3550   background-repeat: repeat-x;
 10156 
  3551   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
 10157                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-comment-o:before {
  3552 }
 10158                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f0e5"; }
  3553 .progress-danger.progress-striped .bar {
 10159 
  3554   background-color: #ee5f5b;
 10160                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-comments-o:before {
  3555   background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
 10161                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f0e6"; }
  3556   background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10162 
  3557   background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10163                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-flash:before, .fa-bolt:before {
  3558   background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10164                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f0e7"; }
  3559   background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10165 
  3560   background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10166                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-sitemap:before {
  3561 }
 10167                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f0e8"; }
  3562 .progress-success .bar {
 10168 
  3563   background-color: #5eb95e;
 10169                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-umbrella:before {
  3564   background-image: -moz-linear-gradient(top, #62c462, #57a957);
 10170                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f0e9"; }
  3565   background-image: -ms-linear-gradient(top, #62c462, #57a957);
 10171 
  3566   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
 10172                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-paste:before, .fa-clipboard:before {
  3567   background-image: -webkit-linear-gradient(top, #62c462, #57a957);
 10173                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f0ea"; }
  3568   background-image: -o-linear-gradient(top, #62c462, #57a957);
 10174 
  3569   background-image: linear-gradient(top, #62c462, #57a957);
 10175                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-lightbulb-o:before {
  3570   background-repeat: repeat-x;
 10176                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f0eb"; }
  3571   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
 10177 
  3572 }
 10178                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-exchange:before {
  3573 .progress-success.progress-striped .bar {
 10179                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f0ec"; }
  3574   background-color: #62c462;
 10180 
  3575   background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
 10181                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-cloud-download:before {
  3576   background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10182                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f0ed"; }
  3577   background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10183 
  3578   background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10184                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-cloud-upload:before {
  3579   background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10185                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f0ee"; }
  3580   background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10186 
  3581 }
 10187                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-user-md:before {
  3582 .progress-info .bar {
 10188                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f0f0"; }
  3583   background-color: #4bb1cf;
 10189 
  3584   background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
 10190                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-stethoscope:before {
  3585   background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
 10191                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f0f1"; }
  3586   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
 10192 
  3587   background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
 10193                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-suitcase:before {
  3588   background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
 10194                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f0f2"; }
  3589   background-image: linear-gradient(top, #5bc0de, #339bb9);
 10195 
  3590   background-repeat: repeat-x;
 10196                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-bell-o:before {
  3591   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
 10197                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f0a2"; }
  3592 }
 10198 
  3593 .progress-info.progress-striped .bar {
 10199                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-coffee:before {
  3594   background-color: #5bc0de;
 10200                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f0f4"; }
  3595   background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
 10201 
  3596   background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10202                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-cutlery:before {
  3597   background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10203                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f0f5"; }
  3598   background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10204 
  3599   background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10205                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-file-text-o:before {
  3600   background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 10206                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f0f6"; }
  3601 }
 10207 
  3602 .accordion {
 10208                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-building-o:before {
  3603   margin-bottom: 18px;
 10209                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f0f7"; }
  3604 }
 10210 
  3605 .accordion-group {
 10211                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-hospital-o:before {
  3606   margin-bottom: 2px;
 10212                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f0f8"; }
  3607   border: 1px solid #e5e5e5;
 10213 
  3608   -webkit-border-radius: 4px;
 10214                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-ambulance:before {
  3609   -moz-border-radius: 4px;
 10215                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f0f9"; }
  3610   border-radius: 4px;
 10216 
  3611 }
 10217                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-medkit:before {
  3612 .accordion-heading {
 10218                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f0fa"; }
  3613   border-bottom: 0;
 10219 
  3614 }
 10220                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-fighter-jet:before {
  3615 .accordion-heading .accordion-toggle {
 10221                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f0fb"; }
  3616   display: block;
 10222 
  3617   padding: 8px 15px;
 10223                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-beer:before {
  3618 }
 10224                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f0fc"; }
  3619 .accordion-inner {
 10225 
  3620   padding: 9px 15px;
 10226                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-h-square:before {
  3621   border-top: 1px solid #e5e5e5;
 10227                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f0fd"; }
  3622 }
 10228 
  3623 .carousel {
 10229                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-plus-square:before {
  3624   position: relative;
 10230                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f0fe"; }
  3625   margin-bottom: 18px;
 10231 
  3626   line-height: 1;
 10232                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-angle-double-left:before {
  3627 }
 10233                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f100"; }
  3628 .carousel-inner {
 10234 
  3629   overflow: hidden;
 10235                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-angle-double-right:before {
  3630   width: 100%;
 10236                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f101"; }
  3631   position: relative;
 10237 
  3632 }
 10238                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-angle-double-up:before {
  3633 .carousel .item {
 10239                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f102"; }
  3634   display: none;
 10240 
  3635   position: relative;
 10241                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-angle-double-down:before {
  3636   -webkit-transition: 0.6s ease-in-out left;
 10242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f103"; }
  3637   -moz-transition: 0.6s ease-in-out left;
 10243 
  3638   -ms-transition: 0.6s ease-in-out left;
 10244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-angle-left:before {
  3639   -o-transition: 0.6s ease-in-out left;
 10245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f104"; }
  3640   transition: 0.6s ease-in-out left;
 10246 
  3641 }
 10247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-angle-right:before {
  3642 .carousel .item > img {
 10248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f105"; }
  3643   display: block;
 10249 
  3644   line-height: 1;
 10250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-angle-up:before {
  3645 }
 10251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f106"; }
  3646 .carousel .active,
 10252 
  3647 .carousel .next,
 10253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-angle-down:before {
  3648 .carousel .prev {
 10254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f107"; }
  3649   display: block;
 10255 
  3650 }
 10256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-desktop:before {
  3651 .carousel .active {
 10257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f108"; }
  3652   left: 0;
 10258 
  3653 }
 10259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-laptop:before {
  3654 .carousel .next,
 10260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f109"; }
  3655 .carousel .prev {
 10261 
  3656   position: absolute;
 10262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-tablet:before {
  3657   top: 0;
 10263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f10a"; }
  3658   width: 100%;
 10264 
  3659 }
 10265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-mobile-phone:before, .fa-mobile:before {
  3660 .carousel .next {
 10266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f10b"; }
  3661   left: 100%;
 10267 
  3662 }
 10268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-circle-o:before {
  3663 .carousel .prev {
 10269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f10c"; }
  3664   left: -100%;
 10270 
  3665 }
 10271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-quote-left:before {
  3666 .carousel .next.left,
 10272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f10d"; }
  3667 .carousel .prev.right {
 10273 
  3668   left: 0;
 10274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-quote-right:before {
  3669 }
 10275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f10e"; }
  3670 .carousel .active.left {
 10276 
  3671   left: -100%;
 10277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-spinner:before {
  3672 }
 10278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f110"; }
  3673 .carousel .active.right {
 10279 
  3674   left: 100%;
 10280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-circle:before {
  3675 }
 10281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f111"; }
  3676 .carousel-control {
 10282 
  3677   position: absolute;
 10283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-mail-reply:before, .fa-reply:before {
  3678   top: 40%;
 10284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f112"; }
  3679   left: 15px;
 10285 
  3680   width: 40px;
 10286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-github-alt:before {
  3681   height: 40px;
 10287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f113"; }
  3682   margin-top: -20px;
 10288 
  3683   font-size: 60px;
 10289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-folder-o:before {
  3684   font-weight: 100;
 10290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f114"; }
  3685   line-height: 30px;
 10291 
  3686   color: #ffffff;
 10292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-folder-open-o:before {
  3687   text-align: center;
 10293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f115"; }
  3688   background: #222222;
 10294 
  3689   border: 3px solid #ffffff;
 10295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-smile-o:before {
  3690   -webkit-border-radius: 23px;
 10296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f118"; }
  3691   -moz-border-radius: 23px;
 10297 
  3692   border-radius: 23px;
 10298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-frown-o:before {
  3693   opacity: 0.5;
 10299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f119"; }
  3694   filter: alpha(opacity=50);
 10300 
  3695 }
 10301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-meh-o:before {
  3696 .carousel-control.right {
 10302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f11a"; }
  3697   left: auto;
 10303 
  3698   right: 15px;
 10304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-gamepad:before {
  3699 }
 10305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f11b"; }
  3700 .carousel-control:hover {
 10306 
  3701   color: #ffffff;
 10307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-keyboard-o:before {
  3702   text-decoration: none;
 10308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f11c"; }
  3703   opacity: 0.9;
 10309 
  3704   filter: alpha(opacity=90);
 10310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-flag-o:before {
  3705 }
 10311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f11d"; }
  3706 .carousel-caption {
 10312 
  3707   position: absolute;
 10313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-flag-checkered:before {
  3708   left: 0;
 10314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f11e"; }
  3709   right: 0;
 10315 
  3710   bottom: 0;
 10316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-terminal:before {
  3711   padding: 10px 15px 5px;
 10317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f120"; }
  3712   background: #333333;
 10318 
  3713   background: rgba(0, 0, 0, 0.75);
 10319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-code:before {
  3714 }
 10320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f121"; }
  3715 .carousel-caption h4,
 10321 
  3716 .carousel-caption p {
 10322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-mail-reply-all:before, .fa-reply-all:before {
  3717   color: #ffffff;
 10323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f122"; }
  3718 }
 10324 
  3719 .hero-unit {
 10325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  3720   padding: 60px;
 10326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f123"; }
  3721   margin-bottom: 30px;
 10327 
  3722   background-color: #f5f5f5;
 10328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-location-arrow:before {
  3723   -webkit-border-radius: 6px;
 10329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f124"; }
  3724   -moz-border-radius: 6px;
 10330 
  3725   border-radius: 6px;
 10331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-crop:before {
  3726 }
 10332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f125"; }
  3727 .hero-unit h1 {
 10333 
  3728   margin-bottom: 0;
 10334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-code-fork:before {
  3729   font-size: 60px;
 10335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f126"; }
  3730   line-height: 1;
 10336 
  3731   letter-spacing: -1px;
 10337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-unlink:before, .fa-chain-broken:before {
  3732 }
 10338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f127"; }
  3733 .hero-unit p {
 10339 
  3734   font-size: 18px;
 10340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-question:before {
  3735   font-weight: 200;
 10341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f128"; }
  3736   line-height: 27px;
 10342 
  3737 }
 10343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-info:before {
  3738 .pull-right {
 10344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f129"; }
  3739   float: right;
 10345 
  3740 }
 10346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-exclamation:before {
  3741 .pull-left {
 10347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f12a"; }
  3742   float: left;
 10348 
  3743 }
 10349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-superscript:before {
  3744 .hide {
 10350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f12b"; }
  3745   display: none;
 10351 
  3746 }
 10352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-subscript:before {
  3747 .show {
 10353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f12c"; }
  3748   display: block;
 10354 
  3749 }
 10355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-eraser:before {
  3750 .invisible {
 10356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f12d"; }
  3751   visibility: hidden;
 10357 
  3752 }
 10358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-puzzle-piece:before {
  3753 /* new clearfix */
 10359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f12e"; }
  3754 .clearfix:after {
 10360 
  3755   visibility: hidden;
 10361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-microphone:before {
  3756   display: block;
 10362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f130"; }
  3757   font-size: 0;
 10363 
  3758   content: " ";
 10364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-microphone-slash:before {
  3759   clear: both;
 10365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f131"; }
  3760   height: 0;
 10366 
  3761 }
 10367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-shield:before {
  3762 * html .clearfix {
 10368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f132"; }
  3763   zoom: 1;
 10369 
  3764 }
 10370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-calendar-o:before {
  3765 /* IE6 */
 10371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f133"; }
  3766 *:first-child + html .clearfix {
 10372 
  3767   zoom: 1;
 10373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-fire-extinguisher:before {
  3768 }
 10374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f134"; }
  3769 /* IE7 */
 10375 
  3770 @font-face {
 10376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-rocket:before {
  3771   font-family: 'anivers';
 10377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f135"; }
  3772   src: url('/static/dashboard/fonts/Anivers_Regular-webfont.eot?5f61443eb372');
 10378 
  3773   src: url('/static/dashboard/fonts/Anivers_Regular-webfont.eot?iefix') format('eot'), url('/static/dashboard/fonts/Anivers_Regular-webfont.woff?2c3db88030ec') format('woff'), url('/static/dashboard/fonts/Anivers_Regular-webfont.ttf?6a7822aa21cf') format('truetype'), url('/static/dashboard/fonts/Anivers_Regular-webfont.svg#webfont3JLVF59W') format('svg');
 10379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-maxcdn:before {
  3774   font-weight: normal;
 10380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f136"; }
  3775   font-style: normal;
 10381 
  3776 }
 10382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-chevron-circle-left:before {
  3777 a {
 10383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f137"; }
  3778   color: #005D9D;
 10384 
  3779 }
 10385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-chevron-circle-right:before {
  3780 ul {
 10386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f138"; }
  3781   list-style: none;
 10387 
  3782   margin: 0;
 10388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-chevron-circle-up:before {
  3783 }
 10389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f139"; }
  3784 dt {
 10390 
  3785   font-weight: bold;
 10391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-chevron-circle-down:before {
  3786 }
 10392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f13a"; }
  3787 #main_content {
 10393 
  3788   padding-left: 247px;   
 10394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-html5:before {
  3789   padding-right: 20px;
 10395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f13b"; }
  3790   min-width: 840px;
 10396 
  3791 }
 10397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-css3:before {
  3792 .topbar {
 10398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f13c"; }
  3793   background: #f2f2f2;
 10399 
  3794   border-bottom: 1px solid #e5e5e5;
 10400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-anchor:before {
  3795   padding: 10px 25px;
 10401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f13d"; }
  3796   margin-top: 0;
 10402 
  3797   margin-left: -25px;
 10403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-unlock-alt:before {
  3798   margin-bottom: 66px;
 10404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f13e"; }
  3799   margin-right: -25px;
 10405 
  3800   min-width: 700px;
 10406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-bullseye:before {
  3801 }
 10407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f140"; }
  3802 
 10408 
  3803 .topbar .switcher_bar {
 10409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-ellipsis-h:before {
  3804   display: inline-block;
 10410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f141"; }
  3805   height: auto;
 10411 
  3806   width: 160px;
 10412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-ellipsis-v:before {
  3807   background-position: 140px center;
 10413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f142"; }
  3808   margin-bottom: 0;
 10414 
  3809   font-size: 11px;
 10415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-rss-square:before {
  3810   margin-left: 20px;
 10416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f143"; }
  3811   padding: 0;
 10417 
  3812   background-image: url('../../dashboard/img/drop_arrow.png?2ec1100baed3');
 10418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-play-circle:before {
  3813   border: 1px solid #c0d9e4;
 10419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f144"; }
  3814   background-color: #e9f5fa;
 10420 
  3815   background-repeat: no-repeat;
 10421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-ticket:before {
  3816 }
 10422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f145"; }
  3817 .topbar .switcher_bar a {
 10423 
  3818   padding: 2px 10px 1px;
 10424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-minus-square:before {
  3819   margin-left: 0;
 10425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f146"; }
  3820   display: block;
 10426 
  3821 }
 10427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-minus-square-o:before {
  3822 .topbar .switcher_bar ul {
 10428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f147"; }
  3823   width: 130px;
 10429 
  3824 }
 10430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-level-up:before {
  3825 
 10431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f148"; }
  3826 #user_info > span {
 10432 
  3827 	margin-right: 12px;
 10433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-level-down:before {
  3828 }
 10434                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f149"; }
  3829 #user_info > a {
 10435 
  3830   border: 1px solid #d9dfe3;
 10436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-check-square:before {
  3831   background: #fafafa;
 10437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f14a"; }
  3832   padding: 12px 12px 8px 12px;
 10438 
  3833   margin-left: -6px;
 10439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-pencil-square:before {
  3834 }
 10440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f14b"; }
  3835 
 10441 
  3836 #user_info > a:hover {
 10442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-external-link-square:before {
  3837   border: 1px solid #c3ced7;
 10443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f14c"; }
  3838   background: #f7f8f9;
 10444 
  3839   color: 	#0074cd;
 10445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-share-square:before {
  3840 }
 10446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f14d"; }
  3841 
 10447 
  3842 .page-header {
 10448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-compass:before {
  3843   margin: 0;
 10449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f14e"; }
  3844   padding: 0;
 10450 
  3845   border: 0;
 10451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-toggle-down:before, .fa-caret-square-o-down:before {
  3846   font-family: anivers;
 10452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f150"; }
  3847 }
 10453 
  3848 h2 {
 10454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-toggle-up:before, .fa-caret-square-o-up:before {
  3849   color: #6a6a6a;
 10455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f151"; }
  3850   font-size: 30px;
 10456 
  3851   font-weight: normal;
 10457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-toggle-right:before, .fa-caret-square-o-right:before {
  3852 }
 10458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f152"; }
  3853 body {
 10459 
  3854   background-color: #fff;
 10460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-euro:before, .fa-eur:before {
  3855   min-width: 890px;
 10461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f153"; }
  3856 }
 10462 
  3857 
 10463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-gbp:before {
  3858 
 10464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f154"; }
  3859 /* Login Splash Page */
 10465 
  3860 #splash .login {
 10466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-dollar:before, .fa-usd:before {
  3861   background: url(../img/OracleSolaris_login_banner.png) no-repeat;
 10467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f155"; }
  3862   position: absolute;
 10468 
  3863   top: 80px;
 10469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-rupee:before, .fa-inr:before {
  3864   left: 50%;
 10470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f156"; }
  3865   margin: 0 0 0 -195px;
 10471 
  3866   padding-top: 79px;
 10472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  3867   width: 390px;
 10473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f157"; }
  3868   border: 1px solid #e1e1e1;
 10474 
  3869   max-height: none;
 10475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  3870   /*-webkit-border-radius: 6px;
 10476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f158"; }
  3871   -moz-border-radius: 6px;
 10477 
  3872   border-radius: 6px;*/
 10478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-won:before, .fa-krw:before {
  3873   -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
 10479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f159"; }
  3874   -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
 10480 
  3875   box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
 10481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-bitcoin:before, .fa-btc:before {
  3876   -webkit-background-clip: padding-box;
 10482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f15a"; }
  3877   -moz-background-clip: padding-box;
 10483 
  3878   background-clip: padding-box;
 10484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-file:before {
  3879 }
 10485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f15b"; }
  3880 /*
 10486 
  3881 #splash .login:before {
 10487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-file-text:before {
  3882 	content: url(../img/OpenStack_Dashboard_txt.png);
 10488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f15c"; }
  3883 	position: relative;
 10489 
  3884 	top: -28px;
 10490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-sort-alpha-asc:before {
  3885 	left: 148px;
 10491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f15d"; }
  3886 	font-size: 15px;
 10492 
  3887 	color: #454545;
 10493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-sort-alpha-desc:before {
  3888 	background: #F5F5F5;
 10494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f15e"; }
  3889 }*/
 10495 
  3890 
 10496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-sort-amount-asc:before {
  3891 #splash .login .modal-header {
 10497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f160"; }
  3892 	height: 10px;
 10498 
  3893 	padding-top: 0px;
 10499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-sort-amount-desc:before {
  3894 	padding-bottom: 15px;
 10500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f161"; }
  3895 }
 10501 
  3896 
 10502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-sort-numeric-asc:before {
  3897 /*#splash .login .modal-header:before {
 10503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f162"; }
  3898 	content: "Sign In";
 10504 
  3899 	position: relative;
 10505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-sort-numeric-desc:before {
  3900 	top: 24px;
 10506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f163"; }
  3901 	width: 150px;
 10507 
  3902 	background: #FFFFFF;
 10508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-thumbs-up:before {
  3903 	font-size: 18px;
 10509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f164"; }
  3904 	color: #FFFFFF;
 10510 
  3905 	font-weight: bold;
 10511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-thumbs-down:before {
  3906 }*/
 10512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f165"; }
  3907 
 10513 
  3908 #splash .login .modal-header h3 {
 10514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-youtube-square:before {
  3909 	color: #FFFFFF;
 10515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f166"; }
  3910 }
 10516 
  3911 
 10517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-youtube:before {
  3912 #splash .login form,
 10518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f167"; }
  3913 #splash .login .modal-header {
 10519 
  3914     background-color: #fff;
 10520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-xing:before {
  3915 }
 10521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f168"; }
  3916 
 10522 
  3917 #splash .login input {
 10523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-xing-square:before {
  3918   width: 340px;
 10524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f169"; }
  3919 }
 10525 
  3920 #splash .login select {
 10526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-youtube-play:before {
  3921   width: 360px;
 10527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f16a"; }
  3922 }
 10528 
  3923 #splash .help-block {
 10529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-dropbox:before {
  3924   display: none;
 10530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f16b"; }
  3925 }
 10531 
  3926 #create_container_form .modal-footer {
 10532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-stack-overflow:before {
  3927   margin-top: 190px;
 10533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f16c"; }
  3928 }
 10534 
  3929 .nav li a {
 10535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-instagram:before {
  3930   color: #8EACB7;
 10536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f16d"; }
  3931   text-shadow: none;
 10537 
  3932 }
 10538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-flickr:before {
  3933 .nav li a.dropdown-toggle {
 10539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f16e"; }
  3934   color: #8EACB7;
 10540 
  3935 }
 10541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-adn:before {
  3936 .nav li a.dropdown-toggle:hover {
 10542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f170"; }
  3937   color: #005580;
 10543 
  3938 }
 10544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-bitbucket:before {
  3939 .container-fluid {
 10545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f171"; }
  3940   padding-left: 0;
 10546 
  3941 }
 10547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-bitbucket-square:before {
  3942 .sidebar {
 10548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f172"; }
  3943   float: left;
 10549 
  3944 }
 10550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-tumblr:before {
  3945 .sidebar h4 {
 10551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f173"; }
  3946   margin-left: 14px;
 10552 
  3947   color: #999;
 10553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-tumblr-square:before {
  3948 }
 10554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f174"; }
  3949 .sidebar .nav-tabs {
 10555 
  3950   margin-top: -34px;
 10556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-long-arrow-down:before {
  3951 }
 10557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f175"; }
  3952 .sidebar .nav-tabs li.active a {
 10558 
  3953   background-color: #edf9ff;
 10559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-long-arrow-up:before {
  3954 }
 10560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f176"; }
  3955 h1.brand {
 10561 
  3956   width: 100%;
 10562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-long-arrow-left:before {
  3957   margin: 0;
 10563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f177"; }
  3958   background-color: #f5f5f5;
 10564 
  3959   padding-bottom: 40px;
 10565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-long-arrow-right:before {
  3960 }
 10566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f178"; }
  3961 h1.brand a {
 10567 
  3962   display: block;
 10568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-apple:before {
  3963   float: left;
 10569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f179"; }
  3964 }
 10570 
  3965 /* Tenant Dropdown */
 10571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-windows:before {
  3966 a.current_item {
 10572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f17a"; }
  3967   width: 163px;
 10573 
  3968   float: left;
 10574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-android:before {
  3969 }
 10575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f17b"; }
  3970 a.current_item:hover {
 10576 
  3971   text-decoration: none;
 10577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-linux:before {
  3972 }
 10578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f17c"; }
  3973 a.current_item:hover h3,
 10579 
  3974 a.current_item:hover h4 {
 10580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-dribbble:before {
  3975   color: #39738c;
 10581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f17d"; }
  3976 }
 10582 
  3977 .sidebar .switcher_bar {
 10583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-skype:before {
  3978   margin-left: 36px;
 10584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f17e"; }
  3979   margin-bottom: 24px;
 10585 
  3980 }
 10586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-foursquare:before {
  3981 .sidebar .switcher_bar a.dropdown-toggle {
 10587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f180"; }
  3982   display: block;
 10588 
  3983   padding: 5px 0;
 10589                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-trello:before {
  3984   background-image: url('../../dashboard/img/drop_arrow.png');
 10590                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f181"; }
  3985   border: 1px solid #c0d9e4;
 10591 
  3986   background-color: #e9f5fa;
 10592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-female:before {
  3987   background-repeat: no-repeat;
 10593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f182"; }
  3988   background-position: 167px 23px;
 10594 
  3989 }
 10595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-male:before {
  3990 .sidebar .switcher_bar a.dropdown-toggle:hover {
 10596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f183"; }
  3991   text-decoration: none;
 10597 
  3992   background-color: #cde8f4;
 10598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-gittip:before {
  3993 }
 10599                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f184"; }
  3994 .sidebar .switcher_bar:focus {
 10600 
  3995   outline: none;
 10601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-sun-o:before {
  3996 }
 10602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f185"; }
  3997 .sidebar .switcher_bar h3 {
 10603 
  3998   color: #454545;
 10604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-moon-o:before {
  3999     line-height: 16px;
 10605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f186"; }
  4000   font-size: 16px;
 10606 
  4001   margin: 0;
 10607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-archive:before {
  4002   padding: 0;
 10608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f187"; }
  4003 }
 10609 
  4004 .sidebar .switcher_bar h4 {
 10610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-bug:before {
  4005   color: #454545;
 10611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f188"; }
  4006   font-size: 9px;
 10612 
  4007   text-transform: uppercase;
 10613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-vk:before {
  4008   font-weight: normal;
 10614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f189"; }
  4009   padding: 0;
 10615 
  4010 }
 10616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-weibo:before {
  4011 .sidebar .switcher_bar ul {
 10617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f18a"; }
  4012   border: 1px solid #c0d9e4;
 10618 
  4013   margin-left: -1px;
 10619                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-renren:before {
  4014   width: 190px;
 10620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f18b"; }
  4015 }
 10621 
  4016 .sidebar .switcher_bar li a:hover {
 10622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-pagelines:before {
  4017   background: #92d6f1;
 10623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f18c"; }
  4018 }
 10624 
  4019 #usage {
 10625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-stack-exchange:before {
  4020   margin-bottom: 25px;
 10626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f18d"; }
  4021   height: 125px;
 10627 
  4022 }
 10628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-arrow-circle-o-right:before {
  4023 .usage_block {
 10629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f18e"; }
  4024   background: #e8f8ff;
 10630 
  4025   color: #84b6c5;
 10631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-arrow-circle-o-left:before {
  4026   border: 1px solid #afe3fb;
 10632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f190"; }
  4027   -webkit-border-radius: 5px;
 10633 
  4028   -moz-border-radius: 5px;
 10634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-toggle-left:before, .fa-caret-square-o-left:before {
  4029   border-radius: 5px;
 10635                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f191"; }
  4030   float: left;
 10636 
  4031   width: 29%;
 10637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-dot-circle-o:before {
  4032   margin-right: 5%;
 10638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f192"; }
  4033   min-height: 125px;
 10639 
  4034 }
 10640                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-wheelchair:before {
  4035 .usage_block.last {
 10641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f193"; }
  4036   margin-right: 0;
 10642 
  4037 }
 10643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-vimeo-square:before {
  4038 .usage_block h3 {
 10644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f194"; }
  4039   background: #cef0ff;
 10645 
  4040   color: #4fa5bf;
 10646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-turkish-lira:before, .fa-try:before {
  4041   font-weight: normal;
 10647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f195"; }
  4042   padding: 0 0 0 10px;
 10648 
  4043   border-bottom: 1px solid #c6e7f5;
 10649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-plus-square-o:before {
  4044   -webkit-border-top-left-radius: 5px;
 10650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f196"; }
  4045   -webkit-border-top-right-radius: 5px;
 10651 
  4046   -moz-border-radius-topleft: 5px;
 10652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-space-shuttle:before {
  4047   -moz-border-radius-topright: 5px;
 10653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f197"; }
  4048   border-top-left-radius: 5px;
 10654 
  4049   border-top-right-radius: 5px;
 10655                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-slack:before {
  4050 }
 10656                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f198"; }
  4051 .usage_block ul {
 10657 
  4052   margin: 10px;
 10658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-envelope-square:before {
  4053 }
 10659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f199"; }
  4054 .usage_block .quantity {
 10660 
  4055   font-size: 25px;
 10661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-wordpress:before {
  4056 }
 10662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f19a"; }
  4057 .usage_block li {
 10663 
  4058   font-size: 11px;
 10664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-openid:before {
  4059   margin: 0 0 15px 0;
 10665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f19b"; }
  4060 }
 10666 
  4061 .usage_block .unit {
 10667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-institution:before, .fa-bank:before, .fa-university:before {
  4062   font-size: 11px;
 10668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f19c"; }
  4063   text-transform: uppercase;
 10669 
  4064   padding: 0 0 0 1px;
 10670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-mortar-board:before, .fa-graduation-cap:before {
  4065 }
 10671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f19d"; }
  4066 .table-bordered {
 10672 
  4067   border: none;
 10673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-yahoo:before {
  4068 }
 10674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f19e"; }
  4069 .table_header {
 10675 
  4070   min-height: 35px;
 10676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-google:before {
  4071   padding: 5px 0;
 10677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1a0"; }
  4072 }
 10678 
  4073 .table_caption th {
 10679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-reddit:before {
  4074   background-color: transparent;
 10680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1a1"; }
  4075   border: none;
 10681 
  4076 }
 10682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-reddit-square:before {
  4077 .table-bordered tr.table_caption + tr th {
 10683                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1a2"; }
  4078   /*border-top: 1px solid #D5DFE6;
 10684 
  4079   border-bottom: 1px solid #D5DFE6;*/
 10685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-stumbleupon-circle:before {
  4080   border: 1px solid #D5DFE6;
 10686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1a3"; }
  4081   border-right: 1px solid transparent;
 10687 
  4082 }
 10688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-stumbleupon:before {
  4083 .table-bordered tr.table_caption + tr th:first-child,
 10689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1a4"; }
  4084 .table-bordered tr.table_caption + tr th.hide + th {
 10690 
  4085   /*-moz-border-radius-topleft: 4px;
 10691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-delicious:before {
  4086   -webkit-border-top-left-radius: 4px;
 10692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1a5"; }
  4087   border-top-left-radius: 4px;*/
 10693 
  4088   border-left: 1px solid #D5DFE6;
 10694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-digg:before {
  4089 }
 10695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1a6"; }
  4090 .table-bordered tr.table_caption + tr th:last-child {
 10696 
  4091   /*-moz-border-radius-topright: 4px;
 10697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-pied-piper-square:before, .fa-pied-piper:before {
  4092   -webkit-border-top-right-radius: 4px;
 10698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1a7"; }
  4093   border-top-right-radius: 4px;*/
 10699 
  4094   border-right: 1px solid #D5DFE6;
 10700                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-pied-piper-alt:before {
  4095 }
 10701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1a8"; }
  4096 .table-bordered tbody tr td:first-child,
 10702 
  4097 .table-bordered tfoot tr td:first-child {
 10703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-drupal:before {
  4098   border-left: 1px solid #D5DFE6;
 10704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1a9"; }
  4099 }
 10705 
  4100 .table-bordered tbody tr td:last-child,
 10706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-joomla:before {
  4101 .table-bordered tfoot tr td:last-child {
 10707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1aa"; }
  4102   border-right: 1px solid #D5DFE6;
 10708 
  4103 }
 10709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-language:before {
  4104 .table-bordered tfoot tr td:first-child {
 10710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1ab"; }
  4105   border-bottom: 1px solid #D5DFE6;
 10711 
  4106   /*-moz-border-radius-bottomleft: 4px;
 10712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-fax:before {
  4107   -webkit-border-bottom-left-radius: 4px;
 10713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1ac"; }
  4108   border-bottom-left-radius: 4px;*/
 10714 
  4109 }
 10715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-building:before {
  4110 .table-bordered tfoot tr td:last-child {
 10716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1ad"; }
  4111   border-bottom: 1px solid #D5DFE6;
 10717 
  4112   /*-moz-border-radius-bottomright: 4px;
 10718                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-child:before {
  4113   -webkit-border-bottom-right-radius: 4px;
 10719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1ae"; }
  4114   border-bottom-right-radius: 4px;*/
 10720 
  4115 }
 10721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-paw:before {
  4116 .table_title h3,
 10722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1b0"; }
  4117 .table_header h3 {
 10723 
  4118   font-family: anivers;
 10724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-spoon:before {
  4119   font-weight: normal;
 10725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1b1"; }
  4120   font-size: 24px;
 10726 
  4121   margin-bottom: 5px;
 10727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-cube:before {
  4122   float: left;
 10728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1b2"; }
  4123 }
 10729 
  4124 .table th.header {
 10730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-cubes:before {
  4125   cursor: pointer;
 10731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1b3"; }
  4126 }
 10732 
  4127 .table th.header:hover {
 10733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-behance:before {
  4128   background-color: #e8e8e8;
 10734                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1b4"; }
  4129 }
 10735 
  4130 .table tbody td.anchor a {
 10736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-behance-square:before {
  4131   display: block;
 10737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1b5"; }
  4132   padding: 8px;
 10738 
  4133 }
 10739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-steam:before {
  4134 .table tr.table_caption th.header:hover {
 10740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1b6"; }
  4135   background-color: transparent;
 10741 
  4136   cursor: default;
 10742                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-steam-square:before {
  4137 }
 10743                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1b7"; }
  4138 .table th.headerSortUp:hover,
 10744 
  4139 .table th.headerSortDown:hover {
 10745                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-recycle:before {
  4140   background-color: #DAE9F5;
 10746                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1b8"; }
  4141 }
 10747 
  4142 .table th.headerSortUp,
 10748                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-automobile:before, .fa-car:before {
  4143 .table th.headerSortDown {
 10749                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1b9"; }
  4144   background-color: #DAE9F5;
 10750 
  4145   background-repeat: no-repeat;
 10751                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-cab:before, .fa-taxi:before {
  4146   background-position: 98% center;
 10752                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1ba"; }
  4147 }
 10753 
  4148 .table th.headerSortDown {
 10754                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-tree:before {
  4149   background-image: url('../../dashboard/img/drop_arrow.png?2ec1100baed3');
 10755                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1bb"; }
  4150 }
 10756 
  4151 .table th.headerSortUp {
 10757                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-spotify:before {
  4152   background-image: url('../../dashboard/img/up_arrow.png?4293b62aa222');
 10758                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1bc"; }
  4153 }
 10759 
  4154 .table tr.summation td:first-child,
 10760                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-deviantart:before {
  4155 .table tr.summation td:last-child {
 10761                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1bd"; }
  4156   border-radius: 0;
 10762 
  4157   border-bottom: 0 none;
 10763                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-soundcloud:before {
  4158 }
 10764                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1be"; }
  4159 th {
 10765 
  4160   background: #F1F3F4;
 10766                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-database:before {
  4161 }
 10767                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1c0"; }
  4162 td.anchor {
 10768 
  4163   padding: 0;
 10769                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-file-pdf-o:before {
  4164 }
 10770                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1c1"; }
  4165 small {
 10771 
  4166   font-size: 11px;
 10772                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-file-word-o:before {
  4167 }
 10773                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1c2"; }
  4168 .main_nav {
 10774 
  4169   list-style: none;
 10775                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-file-excel-o:before {
  4170   width: 227px;
 10776                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1c3"; }
  4171   float: left;
 10777 
  4172   margin: 10px 0 20px 0;
 10778                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-file-powerpoint-o:before {
  4173 }
 10779                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1c4"; }
  4174 .main_nav a {
 10780 
  4175   color: #999;
 10781                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  4176   width: 185px;
 10782                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1c5"; }
  4177   padding: 10px;
 10783 
  4178   display: block;
 10784                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-file-zip-o:before, .fa-file-archive-o:before {
  4179   margin-left: 20px;
 10785                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1c6"; }
  4180 }
 10786 
  4181 .main_nav a.active {
 10787                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-file-sound-o:before, .fa-file-audio-o:before {
  4182   background: #fff;
 10788                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1c7"; }
  4183   border: 2px solid #d8d8d8;
 10789 
  4184   border-right: 0;
 10790                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-file-movie-o:before, .fa-file-video-o:before {
  4185   border-bottom-color: #ccc;
 10791                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1c8"; }
  4186 }
 10792 
  4187 table form {
 10793                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-file-code-o:before {
  4188   margin-bottom: 0;
 10794                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1c9"; }
  4189   width: 1px;
 10795 
  4190 }
 10796                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-vine:before {
  4191 .messages {
 10797                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1ca"; }
  4192   position: fixed;
 10798 
  4193   z-index: 9999;
 10799                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-codepen:before {
  4194   top: 20px;
 10800                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1cb"; }
  4195   right: 20px;
 10801 
  4196   width: 300px;
 10802                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-jsfiddle:before {
  4197 }
 10803                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1cc"; }
  4198 .messages .alert-block {
 10804 
  4199   -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
 10805                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-life-bouy:before, .fa-life-saver:before, .fa-support:before,
  4200   -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
 10806                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-life-ring:before {
  4201   box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
 10807                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1cd"; }
  4202 }
 10808 
  4203 .messages .alert-block.alert-error {
 10809                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-circle-o-notch:before {
  4204   border: 1px solid #9d261d;
 10810                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1ce"; }
  4205 }
 10811 
  4206 .messages .alert-block.alert-success {
 10812                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-ra:before, .fa-rebel:before {
  4207   border: 1px solid #46a546;
 10813                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1d0"; }
  4208 }
 10814 
  4209 .alert-block .alert-actions {
 10815                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-ge:before, .fa-empire:before {
  4210   margin-top: -23px;
 10816                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1d1"; }
  4211   margin-right: -23px;
 10817 
  4212 }
 10818                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-git-square:before {
  4213 .modal > form,
 10819                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1d2"; }
  4214 .login > form,
 10820 
  4215 .alert-actions > form {
 10821                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-git:before {
  4216   margin-bottom: 0;
 10822                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1d3"; }
  4217 }
 10823 
  4218 .alert-block p {
 10824                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-hacker-news:before {
  4219   overflow: hidden;
 10825                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1d4"; }
  4220   word-wrap: break-word;
 10826 
  4221 }
 10827                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-tencent-weibo:before {
  4222 .alert-block p:last-child {
 10828                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1d5"; }
  4223   margin-bottom: 0;
 10829 
  4224 }
 10830                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-qq:before {
  4225 #actions.single {
 10831                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1d6"; }
  4226   width: 90px;
 10832 
  4227 }
 10833                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-wechat:before, .fa-weixin:before {
  4228 .table-striped tr td {
 10834                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1d7"; }
  4229   transition: background 0.2s;
 10835 
  4230   -webkit-transition: background 0.2s;
 10836                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-send:before, .fa-paper-plane:before {
  4231   -moz-transition: background 0.2s;
 10837                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1d8"; }
  4232   -o-transition: background 0.2s;
 10838 
  4233 }
 10839                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-send-o:before, .fa-paper-plane-o:before {
  4234 .inspect {
 10840                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1d9"; }
  4235   float: left;
 10841 
  4236   display: block;
 10842                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-history:before {
  4237   margin-top: 5px;
 10843                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1da"; }
  4238   margin-right: 25px;
 10844 
  4239 }
 10845                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-circle-thin:before {
  4240 .table {
 10846                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1db"; }
  4241   margin-bottom: 25px;
 10847 
  4242 }
 10848                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-header:before {
  4243 .table tr td {
 10849                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1dc"; }
  4244   vertical-align: middle;
 10850 
  4245 }
 10851                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-paragraph:before {
  4246 .table tr.empty td {
 10852                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1dd"; }
  4247   text-align: center;
 10853 
  4248   font-size: 12px;
 10854                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-sliders:before {
  4249 }
 10855                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1de"; }
  4250 .table tfoot tr td {
 10856 
  4251   border-top: 1px solid transparent;
 10857                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-share-alt:before {
  4252   background-color: #F1F1F1;
 10858                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1e0"; }
  4253   font-size: 11px;
 10859 
  4254   color: #000000;
 10860                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-share-alt-square:before {
  4255   line-height: 14px;
 10861                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1e1"; }
  4256   font-weight: bold; 
 10862 
  4257 }
 10863                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-bomb:before {
  4258 .table_actions {
 10864                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1e2"; }
  4259   float: right;
       
  4260   min-width: 400px;
       
  4261 }
       
  4262 .table_actions .table_search {
       
  4263   /*display: inline-block;*/
       
  4264   padding-bottom: 8px;
       
  4265   margin-left: 142px; 
       
  4266   width: 267px;
       
  4267 }
       
  4268 
       
  4269 .table_actions .btn-group {
       
  4270 	padding-bottom: 8px;
       
  4271 }
       
  4272 
       
  4273 .table_search input {
       
  4274   background: url('../../dashboard/img/search.png?781fb162b111') no-repeat 195px 5px;
       
  4275   display: inline-block;
       
  4276   margin-bottom: 0;
       
  4277 }
       
  4278 .table_actions a,
       
  4279 .table_actions button {
       
  4280   float: right;
       
  4281   margin-left: 5px;
       
  4282 }
       
  4283 .table_actions button.filter {
       
  4284   margin-left: 0;
       
  4285 }
       
  4286 .table_header .table_actions {
       
  4287   min-width: 0px;
       
  4288 }
       
  4289 .table_header .table_actions a,
       
  4290 .table_header .table_actions button {
       
  4291   display: inline-block;
       
  4292   /*float: right;*/
       
  4293 }
       
  4294 .table_actions form {
       
  4295   float: right;
       
  4296   margin-left: 10px;
       
  4297 }
       
  4298 .hidden {
       
  4299   display: none;
       
  4300 }
       
  4301 .table-striped tbody tr.status_unknown:nth-child(odd) td {
       
  4302   background-color: #ffffb5;
       
  4303 }
       
  4304 .table-striped tbody tr.status_unknown:nth-child(even) td {
       
  4305   background-color: #ffffc6;
       
  4306 }
       
  4307 .nowrap-col {
       
  4308   white-space: nowrap;
       
  4309 }
       
  4310 .overview {
       
  4311   font-size: 24px;
       
  4312 }
       
  4313 #monitoring {
       
  4314   background: #f8f8f8;
       
  4315   font-size: 14px;
       
  4316   height: 20px;
       
  4317   margin: -18px 0 25px;
       
  4318   padding: 10px;
       
  4319   border: 1px solid #e1e1e1;
       
  4320   font-family: "anivers";
       
  4321 }
       
  4322 #monitoring h3 {
       
  4323   font-size: 14px;
       
  4324   font-weight: normal;
       
  4325   float: left;
       
  4326   line-height: 18px;
       
  4327 }
       
  4328 #external_links,
       
  4329 #external_links li {
       
  4330   float: left;
       
  4331 }
       
  4332 #external_links li {
       
  4333   margin: 0 0 0 15px;
       
  4334 }
       
  4335 /* Forms */
       
  4336 form label {
       
  4337   text-align: left;
       
  4338   color: #555;
       
  4339   font-weight: bold;
       
  4340 }
       
  4341 .modal {
       
  4342   width: 700px;
       
  4343   max-height: none;
       
  4344   /* Prevents large modals from scrolling unnecessarily */
       
  4345 
       
  4346   top: 80px;
       
  4347   margin-top: 0;
       
  4348   position: absolute;
       
  4349 }
       
  4350 .modal.loading {
       
  4351   width: 150px;
       
  4352   height: 150px;
       
  4353   margin: 0 auto;
       
  4354   overflow: hidden;
       
  4355 }
       
  4356 .modal.loading p {
       
  4357   text-align: center;
       
  4358   position: absolute;
       
  4359   bottom: 0;
       
  4360   width: 150px;
       
  4361 }
       
  4362 form.horizontal .form-field {
       
  4363   float: left;
       
  4364 }
       
  4365 form.horizontal.split_half .form-field {
       
  4366   width: 334px;
       
  4367   /* Fits 2 fields to a row */
       
  4368 
       
  4369 }
       
  4370 form.horizontal.split_quarter .form-field {
       
  4371   width: 167px;
       
  4372   /* Fits 4 fields to a row */
       
  4373 
       
  4374 }
       
  4375 form.horizontal.split_five .form-field {
       
  4376   width: 133px;
       
  4377   /* Fits 5 fields to a row */
       
  4378 
       
  4379 }
       
  4380 form.horizontal fieldset {
       
  4381   width: 100%;
       
  4382 }
       
  4383 .modal-body {
       
  4384   overflow-y: visible;
       
  4385   max-height: none;
       
  4386 }
       
  4387 .modal-body table {
       
  4388   margin-bottom: 30px;
       
  4389 }
       
  4390 .modal-body ~ hr {
       
  4391   margin-bottom: 0;
       
  4392 }
       
  4393 
       
  4394 .modal-body .nav-tabs > li > a {
       
  4395 	font-size: 14px;
       
  4396 	width: auto;
       
  4397 	padding-left: 12px;
       
  4398 	padding-right: 12px;
       
  4399 }
       
  4400 
       
  4401 .static_page {
       
  4402   float: left;
       
  4403   width: 700px;
       
  4404   background-color: #FFF;
       
  4405   border: 1px solid #DDD;
       
  4406 }
       
  4407 .static_page > form {
       
  4408   margin-bottom: 0;
       
  4409 }
       
  4410 .left {
       
  4411   float: left;
       
  4412   width: 315px;
       
  4413   margin-right: 15px;
       
  4414 }
       
  4415 .left form {
       
  4416   margin: 0;
       
  4417 }
       
  4418 .right {
       
  4419   float: left;
       
  4420   width: 330px;
       
  4421 }
       
  4422 
       
  4423 .workflow ul.nav-tabs {
       
  4424   padding: 0 1px;
       
  4425   border-bottom: 1px solid #C4CED8;
       
  4426 }
       
  4427 
       
  4428 .workflow ul.nav-tabs > li > a {
       
  4429 	color: #005D9D;
       
  4430 	border: 1px solid transparent;
       
  4431 	margin-right: 1px;
       
  4432 }
       
  4433 
       
  4434 .workflow ul.nav-tabs > li > a:hover {
       
  4435 	background: #FFFFFF;
       
  4436 	border-bottom: 1px solid #C4CED8;
       
  4437 
       
  4438 }
       
  4439 
       
  4440 .workflow ul.nav-tabs > li.active > a, 
       
  4441 .workflow ul.nav-tabs > li.active > a:hover
       
  4442 {
       
  4443 	background: url(../img/content_tab_bkgd_selected.png) repeat-x;
       
  4444 	font-weight: bold;
       
  4445 	border: 1px solid #C4CED8;
       
  4446 	border-top: 1px solid #1274D1;
       
  4447 	border-bottom: 1px solid #FFFFFF;
       
  4448 }
       
  4449 
       
  4450 .workflow td.actions {
       
  4451   vertical-align: top;
       
  4452   width: 308px;
       
  4453   padding-right: 10px;
       
  4454 }
       
  4455 .workflow td.help_text {
       
  4456   vertical-align: top;
       
  4457   width: 340px;
       
  4458   padding-left: 10px;
       
  4459   border-left: 1px solid #DDD;
       
  4460 }
       
  4461 .workflow fieldset > table {
       
  4462   margin-bottom: 0;
       
  4463 }
       
  4464 .clear {
       
  4465   clear: both;
       
  4466   width: 0;
       
  4467   height: 0;
       
  4468   padding: 0;
       
  4469   margin: 0;
       
  4470 }
       
  4471 .modal-body fieldset {
       
  4472   margin: 0;
       
  4473   padding: 0;
       
  4474 }
       
  4475 .modal-body fieldset ul {
       
  4476   width: 90%;
       
  4477 }
       
  4478 .modal-body fieldset .form-field input,
       
  4479 .modal-body fieldset .form-field textarea {
       
  4480   width: 298px;
       
  4481 }
       
  4482 .modal-body fieldset .form-field select {
       
  4483   width: 308px;
       
  4484 }
       
  4485 .modal-body fieldset .form-field textarea {
       
  4486   height: 36px;
       
  4487 }
       
  4488 .modal-footer input {
       
  4489   width: auto;
       
  4490 }
       
  4491 .modal-body .modal-footer {
       
  4492   width: 670px;
       
  4493   margin-left: -25px;
       
  4494   margin-right: -15px;
       
  4495 }
       
  4496 .modal-footer a.close {
       
  4497   margin-top: 0;
       
  4498   margin-right: 5px;
       
  4499   font-size: 12px;
       
  4500   color: #000000;
       
  4501   font-weight: bold;
       
  4502   filter: alpha(opacity=100);
       
  4503   -khtml-opacity: 1;
       
  4504   -moz-opacity: 1;
       
  4505   opacity: 1;
       
  4506   background: -moz-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  4507   background: -ms-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  4508   background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f3f4), to(#e3e8ea));
       
  4509   background: -webkit-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  4510   background: -o-linear-gradient(top, #f1f3f4, #e3e8ea);
       
  4511   background: linear-gradient(top, #f1f3f4, #e3e8ea);
       
  4512   background-repeat: repeat-x;
       
  4513   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
       
  4514   /*border-color: #e6e6e6 #e6e6e6 #bfbfbf;
       
  4515   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
       
  4516   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
       
  4517   border: 1px solid #C3CED7;  
       
  4518 }
       
  4519 .modal-footer a.close:hover {
       
  4520   text-decoration: none;
       
  4521   background: -moz-linear-gradient(top, #f8f9fa, #f1f4f5);
       
  4522   background: -ms-linear-gradient(top, #f8f9fa, #f1f4f5);
       
  4523   background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f9fa), to(#f1f4f5));
       
  4524   background: -webkit-linear-gradient(top, #f8f9fa, #f1f4f5);
       
  4525   background: -o-linear-gradient(top, #f8f9fa, #f1f4f5);
       
  4526   background: linear-gradient(top, #f8f9fa, #f1f4f5);  
       
  4527 }
       
  4528 .modal-body .help-block {
       
  4529   text-align: left;
       
  4530   float: left;
       
  4531   width: 100%;
       
  4532   margin-bottom: 10px;
       
  4533 }
       
  4534 #create_keypair_modal .clearfix {
       
  4535   margin-bottom: 115px;
       
  4536 }
       
  4537 #actions {
       
  4538   width: 90px;
       
  4539 }
       
  4540 #actions .btn {
       
  4541   margin-bottom: 5px;
       
  4542 }
       
  4543 #actions a.btn {
       
  4544   width: 70px;
       
  4545 }
       
  4546 #actions input.btn {
       
  4547   text-align: left;
       
  4548 }
       
  4549 #images #actions {
       
  4550   width: 100px;
       
  4551 }
       
  4552 /*New List Patches*/
       
  4553 .details-modal .modal-body {
       
  4554   padding-bottom: 20px;
       
  4555 }
       
  4556 .form-inline {
       
  4557   display: inline;
       
  4558 }
       
  4559 .form-inline input,
       
  4560 .form-inline button,
       
  4561 .form-inline a.btn {
       
  4562   margin-left: 5px;
       
  4563 }
       
  4564 td.select {
       
  4565   width: 10px;
       
  4566 }
       
  4567 /* Actions dropdown */
       
  4568 th.actions_column {
       
  4569   width: 150px;	
       
  4570 }
       
  4571 td.actions_column {
       
  4572   width: 150px;
       
  4573   padding: 10px;
       
  4574   position: relative;
       
  4575   min-width: 140px;
       
  4576   min-height: 20px;
       
  4577 }
       
  4578 td.actions_column .row_actions a,
       
  4579 td.actions_column .row_actions input,
       
  4580 td.actions_column .row_actions button {
       
  4581   background: none;
       
  4582   float: none;
       
  4583   display: block;
       
  4584   padding: 5px 10px;
       
  4585   color: black;
       
  4586   text-align: left;
       
  4587   border-radius: 0;
       
  4588   border: 0 none;
       
  4589   -webkit-box-shadow: none;
       
  4590   -moz-box-shadow: none;
       
  4591   box-shadow: none;
       
  4592 }
       
  4593 td.actions_column .row_actions .hide {
       
  4594   display: none;
       
  4595 }
       
  4596 /* Makes size consistent across browsers when mixing "btn-group" and "small" */
       
  4597 .btn.hide,
       
  4598 .btn-group .hide {
       
  4599   display: none;
       
  4600 }
       
  4601 .btn-group .dropdown-toggle:focus {
       
  4602   outline: none;
       
  4603 }
       
  4604 .dropdown-menu button {
       
  4605   line-height: 18px;
       
  4606   /* Matches rule for ".dropdown-menu a" in bootstrap */
       
  4607 
       
  4608   width: 100%;
       
  4609 }
       
  4610 .btn-group .dropdown-menu .btn {
       
  4611   border-radius: 0;
       
  4612 }
       
  4613 .dropdown-menu .btn.btn-danger,
       
  4614 .dropdown-menu .btn.btn-danger:hover,
       
  4615 .dropdown-menu .btn.btn-success,
       
  4616 .dropdown-menu .btn.btn-success:hover,
       
  4617 .dropdown-menu .btn.btn-info,
       
  4618 .dropdown-menu .btn.btn-info:hover {
       
  4619   text-shadow: none;
       
  4620   /* remove default bootstrap shadowing from button text. */
       
  4621 
       
  4622 }
       
  4623 .dropdown-menu li:hover {
       
  4624   background: none;
       
  4625 }
       
  4626 .dropdown-menu li.divider:hover {
       
  4627   background-color: #E5E5E5;
       
  4628 }
       
  4629 td.actions_column .dropdown-menu a:hover,
       
  4630 td.actions_column .dropdown-menu button:hover {
       
  4631   background-color: #EBECED;
       
  4632 }
       
  4633 .dropdown-menu .btn.btn-danger {
       
  4634   /*color: #C43C35;*/
       
  4635  font-weight: 400;
       
  4636 }
       
  4637 .dropdown-menu .btn.btn-danger:hover {
       
  4638   /*background-color: #f6e0df;*/
       
  4639   background-color: #EBECED;
       
  4640 }
       
  4641 /* Overrides for single-action rows (no dropdown) */
       
  4642 tr td.actions_column ul.row_actions.single,
       
  4643 tr:hover td.actions_column ul.row_actions.single,
       
  4644 td.actions_column ul.row_actions.single,
       
  4645 td.actions_column ul.row_actions.single:hover {
       
  4646   border: none;
       
  4647 }
       
  4648 td.actions_column ul.row_actions.single li.action {
       
  4649   display: block;
       
  4650 }
       
  4651 td.actions_column ul.row_actions.single li.action:hover {
       
  4652   background-color: transparent;
       
  4653 }
       
  4654 td.actions_column ul.row_actions.single a,
       
  4655 td.actions_column ul.row_actions.single input,
       
  4656 td.actions_column ul.row_actions.single button {
       
  4657   color: #43a1d6;
       
  4658 }
       
  4659 td.actions_column ul.row_actions.single a:hover,
       
  4660 td.actions_column ul.row_actions.single input:hover,
       
  4661 td.actions_column ul.row_actions.single button:hover {
       
  4662   color: black;
       
  4663 }
       
  4664 th.multi_select_column,
       
  4665 td.multi_select_column {
       
  4666   width: 25px;
       
  4667 }
       
  4668 th.multi_select_column,
       
  4669 td.multi_select_column {
       
  4670   text-align: center;
       
  4671 }
       
  4672 .table-fixed {
       
  4673   table-layout: fixed;
       
  4674 }
       
  4675 .table input[type="checkbox"] {
       
  4676   display: inline;
       
  4677 }
       
  4678 div.input input[type="checkbox"] {
       
  4679   float: left;
       
  4680   width: 25px;
       
  4681 }
       
  4682 .table_title a {
       
  4683   font-size: 11px;
       
  4684   float: right;
       
  4685   margin-left: 10px;
       
  4686   margin-top: 10px;
       
  4687 }
       
  4688 tr.terminated {
       
  4689   color: #999999;
       
  4690 }
       
  4691 #instance_tabs {
       
  4692   float: left;
       
  4693   width: 100%;
       
  4694   border-bottom: 1px solid #e1e1e1;
       
  4695 }
       
  4696 #instance_tabs li a {
       
  4697   background: #f2f2f2;
       
  4698   display: block;
       
  4699   font-size: 14px;
       
  4700   float: left;
       
  4701   padding: 5px 10px;
       
  4702   margin-right: 10px;
       
  4703   border: 1px solid #e1e1e1;
       
  4704   border-bottom: none;
       
  4705 }
       
  4706 #instance_tabs li.active a {
       
  4707   background: #fff;
       
  4708   padding-bottom: 8px;
       
  4709   margin-bottom: -5px;
       
  4710 }
       
  4711 
       
  4712 #main_content .nav-tabs {
       
  4713   margin: 0px 0px 0px 1px;
       
  4714   padding: 0px;
       
  4715 
       
  4716 }
       
  4717 
       
  4718 #main_content .nav-tabs li a {
       
  4719   width: 130px;
       
  4720   font-size: 13px;
       
  4721   color: #005D9D;
       
  4722   border: 1px solid transparent;
       
  4723   margin-right: 1px;
       
  4724 }
       
  4725 
       
  4726 #main_content .nav-tabs li.active a {
       
  4727   width: 130px;
       
  4728   font-size: 13px;
       
  4729   color: #005D9D;
       
  4730   border: 1px solid #C4CED8;
       
  4731   border-bottom: 1px solid #FFFFFF;	
       
  4732   border-top: 1px solid #FFFFFF;
       
  4733   font-weight: bold;
       
  4734   background:  url(../img/content_tab_bkgd_selected.png) repeat-x;
       
  4735 }
       
  4736 
       
  4737 #main_content .tab-content {
       
  4738   border: 1px solid #D5DFE6;
       
  4739   padding: 0px 10px 10px 10px;
       
  4740   margin: 0px;
       
  4741 }
       
  4742 
       
  4743 #main_content .workflow .modal-body {
       
  4744   padding-left: 0;
       
  4745   padding-right: 0;
       
  4746 }
       
  4747 #main_content .workflow .modal-body .tab-content {
       
  4748   border-left: 0 none;
       
  4749   border-right: 0 none;
       
  4750   border-bottom: 0 none;
       
  4751 }
       
  4752 .tab_wrapper {
       
  4753   padding-top: 50px;
       
  4754 }
       
  4755 /* Fix tooltip z-index to show above modals. Bootstrap bug 582*/
       
  4756 .tooltip {
       
  4757   z-index: 12000;
       
  4758 }
       
  4759 .volume_boot_disclosure {
       
  4760   font-weight: bold;
       
  4761   color: #555;
       
  4762   cursor: pointer;
       
  4763   background-image: url('../../dashboard/img/right_droparrow.png?b14134630332');
       
  4764   background-repeat: no-repeat;
       
  4765   background-position: 130px center;
       
  4766 }
       
  4767 .volume_boot_disclosure.on {
       
  4768   width: 334px;
       
  4769   margin-bottom: 10px;
       
  4770   border-bottom: solid 1px #E1E1E1;
       
  4771   background-image: url('../../dashboard/img/drop_arrow.png?2ec1100baed3');
       
  4772 }
       
  4773 form div.clearfix.error {
       
  4774   width: 308px;
       
  4775 }
       
  4776 .nav-tabs a {
       
  4777   cursor: pointer;
       
  4778 }
       
  4779 .nav-tabs li.error a {
       
  4780   color: #B94A48;
       
  4781 }
       
  4782 .nav-tabs li.error a:after {
       
  4783   content: "*";
       
  4784 }
       
  4785 /* Region selector in header */
       
  4786 #region_selector {
       
  4787   position: absolute;
       
  4788   z-index: 9999;
       
  4789   right: 0;
       
  4790   top: 24px;
       
  4791 }
       
  4792 #region_selector a {
       
  4793   margin-left: 0;
       
  4794 }
       
  4795 #region_selector ul {
       
  4796   float: left;
       
  4797   margin-left: 5px;
       
  4798   padding-right: 21px;
       
  4799   width: 125px;
       
  4800 }
       
  4801 #region_selector ul:hover a {
       
  4802   display: block;
       
  4803 }
       
  4804 #region_selector li a {
       
  4805   padding: 3px 3px 3px 5px;
       
  4806   display: none;
       
  4807   background: #E1E1E1;
       
  4808   margin-top: -10px;
       
  4809 }
       
  4810 #region_selector li:first-child p {
       
  4811   background: #ededed url('../../dashboard/img/drop_arrow.png?2ec1100baed3') no-repeat 106px 9px !important;
       
  4812   display: block;
       
  4813   border: 1px solid #e1e1e1;
       
  4814   padding: 5px;
       
  4815 }
       
  4816 iframe {
       
  4817   border: none;
       
  4818 }
       
  4819 .item_detail ul li label {
       
  4820   color: #000;
       
  4821   font-weight: bold;
       
  4822   display: block;
       
  4823   margin-top: 5px;
       
  4824 }
       
  4825 .progress_bar {
       
  4826   height: 100%;
       
  4827   width: 100%;
       
  4828   border: 1px solid #CCC;
       
  4829   background-color: #CCC;
       
  4830 }
       
  4831 .progress_bar_fill,
       
  4832 .progress_bar_selected {
       
  4833   height: 100%;
       
  4834   float: left;
       
  4835 }
       
  4836 .progress_bar_fill {
       
  4837   background-color: #666;
       
  4838 }
       
  4839 .progress_bar_selected {
       
  4840   background-color: #4790AE;
       
  4841   width: 0;
       
  4842 }
       
  4843 .progress_bar_over {
       
  4844   background-color: red;
       
  4845 }
       
  4846 .quota_title {
       
  4847   color: #999;
       
  4848   padding-bottom: 0;
       
  4849   margin-bottom: 8px;
       
  4850 }
       
  4851 .quota_title strong {
       
  4852   color: #000;
       
  4853 }
       
  4854 .quota_title strong span {
       
  4855   font-weight: normal;
       
  4856 }
       
  4857 .quota_title p {
       
  4858   float: right;
       
  4859   margin-bottom: 0;
       
  4860 }
       
  4861 .quota_bar {
       
  4862   height: 15px;
       
  4863   margin: -8px 0 8px;
       
  4864 }
       
  4865 div .flavor_table {
       
  4866   border: 1px solid #AAA;
       
  4867   width: 100%;
       
  4868   margin-bottom: 14px;
       
  4869 }
       
  4870 .flavor_table .flavor_name {
       
  4871   white-space: nowrap;
       
  4872   font-weight: bold;
       
  4873   text-align: left;
       
  4874   padding: 7px 12px 7px 7px;
       
  4875   width: 160px;
       
  4876 }
       
  4877 #main_content .row-fluid {
       
  4878   margin: 10px 0 20px;
       
  4879 }
       
  4880 #main_content .row-fluid:last-child {
       
  4881   margin-bottom: 0;
       
  4882 }
       
  4883 .header_rule {
       
  4884   margin: 0 0 10px;
       
  4885 }
       
  4886 .item_detail .detail_section {
       
  4887   margin-bottom: 25px;
       
  4888   float: left;
       
  4889   margin-right: 50px;
       
  4890 }
       
  4891 .error .help-inline {
       
  4892   background: #efdfdf;
       
  4893   border: 1px solid #ead5d8;
       
  4894   padding: 10px;
       
  4895   display: block;
       
  4896 }
       
  4897 label.log-length {
       
  4898   line-height: 28px;
       
  4899   margin-right: 10px;
       
  4900 }
       
  4901 .progress-success.bar {
       
  4902   background-color: #5eb95e;
       
  4903   background-image: -moz-linear-gradient(top, #62c462, #57a957);
       
  4904   background-image: -ms-linear-gradient(top, #62c462, #57a957);
       
  4905   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
       
  4906   background-image: -webkit-linear-gradient(top, #62c462, #57a957);
       
  4907   background-image: -o-linear-gradient(top, #62c462, #57a957);
       
  4908   background-image: linear-gradient(top, #62c462, #57a957);
       
  4909   background-repeat: repeat-x;
       
  4910   filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
       
  4911 }
       
  4912 .progress_bar_fill.progress-warning.bar {
       
  4913   background-color: #898989;
       
  4914   background-image: -moz-linear-gradient(top, #999999, #333333);
       
  4915   background-image: -ms-linear-gradient(top, #999999, #333333);
       
  4916   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#333333));
       
  4917   background-image: -webkit-linear-gradient(top, #999999, #333333);
       
  4918   background-image: -o-linear-gradient(top, #999999, #333333);
       
  4919   background-image: linear-gradient(top, #999999, #333333);
       
  4920   background-repeat: repeat-x;
       
  4921   filter: progid:dximagetransform.microsoft.gradient(startColorstr='#999999', endColorstr='#333333', GradientType=0);
       
  4922 }
       
  4923 .progress_bar_over.bar {
       
  4924   background-color: #dd514c;
       
  4925   background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
       
  4926   background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
       
  4927   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
       
  4928   background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
       
  4929   background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
       
  4930   background-image: linear-gradient(top, #ee5f5b, #c43c35);
       
  4931   background-repeat: repeat-x;
       
  4932   filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
       
  4933 }
       
  4934 .split_five div.control-group input[type="text"],
       
  4935 .split_five div.control-group select {
       
  4936   width: 120px;
       
  4937 }
       
  4938 .warning {
       
  4939   background-color: #f2dede;
       
  4940   border-bottom: 1px solid #9d261d;
       
  4941   padding: 5px 10px;
       
  4942 }
       
  4943 .warning .warning-text {
       
  4944   text-align: center;
       
  4945 }
       
  4946 .warning .warning-text h3,
       
  4947 .warning .warning-text a {
       
  4948   display: inline-block;
       
  4949 }
       
  4950 .warning .warning-text h3 {
       
  4951   vertical-align: bottom;
       
  4952 }
       
  4953 #admin_warning_detail ul {
       
  4954   list-style: circle;
       
  4955   padding-left: 20px;
       
  4956   margin-bottom: 10px;
       
  4957 }
       
  4958 .no_split {
       
  4959   margin-top: -60px;
       
  4960 }
       
  4961 /* Project Membership UI */
       
  4962 .project_membership {
       
  4963   min-height: 200px;
       
  4964   /* Buttons */
       
  4965 
       
  4966   /* Header */
       
  4967 
       
  4968   /* 'Fake table' body */
       
  4969 
       
  4970   /* User lists */
       
  4971 
       
  4972   /* List filtering */
       
  4973 
       
  4974   /* Role dropdown menus */
       
  4975 
       
  4976 }
       
  4977 .project_membership .btn-group {
       
  4978   margin-left: 0px;
       
  4979   padding: 2px 10px 0 0;
       
  4980   margin-bottom: 0px;
       
  4981   border: 1px solid #DDD;
       
  4982   border-bottom: none;
       
  4983 }
       
  4984 .project_membership .btn-group .active {
       
  4985   float: right;
       
  4986 }
       
  4987 .project_membership a.btn-primary:hover {
       
  4988   background-color: #04C;
       
  4989 }
       
  4990 .project_membership .help_text {
       
  4991   margin-left: 15px;
       
  4992   margin-bottom: 15px;
       
  4993 }
       
  4994 .project_membership .users_title {
       
  4995   color: #555;
       
  4996   font-weight: bold;
       
  4997   padding-left: 10px;
       
  4998   float: left;
       
  4999 }
       
  5000 .project_membership input {
       
  5001   background: url('../../dashboard/img/search.png?781fb162b111') no-repeat 105px 5px whiteSmoke;
       
  5002 }
       
  5003 .membership .fake_table_header, 
       
  5004 .project_membership .fake_table_header {
       
  5005   background-color: #F2F4F7;
       
  5006   width: 306px;
       
  5007   height: 38px;
       
  5008   padding-top: 10px;
       
  5009   border: 1px solid #D5DFE6;
       
  5010   border-bottom: none;
       
  5011 }
       
  5012 .membership .fake_table,
       
  5013 .project_membership .fake_table {
       
  5014   width: 315px;
       
  5015 }
       
  5016 .membership .fake_table ul.no_results,
       
  5017 .project_membership .left .fake_table ul.no_results {
       
  5018   width: 313px;
       
  5019   line-height: 36px;
       
  5020   border: 1px solid #d5dfe6;  
       
  5021 
       
  5022 }
       
  5023 .membership .fake_table ul.btn-group:hover,
       
  5024 .project_membership .fake_table ul.btn-group:hover {
       
  5025   background-color: #DDD;
       
  5026 }
       
  5027 .membership .left .fake_table_header,
       
  5028 .project_membership .left .fake_table_header {
       
  5029   width: 313px;
       
  5030 }
       
  5031 .membership .right .fake_table_header,
       
  5032 .project_membership .right .fake_table_header {
       
  5033   width: 328px;
       
  5034 }
       
  5035 .membership .right .fake_table ul.no_results,
       
  5036 .project_membership .right .fake_table ul.no_results {
       
  5037   /*margin-left: -20px;*/
       
  5038   line-height: 36px;
       
  5039   width: 328px;
       
  5040   border: 1px solid #d5dfe6;
       
  5041 }
       
  5042 ul.no_results li {
       
  5043   padding: 5px 12px;
       
  5044   height: 36px;
       
  5045   line-height: 36px;
       
  5046 }
       
  5047 .project_membership .member {
       
  5048   padding: 10px;
       
  5049   text-align: left;
       
  5050 }
       
  5051 .project_membership .project_members {
       
  5052   margin-left: -20px;
       
  5053 }
       
  5054 .membership .project_members ul.btn-group,
       
  5055 .project_membership .available_users ul.btn-group {
       
  5056   width: 308px;
       
  5057 }
       
  5058 .membership .dark_stripe,
       
  5059 .project_membership .dark_stripe {
       
  5060   background-color: #F9F9F9;
       
  5061 }
       
  5062 .membership .light_stripe, 
       
  5063 .project_membership .light_stripe {
       
  5064   background-color: white;
       
  5065 }
       
  5066 .membership .last_stripe,
       
  5067 .project_membership .last_stripe {
       
  5068   border-bottom: 1px solid #d5dfe6;
       
  5069 }
       
  5070 .project_membership .filter {
       
  5071   width: 120px;
       
  5072   margin: -5px 13px 15px 0px;
       
  5073   float: right;
       
  5074 }
       
  5075 .project_membership .no_results {
       
  5076   border: 1px solid #DDD;
       
  5077   padding: 10px;
       
  5078   color: #08C;
       
  5079 }
       
  5080 .membership .role_dropdown li, 
       
  5081 .project_membership .role_dropdown li {
       
  5082   cursor: pointer;
       
  5083   background: none;
       
  5084   float: none;
       
  5085   display: block;
       
  5086   padding: 5px 10px;
       
  5087   color: black;
       
  5088   text-align: left;
       
  5089   border-radius: 0;
       
  5090   border: 0 none;
       
  5091   -webkit-box-shadow: none;
       
  5092   -moz-box-shadow: none;
       
  5093   box-shadow: none;
       
  5094   z-index: 99999;
       
  5095 }
       
  5096 .membership .role_dropdown li:hover, 
       
  5097 .project_membership .role_dropdown li:hover {
       
  5098   background-color: #EBECED;
       
  5099 }
       
  5100 .membership .nav .role_options, 
       
  5101 .project_membership .nav .role_options {
       
  5102   float: right;
       
  5103   padding-right: 5px;
       
  5104 }
       
  5105 .membership input[type="text"] {
       
  5106 	width: 180px;
       
  5107 	float: right;
       
  5108 	margin-right: 12px;
       
  5109 } 
       
  5110 .members_title {
       
  5111 	margin-left: 12px;
       
  5112 	position: relative;
       
  5113 	top: 6px;
       
  5114 
       
  5115 }
       
  5116 
       
  5117 /* Inline user creation */
       
  5118 .add_user_btn {
       
  5119   display: inline;
       
  5120 }
       
  5121 #add_user {
       
  5122   clear: both;
       
  5123 }
       
  5124 .add_user {
       
  5125   float: right;
       
  5126   margin-top: 10px;
       
  5127   margin-right: 15px;
       
  5128 }
       
  5129 /* Fixes overflow on dropdowns in modal */
       
  5130 .dropdown_fix {
       
  5131   overflow: visible;
       
  5132 }
       
  5133 /* Replaces CPU hungry spin.js with animated gif */
       
  5134 .loading_gif {
       
  5135   width: 35px;
       
  5136   height: 13px;
       
  5137   padding-top: 2px;
       
  5138   padding-right: 5px;
       
  5139   float: left;
       
  5140 }
       
  5141 /* ResourceBrowser style */
       
  5142 #browser_wrapper {
       
  5143   width: 100%;
       
  5144   min-width: 1000px;
       
  5145   background-color: #eeeeee;
       
  5146   border: 1px solid #dddddd;
       
  5147   -webkit-border-radius: 4px;
       
  5148   -moz-border-radius: 4px;
       
  5149   border-radius: 4px;
       
  5150 }
       
  5151 #browser_wrapper .tfoot {
       
  5152   clear: both;
       
  5153   padding: 8px;
       
  5154   border-top: 1px solid #dddddd;
       
  5155   background-color: #F1F1F1;
       
  5156   font-size: 11px;
       
  5157   line-height: 14px;
       
  5158 }
       
  5159 #browser_wrapper .tfoot span {
       
  5160   display: inline-block;
       
  5161 }
       
  5162 #browser_wrapper .tfoot span.navigation_table_count {
       
  5163   width: 30%;
       
  5164 }
       
  5165 #browser_wrapper form,
       
  5166 #browser_wrapper table {
       
  5167   margin-bottom: 0;
       
  5168 }
       
  5169 #browser_wrapper .navigation_wrapper,
       
  5170 #browser_wrapper .content_wrapper {
       
  5171   position: relative;
       
  5172   float: left;
       
  5173 }
       
  5174 #browser_wrapper div.navigation_wrapper {
       
  5175   z-index: 10;
       
  5176   width: 30%;
       
  5177 }
       
  5178 #browser_wrapper div.navigation_wrapper div.table_wrapper,
       
  5179 #browser_wrapper div.navigation_wrapper thead th.table_header {
       
  5180   border-right: 0 none;
       
  5181   border-top-right-radius: 0;
       
  5182 }
       
  5183 #browser_wrapper div.navigation_wrapper td:first-child {
       
  5184   border-left: 0 none;
       
  5185 }
       
  5186 #browser_wrapper div.navigation_wrapper td.breadcrumb_td {
       
  5187   padding-right: 0px;
       
  5188   max-width: 200px;
       
  5189 }
       
  5190 #browser_wrapper div.navigation_wrapper tr.current_selected td {
       
  5191   background-color: #E9F5FA;
       
  5192 }
       
  5193 #browser_wrapper div.navigation_wrapper tfoot td {
       
  5194   border-right: 0 none;
       
  5195   border-bottom-right-radius: 0;
       
  5196 }
       
  5197 #browser_wrapper div.navigation_wrapper ul.breadcrumb {
       
  5198   padding-right: 0px;
       
  5199   border-top-right-radius: 0px;
       
  5200   border-bottom-right-radius: 0px;
       
  5201   border-right: none;
       
  5202   white-space: nowrap;
       
  5203 }
       
  5204 #browser_wrapper div.navigation_wrapper tbody td {
       
  5205   border-right: 1px solid #dddddd;
       
  5206   background-color: #ffffff;
       
  5207 }
       
  5208 #browser_wrapper div.content_wrapper {
       
  5209   width: 70%;
       
  5210   /* FIXME(Ke Wu): for now there are two breadcrumb tr in both table
       
  5211     * and this one in the content table is hidden. This hack is made to
       
  5212     * fix the alignment of two table, needs a better solution in the
       
  5213     * future.
       
  5214     */
       
  5215 
       
  5216 }
       
  5217 #browser_wrapper div.content_wrapper div.table_wrapper,
       
  5218 #browser_wrapper div.content_wrapper thead th.table_header {
       
  5219   border-left: 0 none;
       
  5220   border-top-left-radius: 0;
       
  5221 }
       
  5222 #browser_wrapper div.content_wrapper td {
       
  5223   border-bottom: 1px solid #dddddd;
       
  5224 }
       
  5225 #browser_wrapper div.content_wrapper td:last-child {
       
  5226   border-right: 0 none;
       
  5227 }
       
  5228 #browser_wrapper div.content_wrapper td.breadcrumb_td {
       
  5229   padding-left: 0px;
       
  5230 }
       
  5231 #browser_wrapper div.content_wrapper tfoot td {
       
  5232   border-left: 0 none;
       
  5233   border-bottom-left-radius: 0;
       
  5234 }
       
  5235 #browser_wrapper div.content_wrapper ul.breadcrumb {
       
  5236   padding-left: 0px;
       
  5237   border-top-left-radius: 0px;
       
  5238   border-bottom-left-radius: 0px;
       
  5239   border-left: none;
       
  5240 }
       
  5241 #browser_wrapper div.content_wrapper ul.breadcrumb li {
       
  5242   visibility: hidden;
       
  5243 }
       
  5244 #browser_wrapper table {
       
  5245   border-collapse: collapse;
       
  5246 }
       
  5247 #browser_wrapper table thead tr th {
       
  5248   border-bottom: none;
       
  5249   background-color: #eeeeee;
       
  5250 }
       
  5251 #browser_wrapper table tbody tr:last-child td {
       
  5252   border-bottom: 1px solid #ddd;
       
  5253   border-radius: 0;
       
  5254 }
       
  5255 #browser_wrapper table tbody tr.empty td {
       
  5256   height: 28px;
       
  5257   padding: 10px;
       
  5258 }
       
  5259 #browser_wrapper table tbody td.actions_column {
       
  5260   position: static;
       
  5261 }
       
  5262 #browser_wrapper .breadcrumb {
       
  5263   padding: 6px;
       
  5264   margin: 0 0 1px 0;
       
  5265 }
       
  5266 /* Styling for inline object creation buttons */
       
  5267 .btn-inline {
       
  5268   margin-bottom: 9px;
       
  5269 }
       
  5270 .modal-body fieldset .form-field select[data-add-item-url] {
       
  5271   width: 275px;
       
  5272   margin-right: 2px;
       
  5273 }
       
  5274 
       
  5275 /* Styling for draged network object */
       
  5276 #networkListSortContainer {
       
  5277   display: none;
       
  5278 }
       
  5279 .networklist {
       
  5280   padding: 6px;
       
  5281   background: #eee;
       
  5282   border: 1px solid #ccc;
       
  5283   min-height: 2em;
       
  5284   width: auto !important;
       
  5285   -webkit-box-sizing: border-box;
       
  5286   -moz-box-sizing: border-box;
       
  5287   box-sizing: border-box;
       
  5288 }
       
  5289 .networklist li {
       
  5290   width: 226px;
       
  5291   list-style-type: none;
       
  5292   margin: 6px auto;
       
  5293   padding: 3px;
       
  5294   background: #fff;
       
  5295   border: 1px solid #aaa;
       
  5296   line-height: 18px;
       
  5297   border-radius: 3px;
       
  5298   cursor: move;
       
  5299   padding-left: 23px;
       
  5300   background: #ffffff url(/static/dashboard/img/drag.png) no-repeat 11px 50%;
       
  5301 }
       
  5302 .networklist li em {
       
  5303   font-size: 0.5em;
       
  5304   line-height: 1em;
       
  5305   color: #999;
       
  5306   font-style: normal;
       
  5307   margin-left: 0.8em;
       
  5308 }
       
  5309 .networklist li i {
       
  5310   margin-right: 5px;
       
  5311   vertical-align: middle;
       
  5312 }
       
  5313 .networklist li a.btn {
       
  5314   -webkit-box-sizing: border-box;
       
  5315   -moz-box-sizing: border-box;
       
  5316   box-sizing: border-box;
       
  5317   font-size: 11px;
       
  5318   line-height: 12px;
       
  5319   padding: 2px 5px 3px;
       
  5320   margin-right: 1px;
       
  5321   width: 18px;
       
  5322   text-align: center;
       
  5323   right: 5px;
       
  5324   vertical-align: middle;
       
  5325   float: right;
       
  5326 }
       
  5327 .networklist li a.btn:before {
       
  5328   content: "+";
       
  5329 }
       
  5330 .networklist li.ui-sortable-helper {
       
  5331   background-color: #def;
       
  5332 }
       
  5333 .networklist li.ui-state-highlight {
       
  5334   border: 1px dotted #ccc;
       
  5335   background: #efefef;
       
  5336   height: 0.5em;
       
  5337 }
       
  5338 .networklist li:after {
       
  5339   visibility: hidden;
       
  5340   display: block;
       
  5341   font-size: 0;
       
  5342   content: " ";
       
  5343   clear: both;
       
  5344   height: 0;
       
  5345 }
       
  5346 #selected_network {
       
  5347   margin-bottom: 1.5em;
       
  5348   counter-reset: v1 0;
       
  5349   background: #edf9ff;
       
  5350   border: 1px solid #c0d9e4;
       
  5351 }
       
  5352 #selected_network li {
       
  5353   position: relative;
       
  5354 }
       
  5355 #selected_network li a.btn:before {
       
  5356   content: "-";
       
  5357 }
       
  5358 #selected_network li:before {
       
  5359   content: "nic:" counter(v1);
       
  5360   counter-increment: v1;
       
  5361   display: inline-block;
       
  5362   margin-right: 5px;
       
  5363   background: #666;
       
  5364   color: #fff;
       
  5365   font-size: 90%;
       
  5366   padding: 0px 4px;
       
  5367   vertical-align: middle;
       
  5368   border-radius: 2px;
       
  5369   position: absolute;
       
  5370   left: -2em;
       
  5371 }
       
  5372 #selected_network.dragging li:before {
       
  5373   content: "nic:";
       
  5374   background-color: rgba(102, 102, 102, 0.5);
       
  5375   padding-right: 10px;
       
  5376 }
       
  5377 #selected_network.dragging li.ui-state-highlight:before {
       
  5378   content: "";
       
  5379   background: transparent;
       
  5380 }
       
  5381 /* Styling for network topology */
       
  5382 @-webkit-keyframes progress-bar-stripes {
       
  5383   from {
       
  5384     background-position: 20px 0;
       
  5385   }
       
  5386   to {
       
  5387     background-position: 0 0;
       
  5388   }
       
  5389 }
       
  5390 @-moz-keyframes progress-bar-stripes {
       
  5391   from {
       
  5392     background-position: 20px 0;
       
  5393   }
       
  5394   to {
       
  5395     background-position: 0 0;
       
  5396   }
       
  5397 }
       
  5398 @-ms-keyframes progress-bar-stripes {
       
  5399   from {
       
  5400     background-position: 20px 0;
       
  5401   }
       
  5402   to {
       
  5403     background-position: 0 0;
       
  5404   }
       
  5405 }
       
  5406 @-o-keyframes progress-bar-stripes {
       
  5407   from {
       
  5408     background-position: 0 0;
       
  5409   }
       
  5410   to {
       
  5411     background-position: 20px 0;
       
  5412   }
       
  5413 }
       
  5414 @keyframes progress-bar-stripes {
       
  5415   from {
       
  5416     background-position: 20px 0;
       
  5417   }
       
  5418   to {
       
  5419     background-position: 0 0;
       
  5420   }
       
  5421 }
       
  5422 #topologyCanvas {
       
  5423   -webkit-box-sizing: border-box;
       
  5424   -moz-box-sizing: border-box;
       
  5425   -ms-box-sizing: border-box;
       
  5426   -o-box-sizing: border-box;
       
  5427   box-sizing: border-box;
       
  5428   width: 100%;
       
  5429   height: 500px;
       
  5430   padding: 25px;
       
  5431   padding-left: 50px;
       
  5432   background: #efefef;
       
  5433 }
       
  5434 #topologyCanvas div.nodata {
       
  5435   font-size: 150%;
       
  5436   font-weight: bold;
       
  5437   text-align: center;
       
  5438   padding-top: 200px;
       
  5439   display: none;
       
  5440 }
       
  5441 div.networks {
       
  5442   height: 100%;
       
  5443 }
       
  5444 div.network {
       
  5445   -webkit-box-sizing: border-box;
       
  5446   -moz-box-sizing: border-box;
       
  5447   -ms-box-sizing: border-box;
       
  5448   -o-box-sizing: border-box;
       
  5449   box-sizing: border-box;
       
  5450   float: left;
       
  5451   width: 270px;
       
  5452   height: 100%;
       
  5453   position: relative;
       
  5454 }
       
  5455 div.network .nicname {
       
  5456   -webkit-box-sizing: border-box;
       
  5457   -moz-box-sizing: border-box;
       
  5458   -ms-box-sizing: border-box;
       
  5459   -o-box-sizing: border-box;
       
  5460   box-sizing: border-box;
       
  5461   height: 100%;
       
  5462   width: 17px;
       
  5463   border-radius: 17px;
       
  5464   z-index: 200;
       
  5465   color: #fff;
       
  5466   position: absolute;
       
  5467   left: -8px;
       
  5468   top: 0px;
       
  5469   cursor: pointer;
       
  5470 }
       
  5471 div.network .nicname:hover {
       
  5472   background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
       
  5473   background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
       
  5474   background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
       
  5475   background-image: -o-linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
       
  5476   background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
       
  5477   background-size: 10px 10px;
       
  5478 }
       
  5479 div.network .nicname.nourl {
       
  5480   cursor: auto;
       
  5481 }
       
  5482 div.network .nicname.nourl:hover {
       
  5483   background-image: none;
       
  5484 }
       
  5485 div.network .nicname h3 {
       
  5486   font-size: 12px;
       
  5487   line-height: 1;
       
  5488   position: relative;
       
  5489   font-weight: normal;
       
  5490   top: 55%;
       
  5491   color: #fff;
       
  5492   left: -1px;
       
  5493   letter-spacing: 0.2em;
       
  5494   -webkit-transform: rotate(-90deg);
       
  5495   -moz-transform: rotate(-90deg);
       
  5496   -ms-transform: rotate(-90deg);
       
  5497   -o-transform: rotate(-90deg);
       
  5498   transform: rotate(-90deg);
       
  5499   white-space: nowrap;
       
  5500   text-shadow: 0px 0px 5px #000;
       
  5501 }
       
  5502 div.network .nicname span.ip {
       
  5503   position: absolute;
       
  5504   bottom: -10px;
       
  5505   left: 20px;
       
  5506   color: #000;
       
  5507   display: block;
       
  5508   font-weight: normal;
       
  5509   font-size: 90%;
       
  5510   letter-spacing: 0.2em;
       
  5511   -webkit-transform: rotate(-90deg);
       
  5512   -moz-transform: rotate(-90deg);
       
  5513   -ms-transform: rotate(-90deg);
       
  5514   -o-transform: rotate(-90deg);
       
  5515   transform: rotate(-90deg);
       
  5516   -webkit-transform-origin: 0% 0%;
       
  5517   -moz-transform-origin: 0% 0%;
       
  5518   -ms-transform-origin: 0% 0%;
       
  5519   -o-transform-origin: 0% 0%;
       
  5520   transform-origin: 0% 0%;
       
  5521   white-space: nowrap;
       
  5522   text-shadow: 0px 0px 2px #fff,0px 0px 2px #fff;
       
  5523 }
       
  5524 div.network .router,
       
  5525 div.network .server,
       
  5526 div.network .device {
       
  5527   -webkit-box-sizing: border-box;
       
  5528   -moz-box-sizing: border-box;
       
  5529   -ms-box-sizing: border-box;
       
  5530   -o-box-sizing: border-box;
       
  5531   box-sizing: border-box;
       
  5532   cursor: pointer;
       
  5533   width: 90px;
       
  5534   border: 3px solid #444;
       
  5535   position: absolute;
       
  5536   top: 30px;
       
  5537   left: 90px;
       
  5538   color: #fff;
       
  5539   padding: 0 3px;
       
  5540   background: #666;
       
  5541   margin-bottom: 20px;
       
  5542   border-radius: 8px;
       
  5543 }
       
  5544 div.network .router:before,
       
  5545 div.network .server:before,
       
  5546 div.network .device:before {
       
  5547   content: "";
       
  5548   width: 20px;
       
  5549   height: 20px;
       
  5550   border: 2px solid #444;
       
  5551   line-height: 1.2;
       
  5552   position: absolute;
       
  5553   border-radius: 20px;
       
  5554   top: -10px;
       
  5555   left: -10px;
       
  5556   background: #ffffff url(/static/dashboard/img/router.png) no-repeat center center;
       
  5557   background-size: 16px 16px;
       
  5558 }
       
  5559 div.network .router:after,
       
  5560 div.network .server:after,
       
  5561 div.network .device:after {
       
  5562   content: "";
       
  5563   width: 100%;
       
  5564   line-height: 1.2;
       
  5565   position: absolute;
       
  5566   text-align: center;
       
  5567   border-radius: 0;
       
  5568   background: #444;
       
  5569   color: #fff;
       
  5570   font-size: 11px;
       
  5571   height: 1.5em;
       
  5572   bottom: 0px;
       
  5573   left: 0px;
       
  5574 }
       
  5575 div.network .router span.devicename,
       
  5576 div.network .server span.devicename,
       
  5577 div.network .device span.devicename {
       
  5578   position: absolute;
       
  5579   color: #fff;
       
  5580   bottom: 0px;
       
  5581   font-size: 12px;
       
  5582   line-height: 14px;
       
  5583   width: 100%;
       
  5584   text-align: center;
       
  5585   z-index: 300;
       
  5586   left: -2px;
       
  5587 }
       
  5588 div.network .router span.name,
       
  5589 div.network .server span.name,
       
  5590 div.network .device span.name {
       
  5591   overflow: hidden;
       
  5592   white-space: nowrap;
       
  5593   text-overflow: ellipsis;
       
  5594   display: block;
       
  5595   font-size: 12px;
       
  5596   position: relative;
       
  5597   z-index: 10;
       
  5598   text-align: center;
       
  5599   top: 4px;
       
  5600   padding: 0 3px;
       
  5601 }
       
  5602 div.network .router div.port,
       
  5603 div.network .server div.port,
       
  5604 div.network .device div.port {
       
  5605   text-align: right;
       
  5606   min-width: 90px;
       
  5607   height: 10px;
       
  5608   font: 0px/0px sans-serif;
       
  5609   position: absolute;
       
  5610   left: -91px;
       
  5611   top: 8px;
       
  5612   background-color: #37a9e3;
       
  5613   background-image: none;
       
  5614   -webkit-background-size: 20px 20px;
       
  5615   -moz-background-size: 20px 20px;
       
  5616   -o-background-size: 20px 20px;
       
  5617   background-size: 20px 20px;
       
  5618   z-index: 100;
       
  5619 }
       
  5620 div.network .router div.port span.ip,
       
  5621 div.network .server div.port span.ip,
       
  5622 div.network .device div.port span.ip {
       
  5623   -webkit-box-sizing: border-box;
       
  5624   -moz-box-sizing: border-box;
       
  5625   -ms-box-sizing: border-box;
       
  5626   -o-box-sizing: border-box;
       
  5627   box-sizing: border-box;
       
  5628   color: #333;
       
  5629   font-size: 9px;
       
  5630   line-height: 1;
       
  5631   text-shadow: 0px -1px #ffffff;
       
  5632   position: relative;
       
  5633   top: -1em;
       
  5634   width: 90px;
       
  5635   display: inline-block;
       
  5636   padding-right: 8px;
       
  5637   padding-left: 8px;
       
  5638   word-wrap: break-word;
       
  5639   word-break: break-all;
       
  5640 }
       
  5641 div.network .router div.port.right,
       
  5642 div.network .server div.port.right,
       
  5643 div.network .device div.port.right {
       
  5644   left: auto;
       
  5645   right: -92px;
       
  5646   width: 92px;
       
  5647   text-align: left;
       
  5648 }
       
  5649 div.network .router:hover,
       
  5650 div.network .server:hover,
       
  5651 div.network .device:hover {
       
  5652   border-color: #222;
       
  5653 }
       
  5654 div.network .router:hover div.port,
       
  5655 div.network .server:hover div.port,
       
  5656 div.network .device:hover div.port {
       
  5657   cursor: pointer;
       
  5658   background-color: #2688c0;
       
  5659   -webkit-animation: progress-bar-stripes 1s linear infinite;
       
  5660   -moz-animation: progress-bar-stripes 1s linear infinite;
       
  5661   -ms-animation: progress-bar-stripes 1s linear infinite;
       
  5662   -o-animation: progress-bar-stripes 1s linear infinite;
       
  5663   animation: progress-bar-stripes 1s linear infinite;
       
  5664 }
       
  5665 div.network .router:hover div.port:hover,
       
  5666 div.network .server:hover div.port:hover,
       
  5667 div.network .device:hover div.port:hover {
       
  5668   -webkit-animation: progress-bar-stripes 0.3s linear infinite;
       
  5669   -moz-animation: progress-bar-stripes 0.3s linear infinite;
       
  5670   -ms-animation: progress-bar-stripes 0.3s linear infinite;
       
  5671   -o-animation: progress-bar-stripes 0.3s linear infinite;
       
  5672   animation: progress-bar-stripes 0.3s linear infinite;
       
  5673 }
       
  5674 div.network .router:hover div.port.nourl,
       
  5675 div.network .server:hover div.port.nourl,
       
  5676 div.network .device:hover div.port.nourl {
       
  5677   cursor: auto;
       
  5678   background-image: none;
       
  5679 }
       
  5680 div.network .router:hover div.port.nourl:hover,
       
  5681 div.network .server:hover div.port.nourl:hover,
       
  5682 div.network .device:hover div.port.nourl:hover {
       
  5683   background-image: none;
       
  5684 }
       
  5685 div.network .router:hover:after,
       
  5686 div.network .server:hover:after,
       
  5687 div.network .device:hover:after {
       
  5688   background-color: #222;
       
  5689   border-color: #222;
       
  5690 }
       
  5691 div.network .device {
       
  5692   border: none;
       
  5693   background: transparent;
       
  5694 }
       
  5695 div.network .server {
       
  5696   background: #fff;
       
  5697   color: #333;
       
  5698 }
       
  5699 div.network .server:before {
       
  5700   background: #ffffff url(/static/dashboard/img/server.png) no-repeat center center;
       
  5701   background-size: 14px 14px;
       
  5702 }
       
  5703 .launchButtons {
       
  5704   float: right;
       
  5705   text-align: right;
       
  5706   margin: 10px 0px 15px 10px;
       
  5707   clear: right;	
       
  5708 }
       
  5709 .launchButtons a.btn {
       
  5710   margin-left: 10px;
       
  5711 }
       
  5712 
       
  5713 html { height: 100%; }
       
  5714 
       
  5715 body { 
       
  5716   background: #fff;
       
  5717   color: #333;
       
  5718   font-family: Arial, Helvetica, sans-serif
       
  5719   font-size: 16px;
       
  5720   height: 100%;
       
  5721 }
       
  5722 
       
  5723 .warning {
       
  5724   background-color: #eca918;
       
  5725   border-bottom: 1px solid #8d6817;
       
  5726   -moz-box-shadow: 0 5px 10px 1px #000;
       
  5727   -webkit-box-shadow: 0 5px 10px 1px #000;
       
  5728   box-shadow: 0 5px 10px 1px #d12a03;
       
  5729   display: block;
       
  5730   z-index: 999;
       
  5731   position: relative;
       
  5732 }
       
  5733 
       
  5734 .warning h3 {
       
  5735   background-color: #eca918;
       
  5736   color: #624a16;
       
  5737 }
       
  5738 
       
  5739 #container { 
       
  5740   height: 100%; 
       
  5741   overflow-x: hidden;
       
  5742 }
       
  5743 
       
  5744 /* topbar */
       
  5745 .topbar {
       
  5746   background: url('../img/Openstack_banner.png') repeat-x;
       
  5747   background-position: bottom;
       
  5748   border-bottom: 0;
       
  5749   color: #fff;
       
  5750   padding: 0 20px 0 245px;
       
  5751   position: relative;
       
  5752   left: -221px;
       
  5753   width: 100%;  
       
  5754   height: 79px;
       
  5755 }
       
  5756 
       
  5757 .page-header { 
       
  5758   font-family: Arial, Helvetica, sans-serif;  }
       
  5759 
       
  5760 .page-header h2 {
       
  5761   color: #333;
       
  5762   font-size: 18px;
       
  5763   line-height: 14px;
       
  5764   font-weight: bold;
       
  5765   margin-left: 0px;
       
  5766   margin-right: -30px;
       
  5767   margin: 0px -30px 0px 0px;
       
  5768   padding: 0px;
       
  5769   position: relative;
       
  5770   top: 100px;
       
  5771 }
       
  5772 
       
  5773 #user_info, #user_info a {
       
  5774   color: #000000;
       
  5775 }
       
  5776 
       
  5777 /* logo */
       
  5778 h1.brand {
       
  5779   background: none;
       
  5780   color: #fff;
       
  5781   position: absolute;
       
  5782   z-index: 999;
       
  5783   padding: 0;
       
  5784 }
       
  5785 
       
  5786 h1.brand a {
       
  5787   background: url('../img/OracleSolaris_Logo.png') top left no-repeat;
       
  5788   color: #F5F5F5;
       
  5789   margin-bottom: 0;
       
  5790   margin-left: 20px;
       
  5791   margin-top: 18px;
       
  5792   padding-left: 115px;
       
  5793   width: 480px;
       
  5794   font-family: Arial, Helvetica, sans-serif;
       
  5795   font-size: 19px;
       
  5796   line-height: 35px;
       
  5797   font-weight: 400;
       
  5798 }
       
  5799 
       
  5800 h1.brand a:before {
       
  5801 	content: url('../img/OpenStack_Dashboard_txt.png');
       
  5802 	position: relative;
       
  5803 	top: 3px;
       
  5804 }
       
  5805 
       
  5806 /*
       
  5807 h1.brand a:before {
       
  5808 	content: "OpenStack";
       
  5809 	font-weight: bold;
       
  5810 	font-size: 19px;
       
  5811 	color: #454545;
       
  5812 	position: relative;
       
  5813 	left: 0px;
       
  5814 	top: 0px;
       
  5815 	background: #F5F5F5;
       
  5816 }
       
  5817 
       
  5818 h1.brand a:after {
       
  5819 	content: "Dashboard";
       
  5820 	font-weight: regular;
       
  5821 	font-size: 19px;
       
  5822 	color: #454545;
       
  5823 	position: relative;
       
  5824 	left: -190px;
       
  5825 	top: 0px;
       
  5826 	background: #F5F5F5;
       
  5827 }*/
       
  5828 
       
  5829 h1.brand a:hover, #user_info a:hover {
       
  5830 	text-decoration: none;
       
  5831 }
       
  5832 
       
  5833 /* user info */
       
  5834 #user_info {
       
  5835   padding: 0px;
       
  5836   margin-top: 18px;
       
  5837   margin-right: 0px;
       
  5838   padding: 9px 0px;
       
  5839 }
       
  5840 
       
  5841 #user_info, #user_info a { 
       
  5842 	font-size: 12px;
       
  5843 	font-weight: bold;
       
  5844 	font-family: Arial, Helvetica, sans-serif;
       
  5845 }
       
  5846 
       
  5847 
       
  5848 /* main nav (in sidebar) */
       
  5849 .main_nav li {
       
  5850 	position: relative;	
       
  5851 }
       
  5852 
       
  5853 .main_nav a {
       
  5854   border-left: 0;
       
  5855   border-right: 0;
       
  5856   color: #005D9D;
       
  5857   margin-left: 0;
       
  5858   padding: 0 0 0 37px;
       
  5859   width: 189px;
       
  5860   float: left;
       
  5861   position: relative;
       
  5862   line-height: 36px;
       
  5863   border: 1px solid #EBECED;
       
  5864   border-width: 1px 0;
       
  5865 }
       
  5866 
       
  5867 .main_nav a:hover {
       
  5868   background: #fbfbfb;
       
  5869   color: #005D9D;
       
  5870   border: 1px solid #fbfbfb;
       
  5871   border-width: 1px 0;
       
  5872   text-decoration: none;
       
  5873 }
       
  5874 
       
  5875 .main_nav li a.active {
       
  5876   border-color: #C4CED8;
       
  5877   font-weight: bold;
       
  5878   border-width: 1px 0 1px 0;
       
  5879   color: #005D9D;
       
  5880   width: 190px;
       
  5881   z-index: 3;
       
  5882 }
       
  5883 
       
  5884 .main_nav a.active:hover {
       
  5885   background: #FFFFFF;
       
  5886   color: #005D9D;
       
  5887   text-decoration: none;
       
  5888 }
       
  5889 
       
  5890 #main_content .nav-tabs li a:hover {
       
  5891   background: #FFFFFF;
       
  5892   border-bottom: 1px solid #D5DFE6;
       
  5893   border-top: 1px solid #FFFFFF;
       
  5894 }
       
  5895 
       
  5896 #main_content .nav-tabs li.active a:hover {
       
  5897   background: #FFFFFF;
       
  5898   border: 1px solid #C4CED8;
       
  5899   border-bottom: 1px solid #FFFFFF;
       
  5900   border-top: 1px solid #FFFFFF;
       
  5901   background:  url(../img/content_tab_bkgd_selected.png) repeat-x;
       
  5902 }
       
  5903 
       
  5904 /* sidebar */
       
  5905 .sidebar {
       
  5906   background: #ebeced;
       
  5907   border: 1px solid #C4CED8;
       
  5908   border-width: 0 1px 0 0;
       
  5909   min-height: 100%;
       
  5910   width: 226px;
       
  5911   position: relative;
       
  5912 }
       
  5913 
       
  5914 .sidebar h4 {
       
  5915   margin-left: 23px;
       
  5916   color: #000000;
       
  5917   vertical-align: top;
       
  5918   font-weight: 500;  
       
  5919 }
       
  5920 
       
  5921 .sidebar a { font-size: 14px; }
       
  5922 
       
  5923 .sidebar .nav-tabs {
       
  5924   background: #f7f7f7;
       
  5925   padding-top: 70px;
       
  5926   margin-top: 0;
       
  5927   margin-bottom: 27px;
       
  5928 }
       
  5929 
       
  5930 .sidebar .nav-tabs li a { 
       
  5931 	color: #005d9d; 
       
  5932 	border-bottom-color: #c4ced8;
       
  5933 	background: url(../img/tab_bkgd_deselected.png) repeat-x;
       
  5934 	font-size: 13px;
       
  5935 	font-family: Arial, Helvetica, sans-serif;
       
  5936 }
       
  5937 
       
  5938 .sidebar .nav-tabs li a:hover {
       
  5939 	background: url(../img/tab_bkgd_deselected.png) repeat-x;
       
  5940 	border-bottom-color: #c4ced8;
       
  5941 	color: #333;
       
  5942 }
       
  5943 
       
  5944 .sidebar .nav-tabs li.active a {
       
  5945   background: #ebeced url(../img/tab_bkgd_selected.png) repeat-x;
       
  5946   border: 1px solid #C4CED8;
       
  5947   border-color: #c4ced8; 
       
  5948   border-bottom: 1px solid #ebeced;
       
  5949   border-top: 0px solid #ebeced;
       
  5950   border-right: 0px solid #ebeced;
       
  5951   color: #555555;
       
  5952   font-size: 13px;
       
  5953   font-family: Arial, Helvetica, sans-serif;
       
  5954   font-weight: bold;
       
  5955   width: 113px;
       
  5956 }
       
  5957 
       
  5958 .sidebar .nav-tabs li.active a:hover { 
       
  5959   border-color: #c4ced8; 
       
  5960   border-bottom-color: #ebeced;
       
  5961 }
       
  5962 
       
  5963 .sidebar .switcher_bar h4 { 
       
  5964 	margin: 0px; 
       
  5965 }
       
  5966 
       
  5967 /* main content */
       
  5968 
       
  5969 /* tables */
       
  5970 .table tbody tr td,
       
  5971 .table tbody tr th {
       
  5972   -moz-transition-duration: .5s;
       
  5973   -webkit-transition-duration: .5s;
       
  5974   transition-duration: .5s;
       
  5975 }
       
  5976 
       
  5977 .table_header h3 {
       
  5978   font-family: Arial, Helvetica, sans-serif;
       
  5979   margin-left: -10px;
       
  5980 }
       
  5981 
       
  5982 h3.table_title {
       
  5983   position: absolute;
       
  5984   left: -999em;
       
  5985 }
       
  5986 
       
  5987 table th {
       
  5988   font-size: 14px;
       
  5989   font-weight: 500;
       
  5990   color: #444;
       
  5991 }
       
  5992 
       
  5993 .table_actions { margin-right: -7px; }
       
  5994 
       
  5995 .table tfoot tr td { 
       
  5996 	background-color: #F9F9F9; 
       
  5997 }
       
  5998 
       
  5999 /* static pages */
       
  6000 .static_page, .quota-dynamic { margin-top: 80px; }
       
  6001 
       
  6002 .static_page, .quota-dynamic h3 { 
       
  6003   margin-bottom: 20px;
       
  6004 }
       
  6005 
       
  6006 .static_page, .quota-dynamic .progress_bar {
       
  6007   max-width: 50%;
       
  6008   margin-top: 10px;
       
  6009 }
       
  6010 
       
  6011 .static_page, .quota-dynamic, .table_wrapper, .usage_info_wrapper, .tab-content {
       
  6012   background: #fff;
       
  6013   background: rgba(255, 255, 255, 0.70);
       
  6014   margin: 30px 0px 0px 0px
       
  6015 }
       
  6016 
       
  6017 #volumes, #volume-types {
       
  6018   position: relative;
       
  6019   top: -8px;
       
  6020 }
       
  6021 
       
  6022 td.normal_column, td.actions_column {
       
  6023 	font-size: 12px;
       
  6024 	color:#000000;
       
  6025 	border-left: 1px solid #EEEEEE;
       
  6026 }
       
  6027 .topologyNavi {
       
  6028   height: 80px;
       
  6029 }
       
  6030 
       
  6031 .topologyBalloon {
       
  6032   display: none;
       
  6033   background: #ffffff;
       
  6034   position: absolute;
       
  6035   left: 100px;
       
  6036   top: 20px;
       
  6037   z-index: 600;
       
  6038   border-radius: 5px;
       
  6039   color: #333333;
       
  6040   min-width: 200px;
       
  6041   line-height: 1.2;
       
  6042   font-size: 11px;
       
  6043   -webkit-box-shadow: 0px 1px 6px #777777;
       
  6044   -moz-box-shadow: 0px 1px 6px #777777;
       
  6045   box-shadow: 0px 1px 6px #777777;
       
  6046 }
       
  6047 .topologyBalloon.on {
       
  6048   display: block;
       
  6049 }
       
  6050 .topologyBalloon .vnc_window {
       
  6051   margin-left: 10px;
       
  6052 }
       
  6053 .topologyBalloon .closeTopologyBalloon {
       
  6054   font-size: 16px;
       
  6055   line-height: 1;
       
  6056   display: block;
       
  6057   position: absolute;
       
  6058   font-weight: bold;
       
  6059   right: 6px;
       
  6060   top: 0px;
       
  6061   cursor: pointer;
       
  6062   padding: 3px;
       
  6063   color: #aaaaaa;
       
  6064 }
       
  6065 .topologyBalloon .closeTopologyBalloon:hover {
       
  6066   color: #777777;
       
  6067   text-decoration: none;
       
  6068 }
       
  6069 .topologyBalloon .contentBody {
       
  6070   padding: 8px 8px 0;
       
  6071 }
       
  6072 .topologyBalloon span.active:before, .topologyBalloon span.down:before {
       
  6073   content: "";
       
  6074   width: 9px;
       
  6075   height: 9px;
       
  6076   display: inline-block;
       
  6077   background: #0d925b;
       
  6078   margin-right: 3px;
       
  6079   border-radius: 10px;
       
  6080   vertical-align: middle;
       
  6081 }
       
  6082 .topologyBalloon span.down:before {
       
  6083   background: #e64b41;
       
  6084 }
       
  6085 .topologyBalloon .footer {
       
  6086   background: #efefef;
       
  6087   border-top: 1px solid #d9d9d9;
       
  6088   padding: 8px;
       
  6089   border-radius: 0px 0px 7px 7px;
       
  6090 }
       
  6091 .topologyBalloon .footer .footerInner {
       
  6092   display: table;
       
  6093   width: 100%;
       
  6094 }
       
  6095 .topologyBalloon .footer .cell {
       
  6096   display: table-cell;
       
  6097   padding-right: 10px;
       
  6098 }
       
  6099 .topologyBalloon .footer .link {
       
  6100   font-size: 12px;
       
  6101 }
       
  6102 .topologyBalloon .footer .delete {
       
  6103   padding-right: 0;
       
  6104   text-align: right;
       
  6105 }
       
  6106 .topologyBalloon .footer .delete .btn:before {
       
  6107   content: "Delete ";
       
  6108 }
       
  6109 .topologyBalloon .footer .delete .btn.deleting:before {
       
  6110   content: "Deleting ";
       
  6111 }
       
  6112 .topologyBalloon .footer .delete .btn.instance:before {
       
  6113   content: "Terminate ";
       
  6114 }
       
  6115 .topologyBalloon .footer .delete .btn.instance.deleting:before {
       
  6116   content: "Terminating ";
       
  6117 }
       
  6118 .topologyBalloon table.detaiInfoTable {
       
  6119   margin: 0px 0px 8px 0px;
       
  6120 
       
  6121 }
       
  6122 .topologyBalloon table.detaiInfoTable caption {
       
  6123   text-align: left;
       
  6124   font-size: 16px;
       
  6125   font-weight: bold;
       
  6126   margin-bottom: 3px;
       
  6127 }
       
  6128 .topologyBalloon table.detaiInfoTable th, .topologyBalloon table.detaiInfoTable td {
       
  6129   text-align: left;
       
  6130   vertical-align: middle;
       
  6131   padding-bottom: 3px;
       
  6132   background: transparent;
       
  6133 }
       
  6134 .topologyBalloon table.detaiInfoTable th {
       
  6135   color: #999999;
       
  6136   padding-right: 8px;
       
  6137   width: 80px;
       
  6138 }
       
  6139 .topologyBalloon table.detaiInfoTable th span {
       
  6140   vertical-align: middle;
       
  6141   width: 80px;
       
  6142   white-space: nowrap;
       
  6143   overflow: hidden;
       
  6144   text-overflow: ellipsis;
       
  6145   display: inline-block;
       
  6146 }
       
  6147 .topologyBalloon table.detaiInfoTable th.device {
       
  6148   text-align: right;
       
  6149   font-size: 12px;
       
  6150   color: #333333;  
       
  6151   padding-left: 12px;
       
  6152 }
       
  6153 .topologyBalloon table.detaiInfoTable td {
       
  6154   padding-right: 5px;
       
  6155   white-space: nowrap;
       
  6156 }
       
  6157 .topologyBalloon table.detaiInfoTable td.delete {
       
  6158   padding-right: 0;
       
  6159   text-align: right;
       
  6160 }
       
  6161 .topologyBalloon table.detaiInfoTable .btn {
       
  6162   line-height: 1.4;
       
  6163 }
       
  6164 .topologyBalloon table.detaiInfoTable .btn:before {
       
  6165   content: "Delete ";
       
  6166 }
       
  6167 .topologyBalloon table.detaiInfoTable .btn.deleting:before {
       
  6168   content: "Deleting ";
       
  6169 }
       
  6170 .topologyBalloon:before {
       
  6171   border-top: 7px solid transparent;
       
  6172   border-bottom: 7px solid transparent;
       
  6173   border-right: 9px solid #bbbbbb;
       
  6174   display: block;
       
  6175   position: absolute;
       
  6176   top: 30px;
       
  6177   left: -9px;
       
  6178   width: 0;
       
  6179   height: 0;
       
  6180   content: "";
       
  6181 }
       
  6182 .topologyBalloon:after {
       
  6183   border-top: 6px solid transparent;
       
  6184   border-bottom: 6px solid transparent;
       
  6185   border-right: 8px solid #ffffff;
       
  6186   display: block;
       
  6187   position: absolute;
       
  6188   top: 31px;
       
  6189   left: -8px;
       
  6190   width: 0;
       
  6191   height: 0;
       
  6192   content: "";
       
  6193 }
       
  6194 .topologyBalloon.leftPosition:before {
       
  6195   border-right: none;
       
  6196   border-left: 9px solid #bbbbbb;
       
  6197   right: -9px;
       
  6198   top: 30px;
       
  6199   left: auto;
       
  6200 }
       
  6201 .topologyBalloon.leftPosition:after {
       
  6202   border-right: none;
       
  6203   border-left: 8px solid #ffffff;
       
  6204   right: -8px;
       
  6205   top: 31px;
       
  6206   left: auto;
       
  6207 }
       
  6208 
       
  6209 .quota-dynamic {
       
  6210   height: 200px; 
       
  6211   min-width: 840px;
       
  6212 }
       
  6213 .d3_quota_bar {
       
  6214   float: left;	
       
  6215   width: 160px;
       
  6216   text-align: center;
       
  6217   position: relative;
       
  6218   left: -30px;
       
  6219 }
       
  6220 #date_form h3 {
       
  6221 	margin-bottom: 19px;
       
  6222 }
       
  6223 
       
  6224 #volumes, #volume-types {
       
  6225   position: relative;
       
  6226   top: -8px;
       
  6227 }
       
  6228 td.normal_column, td.actions_column {
       
  6229 	font-size: 12px;
       
  6230 	color:#000000;
       
  6231 	border-left: 1px solid #EEEEEE;
       
  6232 }
       
  6233 .display_name {
       
  6234 	line-height: 36px;
       
  6235 }
       
  6236 .nodata {
       
  6237 	display: none;
       
  6238 }
       
  6239 
       
  6240 #no_update_flavor_access_members li {
       
  6241   line-height: 24px;
       
  6242   height: 48px;
       
  6243 }