components/openstack/horizon/files/branding/css/solaris1.css
changeset 6856 356aeea98c39
parent 6855 ea44e7e0ca98
child 6857 4cbe0ba20818
equal deleted inserted replaced
6855:ea44e7e0ca98 6856:356aeea98c39
     1 /*
       
     2  *  Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
       
     3  *
       
     4  *  Licensed under the Apache License, Version 2.0 (the "License"); you
       
     5  *  may not use this file except in compliance with the License. You may
       
     6  *  obtain a copy of the License at
       
     7  *
       
     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.
       
    15  */
       
    16 
       
    17 .datepicker {
       
    18   padding: 4px;
       
    19   border-radius: 4px;
       
    20   direction: ltr; }
       
    21 
       
    22   .datepicker-inline {
       
    23     width: 220px; }
       
    24 
       
    25     .datepicker.datepicker-rtl {
       
    26       direction: rtl; }
       
    27 
       
    28       .datepicker.datepicker-rtl table tr td span {
       
    29         float: right; }
       
    30 
       
    31         .datepicker-dropdown {
       
    32           top: 0;
       
    33           left: 0; }
       
    34 
       
    35           .datepicker-dropdown:before {
       
    36             content: '';
       
    37             display: inline-block;
       
    38             border-left: 7px solid transparent;
       
    39             border-right: 7px solid transparent;
       
    40             border-bottom: 7px solid #ccc;
       
    41             border-top: 0;
       
    42             border-bottom-color: rgba(0, 0, 0, 0.2);
       
    43             position: absolute; }
       
    44 
       
    45             .datepicker-dropdown:after {
       
    46               content: '';
       
    47               display: inline-block;
       
    48               border-left: 6px solid transparent;
       
    49               border-right: 6px solid transparent;
       
    50               border-bottom: 6px solid #fff;
       
    51               border-top: 0;
       
    52               position: absolute; }
       
    53 
       
    54               .datepicker-dropdown.datepicker-orient-left:before {
       
    55                 left: 6px; }
       
    56 
       
    57                 .datepicker-dropdown.datepicker-orient-left:after {
       
    58                   left: 7px; }
       
    59 
       
    60                   .datepicker-dropdown.datepicker-orient-right:before {
       
    61                     right: 6px; }
       
    62 
       
    63                     .datepicker-dropdown.datepicker-orient-right:after {
       
    64                       right: 7px; }
       
    65 
       
    66                       .datepicker-dropdown.datepicker-orient-top:before {
       
    67                         top: -7px; }
       
    68 
       
    69                         .datepicker-dropdown.datepicker-orient-top:after {
       
    70                           top: -6px; }
       
    71 
       
    72                           .datepicker-dropdown.datepicker-orient-bottom:before {
       
    73                             bottom: -7px;
       
    74                             border-bottom: 0;
       
    75                             border-top: 7px solid #999; }
       
    76 
       
    77                             .datepicker-dropdown.datepicker-orient-bottom:after {
       
    78                               bottom: -6px;
       
    79                               border-bottom: 0;
       
    80                               border-top: 6px solid #fff; }
       
    81 
       
    82                               .datepicker > div {
       
    83                                 display: none; }
       
    84 
       
    85                                 .datepicker.days div.datepicker-days {
       
    86                                   display: block; }
       
    87 
       
    88                                   .datepicker.months div.datepicker-months {
       
    89                                     display: block; }
       
    90 
       
    91                                     .datepicker.years div.datepicker-years {
       
    92                                       display: block; }
       
    93 
       
    94                                       .datepicker table {
       
    95                                         margin: 0;
       
    96                                         -webkit-touch-callout: none;
       
    97                                         -webkit-user-select: none;
       
    98                                         -khtml-user-select: none;
       
    99                                         -moz-user-select: none;
       
   100                                         -ms-user-select: none;
       
   101                                         user-select: none; }
       
   102 
       
   103                                         .datepicker table tr td, .datepicker table tr th {
       
   104                                           text-align: center;
       
   105                                           width: 30px;
       
   106                                           height: 30px;
       
   107                                           border-radius: 4px;
       
   108                                           border: none; }
       
   109 
       
   110                                           .table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
       
   111                                             background-color: transparent; }
       
   112 
       
   113                                             .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
       
   114                                               background: #eeeeee;
       
   115                                               cursor: pointer; }
       
   116 
       
   117                                               .datepicker table tr td.old, .datepicker table tr td.new {
       
   118                                                 color: #999999; }
       
   119 
       
   120                                                 .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
       
   121                                                   background: none;
       
   122                                                   color: #999999;
       
   123                                                   cursor: default; }
       
   124 
       
   125                                                   .datepicker table tr td.today, .datepicker table tr td.today:hover,
       
   126                                                   .datepicker table tr td.today.disabled,
       
   127                                                   .datepicker table tr td.today.disabled:hover {
       
   128                                                     color: #000000;
       
   129                                                     background-color: #ffdb99;
       
   130                                                     border-color: #ffb733; }
       
   131 
       
   132                                                     .datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover,
       
   133                                                     .datepicker table tr td.today.disabled:hover,
       
   134                                                     .datepicker table tr td.today.disabled:hover:hover,
       
   135                                                     .datepicker table tr td.today:focus, .datepicker table tr td.today:hover:focus,
       
   136                                                     .datepicker table tr td.today.disabled:focus,
       
   137                                                     .datepicker table tr td.today.disabled:hover:focus,
       
   138                                                     .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active,
       
   139                                                     .datepicker table tr td.today.disabled:active,
       
   140                                                     .datepicker table tr td.today.disabled:hover:active,
       
   141                                                     .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active,
       
   142                                                     .datepicker table tr td.today.disabled.active,
       
   143                                                     .datepicker table tr td.today.disabled:hover.active,
       
   144                                                     .open .dropdown-toggle.datepicker table tr td.today,
       
   145                                                     .open .dropdown-toggle.datepicker table tr td.today:hover,
       
   146                                                     .open .dropdown-toggle.datepicker table tr td.today.disabled,
       
   147                                                     .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
       
   148                                                       color: #000000;
       
   149                                                       background-color: #ffcd70;
       
   150                                                       border-color: #f59e00; }
       
   151 
       
   152                                                       .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active,
       
   153                                                       .datepicker table tr td.today.disabled:active,
       
   154                                                       .datepicker table tr td.today.disabled:hover:active,
       
   155                                                       .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active,
       
   156                                                       .datepicker table tr td.today.disabled.active,
       
   157                                                       .datepicker table tr td.today.disabled:hover.active,
       
   158                                                       .open .dropdown-toggle.datepicker table tr td.today,
       
   159                                                       .open .dropdown-toggle.datepicker table tr td.today:hover,
       
   160                                                       .open .dropdown-toggle.datepicker table tr td.today.disabled,
       
   161                                                       .open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
       
   162                                                         background-image: none; }
       
   163 
       
   164                                                         .datepicker table tr td.today.disabled,
       
   165                                                         .datepicker table tr td.today:hover.disabled,
       
   166                                                         .datepicker table tr td.today.disabled.disabled,
       
   167                                                         .datepicker table tr td.today.disabled:hover.disabled,
       
   168                                                         .datepicker table tr td.today[disabled],
       
   169                                                         .datepicker table tr td.today:hover[disabled],
       
   170                                                         .datepicker table tr td.today.disabled[disabled],
       
   171                                                         .datepicker table tr td.today.disabled:hover[disabled],
       
   172                                                         fieldset[disabled] .datepicker table tr td.today,
       
   173                                                         fieldset[disabled] .datepicker table tr td.today:hover,
       
   174                                                         fieldset[disabled] .datepicker table tr td.today.disabled,
       
   175                                                         fieldset[disabled] .datepicker table tr td.today.disabled:hover,
       
   176                                                         .datepicker table tr td.today.disabled:hover,
       
   177                                                         .datepicker table tr td.today:hover.disabled:hover,
       
   178                                                         .datepicker table tr td.today.disabled.disabled:hover,
       
   179                                                         .datepicker table tr td.today.disabled:hover.disabled:hover,
       
   180                                                         .datepicker table tr td.today[disabled]:hover,
       
   181                                                         .datepicker table tr td.today:hover[disabled]:hover,
       
   182                                                         .datepicker table tr td.today.disabled[disabled]:hover,
       
   183                                                         .datepicker table tr td.today.disabled:hover[disabled]:hover,
       
   184                                                         fieldset[disabled] .datepicker table tr td.today:hover,
       
   185                                                         fieldset[disabled] .datepicker table tr td.today:hover:hover,
       
   186                                                         fieldset[disabled] .datepicker table tr td.today.disabled:hover,
       
   187                                                         fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
       
   188                                                         .datepicker table tr td.today.disabled:focus,
       
   189                                                         .datepicker table tr td.today:hover.disabled:focus,
       
   190                                                         .datepicker table tr td.today.disabled.disabled:focus,
       
   191                                                         .datepicker table tr td.today.disabled:hover.disabled:focus,
       
   192                                                         .datepicker table tr td.today[disabled]:focus,
       
   193                                                         .datepicker table tr td.today:hover[disabled]:focus,
       
   194                                                         .datepicker table tr td.today.disabled[disabled]:focus,
       
   195                                                         .datepicker table tr td.today.disabled:hover[disabled]:focus,
       
   196                                                         fieldset[disabled] .datepicker table tr td.today:focus,
       
   197                                                         fieldset[disabled] .datepicker table tr td.today:hover:focus,
       
   198                                                         fieldset[disabled] .datepicker table tr td.today.disabled:focus,
       
   199                                                         fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
       
   200                                                         .datepicker table tr td.today.disabled:active,
       
   201                                                         .datepicker table tr td.today:hover.disabled:active,
       
   202                                                         .datepicker table tr td.today.disabled.disabled:active,
       
   203                                                         .datepicker table tr td.today.disabled:hover.disabled:active,
       
   204                                                         .datepicker table tr td.today[disabled]:active,
       
   205                                                         .datepicker table tr td.today:hover[disabled]:active,
       
   206                                                         .datepicker table tr td.today.disabled[disabled]:active,
       
   207                                                         .datepicker table tr td.today.disabled:hover[disabled]:active,
       
   208                                                         fieldset[disabled] .datepicker table tr td.today:active,
       
   209                                                         fieldset[disabled] .datepicker table tr td.today:hover:active,
       
   210                                                         fieldset[disabled] .datepicker table tr td.today.disabled:active,
       
   211                                                         fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
       
   212                                                         .datepicker table tr td.today.disabled.active,
       
   213                                                         .datepicker table tr td.today:hover.disabled.active,
       
   214                                                         .datepicker table tr td.today.disabled.disabled.active,
       
   215                                                         .datepicker table tr td.today.disabled:hover.disabled.active,
       
   216                                                         .datepicker table tr td.today[disabled].active,
       
   217                                                         .datepicker table tr td.today:hover[disabled].active,
       
   218                                                         .datepicker table tr td.today.disabled[disabled].active,
       
   219                                                         .datepicker table tr td.today.disabled:hover[disabled].active,
       
   220                                                         fieldset[disabled] .datepicker table tr td.today.active,
       
   221                                                         fieldset[disabled] .datepicker table tr td.today:hover.active,
       
   222                                                         fieldset[disabled] .datepicker table tr td.today.disabled.active,
       
   223                                                         fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
       
   224                                                           background-color: #ffdb99;
       
   225                                                           border-color: #ffb733; }
       
   226 
       
   227                                                           .datepicker table tr td.today:hover:hover {
       
   228                                                             color: #000; }
       
   229 
       
   230                                                             .datepicker table tr td.today.active:hover {
       
   231                                                               color: #fff; }
       
   232 
       
   233                                                               .datepicker table tr td.range, .datepicker table tr td.range:hover,
       
   234                                                               .datepicker table tr td.range.disabled,
       
   235                                                               .datepicker table tr td.range.disabled:hover {
       
   236                                                                 background: #eeeeee;
       
   237                                                                 border-radius: 0; }
       
   238 
       
   239                                                                 .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover,
       
   240                                                                 .datepicker table tr td.range.today.disabled,
       
   241                                                                 .datepicker table tr td.range.today.disabled:hover {
       
   242                                                                   color: #000000;
       
   243                                                                   background-color: #f7ca77;
       
   244                                                                   border-color: #f1a417;
       
   245                                                                   border-radius: 0; }
       
   246 
       
   247                                                                   .datepicker table tr td.range.today:hover,
       
   248                                                                   .datepicker table tr td.range.today:hover:hover,
       
   249                                                                   .datepicker table tr td.range.today.disabled:hover,
       
   250                                                                   .datepicker table tr td.range.today.disabled:hover:hover,
       
   251                                                                   .datepicker table tr td.range.today:focus,
       
   252                                                                   .datepicker table tr td.range.today:hover:focus,
       
   253                                                                   .datepicker table tr td.range.today.disabled:focus,
       
   254                                                                   .datepicker table tr td.range.today.disabled:hover:focus,
       
   255                                                                   .datepicker table tr td.range.today:active,
       
   256                                                                   .datepicker table tr td.range.today:hover:active,
       
   257                                                                   .datepicker table tr td.range.today.disabled:active,
       
   258                                                                   .datepicker table tr td.range.today.disabled:hover:active,
       
   259                                                                   .datepicker table tr td.range.today.active,
       
   260                                                                   .datepicker table tr td.range.today:hover.active,
       
   261                                                                   .datepicker table tr td.range.today.disabled.active,
       
   262                                                                   .datepicker table tr td.range.today.disabled:hover.active,
       
   263                                                                   .open .dropdown-toggle.datepicker table tr td.range.today,
       
   264                                                                   .open .dropdown-toggle.datepicker table tr td.range.today:hover,
       
   265                                                                   .open .dropdown-toggle.datepicker table tr td.range.today.disabled,
       
   266                                                                   .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
       
   267                                                                     color: #000000;
       
   268                                                                     background-color: #f4bb51;
       
   269                                                                     border-color: #bf800c; }
       
   270 
       
   271                                                                     .datepicker table tr td.range.today:active,
       
   272                                                                     .datepicker table tr td.range.today:hover:active,
       
   273                                                                     .datepicker table tr td.range.today.disabled:active,
       
   274                                                                     .datepicker table tr td.range.today.disabled:hover:active,
       
   275                                                                     .datepicker table tr td.range.today.active,
       
   276                                                                     .datepicker table tr td.range.today:hover.active,
       
   277                                                                     .datepicker table tr td.range.today.disabled.active,
       
   278                                                                     .datepicker table tr td.range.today.disabled:hover.active,
       
   279                                                                     .open .dropdown-toggle.datepicker table tr td.range.today,
       
   280                                                                     .open .dropdown-toggle.datepicker table tr td.range.today:hover,
       
   281                                                                     .open .dropdown-toggle.datepicker table tr td.range.today.disabled,
       
   282                                                                     .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
       
   283                                                                       background-image: none; }
       
   284 
       
   285                                                                       .datepicker table tr td.range.today.disabled,
       
   286                                                                       .datepicker table tr td.range.today:hover.disabled,
       
   287                                                                       .datepicker table tr td.range.today.disabled.disabled,
       
   288                                                                       .datepicker table tr td.range.today.disabled:hover.disabled,
       
   289                                                                       .datepicker table tr td.range.today[disabled],
       
   290                                                                       .datepicker table tr td.range.today:hover[disabled],
       
   291                                                                       .datepicker table tr td.range.today.disabled[disabled],
       
   292                                                                       .datepicker table tr td.range.today.disabled:hover[disabled],
       
   293                                                                       fieldset[disabled] .datepicker table tr td.range.today,
       
   294                                                                       fieldset[disabled] .datepicker table tr td.range.today:hover,
       
   295                                                                       fieldset[disabled] .datepicker table tr td.range.today.disabled,
       
   296                                                                       fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
       
   297                                                                       .datepicker table tr td.range.today.disabled:hover,
       
   298                                                                       .datepicker table tr td.range.today:hover.disabled:hover,
       
   299                                                                       .datepicker table tr td.range.today.disabled.disabled:hover,
       
   300                                                                       .datepicker table tr td.range.today.disabled:hover.disabled:hover,
       
   301                                                                       .datepicker table tr td.range.today[disabled]:hover,
       
   302                                                                       .datepicker table tr td.range.today:hover[disabled]:hover,
       
   303                                                                       .datepicker table tr td.range.today.disabled[disabled]:hover,
       
   304                                                                       .datepicker table tr td.range.today.disabled:hover[disabled]:hover,
       
   305                                                                       fieldset[disabled] .datepicker table tr td.range.today:hover,
       
   306                                                                       fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
       
   307                                                                       fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
       
   308                                                                       fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
       
   309                                                                       .datepicker table tr td.range.today.disabled:focus,
       
   310                                                                       .datepicker table tr td.range.today:hover.disabled:focus,
       
   311                                                                       .datepicker table tr td.range.today.disabled.disabled:focus,
       
   312                                                                       .datepicker table tr td.range.today.disabled:hover.disabled:focus,
       
   313                                                                       .datepicker table tr td.range.today[disabled]:focus,
       
   314                                                                       .datepicker table tr td.range.today:hover[disabled]:focus,
       
   315                                                                       .datepicker table tr td.range.today.disabled[disabled]:focus,
       
   316                                                                       .datepicker table tr td.range.today.disabled:hover[disabled]:focus,
       
   317                                                                       fieldset[disabled] .datepicker table tr td.range.today:focus,
       
   318                                                                       fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
       
   319                                                                       fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
       
   320                                                                       fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
       
   321                                                                       .datepicker table tr td.range.today.disabled:active,
       
   322                                                                       .datepicker table tr td.range.today:hover.disabled:active,
       
   323                                                                       .datepicker table tr td.range.today.disabled.disabled:active,
       
   324                                                                       .datepicker table tr td.range.today.disabled:hover.disabled:active,
       
   325                                                                       .datepicker table tr td.range.today[disabled]:active,
       
   326                                                                       .datepicker table tr td.range.today:hover[disabled]:active,
       
   327                                                                       .datepicker table tr td.range.today.disabled[disabled]:active,
       
   328                                                                       .datepicker table tr td.range.today.disabled:hover[disabled]:active,
       
   329                                                                       fieldset[disabled] .datepicker table tr td.range.today:active,
       
   330                                                                       fieldset[disabled] .datepicker table tr td.range.today:hover:active,
       
   331                                                                       fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
       
   332                                                                       fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
       
   333                                                                       .datepicker table tr td.range.today.disabled.active,
       
   334                                                                       .datepicker table tr td.range.today:hover.disabled.active,
       
   335                                                                       .datepicker table tr td.range.today.disabled.disabled.active,
       
   336                                                                       .datepicker table tr td.range.today.disabled:hover.disabled.active,
       
   337                                                                       .datepicker table tr td.range.today[disabled].active,
       
   338                                                                       .datepicker table tr td.range.today:hover[disabled].active,
       
   339                                                                       .datepicker table tr td.range.today.disabled[disabled].active,
       
   340                                                                       .datepicker table tr td.range.today.disabled:hover[disabled].active,
       
   341                                                                       fieldset[disabled] .datepicker table tr td.range.today.active,
       
   342                                                                       fieldset[disabled] .datepicker table tr td.range.today:hover.active,
       
   343                                                                       fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
       
   344                                                                       fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
       
   345                                                                         background-color: #f7ca77;
       
   346                                                                         border-color: #f1a417; }
       
   347 
       
   348                                                                         .datepicker table tr td.selected, .datepicker table tr td.selected:hover,
       
   349                                                                         .datepicker table tr td.selected.disabled,
       
   350                                                                         .datepicker table tr td.selected.disabled:hover {
       
   351                                                                           color: #ffffff;
       
   352                                                                           background-color: #999999;
       
   353                                                                           border-color: #555555;
       
   354                                                                           text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
       
   355 
       
   356                                                                           .datepicker table tr td.selected:hover,
       
   357                                                                           .datepicker table tr td.selected:hover:hover,
       
   358                                                                           .datepicker table tr td.selected.disabled:hover,
       
   359                                                                           .datepicker table tr td.selected.disabled:hover:hover,
       
   360                                                                           .datepicker table tr td.selected:focus,
       
   361                                                                           .datepicker table tr td.selected:hover:focus,
       
   362                                                                           .datepicker table tr td.selected.disabled:focus,
       
   363                                                                           .datepicker table tr td.selected.disabled:hover:focus,
       
   364                                                                           .datepicker table tr td.selected:active,
       
   365                                                                           .datepicker table tr td.selected:hover:active,
       
   366                                                                           .datepicker table tr td.selected.disabled:active,
       
   367                                                                           .datepicker table tr td.selected.disabled:hover:active,
       
   368                                                                           .datepicker table tr td.selected.active,
       
   369                                                                           .datepicker table tr td.selected:hover.active,
       
   370                                                                           .datepicker table tr td.selected.disabled.active,
       
   371                                                                           .datepicker table tr td.selected.disabled:hover.active,
       
   372                                                                           .open .dropdown-toggle.datepicker table tr td.selected,
       
   373                                                                           .open .dropdown-toggle.datepicker table tr td.selected:hover,
       
   374                                                                           .open .dropdown-toggle.datepicker table tr td.selected.disabled,
       
   375                                                                           .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
       
   376                                                                             color: #ffffff;
       
   377                                                                             background-color: #858585;
       
   378                                                                             border-color: #373737; }
       
   379 
       
   380                                                                             .datepicker table tr td.selected:active,
       
   381                                                                             .datepicker table tr td.selected:hover:active,
       
   382                                                                             .datepicker table tr td.selected.disabled:active,
       
   383                                                                             .datepicker table tr td.selected.disabled:hover:active,
       
   384                                                                             .datepicker table tr td.selected.active,
       
   385                                                                             .datepicker table tr td.selected:hover.active,
       
   386                                                                             .datepicker table tr td.selected.disabled.active,
       
   387                                                                             .datepicker table tr td.selected.disabled:hover.active,
       
   388                                                                             .open .dropdown-toggle.datepicker table tr td.selected,
       
   389                                                                             .open .dropdown-toggle.datepicker table tr td.selected:hover,
       
   390                                                                             .open .dropdown-toggle.datepicker table tr td.selected.disabled,
       
   391                                                                             .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
       
   392                                                                               background-image: none; }
       
   393 
       
   394                                                                               .datepicker table tr td.selected.disabled,
       
   395                                                                               .datepicker table tr td.selected:hover.disabled,
       
   396                                                                               .datepicker table tr td.selected.disabled.disabled,
       
   397                                                                               .datepicker table tr td.selected.disabled:hover.disabled,
       
   398                                                                               .datepicker table tr td.selected[disabled],
       
   399                                                                               .datepicker table tr td.selected:hover[disabled],
       
   400                                                                               .datepicker table tr td.selected.disabled[disabled],
       
   401                                                                               .datepicker table tr td.selected.disabled:hover[disabled],
       
   402                                                                               fieldset[disabled] .datepicker table tr td.selected,
       
   403                                                                               fieldset[disabled] .datepicker table tr td.selected:hover,
       
   404                                                                               fieldset[disabled] .datepicker table tr td.selected.disabled,
       
   405                                                                               fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
       
   406                                                                               .datepicker table tr td.selected.disabled:hover,
       
   407                                                                               .datepicker table tr td.selected:hover.disabled:hover,
       
   408                                                                               .datepicker table tr td.selected.disabled.disabled:hover,
       
   409                                                                               .datepicker table tr td.selected.disabled:hover.disabled:hover,
       
   410                                                                               .datepicker table tr td.selected[disabled]:hover,
       
   411                                                                               .datepicker table tr td.selected:hover[disabled]:hover,
       
   412                                                                               .datepicker table tr td.selected.disabled[disabled]:hover,
       
   413                                                                               .datepicker table tr td.selected.disabled:hover[disabled]:hover,
       
   414                                                                               fieldset[disabled] .datepicker table tr td.selected:hover,
       
   415                                                                               fieldset[disabled] .datepicker table tr td.selected:hover:hover,
       
   416                                                                               fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
       
   417                                                                               fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
       
   418                                                                               .datepicker table tr td.selected.disabled:focus,
       
   419                                                                               .datepicker table tr td.selected:hover.disabled:focus,
       
   420                                                                               .datepicker table tr td.selected.disabled.disabled:focus,
       
   421                                                                               .datepicker table tr td.selected.disabled:hover.disabled:focus,
       
   422                                                                               .datepicker table tr td.selected[disabled]:focus,
       
   423                                                                               .datepicker table tr td.selected:hover[disabled]:focus,
       
   424                                                                               .datepicker table tr td.selected.disabled[disabled]:focus,
       
   425                                                                               .datepicker table tr td.selected.disabled:hover[disabled]:focus,
       
   426                                                                               fieldset[disabled] .datepicker table tr td.selected:focus,
       
   427                                                                               fieldset[disabled] .datepicker table tr td.selected:hover:focus,
       
   428                                                                               fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
       
   429                                                                               fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
       
   430                                                                               .datepicker table tr td.selected.disabled:active,
       
   431                                                                               .datepicker table tr td.selected:hover.disabled:active,
       
   432                                                                               .datepicker table tr td.selected.disabled.disabled:active,
       
   433                                                                               .datepicker table tr td.selected.disabled:hover.disabled:active,
       
   434                                                                               .datepicker table tr td.selected[disabled]:active,
       
   435                                                                               .datepicker table tr td.selected:hover[disabled]:active,
       
   436                                                                               .datepicker table tr td.selected.disabled[disabled]:active,
       
   437                                                                               .datepicker table tr td.selected.disabled:hover[disabled]:active,
       
   438                                                                               fieldset[disabled] .datepicker table tr td.selected:active,
       
   439                                                                               fieldset[disabled] .datepicker table tr td.selected:hover:active,
       
   440                                                                               fieldset[disabled] .datepicker table tr td.selected.disabled:active,
       
   441                                                                               fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
       
   442                                                                               .datepicker table tr td.selected.disabled.active,
       
   443                                                                               .datepicker table tr td.selected:hover.disabled.active,
       
   444                                                                               .datepicker table tr td.selected.disabled.disabled.active,
       
   445                                                                               .datepicker table tr td.selected.disabled:hover.disabled.active,
       
   446                                                                               .datepicker table tr td.selected[disabled].active,
       
   447                                                                               .datepicker table tr td.selected:hover[disabled].active,
       
   448                                                                               .datepicker table tr td.selected.disabled[disabled].active,
       
   449                                                                               .datepicker table tr td.selected.disabled:hover[disabled].active,
       
   450                                                                               fieldset[disabled] .datepicker table tr td.selected.active,
       
   451                                                                               fieldset[disabled] .datepicker table tr td.selected:hover.active,
       
   452                                                                               fieldset[disabled] .datepicker table tr td.selected.disabled.active,
       
   453                                                                               fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
       
   454                                                                                 background-color: #999999;
       
   455                                                                                 border-color: #555555; }
       
   456 
       
   457                                                                                 .datepicker table tr td.active, .datepicker table tr td.active:hover,
       
   458                                                                                 .datepicker table tr td.active.disabled,
       
   459                                                                                 .datepicker table tr td.active.disabled:hover {
       
   460                                                                                   color: #ffffff;
       
   461                                                                                   background-color: #428bca;
       
   462                                                                                   border-color: #357ebd;
       
   463                                                                                   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
       
   464 
       
   465                                                                                   .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover,
       
   466                                                                                   .datepicker table tr td.active.disabled:hover,
       
   467                                                                                   .datepicker table tr td.active.disabled:hover:hover,
       
   468                                                                                   .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus,
       
   469                                                                                   .datepicker table tr td.active.disabled:focus,
       
   470                                                                                   .datepicker table tr td.active.disabled:hover:focus,
       
   471                                                                                   .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
       
   472                                                                                   .datepicker table tr td.active.disabled:active,
       
   473                                                                                   .datepicker table tr td.active.disabled:hover:active,
       
   474                                                                                   .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
       
   475                                                                                   .datepicker table tr td.active.disabled.active,
       
   476                                                                                   .datepicker table tr td.active.disabled:hover.active,
       
   477                                                                                   .open .dropdown-toggle.datepicker table tr td.active,
       
   478                                                                                   .open .dropdown-toggle.datepicker table tr td.active:hover,
       
   479                                                                                   .open .dropdown-toggle.datepicker table tr td.active.disabled,
       
   480                                                                                   .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
       
   481                                                                                     color: #ffffff;
       
   482                                                                                     background-color: #3276b1;
       
   483                                                                                     border-color: #285e8e; }
       
   484 
       
   485                                                                                     .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active,
       
   486                                                                                     .datepicker table tr td.active.disabled:active,
       
   487                                                                                     .datepicker table tr td.active.disabled:hover:active,
       
   488                                                                                     .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active,
       
   489                                                                                     .datepicker table tr td.active.disabled.active,
       
   490                                                                                     .datepicker table tr td.active.disabled:hover.active,
       
   491                                                                                     .open .dropdown-toggle.datepicker table tr td.active,
       
   492                                                                                     .open .dropdown-toggle.datepicker table tr td.active:hover,
       
   493                                                                                     .open .dropdown-toggle.datepicker table tr td.active.disabled,
       
   494                                                                                     .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
       
   495                                                                                       background-image: none; }
       
   496 
       
   497                                                                                       .datepicker table tr td.active.disabled,
       
   498                                                                                       .datepicker table tr td.active:hover.disabled,
       
   499                                                                                       .datepicker table tr td.active.disabled.disabled,
       
   500                                                                                       .datepicker table tr td.active.disabled:hover.disabled,
       
   501                                                                                       .datepicker table tr td.active[disabled],
       
   502                                                                                       .datepicker table tr td.active:hover[disabled],
       
   503                                                                                       .datepicker table tr td.active.disabled[disabled],
       
   504                                                                                       .datepicker table tr td.active.disabled:hover[disabled],
       
   505                                                                                       fieldset[disabled] .datepicker table tr td.active,
       
   506                                                                                       fieldset[disabled] .datepicker table tr td.active:hover,
       
   507                                                                                       fieldset[disabled] .datepicker table tr td.active.disabled,
       
   508                                                                                       fieldset[disabled] .datepicker table tr td.active.disabled:hover,
       
   509                                                                                       .datepicker table tr td.active.disabled:hover,
       
   510                                                                                       .datepicker table tr td.active:hover.disabled:hover,
       
   511                                                                                       .datepicker table tr td.active.disabled.disabled:hover,
       
   512                                                                                       .datepicker table tr td.active.disabled:hover.disabled:hover,
       
   513                                                                                       .datepicker table tr td.active[disabled]:hover,
       
   514                                                                                       .datepicker table tr td.active:hover[disabled]:hover,
       
   515                                                                                       .datepicker table tr td.active.disabled[disabled]:hover,
       
   516                                                                                       .datepicker table tr td.active.disabled:hover[disabled]:hover,
       
   517                                                                                       fieldset[disabled] .datepicker table tr td.active:hover,
       
   518                                                                                       fieldset[disabled] .datepicker table tr td.active:hover:hover,
       
   519                                                                                       fieldset[disabled] .datepicker table tr td.active.disabled:hover,
       
   520                                                                                       fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
       
   521                                                                                       .datepicker table tr td.active.disabled:focus,
       
   522                                                                                       .datepicker table tr td.active:hover.disabled:focus,
       
   523                                                                                       .datepicker table tr td.active.disabled.disabled:focus,
       
   524                                                                                       .datepicker table tr td.active.disabled:hover.disabled:focus,
       
   525                                                                                       .datepicker table tr td.active[disabled]:focus,
       
   526                                                                                       .datepicker table tr td.active:hover[disabled]:focus,
       
   527                                                                                       .datepicker table tr td.active.disabled[disabled]:focus,
       
   528                                                                                       .datepicker table tr td.active.disabled:hover[disabled]:focus,
       
   529                                                                                       fieldset[disabled] .datepicker table tr td.active:focus,
       
   530                                                                                       fieldset[disabled] .datepicker table tr td.active:hover:focus,
       
   531                                                                                       fieldset[disabled] .datepicker table tr td.active.disabled:focus,
       
   532                                                                                       fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
       
   533                                                                                       .datepicker table tr td.active.disabled:active,
       
   534                                                                                       .datepicker table tr td.active:hover.disabled:active,
       
   535                                                                                       .datepicker table tr td.active.disabled.disabled:active,
       
   536                                                                                       .datepicker table tr td.active.disabled:hover.disabled:active,
       
   537                                                                                       .datepicker table tr td.active[disabled]:active,
       
   538                                                                                       .datepicker table tr td.active:hover[disabled]:active,
       
   539                                                                                       .datepicker table tr td.active.disabled[disabled]:active,
       
   540                                                                                       .datepicker table tr td.active.disabled:hover[disabled]:active,
       
   541                                                                                       fieldset[disabled] .datepicker table tr td.active:active,
       
   542                                                                                       fieldset[disabled] .datepicker table tr td.active:hover:active,
       
   543                                                                                       fieldset[disabled] .datepicker table tr td.active.disabled:active,
       
   544                                                                                       fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
       
   545                                                                                       .datepicker table tr td.active.disabled.active,
       
   546                                                                                       .datepicker table tr td.active:hover.disabled.active,
       
   547                                                                                       .datepicker table tr td.active.disabled.disabled.active,
       
   548                                                                                       .datepicker table tr td.active.disabled:hover.disabled.active,
       
   549                                                                                       .datepicker table tr td.active[disabled].active,
       
   550                                                                                       .datepicker table tr td.active:hover[disabled].active,
       
   551                                                                                       .datepicker table tr td.active.disabled[disabled].active,
       
   552                                                                                       .datepicker table tr td.active.disabled:hover[disabled].active,
       
   553                                                                                       fieldset[disabled] .datepicker table tr td.active.active,
       
   554                                                                                       fieldset[disabled] .datepicker table tr td.active:hover.active,
       
   555                                                                                       fieldset[disabled] .datepicker table tr td.active.disabled.active,
       
   556                                                                                       fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
       
   557                                                                                         background-color: #428bca;
       
   558                                                                                         border-color: #357ebd; }
       
   559 
       
   560                                                                                         .datepicker table tr td span {
       
   561                                                                                           display: block;
       
   562                                                                                           width: 23%;
       
   563                                                                                           height: 54px;
       
   564                                                                                           line-height: 54px;
       
   565                                                                                           float: left;
       
   566                                                                                           margin: 1%;
       
   567                                                                                           cursor: pointer;
       
   568                                                                                           border-radius: 4px; }
       
   569 
       
   570                                                                                           .datepicker table tr td span:hover {
       
   571                                                                                             background: #eeeeee; }
       
   572 
       
   573                                                                                             .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
       
   574                                                                                               background: none;
       
   575                                                                                               color: #999999;
       
   576                                                                                               cursor: default; }
       
   577 
       
   578                                                                                               .datepicker table tr td span.active, .datepicker table tr td span.active:hover,
       
   579                                                                                               .datepicker table tr td span.active.disabled,
       
   580                                                                                               .datepicker table tr td span.active.disabled:hover {
       
   581                                                                                                 color: #ffffff;
       
   582                                                                                                 background-color: #428bca;
       
   583                                                                                                 border-color: #357ebd;
       
   584                                                                                                 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
       
   585 
       
   586                                                                                                 .datepicker table tr td span.active:hover,
       
   587                                                                                                 .datepicker table tr td span.active:hover:hover,
       
   588                                                                                                 .datepicker table tr td span.active.disabled:hover,
       
   589                                                                                                 .datepicker table tr td span.active.disabled:hover:hover,
       
   590                                                                                                 .datepicker table tr td span.active:focus,
       
   591                                                                                                 .datepicker table tr td span.active:hover:focus,
       
   592                                                                                                 .datepicker table tr td span.active.disabled:focus,
       
   593                                                                                                 .datepicker table tr td span.active.disabled:hover:focus,
       
   594                                                                                                 .datepicker table tr td span.active:active,
       
   595                                                                                                 .datepicker table tr td span.active:hover:active,
       
   596                                                                                                 .datepicker table tr td span.active.disabled:active,
       
   597                                                                                                 .datepicker table tr td span.active.disabled:hover:active,
       
   598                                                                                                 .datepicker table tr td span.active.active,
       
   599                                                                                                 .datepicker table tr td span.active:hover.active,
       
   600                                                                                                 .datepicker table tr td span.active.disabled.active,
       
   601                                                                                                 .datepicker table tr td span.active.disabled:hover.active,
       
   602                                                                                                 .open .dropdown-toggle.datepicker table tr td span.active,
       
   603                                                                                                 .open .dropdown-toggle.datepicker table tr td span.active:hover,
       
   604                                                                                                 .open .dropdown-toggle.datepicker table tr td span.active.disabled,
       
   605                                                                                                 .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
       
   606                                                                                                   color: #ffffff;
       
   607                                                                                                   background-color: #3276b1;
       
   608                                                                                                   border-color: #285e8e; }
       
   609 
       
   610                                                                                                   .datepicker table tr td span.active:active,
       
   611                                                                                                   .datepicker table tr td span.active:hover:active,
       
   612                                                                                                   .datepicker table tr td span.active.disabled:active,
       
   613                                                                                                   .datepicker table tr td span.active.disabled:hover:active,
       
   614                                                                                                   .datepicker table tr td span.active.active,
       
   615                                                                                                   .datepicker table tr td span.active:hover.active,
       
   616                                                                                                   .datepicker table tr td span.active.disabled.active,
       
   617                                                                                                   .datepicker table tr td span.active.disabled:hover.active,
       
   618                                                                                                   .open .dropdown-toggle.datepicker table tr td span.active,
       
   619                                                                                                   .open .dropdown-toggle.datepicker table tr td span.active:hover,
       
   620                                                                                                   .open .dropdown-toggle.datepicker table tr td span.active.disabled,
       
   621                                                                                                   .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
       
   622                                                                                                     background-image: none; }
       
   623 
       
   624                                                                                                     .datepicker table tr td span.active.disabled,
       
   625                                                                                                     .datepicker table tr td span.active:hover.disabled,
       
   626                                                                                                     .datepicker table tr td span.active.disabled.disabled,
       
   627                                                                                                     .datepicker table tr td span.active.disabled:hover.disabled,
       
   628                                                                                                     .datepicker table tr td span.active[disabled],
       
   629                                                                                                     .datepicker table tr td span.active:hover[disabled],
       
   630                                                                                                     .datepicker table tr td span.active.disabled[disabled],
       
   631                                                                                                     .datepicker table tr td span.active.disabled:hover[disabled],
       
   632                                                                                                     fieldset[disabled] .datepicker table tr td span.active,
       
   633                                                                                                     fieldset[disabled] .datepicker table tr td span.active:hover,
       
   634                                                                                                     fieldset[disabled] .datepicker table tr td span.active.disabled,
       
   635                                                                                                     fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
       
   636                                                                                                     .datepicker table tr td span.active.disabled:hover,
       
   637                                                                                                     .datepicker table tr td span.active:hover.disabled:hover,
       
   638                                                                                                     .datepicker table tr td span.active.disabled.disabled:hover,
       
   639                                                                                                     .datepicker table tr td span.active.disabled:hover.disabled:hover,
       
   640                                                                                                     .datepicker table tr td span.active[disabled]:hover,
       
   641                                                                                                     .datepicker table tr td span.active:hover[disabled]:hover,
       
   642                                                                                                     .datepicker table tr td span.active.disabled[disabled]:hover,
       
   643                                                                                                     .datepicker table tr td span.active.disabled:hover[disabled]:hover,
       
   644                                                                                                     fieldset[disabled] .datepicker table tr td span.active:hover,
       
   645                                                                                                     fieldset[disabled] .datepicker table tr td span.active:hover:hover,
       
   646                                                                                                     fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
       
   647                                                                                                     fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
       
   648                                                                                                     .datepicker table tr td span.active.disabled:focus,
       
   649                                                                                                     .datepicker table tr td span.active:hover.disabled:focus,
       
   650                                                                                                     .datepicker table tr td span.active.disabled.disabled:focus,
       
   651                                                                                                     .datepicker table tr td span.active.disabled:hover.disabled:focus,
       
   652                                                                                                     .datepicker table tr td span.active[disabled]:focus,
       
   653                                                                                                     .datepicker table tr td span.active:hover[disabled]:focus,
       
   654                                                                                                     .datepicker table tr td span.active.disabled[disabled]:focus,
       
   655                                                                                                     .datepicker table tr td span.active.disabled:hover[disabled]:focus,
       
   656                                                                                                     fieldset[disabled] .datepicker table tr td span.active:focus,
       
   657                                                                                                     fieldset[disabled] .datepicker table tr td span.active:hover:focus,
       
   658                                                                                                     fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
       
   659                                                                                                     fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
       
   660                                                                                                     .datepicker table tr td span.active.disabled:active,
       
   661                                                                                                     .datepicker table tr td span.active:hover.disabled:active,
       
   662                                                                                                     .datepicker table tr td span.active.disabled.disabled:active,
       
   663                                                                                                     .datepicker table tr td span.active.disabled:hover.disabled:active,
       
   664                                                                                                     .datepicker table tr td span.active[disabled]:active,
       
   665                                                                                                     .datepicker table tr td span.active:hover[disabled]:active,
       
   666                                                                                                     .datepicker table tr td span.active.disabled[disabled]:active,
       
   667                                                                                                     .datepicker table tr td span.active.disabled:hover[disabled]:active,
       
   668                                                                                                     fieldset[disabled] .datepicker table tr td span.active:active,
       
   669                                                                                                     fieldset[disabled] .datepicker table tr td span.active:hover:active,
       
   670                                                                                                     fieldset[disabled] .datepicker table tr td span.active.disabled:active,
       
   671                                                                                                     fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
       
   672                                                                                                     .datepicker table tr td span.active.disabled.active,
       
   673                                                                                                     .datepicker table tr td span.active:hover.disabled.active,
       
   674                                                                                                     .datepicker table tr td span.active.disabled.disabled.active,
       
   675                                                                                                     .datepicker table tr td span.active.disabled:hover.disabled.active,
       
   676                                                                                                     .datepicker table tr td span.active[disabled].active,
       
   677                                                                                                     .datepicker table tr td span.active:hover[disabled].active,
       
   678                                                                                                     .datepicker table tr td span.active.disabled[disabled].active,
       
   679                                                                                                     .datepicker table tr td span.active.disabled:hover[disabled].active,
       
   680                                                                                                     fieldset[disabled] .datepicker table tr td span.active.active,
       
   681                                                                                                     fieldset[disabled] .datepicker table tr td span.active:hover.active,
       
   682                                                                                                     fieldset[disabled] .datepicker table tr td span.active.disabled.active,
       
   683                                                                                                     fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
       
   684                                                                                                       background-color: #428bca;
       
   685                                                                                                       border-color: #357ebd; }
       
   686 
       
   687                                                                                                       .datepicker table tr td span.old, .datepicker table tr td span.new {
       
   688                                                                                                         color: #999999; }
       
   689 
       
   690                                                                                                         .datepicker th.datepicker-switch {
       
   691                                                                                                           width: 145px; }
       
   692 
       
   693                                                                                                           .datepicker thead tr:first-child th, .datepicker tfoot tr th {
       
   694                                                                                                             cursor: pointer; }
       
   695 
       
   696                                                                                                             .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
       
   697                                                                                                               background: #eeeeee; }
       
   698 
       
   699                                                                                                               .datepicker .cw {
       
   700                                                                                                                 font-size: 10px;
       
   701                                                                                                                 width: 12px;
       
   702                                                                                                                 padding: 0 2px 0 5px;
       
   703                                                                                                                 vertical-align: middle; }
       
   704 
       
   705                                                                                                                 .datepicker thead tr:first-child th.cw {
       
   706                                                                                                                   cursor: default;
       
   707                                                                                                                   background-color: transparent; }
       
   708 
       
   709                                                                                                                   .input-group.date .input-group-addon i {
       
   710                                                                                                                     cursor: pointer;
       
   711                                                                                                                     width: 16px;
       
   712                                                                                                                     height: 16px; }
       
   713 
       
   714                                                                                                                     .input-daterange input {
       
   715                                                                                                                       text-align: center; }
       
   716 
       
   717                                                                                                                       .input-daterange input:first-child {
       
   718                                                                                                                         border-radius: 3px 0 0 3px; }
       
   719 
       
   720                                                                                                                         .input-daterange input:last-child {
       
   721                                                                                                                           border-radius: 0 3px 3px 0; }
       
   722 
       
   723                                                                                                                           .input-daterange .input-group-addon {
       
   724                                                                                                                             width: auto;
       
   725                                                                                                                             min-width: 16px;
       
   726                                                                                                                             padding: 4px 5px;
       
   727                                                                                                                             font-weight: normal;
       
   728                                                                                                                             line-height: 1.42857;
       
   729                                                                                                                             text-align: center;
       
   730                                                                                                                             text-shadow: 0 1px 0 #fff;
       
   731                                                                                                                             vertical-align: middle;
       
   732                                                                                                                             background-color: #eeeeee;
       
   733                                                                                                                             border: solid #cccccc;
       
   734                                                                                                                             border-width: 1px 0;
       
   735                                                                                                                             margin-left: -5px;
       
   736                                                                                                                             margin-right: -5px; }
       
   737 
       
   738                                                                                                                             .datepicker.dropdown-menu {
       
   739                                                                                                                               position: absolute;
       
   740                                                                                                                               top: 100%;
       
   741                                                                                                                               left: 0;
       
   742                                                                                                                               z-index: 1000;
       
   743                                                                                                                               float: left;
       
   744                                                                                                                               display: none;
       
   745                                                                                                                               min-width: 160px;
       
   746                                                                                                                               list-style: none;
       
   747                                                                                                                               background-color: #ffffff;
       
   748                                                                                                                               border: 1px solid #ccc;
       
   749                                                                                                                               border: 1px solid rgba(0, 0, 0, 0.2);
       
   750                                                                                                                               border-radius: 5px;
       
   751                                                                                                                               -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       
   752                                                                                                                               -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       
   753                                                                                                                               box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       
   754                                                                                                                               -webkit-background-clip: padding-box;
       
   755                                                                                                                               -moz-background-clip: padding;
       
   756                                                                                                                               background-clip: padding-box;
       
   757                                                                                                                               *border-right-width: 2px;
       
   758                                                                                                                               *border-bottom-width: 2px;
       
   759                                                                                                                               color: #333333;
       
   760                                                                                                                               font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
       
   761                                                                                                                               font-size: 13px;
       
   762                                                                                                                               line-height: 1.42857; }
       
   763 
       
   764                                                                                                                               .datepicker.dropdown-menu th, .datepicker.datepicker-inline th,
       
   765                                                                                                                               .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
       
   766                                                                                                                                 padding: 0px 5px; }
       
   767 .rickshaw_graph .detail {
       
   768   pointer-events: none;
       
   769   position: absolute;
       
   770   top: 0;
       
   771   z-index: 2;
       
   772   background: rgba(0, 0, 0, 0.1);
       
   773   bottom: 0;
       
   774   width: 1px;
       
   775   transition: opacity 0.25s linear;
       
   776   -moz-transition: opacity 0.25s linear;
       
   777   -o-transition: opacity 0.25s linear;
       
   778   -webkit-transition: opacity 0.25s linear; }
       
   779 
       
   780   .rickshaw_graph .detail.inactive {
       
   781     opacity: 0; }
       
   782 
       
   783     .rickshaw_graph .detail .item.active {
       
   784       opacity: 1; }
       
   785 
       
   786       .rickshaw_graph .detail .x_label {
       
   787         font-family: Arial, sans-serif;
       
   788         border-radius: 3px;
       
   789         padding: 6px;
       
   790         opacity: 0.5;
       
   791         border: 1px solid #e0e0e0;
       
   792         font-size: 12px;
       
   793         position: absolute;
       
   794         background: white;
       
   795         white-space: nowrap; }
       
   796 
       
   797         .rickshaw_graph .detail .x_label.left {
       
   798           left: 0; }
       
   799 
       
   800           .rickshaw_graph .detail .x_label.right {
       
   801             right: 0; }
       
   802 
       
   803             .rickshaw_graph .detail .item {
       
   804               position: absolute;
       
   805               z-index: 2;
       
   806               border-radius: 3px;
       
   807               padding: 0.25em;
       
   808               font-size: 12px;
       
   809               font-family: Arial, sans-serif;
       
   810               opacity: 0;
       
   811               background: rgba(0, 0, 0, 0.4);
       
   812               color: white;
       
   813               border: 1px solid rgba(0, 0, 0, 0.4);
       
   814               margin-left: 1em;
       
   815               margin-right: 1em;
       
   816               margin-top: -1em;
       
   817               white-space: nowrap; }
       
   818 
       
   819               .rickshaw_graph .detail .item.left {
       
   820                 left: 0; }
       
   821 
       
   822                 .rickshaw_graph .detail .item.right {
       
   823                   right: 0; }
       
   824 
       
   825                   .rickshaw_graph .detail .item.active {
       
   826                     opacity: 1;
       
   827                     background: rgba(0, 0, 0, 0.8); }
       
   828 
       
   829                     .rickshaw_graph .detail .item:after {
       
   830                       position: absolute;
       
   831                       display: block;
       
   832                       width: 0;
       
   833                       height: 0;
       
   834                       content: "";
       
   835                       border: 5px solid transparent; }
       
   836 
       
   837                       .rickshaw_graph .detail .item.left:after {
       
   838                         top: 1em;
       
   839                         left: -5px;
       
   840                         margin-top: -5px;
       
   841                         border-right-color: rgba(0, 0, 0, 0.8);
       
   842                         border-left-width: 0; }
       
   843 
       
   844                         .rickshaw_graph .detail .item.right:after {
       
   845                           top: 1em;
       
   846                           right: -5px;
       
   847                           margin-top: -5px;
       
   848                           border-left-color: rgba(0, 0, 0, 0.8);
       
   849                           border-right-width: 0; }
       
   850 
       
   851                           .rickshaw_graph .detail .dot {
       
   852                             width: 4px;
       
   853                             height: 4px;
       
   854                             margin-left: -3px;
       
   855                             margin-top: -3.5px;
       
   856                             border-radius: 5px;
       
   857                             position: absolute;
       
   858                             box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
       
   859                             box-sizing: content-box;
       
   860                             -moz-box-sizing: content-box;
       
   861                             background: white;
       
   862                             border-width: 2px;
       
   863                             border-style: solid;
       
   864                             display: none;
       
   865                             background-clip: padding-box; }
       
   866 
       
   867                             .rickshaw_graph .detail .dot.active {
       
   868                               display: block; }
       
   869 
       
   870                               .rickshaw_graph {
       
   871                                 position: relative; }
       
   872 
       
   873                                 .rickshaw_graph svg {
       
   874                                   display: block;
       
   875                                   overflow: hidden; }
       
   876 
       
   877                                   .rickshaw_graph .x_tick {
       
   878                                     position: absolute;
       
   879                                     top: 0;
       
   880                                     bottom: 0;
       
   881                                     width: 0px;
       
   882                                     border-left: 1px dotted rgba(0, 0, 0, 0.2);
       
   883                                     pointer-events: none; }
       
   884 
       
   885                                     .rickshaw_graph .x_tick .title {
       
   886                                       position: absolute;
       
   887                                       font-size: 12px;
       
   888                                       font-family: Arial, sans-serif;
       
   889                                       opacity: 0.5;
       
   890                                       white-space: nowrap;
       
   891                                       margin-left: 3px;
       
   892                                       bottom: 1px; }
       
   893 
       
   894                                       .rickshaw_annotation_timeline {
       
   895                                         height: 1px;
       
   896                                         border-top: 1px solid #e0e0e0;
       
   897                                         margin-top: 10px;
       
   898                                         position: relative; }
       
   899 
       
   900                                         .rickshaw_annotation_timeline .annotation {
       
   901                                           position: absolute;
       
   902                                           height: 6px;
       
   903                                           width: 6px;
       
   904                                           margin-left: -2px;
       
   905                                           top: -3px;
       
   906                                           border-radius: 5px;
       
   907                                           background-color: rgba(0, 0, 0, 0.25); }
       
   908 
       
   909                                           .rickshaw_graph .annotation_line {
       
   910                                             position: absolute;
       
   911                                             top: 0;
       
   912                                             bottom: -6px;
       
   913                                             width: 0px;
       
   914                                             border-left: 2px solid rgba(0, 0, 0, 0.3);
       
   915                                             display: none; }
       
   916 
       
   917                                             .rickshaw_graph .annotation_line.active {
       
   918                                               display: block; }
       
   919 
       
   920                                               .rickshaw_graph .annotation_range {
       
   921                                                 background: rgba(0, 0, 0, 0.1);
       
   922                                                 display: none;
       
   923                                                 position: absolute;
       
   924                                                 top: 0;
       
   925                                                 bottom: -6px; }
       
   926 
       
   927                                                 .rickshaw_graph .annotation_range.active {
       
   928                                                   display: block; }
       
   929 
       
   930                                                   .rickshaw_graph .annotation_range.active.offscreen {
       
   931                                                     display: none; }
       
   932 
       
   933                                                     .rickshaw_annotation_timeline .annotation .content {
       
   934                                                       background: white;
       
   935                                                       color: black;
       
   936                                                       opacity: 0.9;
       
   937                                                       padding: 5px 5px;
       
   938                                                       box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
       
   939                                                       border-radius: 3px;
       
   940                                                       position: relative;
       
   941                                                       z-index: 20;
       
   942                                                       font-size: 12px;
       
   943                                                       padding: 6px 8px 8px;
       
   944                                                       top: 18px;
       
   945                                                       left: -11px;
       
   946                                                       width: 160px;
       
   947                                                       display: none;
       
   948                                                       cursor: pointer; }
       
   949 
       
   950                                                       .rickshaw_annotation_timeline .annotation .content:before {
       
   951                                                         content: "\25b2";
       
   952                                                         position: absolute;
       
   953                                                         top: -11px;
       
   954                                                         color: white;
       
   955                                                         text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8); }
       
   956 
       
   957                                                         .rickshaw_annotation_timeline .annotation.active,
       
   958                                                         .rickshaw_annotation_timeline .annotation:hover {
       
   959                                                           background-color: rgba(0, 0, 0, 0.8);
       
   960                                                           cursor: none; }
       
   961 
       
   962                                                           .rickshaw_annotation_timeline .annotation .content:hover {
       
   963                                                             z-index: 50; }
       
   964 
       
   965                                                             .rickshaw_annotation_timeline .annotation.active .content {
       
   966                                                               display: block; }
       
   967 
       
   968                                                               .rickshaw_annotation_timeline .annotation:hover .content {
       
   969                                                                 display: block;
       
   970                                                                 z-index: 50; }
       
   971 
       
   972                                                                 .rickshaw_graph .y_axis, .rickshaw_graph .x_axis_d3 {
       
   973                                                                   fill: none; }
       
   974 
       
   975                                                                   .rickshaw_graph .y_ticks .tick line, .rickshaw_graph .x_ticks_d3 .tick {
       
   976                                                                     stroke: rgba(0, 0, 0, 0.16);
       
   977                                                                     stroke-width: 2px;
       
   978                                                                     shape-rendering: crisp-edges;
       
   979                                                                     pointer-events: none; }
       
   980 
       
   981                                                                     .rickshaw_graph .y_grid .tick, .rickshaw_graph .x_grid_d3 .tick {
       
   982                                                                       z-index: -1;
       
   983                                                                       stroke: rgba(0, 0, 0, 0.2);
       
   984                                                                       stroke-width: 1px;
       
   985                                                                       stroke-dasharray: 1 1; }
       
   986 
       
   987                                                                       .rickshaw_graph .y_grid .tick[data-y-value="0"] {
       
   988                                                                         stroke-dasharray: 1 0; }
       
   989 
       
   990                                                                         .rickshaw_graph .y_grid path, .rickshaw_graph .x_grid_d3 path {
       
   991                                                                           fill: none;
       
   992                                                                           stroke: none; }
       
   993 
       
   994                                                                           .rickshaw_graph .y_ticks path, .rickshaw_graph .x_ticks_d3 path {
       
   995                                                                             fill: none;
       
   996                                                                             stroke: #808080; }
       
   997 
       
   998                                                                             .rickshaw_graph .y_ticks text, .rickshaw_graph .x_ticks_d3 text {
       
   999                                                                               opacity: 0.5;
       
  1000                                                                               font-size: 12px;
       
  1001                                                                               pointer-events: none; }
       
  1002 
       
  1003                                                                               .rickshaw_graph .x_tick.glow .title, .rickshaw_graph .y_ticks.glow text {
       
  1004                                                                                 fill: black;
       
  1005                                                                                 color: black;
       
  1006                                                                                 text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.1), 1px -1px 0 rgba(255, 255, 255, 0.1),
       
  1007                                                                                                                                                                 1px 1px 0 rgba(255, 255, 255, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.1),
       
  1008                                                                                                                                                                 0px -1px 0 rgba(255, 255, 255, 0.1), 1px 0px 0 rgba(255, 255, 255, 0.1),
       
  1009                                                                                                                                                                 -1px 0px 0 rgba(255, 255, 255, 0.1), -1px -1px 0 rgba(255, 255, 255, 0.1); }
       
  1010 
       
  1011                                                                                 .rickshaw_graph .x_tick.inverse .title, .rickshaw_graph .y_ticks.inverse text {
       
  1012                                                                                   fill: white;
       
  1013                                                                                   color: white;
       
  1014                                                                                   text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.8), 1px -1px 0 rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0,
       
  1015                                                                                                                                                                     0, 0, 0.8), 0px 1px 0 rgba(0, 0, 0, 0.8), 0px -1px 0 rgba(0, 0, 0, 0.8),
       
  1016                                                                                                                                                                     1px 0px 0 rgba(0, 0, 0, 0.8), -1px 0px 0 rgba(0, 0, 0, 0.8), -1px -1px 0 rgba(0,
       
  1017                                                                                                                                                                     0, 0, 0.8); }
       
  1018 
       
  1019                                                                                   .rickshaw_legend {
       
  1020                                                                                     font-family: Arial;
       
  1021                                                                                     font-size: 12px;
       
  1022                                                                                     color: white;
       
  1023                                                                                     background: #404040;
       
  1024                                                                                     display: inline-block;
       
  1025                                                                                     padding: 12px 5px;
       
  1026                                                                                     border-radius: 2px;
       
  1027                                                                                     position: relative; }
       
  1028 
       
  1029                                                                                     .rickshaw_legend:hover {
       
  1030                                                                                       z-index: 10; }
       
  1031 
       
  1032                                                                                       .rickshaw_legend .swatch {
       
  1033                                                                                         width: 10px;
       
  1034                                                                                         height: 10px;
       
  1035                                                                                         border: 1px solid rgba(0, 0, 0, 0.2); }
       
  1036 
       
  1037                                                                                         .rickshaw_legend .line {
       
  1038                                                                                           clear: both;
       
  1039                                                                                           line-height: 140%;
       
  1040                                                                                           padding-right: 15px; }
       
  1041 
       
  1042                                                                                           .rickshaw_legend .line .swatch {
       
  1043                                                                                             display: inline-block;
       
  1044                                                                                             margin-right: 3px;
       
  1045                                                                                             border-radius: 2px; }
       
  1046 
       
  1047                                                                                             .rickshaw_legend .label {
       
  1048                                                                                               margin: 0;
       
  1049                                                                                               white-space: nowrap;
       
  1050                                                                                               display: inline;
       
  1051                                                                                               font-size: inherit;
       
  1052                                                                                               background-color: transparent;
       
  1053                                                                                               color: inherit;
       
  1054                                                                                               font-weight: normal;
       
  1055                                                                                               line-height: normal;
       
  1056                                                                                               padding: 0px;
       
  1057                                                                                               text-shadow: none; }
       
  1058 
       
  1059                                                                                               .rickshaw_legend .action:hover {
       
  1060                                                                                                 opacity: 0.6; }
       
  1061 
       
  1062                                                                                                 .rickshaw_legend .action {
       
  1063                                                                                                   margin-right: 0.2em;
       
  1064                                                                                                   font-size: 10px;
       
  1065                                                                                                   opacity: 0.2;
       
  1066                                                                                                   cursor: pointer;
       
  1067                                                                                                   font-size: 14px; }
       
  1068 
       
  1069                                                                                                   .rickshaw_legend .line.disabled {
       
  1070                                                                                                     opacity: 0.4; }
       
  1071 
       
  1072                                                                                                     .rickshaw_legend ul {
       
  1073                                                                                                       list-style-type: none;
       
  1074                                                                                                       margin: 0;
       
  1075                                                                                                       padding: 0;
       
  1076                                                                                                       margin: 2px;
       
  1077                                                                                                       cursor: pointer; }
       
  1078 
       
  1079                                                                                                       .rickshaw_legend li {
       
  1080                                                                                                         padding: 0 0 0 2px;
       
  1081                                                                                                         min-width: 80px;
       
  1082                                                                                                         white-space: nowrap; }
       
  1083 
       
  1084                                                                                                         .rickshaw_legend li:hover {
       
  1085                                                                                                           background: rgba(255, 255, 255, 0.08);
       
  1086                                                                                                           border-radius: 3px; }
       
  1087 
       
  1088                                                                                                           .rickshaw_legend li:active {
       
  1089                                                                                                             background: rgba(255, 255, 255, 0.2);
       
  1090                                                                                                             border-radius: 3px; }
       
  1091 html {
       
  1092   font-family: sans-serif;
       
  1093   -ms-text-size-adjust: 100%;
       
  1094   -webkit-text-size-adjust: 100%; }
       
  1095 
       
  1096   body {
       
  1097     margin: 0; }
       
  1098 
       
  1099     article, aside, details, figcaption, figure, footer, header, hgroup, main,
       
  1100     nav, section, summary {
       
  1101       display: block; }
       
  1102 
       
  1103       audio, canvas, progress, video {
       
  1104         display: inline-block;
       
  1105         vertical-align: baseline; }
       
  1106 
       
  1107         audio:not([controls]) {
       
  1108           display: none;
       
  1109           height: 0; }
       
  1110 
       
  1111           [hidden], template {
       
  1112             display: none; }
       
  1113 
       
  1114             a {
       
  1115               background: transparent; }
       
  1116 
       
  1117               a:active, a:hover {
       
  1118                 outline: 0; }
       
  1119 
       
  1120                 abbr[title] {
       
  1121                   border-bottom: 1px dotted; }
       
  1122 
       
  1123                   b, strong {
       
  1124                     font-weight: bold; }
       
  1125 
       
  1126                     dfn {
       
  1127                       font-style: italic; }
       
  1128 
       
  1129                       h1 {
       
  1130                         font-size: 2em;
       
  1131                         margin: 0.67em 0; }
       
  1132 
       
  1133                         mark {
       
  1134                           background: #ff0;
       
  1135                           color: #000; }
       
  1136 
       
  1137                           small {
       
  1138                             font-size: 80%; }
       
  1139 
       
  1140                             sub, sup {
       
  1141                               font-size: 75%;
       
  1142                               line-height: 0;
       
  1143                               position: relative;
       
  1144                               vertical-align: baseline; }
       
  1145 
       
  1146                               sup {
       
  1147                                 top: -0.5em; }
       
  1148 
       
  1149                                 sub {
       
  1150                                   bottom: -0.25em; }
       
  1151 
       
  1152                                   img {
       
  1153                                     border: 0; }
       
  1154 
       
  1155                                     svg:not(:root) {
       
  1156                                       overflow: hidden; }
       
  1157 
       
  1158                                       figure {
       
  1159                                         margin: 1em 40px; }
       
  1160 
       
  1161                                         hr {
       
  1162                                           -moz-box-sizing: content-box;
       
  1163                                           box-sizing: content-box;
       
  1164                                           height: 0; }
       
  1165 
       
  1166                                           pre {
       
  1167                                             overflow: auto; }
       
  1168 
       
  1169                                             code, kbd, pre, samp {
       
  1170                                               font-family: monospace, monospace;
       
  1171                                               font-size: 1em; }
       
  1172 
       
  1173                                               button, input, optgroup, select, textarea {
       
  1174                                                 color: inherit;
       
  1175                                                 font: inherit;
       
  1176                                                 margin: 0; }
       
  1177 
       
  1178                                                 button {
       
  1179                                                   overflow: visible; }
       
  1180 
       
  1181                                                   button, select {
       
  1182                                                     text-transform: none; }
       
  1183 
       
  1184                                                     button, html input[type="button"], input[type="reset"], input[type="submit"] {
       
  1185                                                       -webkit-appearance: button;
       
  1186                                                       cursor: pointer; }
       
  1187 
       
  1188                                                       button[disabled], html input[disabled] {
       
  1189                                                         cursor: default; }
       
  1190 
       
  1191                                                         button::-moz-focus-inner, input::-moz-focus-inner {
       
  1192                                                           border: 0;
       
  1193                                                           padding: 0; }
       
  1194 
       
  1195                                                           input {
       
  1196                                                             line-height: normal; }
       
  1197 
       
  1198                                                             input[type="checkbox"], input[type="radio"] {
       
  1199                                                               box-sizing: border-box;
       
  1200                                                               padding: 0; }
       
  1201 
       
  1202                                                               input[type="number"]::-webkit-inner-spin-button,
       
  1203                                                               input[type="number"]::-webkit-outer-spin-button {
       
  1204                                                                 height: auto; }
       
  1205 
       
  1206                                                                 input[type="search"] {
       
  1207                                                                   -webkit-appearance: textfield;
       
  1208                                                                   -moz-box-sizing: content-box;
       
  1209                                                                   -webkit-box-sizing: content-box;
       
  1210                                                                   box-sizing: content-box; }
       
  1211 
       
  1212                                                                   input[type="search"]::-webkit-search-cancel-button,
       
  1213                                                                   input[type="search"]::-webkit-search-decoration {
       
  1214                                                                     -webkit-appearance: none; }
       
  1215 
       
  1216                                                                     fieldset {
       
  1217                                                                       border: 1px solid #c0c0c0;
       
  1218                                                                       margin: 0 2px;
       
  1219                                                                       padding: 0.35em 0.625em 0.75em; }
       
  1220 
       
  1221                                                                       legend {
       
  1222                                                                         border: 0;
       
  1223                                                                         padding: 0; }
       
  1224 
       
  1225                                                                         textarea {
       
  1226                                                                           overflow: auto; }
       
  1227 
       
  1228                                                                           optgroup {
       
  1229                                                                             font-weight: bold; }
       
  1230 
       
  1231                                                                             table {
       
  1232                                                                               border-collapse: collapse;
       
  1233                                                                               border-spacing: 0; }
       
  1234 
       
  1235                                                                               td, th {
       
  1236                                                                                 padding: 0; }
       
  1237 @media print {
       
  1238   * {
       
  1239     text-shadow: none !important;
       
  1240     color: #000 !important;
       
  1241     background: transparent !important;
       
  1242     box-shadow: none !important;   }
       
  1243     a, a:visited {
       
  1244       text-decoration: underline;   }
       
  1245       a[href]:after {
       
  1246         content: " (" attr(href) ")";   }
       
  1247         abbr[title]:after {
       
  1248           content: " (" attr(title) ")";   }
       
  1249           a[href^="javascript:"]:after, a[href^="#"]:after {
       
  1250             content: "";   }
       
  1251             pre, blockquote {
       
  1252               border: 1px solid #999;
       
  1253               page-break-inside: avoid;   }
       
  1254               thead {
       
  1255                 display: table-header-group;   }
       
  1256                 tr, img {
       
  1257                   page-break-inside: avoid;   }
       
  1258                   img {
       
  1259                     max-width: 100% !important;   }
       
  1260                     p, h2, h3 {
       
  1261                       orphans: 3;
       
  1262                       widows: 3;   }
       
  1263                       h2, h3 {
       
  1264                         page-break-after: avoid;   }
       
  1265                         select {
       
  1266                           background: #fff !important;   }
       
  1267                           .navbar {
       
  1268                             display: none;   }
       
  1269                             .table td, .table th {
       
  1270                               background-color: #fff !important;   }
       
  1271   .btn > .caret, .dropup > .btn > .caret {
       
  1272     border-top-color: #000 !important;   }
       
  1273   .label {
       
  1274     border: 1px solid #000;   }
       
  1275     .table {
       
  1276       border-collapse: collapse !important;   }
       
  1277       .table-bordered th, .table-bordered td {
       
  1278         border: 1px solid #ddd !important;   }
       
  1279 }
       
  1280 @font-face {
       
  1281   font-family: 'Glyphicons Halflings';
       
  1282   src: url('/horizon/static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot?7ad17c6085de');
       
  1283   src: url('/horizon/static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot?&7ad17c6085de#iefix') format('embedded-opentype'),
       
  1284     url('/horizon/static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff?68ed1dac06bf') format('woff'),
       
  1285     url('/horizon/static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.ttf?e49d52e74b76') format('truetype'),
       
  1286     url('/horizon/static/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.svg?32941d633004#glyphicons_halflingsregular') format('svg'); }
       
  1287 
       
  1288   .glyphicon {
       
  1289     position: relative;
       
  1290     top: 1px;
       
  1291     display: inline-block;
       
  1292     font-family: 'Glyphicons Halflings';
       
  1293     font-style: normal;
       
  1294     font-weight: normal;
       
  1295     line-height: 1;
       
  1296     -webkit-font-smoothing: antialiased;
       
  1297     -moz-osx-font-smoothing: grayscale; }
       
  1298 
       
  1299     .glyphicon-asterisk:before {
       
  1300       content: "\2a"; }
       
  1301 
       
  1302 .glyphicon-plus:before {
       
  1303   content: "\2b"; }
       
  1304 
       
  1305 .glyphicon-euro:before {
       
  1306   content: "\20ac"; }
       
  1307 
       
  1308 .glyphicon-minus:before {
       
  1309   content: "\2212"; }
       
  1310 
       
  1311 .glyphicon-cloud:before {
       
  1312   content: "\2601"; }
       
  1313 
       
  1314 .glyphicon-envelope:before {
       
  1315   content: "\2709"; }
       
  1316 
       
  1317 .glyphicon-pencil:before {
       
  1318   content: "\270f"; }
       
  1319 
       
  1320 .glyphicon-glass:before {
       
  1321   content: "\e001"; }
       
  1322 
       
  1323 .glyphicon-music:before {
       
  1324   content: "\e002"; }
       
  1325 
       
  1326 .glyphicon-search:before {
       
  1327   content: "\e003"; }
       
  1328 
       
  1329 .glyphicon-heart:before {
       
  1330   content: "\e005"; }
       
  1331 
       
  1332 .glyphicon-star:before {
       
  1333   content: "\e006"; }
       
  1334 
       
  1335 .glyphicon-star-empty:before {
       
  1336   content: "\e007"; }
       
  1337 
       
  1338 .glyphicon-user:before {
       
  1339   content: "\e008"; }
       
  1340 
       
  1341 .glyphicon-film:before {
       
  1342   content: "\e009"; }
       
  1343 
       
  1344 .glyphicon-th-large:before {
       
  1345   content: "\e010"; }
       
  1346 
       
  1347 .glyphicon-th:before {
       
  1348   content: "\e011"; }
       
  1349 
       
  1350 .glyphicon-th-list:before {
       
  1351   content: "\e012"; }
       
  1352 
       
  1353 .glyphicon-ok:before {
       
  1354   content: "\e013"; }
       
  1355 
       
  1356 .glyphicon-remove:before {
       
  1357   content: "\e014"; }
       
  1358 
       
  1359 .glyphicon-zoom-in:before {
       
  1360   content: "\e015"; }
       
  1361 
       
  1362 .glyphicon-zoom-out:before {
       
  1363   content: "\e016"; }
       
  1364 
       
  1365 .glyphicon-off:before {
       
  1366   content: "\e017"; }
       
  1367 
       
  1368 .glyphicon-signal:before {
       
  1369   content: "\e018"; }
       
  1370 
       
  1371 .glyphicon-cog:before {
       
  1372   content: "\e019"; }
       
  1373 
       
  1374 .glyphicon-trash:before {
       
  1375   content: "\e020"; }
       
  1376 
       
  1377 .glyphicon-home:before {
       
  1378   content: "\e021"; }
       
  1379 
       
  1380 .glyphicon-file:before {
       
  1381   content: "\e022"; }
       
  1382 
       
  1383 .glyphicon-time:before {
       
  1384   content: "\e023"; }
       
  1385 
       
  1386 .glyphicon-road:before {
       
  1387   content: "\e024"; }
       
  1388 
       
  1389 .glyphicon-download-alt:before {
       
  1390   content: "\e025"; }
       
  1391 
       
  1392 .glyphicon-download:before {
       
  1393   content: "\e026"; }
       
  1394 
       
  1395 .glyphicon-upload:before {
       
  1396   content: "\e027"; }
       
  1397 
       
  1398 .glyphicon-inbox:before {
       
  1399   content: "\e028"; }
       
  1400 
       
  1401 .glyphicon-play-circle:before {
       
  1402   content: "\e029"; }
       
  1403 
       
  1404 .glyphicon-repeat:before {
       
  1405   content: "\e030"; }
       
  1406 
       
  1407 .glyphicon-refresh:before {
       
  1408   content: "\e031"; }
       
  1409 
       
  1410 .glyphicon-list-alt:before {
       
  1411   content: "\e032"; }
       
  1412 
       
  1413 .glyphicon-lock:before {
       
  1414   content: "\e033"; }
       
  1415 
       
  1416 .glyphicon-flag:before {
       
  1417   content: "\e034"; }
       
  1418 
       
  1419 .glyphicon-headphones:before {
       
  1420   content: "\e035"; }
       
  1421 
       
  1422 .glyphicon-volume-off:before {
       
  1423   content: "\e036"; }
       
  1424 
       
  1425 .glyphicon-volume-down:before {
       
  1426   content: "\e037"; }
       
  1427 
       
  1428 .glyphicon-volume-up:before {
       
  1429   content: "\e038"; }
       
  1430 
       
  1431 .glyphicon-qrcode:before {
       
  1432   content: "\e039"; }
       
  1433 
       
  1434 .glyphicon-barcode:before {
       
  1435   content: "\e040"; }
       
  1436 
       
  1437 .glyphicon-tag:before {
       
  1438   content: "\e041"; }
       
  1439 
       
  1440 .glyphicon-tags:before {
       
  1441   content: "\e042"; }
       
  1442 
       
  1443 .glyphicon-book:before {
       
  1444   content: "\e043"; }
       
  1445 
       
  1446 .glyphicon-bookmark:before {
       
  1447   content: "\e044"; }
       
  1448 
       
  1449 .glyphicon-print:before {
       
  1450   content: "\e045"; }
       
  1451 
       
  1452 .glyphicon-camera:before {
       
  1453   content: "\e046"; }
       
  1454 
       
  1455 .glyphicon-font:before {
       
  1456   content: "\e047"; }
       
  1457 
       
  1458 .glyphicon-bold:before {
       
  1459   content: "\e048"; }
       
  1460 
       
  1461 .glyphicon-italic:before {
       
  1462   content: "\e049"; }
       
  1463 
       
  1464 .glyphicon-text-height:before {
       
  1465   content: "\e050"; }
       
  1466 
       
  1467 .glyphicon-text-width:before {
       
  1468   content: "\e051"; }
       
  1469 
       
  1470 .glyphicon-align-left:before {
       
  1471   content: "\e052"; }
       
  1472 
       
  1473 .glyphicon-align-center:before {
       
  1474   content: "\e053"; }
       
  1475 
       
  1476 .glyphicon-align-right:before {
       
  1477   content: "\e054"; }
       
  1478 
       
  1479 .glyphicon-align-justify:before {
       
  1480   content: "\e055"; }
       
  1481 
       
  1482 .glyphicon-list:before {
       
  1483   content: "\e056"; }
       
  1484 
       
  1485 .glyphicon-indent-left:before {
       
  1486   content: "\e057"; }
       
  1487 
       
  1488 .glyphicon-indent-right:before {
       
  1489   content: "\e058"; }
       
  1490 
       
  1491 .glyphicon-facetime-video:before {
       
  1492   content: "\e059"; }
       
  1493 
       
  1494 .glyphicon-picture:before {
       
  1495   content: "\e060"; }
       
  1496 
       
  1497 .glyphicon-map-marker:before {
       
  1498   content: "\e062"; }
       
  1499 
       
  1500 .glyphicon-adjust:before {
       
  1501   content: "\e063"; }
       
  1502 
       
  1503 .glyphicon-tint:before {
       
  1504   content: "\e064"; }
       
  1505 
       
  1506 .glyphicon-edit:before {
       
  1507   content: "\e065"; }
       
  1508 
       
  1509 .glyphicon-share:before {
       
  1510   content: "\e066"; }
       
  1511 
       
  1512 .glyphicon-check:before {
       
  1513   content: "\e067"; }
       
  1514 
       
  1515 .glyphicon-move:before {
       
  1516   content: "\e068"; }
       
  1517 
       
  1518 .glyphicon-step-backward:before {
       
  1519   content: "\e069"; }
       
  1520 
       
  1521 .glyphicon-fast-backward:before {
       
  1522   content: "\e070"; }
       
  1523 
       
  1524 .glyphicon-backward:before {
       
  1525   content: "\e071"; }
       
  1526 
       
  1527 .glyphicon-play:before {
       
  1528   content: "\e072"; }
       
  1529 
       
  1530 .glyphicon-pause:before {
       
  1531   content: "\e073"; }
       
  1532 
       
  1533 .glyphicon-stop:before {
       
  1534   content: "\e074"; }
       
  1535 
       
  1536 .glyphicon-forward:before {
       
  1537   content: "\e075"; }
       
  1538 
       
  1539 .glyphicon-fast-forward:before {
       
  1540   content: "\e076"; }
       
  1541 
       
  1542 .glyphicon-step-forward:before {
       
  1543   content: "\e077"; }
       
  1544 
       
  1545 .glyphicon-eject:before {
       
  1546   content: "\e078"; }
       
  1547 
       
  1548 .glyphicon-chevron-left:before {
       
  1549   content: "\e079"; }
       
  1550 
       
  1551 .glyphicon-chevron-right:before {
       
  1552   content: "\e080"; }
       
  1553 
       
  1554 .glyphicon-plus-sign:before {
       
  1555   content: "\e081"; }
       
  1556 
       
  1557 .glyphicon-minus-sign:before {
       
  1558   content: "\e082"; }
       
  1559 
       
  1560 .glyphicon-remove-sign:before {
       
  1561   content: "\e083"; }
       
  1562 
       
  1563 .glyphicon-ok-sign:before {
       
  1564   content: "\e084"; }
       
  1565 
       
  1566 .glyphicon-question-sign:before {
       
  1567   content: "\e085"; }
       
  1568 
       
  1569 .glyphicon-info-sign:before {
       
  1570   content: "\e086"; }
       
  1571 
       
  1572 .glyphicon-screenshot:before {
       
  1573   content: "\e087"; }
       
  1574 
       
  1575 .glyphicon-remove-circle:before {
       
  1576   content: "\e088"; }
       
  1577 
       
  1578 .glyphicon-ok-circle:before {
       
  1579   content: "\e089"; }
       
  1580 
       
  1581 .glyphicon-ban-circle:before {
       
  1582   content: "\e090"; }
       
  1583 
       
  1584 .glyphicon-arrow-left:before {
       
  1585   content: "\e091"; }
       
  1586 
       
  1587 .glyphicon-arrow-right:before {
       
  1588   content: "\e092"; }
       
  1589 
       
  1590 .glyphicon-arrow-up:before {
       
  1591   content: "\e093"; }
       
  1592 
       
  1593 .glyphicon-arrow-down:before {
       
  1594   content: "\e094"; }
       
  1595 
       
  1596 .glyphicon-share-alt:before {
       
  1597   content: "\e095"; }
       
  1598 
       
  1599 .glyphicon-resize-full:before {
       
  1600   content: "\e096"; }
       
  1601 
       
  1602 .glyphicon-resize-small:before {
       
  1603   content: "\e097"; }
       
  1604 
       
  1605 .glyphicon-exclamation-sign:before {
       
  1606   content: "\e101"; }
       
  1607 
       
  1608 .glyphicon-gift:before {
       
  1609   content: "\e102"; }
       
  1610 
       
  1611 .glyphicon-leaf:before {
       
  1612   content: "\e103"; }
       
  1613 
       
  1614 .glyphicon-fire:before {
       
  1615   content: "\e104"; }
       
  1616 
       
  1617 .glyphicon-eye-open:before {
       
  1618   content: "\e105"; }
       
  1619 
       
  1620 .glyphicon-eye-close:before {
       
  1621   content: "\e106"; }
       
  1622 
       
  1623 .glyphicon-warning-sign:before {
       
  1624   content: "\e107"; }
       
  1625 
       
  1626 .glyphicon-plane:before {
       
  1627   content: "\e108"; }
       
  1628 
       
  1629 .glyphicon-calendar:before {
       
  1630   content: "\e109"; }
       
  1631 
       
  1632 .glyphicon-random:before {
       
  1633   content: "\e110"; }
       
  1634 
       
  1635 .glyphicon-comment:before {
       
  1636   content: "\e111"; }
       
  1637 
       
  1638 .glyphicon-magnet:before {
       
  1639   content: "\e112"; }
       
  1640 
       
  1641 .glyphicon-chevron-up:before {
       
  1642   content: "\e113"; }
       
  1643 
       
  1644 .glyphicon-chevron-down:before {
       
  1645   content: "\e114"; }
       
  1646 
       
  1647 .glyphicon-retweet:before {
       
  1648   content: "\e115"; }
       
  1649 
       
  1650 .glyphicon-shopping-cart:before {
       
  1651   content: "\e116"; }
       
  1652 
       
  1653 .glyphicon-folder-close:before {
       
  1654   content: "\e117"; }
       
  1655 
       
  1656 .glyphicon-folder-open:before {
       
  1657   content: "\e118"; }
       
  1658 
       
  1659 .glyphicon-resize-vertical:before {
       
  1660   content: "\e119"; }
       
  1661 
       
  1662 .glyphicon-resize-horizontal:before {
       
  1663   content: "\e120"; }
       
  1664 
       
  1665 .glyphicon-hdd:before {
       
  1666   content: "\e121"; }
       
  1667 
       
  1668 .glyphicon-bullhorn:before {
       
  1669   content: "\e122"; }
       
  1670 
       
  1671 .glyphicon-bell:before {
       
  1672   content: "\e123"; }
       
  1673 
       
  1674 .glyphicon-certificate:before {
       
  1675   content: "\e124"; }
       
  1676 
       
  1677 .glyphicon-thumbs-up:before {
       
  1678   content: "\e125"; }
       
  1679 
       
  1680 .glyphicon-thumbs-down:before {
       
  1681   content: "\e126"; }
       
  1682 
       
  1683 .glyphicon-hand-right:before {
       
  1684   content: "\e127"; }
       
  1685 
       
  1686 .glyphicon-hand-left:before {
       
  1687   content: "\e128"; }
       
  1688 
       
  1689 .glyphicon-hand-up:before {
       
  1690   content: "\e129"; }
       
  1691 
       
  1692 .glyphicon-hand-down:before {
       
  1693   content: "\e130"; }
       
  1694 
       
  1695 .glyphicon-circle-arrow-right:before {
       
  1696   content: "\e131"; }
       
  1697 
       
  1698 .glyphicon-circle-arrow-left:before {
       
  1699   content: "\e132"; }
       
  1700 
       
  1701 .glyphicon-circle-arrow-up:before {
       
  1702   content: "\e133"; }
       
  1703 
       
  1704 .glyphicon-circle-arrow-down:before {
       
  1705   content: "\e134"; }
       
  1706 
       
  1707 .glyphicon-globe:before {
       
  1708   content: "\e135"; }
       
  1709 
       
  1710 .glyphicon-wrench:before {
       
  1711   content: "\e136"; }
       
  1712 
       
  1713 .glyphicon-tasks:before {
       
  1714   content: "\e137"; }
       
  1715 
       
  1716 .glyphicon-filter:before {
       
  1717   content: "\e138"; }
       
  1718 
       
  1719 .glyphicon-briefcase:before {
       
  1720   content: "\e139"; }
       
  1721 
       
  1722 .glyphicon-fullscreen:before {
       
  1723   content: "\e140"; }
       
  1724 
       
  1725 .glyphicon-dashboard:before {
       
  1726   content: "\e141"; }
       
  1727 
       
  1728 .glyphicon-paperclip:before {
       
  1729   content: "\e142"; }
       
  1730 
       
  1731 .glyphicon-heart-empty:before {
       
  1732   content: "\e143"; }
       
  1733 
       
  1734 .glyphicon-link:before {
       
  1735   content: "\e144"; }
       
  1736 
       
  1737 .glyphicon-phone:before {
       
  1738   content: "\e145"; }
       
  1739 
       
  1740 .glyphicon-pushpin:before {
       
  1741   content: "\e146"; }
       
  1742 
       
  1743 .glyphicon-usd:before {
       
  1744   content: "\e148"; }
       
  1745 
       
  1746 .glyphicon-gbp:before {
       
  1747   content: "\e149"; }
       
  1748 
       
  1749 .glyphicon-sort:before {
       
  1750   content: "\e150"; }
       
  1751 
       
  1752 .glyphicon-sort-by-alphabet:before {
       
  1753   content: "\e151"; }
       
  1754 
       
  1755 .glyphicon-sort-by-alphabet-alt:before {
       
  1756   content: "\e152"; }
       
  1757 
       
  1758 .glyphicon-sort-by-order:before {
       
  1759   content: "\e153"; }
       
  1760 
       
  1761 .glyphicon-sort-by-order-alt:before {
       
  1762   content: "\e154"; }
       
  1763 
       
  1764 .glyphicon-sort-by-attributes:before {
       
  1765   content: "\e155"; }
       
  1766 
       
  1767 .glyphicon-sort-by-attributes-alt:before {
       
  1768   content: "\e156"; }
       
  1769 
       
  1770 .glyphicon-unchecked:before {
       
  1771   content: "\e157"; }
       
  1772 
       
  1773 .glyphicon-expand:before {
       
  1774   content: "\e158"; }
       
  1775 
       
  1776 .glyphicon-collapse-down:before {
       
  1777   content: "\e159"; }
       
  1778 
       
  1779 .glyphicon-collapse-up:before {
       
  1780   content: "\e160"; }
       
  1781 
       
  1782 .glyphicon-log-in:before {
       
  1783   content: "\e161"; }
       
  1784 
       
  1785 .glyphicon-flash:before {
       
  1786   content: "\e162"; }
       
  1787 
       
  1788 .glyphicon-log-out:before {
       
  1789   content: "\e163"; }
       
  1790 
       
  1791 .glyphicon-new-window:before {
       
  1792   content: "\e164"; }
       
  1793 
       
  1794 .glyphicon-record:before {
       
  1795   content: "\e165"; }
       
  1796 
       
  1797 .glyphicon-save:before {
       
  1798   content: "\e166"; }
       
  1799 
       
  1800 .glyphicon-open:before {
       
  1801   content: "\e167"; }
       
  1802 
       
  1803 .glyphicon-saved:before {
       
  1804   content: "\e168"; }
       
  1805 
       
  1806 .glyphicon-import:before {
       
  1807   content: "\e169"; }
       
  1808 
       
  1809 .glyphicon-export:before {
       
  1810   content: "\e170"; }
       
  1811 
       
  1812 .glyphicon-send:before {
       
  1813   content: "\e171"; }
       
  1814 
       
  1815 .glyphicon-floppy-disk:before {
       
  1816   content: "\e172"; }
       
  1817 
       
  1818 .glyphicon-floppy-saved:before {
       
  1819   content: "\e173"; }
       
  1820 
       
  1821 .glyphicon-floppy-remove:before {
       
  1822   content: "\e174"; }
       
  1823 
       
  1824 .glyphicon-floppy-save:before {
       
  1825   content: "\e175"; }
       
  1826 
       
  1827 .glyphicon-floppy-open:before {
       
  1828   content: "\e176"; }
       
  1829 
       
  1830 .glyphicon-credit-card:before {
       
  1831   content: "\e177"; }
       
  1832 
       
  1833 .glyphicon-transfer:before {
       
  1834   content: "\e178"; }
       
  1835 
       
  1836 .glyphicon-cutlery:before {
       
  1837   content: "\e179"; }
       
  1838 
       
  1839 .glyphicon-header:before {
       
  1840   content: "\e180"; }
       
  1841 
       
  1842 .glyphicon-compressed:before {
       
  1843   content: "\e181"; }
       
  1844 
       
  1845 .glyphicon-earphone:before {
       
  1846   content: "\e182"; }
       
  1847 
       
  1848 .glyphicon-phone-alt:before {
       
  1849   content: "\e183"; }
       
  1850 
       
  1851 .glyphicon-tower:before {
       
  1852   content: "\e184"; }
       
  1853 
       
  1854 .glyphicon-stats:before {
       
  1855   content: "\e185"; }
       
  1856 
       
  1857 .glyphicon-sd-video:before {
       
  1858   content: "\e186"; }
       
  1859 
       
  1860 .glyphicon-hd-video:before {
       
  1861   content: "\e187"; }
       
  1862 
       
  1863 .glyphicon-subtitles:before {
       
  1864   content: "\e188"; }
       
  1865 
       
  1866 .glyphicon-sound-stereo:before {
       
  1867   content: "\e189"; }
       
  1868 
       
  1869 .glyphicon-sound-dolby:before {
       
  1870   content: "\e190"; }
       
  1871 
       
  1872 .glyphicon-sound-5-1:before {
       
  1873   content: "\e191"; }
       
  1874 
       
  1875 .glyphicon-sound-6-1:before {
       
  1876   content: "\e192"; }
       
  1877 
       
  1878 .glyphicon-sound-7-1:before {
       
  1879   content: "\e193"; }
       
  1880 
       
  1881 .glyphicon-copyright-mark:before {
       
  1882   content: "\e194"; }
       
  1883 
       
  1884 .glyphicon-registration-mark:before {
       
  1885   content: "\e195"; }
       
  1886 
       
  1887 .glyphicon-cloud-download:before {
       
  1888   content: "\e197"; }
       
  1889 
       
  1890 .glyphicon-cloud-upload:before {
       
  1891   content: "\e198"; }
       
  1892 
       
  1893 .glyphicon-tree-conifer:before {
       
  1894   content: "\e199"; }
       
  1895 
       
  1896 .glyphicon-tree-deciduous:before {
       
  1897   content: "\e200"; }
       
  1898 * {
       
  1899   -webkit-box-sizing: border-box;
       
  1900   -moz-box-sizing: border-box;
       
  1901   box-sizing: border-box; }
       
  1902 
       
  1903   *:before, *:after {
       
  1904     -webkit-box-sizing: border-box;
       
  1905     -moz-box-sizing: border-box;
       
  1906     box-sizing: border-box; }
       
  1907 
       
  1908     html {
       
  1909       font-size: 10px;
       
  1910       -webkit-tap-highlight-color: transparent; }
       
  1911 
       
  1912       body {
       
  1913         font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
       
  1914         font-size: 13px;
       
  1915         line-height: 1.42857;
       
  1916         color: #000;
       
  1917         background-color: #fff; }
       
  1918 
       
  1919         input, button, select, textarea {
       
  1920           font-family: inherit;
       
  1921           font-size: inherit;
       
  1922           line-height: inherit; }
       
  1923 
       
  1924           a {
       
  1925             color: #145c9e;
       
  1926             text-decoration: none; }
       
  1927             a:hover, a:focus {
       
  1928               color: #145c9e;
       
  1929               text-decoration: underline; }
       
  1930               a:focus {
       
  1931                 outline: thin dotted;
       
  1932                 outline: 5px auto -webkit-focus-ring-color;
       
  1933                 outline-offset: -2px; }
       
  1934 
       
  1935 figure {
       
  1936   margin: 0; }
       
  1937 
       
  1938   img {
       
  1939     vertical-align: middle; }
       
  1940 
       
  1941     .img-responsive {
       
  1942       display: block;
       
  1943       width: 100% \9;
       
  1944       max-width: 100%;
       
  1945       height: auto; }
       
  1946 
       
  1947       .img-rounded {
       
  1948         border-radius: 6px; }
       
  1949 
       
  1950         .img-thumbnail {
       
  1951           padding: 4px;
       
  1952           line-height: 1.42857;
       
  1953           background-color: #fff;
       
  1954           border: 1px solid #ddd;
       
  1955           border-radius: 4px;
       
  1956           -webkit-transition: all 0.2s ease-in-out;
       
  1957           -o-transition: all 0.2s ease-in-out;
       
  1958           transition: all 0.2s ease-in-out;
       
  1959           display: inline-block;
       
  1960           width: 100% \9;
       
  1961           max-width: 100%;
       
  1962           height: auto; }
       
  1963 
       
  1964           .img-circle {
       
  1965             border-radius: 50%; }
       
  1966 
       
  1967             hr {
       
  1968               margin-top: 20px;
       
  1969               margin-bottom: 20px;
       
  1970               border: 0;
       
  1971               border-top: 1px solid #eee; }
       
  1972 
       
  1973               .sr-only {
       
  1974                 position: absolute;
       
  1975                 width: 1px;
       
  1976                 height: 1px;
       
  1977                 margin: -1px;
       
  1978                 padding: 0;
       
  1979                 overflow: hidden;
       
  1980                 clip: rect(0, 0, 0, 0);
       
  1981                 border: 0; }
       
  1982 
       
  1983                 .sr-only-focusable:active, .sr-only-focusable:focus {
       
  1984                   position: static;
       
  1985                   width: auto;
       
  1986                   height: auto;
       
  1987                   margin: 0;
       
  1988                   overflow: visible;
       
  1989                   clip: auto; }
       
  1990 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
       
  1991   font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
       
  1992   font-weight: 600;
       
  1993   line-height: 1;
       
  1994   color: #000000; }
       
  1995   h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small,
       
  1996   h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small,
       
  1997   .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small,
       
  1998   .h5 .small, .h6 small, .h6 .small {
       
  1999     font-weight: normal;
       
  2000     line-height: 1;
       
  2001     color: #999; }
       
  2002 
       
  2003 h1, .h1, h2, .h2, h3, .h3 {
       
  2004   margin-top: 20px;
       
  2005   margin-bottom: 10px; }
       
  2006   h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small,
       
  2007   .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
       
  2008     font-size: 65%; }
       
  2009 
       
  2010 h4, .h4, h5, .h5, h6, .h6 {
       
  2011   margin-top: 10px;
       
  2012   margin-bottom: 10px; }
       
  2013   h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small,
       
  2014   .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
       
  2015     font-size: 75%; }
       
  2016 
       
  2017 h1, .h1 {
       
  2018   font-size: 36px; }
       
  2019 
       
  2020   h2, .h2 {
       
  2021     font-size: 30px; }
       
  2022 
       
  2023     h3, .h3 {
       
  2024       font-size: 24px; }
       
  2025 
       
  2026       h4, .h4 {
       
  2027         font-size: 18px; }
       
  2028 
       
  2029         h5, .h5 {
       
  2030           font-size: 14px; }
       
  2031 
       
  2032           h6, .h6 {
       
  2033             font-size: 12px; }
       
  2034 
       
  2035             p {
       
  2036               margin: 0 0 10px; }
       
  2037 
       
  2038               .lead {
       
  2039                 margin-bottom: 20px;
       
  2040                 font-size: 14px;
       
  2041                 font-weight: 300;
       
  2042                 line-height: 1.4; }
       
  2043                 @media (min-width: 768px) {
       
  2044                   .lead {
       
  2045                     font-size: 19.5px;   }
       
  2046 }
       
  2047 
       
  2048 small, .small {
       
  2049   font-size: 92%; }
       
  2050 
       
  2051   cite {
       
  2052     font-style: normal; }
       
  2053 
       
  2054     mark, .mark {
       
  2055       background-color: #fcf8e3;
       
  2056       padding: 0.2em; }
       
  2057 
       
  2058       .text-left {
       
  2059         text-align: left; }
       
  2060 
       
  2061         .text-right {
       
  2062           text-align: right; }
       
  2063 
       
  2064           .text-center {
       
  2065             text-align: center; }
       
  2066 
       
  2067             .text-justify {
       
  2068               text-align: justify; }
       
  2069 
       
  2070               .text-nowrap {
       
  2071                 white-space: nowrap; }
       
  2072 
       
  2073                 .text-lowercase {
       
  2074                   text-transform: lowercase; }
       
  2075 
       
  2076                   .text-uppercase {
       
  2077                     text-transform: uppercase; }
       
  2078 
       
  2079                     .text-capitalize {
       
  2080                       text-transform: capitalize; }
       
  2081 
       
  2082                       .text-muted {
       
  2083                         color: #999; }
       
  2084 
       
  2085                         .bg-primary {
       
  2086                           color: #fff; }
       
  2087 
       
  2088                           .page-header {
       
  2089                             padding-bottom: 9px;
       
  2090                             margin: 40px 0 20px;
       
  2091                             border-bottom: 1px solid #eee; }
       
  2092 
       
  2093                             ul, ol {
       
  2094                               margin-top: 0;
       
  2095                               margin-bottom: 10px; }
       
  2096                               ul ul, ul ol, ol ul, ol ol {
       
  2097                                 margin-bottom: 0; }
       
  2098 
       
  2099 .list-unstyled, .list-inline {
       
  2100   padding-left: 0;
       
  2101   list-style: none; }
       
  2102 
       
  2103   .list-inline {
       
  2104     margin-left: -5px; }
       
  2105     .list-inline > li {
       
  2106       display: inline-block;
       
  2107       padding-left: 5px;
       
  2108       padding-right: 5px; }
       
  2109 
       
  2110 dl {
       
  2111   margin-top: 0;
       
  2112   margin-bottom: 20px; }
       
  2113 
       
  2114   dt, dd {
       
  2115     line-height: 1.42857; }
       
  2116 
       
  2117     dt {
       
  2118       font-weight: bold; }
       
  2119 
       
  2120       dd {
       
  2121         margin-left: 0; }
       
  2122 
       
  2123         @media (min-width: 768px) {
       
  2124           .dl-horizontal dt {
       
  2125             float: left;
       
  2126             width: 160px;
       
  2127             clear: left;
       
  2128             text-align: right;
       
  2129             overflow: hidden;
       
  2130             text-overflow: ellipsis;
       
  2131             white-space: nowrap;   }
       
  2132             .dl-horizontal dd {
       
  2133               margin-left: 180px;   }
       
  2134 }
       
  2135 
       
  2136 abbr[title], abbr[data-original-title] {
       
  2137   cursor: help;
       
  2138   border-bottom: 1px dotted #999; }
       
  2139 
       
  2140   .initialism {
       
  2141     font-size: 90%;
       
  2142     text-transform: uppercase; }
       
  2143 
       
  2144     blockquote {
       
  2145       padding: 10px 20px;
       
  2146       margin: 0 0 20px;
       
  2147       font-size: 17.5px;
       
  2148       border-left: 5px solid #eee; }
       
  2149       blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
       
  2150         margin-bottom: 0; }
       
  2151       blockquote footer, blockquote small, blockquote .small {
       
  2152         display: block;
       
  2153         font-size: 80%;
       
  2154         line-height: 1.42857;
       
  2155         color: #999; }
       
  2156         blockquote footer:before, blockquote small:before, blockquote .small:before {
       
  2157           content: '\2014 \00A0'; }
       
  2158 
       
  2159 .blockquote-reverse, blockquote.pull-right {
       
  2160   padding-right: 15px;
       
  2161   padding-left: 0;
       
  2162   border-right: 5px solid #eee;
       
  2163   border-left: 0;
       
  2164   text-align: right; }
       
  2165   .blockquote-reverse footer:before, .blockquote-reverse small:before,
       
  2166   .blockquote-reverse .small:before, blockquote.pull-right footer:before,
       
  2167   blockquote.pull-right small:before, blockquote.pull-right .small:before {
       
  2168     content: ''; }
       
  2169     .blockquote-reverse footer:after, .blockquote-reverse small:after,
       
  2170     .blockquote-reverse .small:after, blockquote.pull-right footer:after,
       
  2171     blockquote.pull-right small:after, blockquote.pull-right .small:after {
       
  2172       content: '\00A0 \2014'; }
       
  2173 
       
  2174 blockquote:before, blockquote:after {
       
  2175   content: ""; }
       
  2176 
       
  2177   address {
       
  2178     margin-bottom: 20px;
       
  2179     font-style: normal;
       
  2180     line-height: 1.42857; }
       
  2181 .text-primary {
       
  2182   color: #0074cd; }
       
  2183 
       
  2184   a.text-primary:hover {
       
  2185     color: #00579a; }
       
  2186 
       
  2187     .text-success {
       
  2188       color: #468847; }
       
  2189 
       
  2190       a.text-success:hover {
       
  2191         color: #356635; }
       
  2192 
       
  2193         .text-info {
       
  2194           color: #3a87ad; }
       
  2195 
       
  2196           a.text-info:hover {
       
  2197             color: #2d6987; }
       
  2198 
       
  2199             .text-warning {
       
  2200               color: #c09853; }
       
  2201 
       
  2202               a.text-warning:hover {
       
  2203                 color: #a47e3c; }
       
  2204 
       
  2205                 .text-danger {
       
  2206                   color: #b94a48; }
       
  2207 
       
  2208                   a.text-danger:hover {
       
  2209                     color: #953b39; }
       
  2210 .bg-primary {
       
  2211   background-color: #0074cd; }
       
  2212 
       
  2213   a.bg-primary:hover {
       
  2214     background-color: #00579a; }
       
  2215 
       
  2216     .bg-success {
       
  2217       background-color: #dff0d8; }
       
  2218 
       
  2219       a.bg-success:hover {
       
  2220         background-color: #c1e2b3; }
       
  2221 
       
  2222         .bg-info {
       
  2223           background-color: #d9edf7; }
       
  2224 
       
  2225           a.bg-info:hover {
       
  2226             background-color: #afd9ee; }
       
  2227 
       
  2228             .bg-warning {
       
  2229               background-color: #fcf8e3; }
       
  2230 
       
  2231               a.bg-warning:hover {
       
  2232                 background-color: #f7ecb5; }
       
  2233 
       
  2234                 .bg-danger {
       
  2235                   background-color: #f2dede; }
       
  2236 
       
  2237                   a.bg-danger:hover {
       
  2238                     background-color: #e4b9b9; }
       
  2239 .dl-horizontal dd:before, .dl-horizontal dd:after {
       
  2240   content: " ";
       
  2241   display: table; }
       
  2242   .dl-horizontal dd:after {
       
  2243     clear: both; }
       
  2244 .container:before, .container:after {
       
  2245   content: " ";
       
  2246   display: table; }
       
  2247   .container:after {
       
  2248     clear: both; }
       
  2249     .container-fluid:before, .container-fluid:after {
       
  2250       content: " ";
       
  2251       display: table; }
       
  2252       .container-fluid:after {
       
  2253         clear: both; }
       
  2254         .row:before, .row:after {
       
  2255           content: " ";
       
  2256           display: table; }
       
  2257           .row:after {
       
  2258             clear: both; }
       
  2259             .form-horizontal .form-group:before, .form-horizontal .form-group:after {
       
  2260               content: " ";
       
  2261               display: table; }
       
  2262               .form-horizontal .form-group:after {
       
  2263                 clear: both; }
       
  2264 .btn-toolbar:before, .btn-toolbar:after {
       
  2265   content: " ";
       
  2266   display: table; }
       
  2267   .btn-toolbar:after {
       
  2268     clear: both; }
       
  2269     .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
       
  2270       content: " ";
       
  2271       display: table; }
       
  2272       .btn-group-vertical > .btn-group:after {
       
  2273         clear: both; }
       
  2274 .nav:before, .nav:after {
       
  2275   content: " ";
       
  2276   display: table; }
       
  2277   .nav:after {
       
  2278     clear: both; }
       
  2279     .navbar:before, .navbar:after {
       
  2280       content: " ";
       
  2281       display: table; }
       
  2282       .navbar:after {
       
  2283         clear: both; }
       
  2284         .navbar-header:before, .navbar-header:after {
       
  2285           content: " ";
       
  2286           display: table; }
       
  2287           .navbar-header:after {
       
  2288             clear: both; }
       
  2289             .navbar-collapse:before, .navbar-collapse:after {
       
  2290               content: " ";
       
  2291               display: table; }
       
  2292               .navbar-collapse:after {
       
  2293                 clear: both; }
       
  2294                 .pager:before, .pager:after {
       
  2295                   content: " ";
       
  2296                   display: table; }
       
  2297                   .pager:after {
       
  2298                     clear: both; }
       
  2299                     .panel-body:before, .panel-body:after {
       
  2300                       content: " ";
       
  2301                       display: table; }
       
  2302                       .panel-body:after {
       
  2303                         clear: both; }
       
  2304                         .modal-footer:before, .modal-footer:after {
       
  2305                           content: " ";
       
  2306                           display: table; }
       
  2307                           .modal-footer:after {
       
  2308                             clear: both; }
       
  2309                             .clearfix:before, .clearfix:after {
       
  2310                               content: " ";
       
  2311                               display: table; }
       
  2312                               .clearfix:after {
       
  2313                                 clear: both; }
       
  2314 code, kbd, pre, samp {
       
  2315   font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
       
  2316 
       
  2317   code {
       
  2318     padding: 2px 4px;
       
  2319     font-size: 90%;
       
  2320     color: #c7254e;
       
  2321     background-color: #f9f2f4;
       
  2322     border-radius: 4px; }
       
  2323 
       
  2324     kbd {
       
  2325       padding: 2px 4px;
       
  2326       font-size: 90%;
       
  2327       color: #fff;
       
  2328       background-color: #333;
       
  2329       border-radius: 3px;
       
  2330       box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
       
  2331       kbd kbd {
       
  2332         padding: 0;
       
  2333         font-size: 100%;
       
  2334         box-shadow: none; }
       
  2335 
       
  2336 pre {
       
  2337   display: block;
       
  2338   padding: 9.5px;
       
  2339   margin: 0 0 10px;
       
  2340   font-size: 12px;
       
  2341   line-height: 1.42857;
       
  2342   word-break: break-all;
       
  2343   word-wrap: break-word;
       
  2344   color: #333;
       
  2345   background-color: #f5f5f5;
       
  2346   border: 1px solid #ccc;
       
  2347   border-radius: 4px; }
       
  2348   pre code {
       
  2349     padding: 0;
       
  2350     font-size: inherit;
       
  2351     color: inherit;
       
  2352     white-space: pre-wrap;
       
  2353     background-color: transparent;
       
  2354     border-radius: 0; }
       
  2355 
       
  2356 .pre-scrollable {
       
  2357   max-height: 340px;
       
  2358   overflow-y: scroll; }
       
  2359 .container {
       
  2360   margin-right: auto;
       
  2361   margin-left: auto;
       
  2362   padding-left: 15px;
       
  2363   padding-right: 15px; }
       
  2364   @media (min-width: 768px) {
       
  2365     .container {
       
  2366       width: 750px;   }
       
  2367 }
       
  2368     @media (min-width: 992px) {
       
  2369       .container {
       
  2370         width: 970px;   }
       
  2371 }
       
  2372       @media (min-width: 1200px) {
       
  2373         .container {
       
  2374           width: 1170px;   }
       
  2375 }
       
  2376 
       
  2377 .container-fluid {
       
  2378   margin-right: auto;
       
  2379   margin-left: auto;
       
  2380   padding-left: 15px;
       
  2381   padding-right: 15px; }
       
  2382 
       
  2383   .row {
       
  2384     margin-left: -15px;
       
  2385     margin-right: -15px; }
       
  2386 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2,
       
  2387 .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4,
       
  2388 .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6,
       
  2389 .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
       
  2390 .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9,
       
  2391 .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11,
       
  2392 .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12,
       
  2393 .col-lg-12, .left, .right {
       
  2394   position: relative;
       
  2395   min-height: 1px;
       
  2396   padding-left: 15px;
       
  2397   padding-right: 15px; }
       
  2398 
       
  2399   .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7,
       
  2400   .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
       
  2401     float: left; }
       
  2402 
       
  2403     .col-xs-1 {
       
  2404       width: 8.33333%; }
       
  2405 
       
  2406       .col-xs-2 {
       
  2407         width: 16.66667%; }
       
  2408 
       
  2409         .col-xs-3 {
       
  2410           width: 25%; }
       
  2411 
       
  2412           .col-xs-4 {
       
  2413             width: 33.33333%; }
       
  2414 
       
  2415             .col-xs-5 {
       
  2416               width: 41.66667%; }
       
  2417 
       
  2418               .col-xs-6 {
       
  2419                 width: 50%; }
       
  2420 
       
  2421                 .col-xs-7 {
       
  2422                   width: 58.33333%; }
       
  2423 
       
  2424                   .col-xs-8 {
       
  2425                     width: 66.66667%; }
       
  2426 
       
  2427                     .col-xs-9 {
       
  2428                       width: 75%; }
       
  2429 
       
  2430                       .col-xs-10 {
       
  2431                         width: 83.33333%; }
       
  2432 
       
  2433                         .col-xs-11 {
       
  2434                           width: 91.66667%; }
       
  2435 
       
  2436                           .col-xs-12 {
       
  2437                             width: 100%; }
       
  2438 
       
  2439                             .col-xs-pull-0 {
       
  2440                               right: auto; }
       
  2441 
       
  2442                               .col-xs-pull-1 {
       
  2443                                 right: 8.33333%; }
       
  2444 
       
  2445                                 .col-xs-pull-2 {
       
  2446                                   right: 16.66667%; }
       
  2447 
       
  2448                                   .col-xs-pull-3 {
       
  2449                                     right: 25%; }
       
  2450 
       
  2451                                     .col-xs-pull-4 {
       
  2452                                       right: 33.33333%; }
       
  2453 
       
  2454                                       .col-xs-pull-5 {
       
  2455                                         right: 41.66667%; }
       
  2456 
       
  2457                                         .col-xs-pull-6 {
       
  2458                                           right: 50%; }
       
  2459 
       
  2460                                           .col-xs-pull-7 {
       
  2461                                             right: 58.33333%; }
       
  2462 
       
  2463                                             .col-xs-pull-8 {
       
  2464                                               right: 66.66667%; }
       
  2465 
       
  2466                                               .col-xs-pull-9 {
       
  2467                                                 right: 75%; }
       
  2468 
       
  2469                                                 .col-xs-pull-10 {
       
  2470                                                   right: 83.33333%; }
       
  2471 
       
  2472                                                   .col-xs-pull-11 {
       
  2473                                                     right: 91.66667%; }
       
  2474 
       
  2475                                                     .col-xs-pull-12 {
       
  2476                                                       right: 100%; }
       
  2477 
       
  2478                                                       .col-xs-push-0 {
       
  2479                                                         left: auto; }
       
  2480 
       
  2481                                                         .col-xs-push-1 {
       
  2482                                                           left: 8.33333%; }
       
  2483 
       
  2484                                                           .col-xs-push-2 {
       
  2485                                                             left: 16.66667%; }
       
  2486 
       
  2487                                                             .col-xs-push-3 {
       
  2488                                                               left: 25%; }
       
  2489 
       
  2490                                                               .col-xs-push-4 {
       
  2491                                                                 left: 33.33333%; }
       
  2492 
       
  2493                                                                 .col-xs-push-5 {
       
  2494                                                                   left: 41.66667%; }
       
  2495 
       
  2496                                                                   .col-xs-push-6 {
       
  2497                                                                     left: 50%; }
       
  2498 
       
  2499                                                                     .col-xs-push-7 {
       
  2500                                                                       left: 58.33333%; }
       
  2501 
       
  2502                                                                       .col-xs-push-8 {
       
  2503                                                                         left: 66.66667%; }
       
  2504 
       
  2505                                                                         .col-xs-push-9 {
       
  2506                                                                           left: 75%; }
       
  2507 
       
  2508                                                                           .col-xs-push-10 {
       
  2509                                                                             left: 83.33333%; }
       
  2510 
       
  2511                                                                             .col-xs-push-11 {
       
  2512                                                                               left: 91.66667%; }
       
  2513 
       
  2514                                                                               .col-xs-push-12 {
       
  2515                                                                                 left: 100%; }
       
  2516 
       
  2517                                                                                 .col-xs-offset-0 {
       
  2518                                                                                   margin-left: 0%; }
       
  2519 
       
  2520                                                                                   .col-xs-offset-1 {
       
  2521                                                                                     margin-left: 8.33333%; }
       
  2522 
       
  2523                                                                                     .col-xs-offset-2 {
       
  2524                                                                                       margin-left: 16.66667%; }
       
  2525 
       
  2526                                                                                       .col-xs-offset-3 {
       
  2527                                                                                         margin-left: 25%; }
       
  2528 
       
  2529                                                                                         .col-xs-offset-4 {
       
  2530                                                                                           margin-left: 33.33333%; }
       
  2531 
       
  2532                                                                                           .col-xs-offset-5 {
       
  2533                                                                                             margin-left: 41.66667%; }
       
  2534 
       
  2535                                                                                             .col-xs-offset-6 {
       
  2536                                                                                               margin-left: 50%; }
       
  2537 
       
  2538                                                                                               .col-xs-offset-7 {
       
  2539                                                                                                 margin-left: 58.33333%; }
       
  2540 
       
  2541                                                                                                 .col-xs-offset-8 {
       
  2542                                                                                                   margin-left: 66.66667%; }
       
  2543 
       
  2544                                                                                                   .col-xs-offset-9 {
       
  2545                                                                                                     margin-left: 75%; }
       
  2546 
       
  2547                                                                                                     .col-xs-offset-10 {
       
  2548                                                                                                       margin-left: 83.33333%; }
       
  2549 
       
  2550                                                                                                       .col-xs-offset-11 {
       
  2551                                                                                                         margin-left: 91.66667%; }
       
  2552 
       
  2553                                                                                                         .col-xs-offset-12 {
       
  2554                                                                                                           margin-left: 100%; }
       
  2555                                                                                                           @media (min-width: 768px) {
       
  2556                                                                                                             .col-xs-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7,
       
  2557                                                                                                             .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .left, .right {
       
  2558                                                                                                               float: left;   }
       
  2559                                                                                                               .col-sm-1 {
       
  2560                                                                                                                 width: 8.33333%;   }
       
  2561                                                                                                                 .col-sm-2 {
       
  2562                                                                                                                   width: 16.66667%;   }
       
  2563                                                                                                                   .col-sm-3 {
       
  2564                                                                                                                     width: 25%;   }
       
  2565                                                                                                                     .col-sm-4 {
       
  2566                                                                                                                       width: 33.33333%;   }
       
  2567                                                                                                                       .col-sm-5 {
       
  2568                                                                                                                         width: 41.66667%;   }
       
  2569                                                                                                                         .col-sm-6, .left, .right {
       
  2570                                                                                                                           width: 50%;   }
       
  2571                                                                                                                           .col-sm-7 {
       
  2572                                                                                                                             width: 58.33333%;   }
       
  2573                                                                                                                             .col-sm-8 {
       
  2574                                                                                                                               width: 66.66667%;   }
       
  2575                                                                                                                               .col-sm-9 {
       
  2576                                                                                                                                 width: 75%;   }
       
  2577                                                                                                                                 .col-sm-10 {
       
  2578                                                                                                                                   width: 83.33333%;   }
       
  2579                                                                                                                                   .col-sm-11 {
       
  2580                                                                                                                                     width: 91.66667%;   }
       
  2581                                                                                                                                     .col-sm-12 {
       
  2582                                                                                                                                       width: 100%;   }
       
  2583                                                                                                                                       .col-sm-pull-0 {
       
  2584                                                                                                                                         right: auto;   }
       
  2585                                                                                                                                         .col-sm-pull-1 {
       
  2586                                                                                                                                           right: 8.33333%;   }
       
  2587                                                                                                                                           .col-sm-pull-2 {
       
  2588                                                                                                                                             right: 16.66667%;   }
       
  2589                                                                                                                                             .col-sm-pull-3 {
       
  2590                                                                                                                                               right: 25%;   }
       
  2591                                                                                                                                               .col-sm-pull-4 {
       
  2592                                                                                                                                                 right: 33.33333%;   }
       
  2593                                                                                                                                                 .col-sm-pull-5 {
       
  2594                                                                                                                                                   right: 41.66667%;   }
       
  2595                                                                                                                                                   .col-sm-pull-6 {
       
  2596                                                                                                                                                     right: 50%;   }
       
  2597                                                                                                                                                     .col-sm-pull-7 {
       
  2598                                                                                                                                                       right: 58.33333%;   }
       
  2599                                                                                                                                                       .col-sm-pull-8 {
       
  2600                                                                                                                                                         right: 66.66667%;   }
       
  2601                                                                                                                                                         .col-sm-pull-9 {
       
  2602                                                                                                                                                           right: 75%;   }
       
  2603                                                                                                                                                           .col-sm-pull-10 {
       
  2604                                                                                                                                                             right: 83.33333%;   }
       
  2605                                                                                                                                                             .col-sm-pull-11 {
       
  2606                                                                                                                                                               right: 91.66667%;   }
       
  2607                                                                                                                                                               .col-sm-pull-12 {
       
  2608                                                                                                                                                                 right: 100%;   }
       
  2609                                                                                                                                                                 .col-sm-push-0 {
       
  2610                                                                                                                                                                   left: auto;   }
       
  2611                                                                                                                                                                   .col-sm-push-1 {
       
  2612                                                                                                                                                                     left: 8.33333%;   }
       
  2613                                                                                                                                                                     .col-sm-push-2 {
       
  2614                                                                                                                                                                       left: 16.66667%;   }
       
  2615                                                                                                                                                                       .col-sm-push-3 {
       
  2616                                                                                                                                                                         left: 25%;   }
       
  2617                                                                                                                                                                         .col-sm-push-4 {
       
  2618                                                                                                                                                                           left: 33.33333%;   }
       
  2619                                                                                                                                                                           .col-sm-push-5 {
       
  2620                                                                                                                                                                             left: 41.66667%;   }
       
  2621                                                                                                                                                                             .col-sm-push-6 {
       
  2622                                                                                                                                                                               left: 50%;   }
       
  2623                                                                                                                                                                               .col-sm-push-7 {
       
  2624                                                                                                                                                                                 left: 58.33333%;   }
       
  2625                                                                                                                                                                                 .col-sm-push-8 {
       
  2626                                                                                                                                                                                   left: 66.66667%;   }
       
  2627                                                                                                                                                                                   .col-sm-push-9 {
       
  2628                                                                                                                                                                                     left: 75%;   }
       
  2629                                                                                                                                                                                     .col-sm-push-10 {
       
  2630                                                                                                                                                                                       left: 83.33333%;   }
       
  2631                                                                                                                                                                                       .col-sm-push-11 {
       
  2632                                                                                                                                                                                         left: 91.66667%;   }
       
  2633                                                                                                                                                                                         .col-sm-push-12 {
       
  2634                                                                                                                                                                                           left: 100%;   }
       
  2635                                                                                                                                                                                           .col-sm-offset-0 {
       
  2636                                                                                                                                                                                             margin-left: 0%;   }
       
  2637                                                                                                                                                                                             .col-sm-offset-1 {
       
  2638                                                                                                                                                                                               margin-left: 8.33333%;   }
       
  2639                                                                                                                                                                                               .col-sm-offset-2 {
       
  2640                                                                                                                                                                                                 margin-left: 16.66667%;   }
       
  2641                                                                                                                                                                                                 .col-sm-offset-3 {
       
  2642                                                                                                                                                                                                   margin-left: 25%;   }
       
  2643                                                                                                                                                                                                   .col-sm-offset-4 {
       
  2644                                                                                                                                                                                                     margin-left: 33.33333%;   }
       
  2645                                                                                                                                                                                                     .col-sm-offset-5 {
       
  2646                                                                                                                                                                                                       margin-left: 41.66667%;   }
       
  2647                                                                                                                                                                                                       .col-sm-offset-6 {
       
  2648                                                                                                                                                                                                         margin-left: 50%;   }
       
  2649                                                                                                                                                                                                         .col-sm-offset-7 {
       
  2650                                                                                                                                                                                                           margin-left: 58.33333%;   }
       
  2651                                                                                                                                                                                                           .col-sm-offset-8 {
       
  2652                                                                                                                                                                                                             margin-left: 66.66667%;   }
       
  2653                                                                                                                                                                                                             .col-sm-offset-9 {
       
  2654                                                                                                                                                                                                               margin-left: 75%;   }
       
  2655                                                                                                                                                                                                               .col-sm-offset-10 {
       
  2656                                                                                                                                                                                                                 margin-left: 83.33333%;   }
       
  2657                                                                                                                                                                                                                 .col-sm-offset-11 {
       
  2658                                                                                                                                                                                                                   margin-left: 91.66667%;   }
       
  2659                                                                                                                                                                                                                   .col-sm-offset-12 {
       
  2660                                                                                                                                                                                                                     margin-left: 100%;   }
       
  2661 }
       
  2662                                                                                                                                                                                                                   @media (min-width: 992px) {
       
  2663                                                                                                                                                                                                                     .col-xs-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7,
       
  2664                                                                                                                                                                                                                     .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
       
  2665                                                                                                                                                                                                                       float: left;   }
       
  2666                                                                                                                                                                                                                       .col-md-1 {
       
  2667                                                                                                                                                                                                                         width: 8.33333%;   }
       
  2668                                                                                                                                                                                                                         .col-md-2 {
       
  2669                                                                                                                                                                                                                           width: 16.66667%;   }
       
  2670                                                                                                                                                                                                                           .col-md-3 {
       
  2671                                                                                                                                                                                                                             width: 25%;   }
       
  2672                                                                                                                                                                                                                             .col-md-4 {
       
  2673                                                                                                                                                                                                                               width: 33.33333%;   }
       
  2674                                                                                                                                                                                                                               .col-md-5 {
       
  2675                                                                                                                                                                                                                                 width: 41.66667%;   }
       
  2676                                                                                                                                                                                                                                 .col-md-6 {
       
  2677                                                                                                                                                                                                                                   width: 50%;   }
       
  2678                                                                                                                                                                                                                                   .col-md-7 {
       
  2679                                                                                                                                                                                                                                     width: 58.33333%;   }
       
  2680                                                                                                                                                                                                                                     .col-md-8 {
       
  2681                                                                                                                                                                                                                                       width: 66.66667%;   }
       
  2682                                                                                                                                                                                                                                       .col-md-9 {
       
  2683                                                                                                                                                                                                                                         width: 75%;   }
       
  2684                                                                                                                                                                                                                                         .col-md-10 {
       
  2685                                                                                                                                                                                                                                           width: 83.33333%;   }
       
  2686                                                                                                                                                                                                                                           .col-md-11 {
       
  2687                                                                                                                                                                                                                                             width: 91.66667%;   }
       
  2688                                                                                                                                                                                                                                             .col-md-12 {
       
  2689                                                                                                                                                                                                                                               width: 100%;   }
       
  2690                                                                                                                                                                                                                                               .col-md-pull-0 {
       
  2691                                                                                                                                                                                                                                                 right: auto;   }
       
  2692                                                                                                                                                                                                                                                 .col-md-pull-1 {
       
  2693                                                                                                                                                                                                                                                   right: 8.33333%;   }
       
  2694                                                                                                                                                                                                                                                   .col-md-pull-2 {
       
  2695                                                                                                                                                                                                                                                     right: 16.66667%;   }
       
  2696                                                                                                                                                                                                                                                     .col-md-pull-3 {
       
  2697                                                                                                                                                                                                                                                       right: 25%;   }
       
  2698                                                                                                                                                                                                                                                       .col-md-pull-4 {
       
  2699                                                                                                                                                                                                                                                         right: 33.33333%;   }
       
  2700                                                                                                                                                                                                                                                         .col-md-pull-5 {
       
  2701                                                                                                                                                                                                                                                           right: 41.66667%;   }
       
  2702                                                                                                                                                                                                                                                           .col-md-pull-6 {
       
  2703                                                                                                                                                                                                                                                             right: 50%;   }
       
  2704                                                                                                                                                                                                                                                             .col-md-pull-7 {
       
  2705                                                                                                                                                                                                                                                               right: 58.33333%;   }
       
  2706                                                                                                                                                                                                                                                               .col-md-pull-8 {
       
  2707                                                                                                                                                                                                                                                                 right: 66.66667%;   }
       
  2708                                                                                                                                                                                                                                                                 .col-md-pull-9 {
       
  2709                                                                                                                                                                                                                                                                   right: 75%;   }
       
  2710                                                                                                                                                                                                                                                                   .col-md-pull-10 {
       
  2711                                                                                                                                                                                                                                                                     right: 83.33333%;   }
       
  2712                                                                                                                                                                                                                                                                     .col-md-pull-11 {
       
  2713                                                                                                                                                                                                                                                                       right: 91.66667%;   }
       
  2714                                                                                                                                                                                                                                                                       .col-md-pull-12 {
       
  2715                                                                                                                                                                                                                                                                         right: 100%;   }
       
  2716                                                                                                                                                                                                                                                                         .col-md-push-0 {
       
  2717                                                                                                                                                                                                                                                                           left: auto;   }
       
  2718                                                                                                                                                                                                                                                                           .col-md-push-1 {
       
  2719                                                                                                                                                                                                                                                                             left: 8.33333%;   }
       
  2720                                                                                                                                                                                                                                                                             .col-md-push-2 {
       
  2721                                                                                                                                                                                                                                                                               left: 16.66667%;   }
       
  2722                                                                                                                                                                                                                                                                               .col-md-push-3 {
       
  2723                                                                                                                                                                                                                                                                                 left: 25%;   }
       
  2724                                                                                                                                                                                                                                                                                 .col-md-push-4 {
       
  2725                                                                                                                                                                                                                                                                                   left: 33.33333%;   }
       
  2726                                                                                                                                                                                                                                                                                   .col-md-push-5 {
       
  2727                                                                                                                                                                                                                                                                                     left: 41.66667%;   }
       
  2728                                                                                                                                                                                                                                                                                     .col-md-push-6 {
       
  2729                                                                                                                                                                                                                                                                                       left: 50%;   }
       
  2730                                                                                                                                                                                                                                                                                       .col-md-push-7 {
       
  2731                                                                                                                                                                                                                                                                                         left: 58.33333%;   }
       
  2732                                                                                                                                                                                                                                                                                         .col-md-push-8 {
       
  2733                                                                                                                                                                                                                                                                                           left: 66.66667%;   }
       
  2734                                                                                                                                                                                                                                                                                           .col-md-push-9 {
       
  2735                                                                                                                                                                                                                                                                                             left: 75%;   }
       
  2736                                                                                                                                                                                                                                                                                             .col-md-push-10 {
       
  2737                                                                                                                                                                                                                                                                                               left: 83.33333%;   }
       
  2738                                                                                                                                                                                                                                                                                               .col-md-push-11 {
       
  2739                                                                                                                                                                                                                                                                                                 left: 91.66667%;   }
       
  2740                                                                                                                                                                                                                                                                                                 .col-md-push-12 {
       
  2741                                                                                                                                                                                                                                                                                                   left: 100%;   }
       
  2742                                                                                                                                                                                                                                                                                                   .col-md-offset-0 {
       
  2743                                                                                                                                                                                                                                                                                                     margin-left: 0%;   }
       
  2744                                                                                                                                                                                                                                                                                                     .col-md-offset-1 {
       
  2745                                                                                                                                                                                                                                                                                                       margin-left: 8.33333%;   }
       
  2746                                                                                                                                                                                                                                                                                                       .col-md-offset-2 {
       
  2747                                                                                                                                                                                                                                                                                                         margin-left: 16.66667%;   }
       
  2748                                                                                                                                                                                                                                                                                                         .col-md-offset-3 {
       
  2749                                                                                                                                                                                                                                                                                                           margin-left: 25%;   }
       
  2750                                                                                                                                                                                                                                                                                                           .col-md-offset-4 {
       
  2751                                                                                                                                                                                                                                                                                                             margin-left: 33.33333%;   }
       
  2752                                                                                                                                                                                                                                                                                                             .col-md-offset-5 {
       
  2753                                                                                                                                                                                                                                                                                                               margin-left: 41.66667%;   }
       
  2754                                                                                                                                                                                                                                                                                                               .col-md-offset-6 {
       
  2755                                                                                                                                                                                                                                                                                                                 margin-left: 50%;   }
       
  2756                                                                                                                                                                                                                                                                                                                 .col-md-offset-7 {
       
  2757                                                                                                                                                                                                                                                                                                                   margin-left: 58.33333%;   }
       
  2758                                                                                                                                                                                                                                                                                                                   .col-md-offset-8 {
       
  2759                                                                                                                                                                                                                                                                                                                     margin-left: 66.66667%;   }
       
  2760                                                                                                                                                                                                                                                                                                                     .col-md-offset-9 {
       
  2761                                                                                                                                                                                                                                                                                                                       margin-left: 75%;   }
       
  2762                                                                                                                                                                                                                                                                                                                       .col-md-offset-10 {
       
  2763                                                                                                                                                                                                                                                                                                                         margin-left: 83.33333%;   }
       
  2764                                                                                                                                                                                                                                                                                                                         .col-md-offset-11 {
       
  2765                                                                                                                                                                                                                                                                                                                           margin-left: 91.66667%;   }
       
  2766                                                                                                                                                                                                                                                                                                                           .col-md-offset-12 {
       
  2767                                                                                                                                                                                                                                                                                                                             margin-left: 100%;   }
       
  2768 }
       
  2769                                                                                                                                                                                                                                                                                                                           @media (min-width: 1200px) {
       
  2770                                                                                                                                                                                                                                                                                                                             .col-xs-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
       
  2771                                                                                                                                                                                                                                                                                                                             .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
       
  2772                                                                                                                                                                                                                                                                                                                               float: left;   }
       
  2773                                                                                                                                                                                                                                                                                                                               .col-lg-1 {
       
  2774                                                                                                                                                                                                                                                                                                                                 width: 8.33333%;   }
       
  2775                                                                                                                                                                                                                                                                                                                                 .col-lg-2 {
       
  2776                                                                                                                                                                                                                                                                                                                                   width: 16.66667%;   }
       
  2777                                                                                                                                                                                                                                                                                                                                   .col-lg-3 {
       
  2778                                                                                                                                                                                                                                                                                                                                     width: 25%;   }
       
  2779                                                                                                                                                                                                                                                                                                                                     .col-lg-4 {
       
  2780                                                                                                                                                                                                                                                                                                                                       width: 33.33333%;   }
       
  2781                                                                                                                                                                                                                                                                                                                                       .col-lg-5 {
       
  2782                                                                                                                                                                                                                                                                                                                                         width: 41.66667%;   }
       
  2783                                                                                                                                                                                                                                                                                                                                         .col-lg-6 {
       
  2784                                                                                                                                                                                                                                                                                                                                           width: 50%;   }
       
  2785                                                                                                                                                                                                                                                                                                                                           .col-lg-7 {
       
  2786                                                                                                                                                                                                                                                                                                                                             width: 58.33333%;   }
       
  2787                                                                                                                                                                                                                                                                                                                                             .col-lg-8 {
       
  2788                                                                                                                                                                                                                                                                                                                                               width: 66.66667%;   }
       
  2789                                                                                                                                                                                                                                                                                                                                               .col-lg-9 {
       
  2790                                                                                                                                                                                                                                                                                                                                                 width: 75%;   }
       
  2791                                                                                                                                                                                                                                                                                                                                                 .col-lg-10 {
       
  2792                                                                                                                                                                                                                                                                                                                                                   width: 83.33333%;   }
       
  2793                                                                                                                                                                                                                                                                                                                                                   .col-lg-11 {
       
  2794                                                                                                                                                                                                                                                                                                                                                     width: 91.66667%;   }
       
  2795                                                                                                                                                                                                                                                                                                                                                     .col-lg-12 {
       
  2796                                                                                                                                                                                                                                                                                                                                                       width: 100%;   }
       
  2797                                                                                                                                                                                                                                                                                                                                                       .col-lg-pull-0 {
       
  2798                                                                                                                                                                                                                                                                                                                                                         right: auto;   }
       
  2799                                                                                                                                                                                                                                                                                                                                                         .col-lg-pull-1 {
       
  2800                                                                                                                                                                                                                                                                                                                                                           right: 8.33333%;   }
       
  2801                                                                                                                                                                                                                                                                                                                                                           .col-lg-pull-2 {
       
  2802                                                                                                                                                                                                                                                                                                                                                             right: 16.66667%;   }
       
  2803                                                                                                                                                                                                                                                                                                                                                             .col-lg-pull-3 {
       
  2804                                                                                                                                                                                                                                                                                                                                                               right: 25%;   }
       
  2805                                                                                                                                                                                                                                                                                                                                                               .col-lg-pull-4 {
       
  2806                                                                                                                                                                                                                                                                                                                                                                 right: 33.33333%;   }
       
  2807                                                                                                                                                                                                                                                                                                                                                                 .col-lg-pull-5 {
       
  2808                                                                                                                                                                                                                                                                                                                                                                   right: 41.66667%;   }
       
  2809                                                                                                                                                                                                                                                                                                                                                                   .col-lg-pull-6 {
       
  2810                                                                                                                                                                                                                                                                                                                                                                     right: 50%;   }
       
  2811                                                                                                                                                                                                                                                                                                                                                                     .col-lg-pull-7 {
       
  2812                                                                                                                                                                                                                                                                                                                                                                       right: 58.33333%;   }
       
  2813                                                                                                                                                                                                                                                                                                                                                                       .col-lg-pull-8 {
       
  2814                                                                                                                                                                                                                                                                                                                                                                         right: 66.66667%;   }
       
  2815                                                                                                                                                                                                                                                                                                                                                                         .col-lg-pull-9 {
       
  2816                                                                                                                                                                                                                                                                                                                                                                           right: 75%;   }
       
  2817                                                                                                                                                                                                                                                                                                                                                                           .col-lg-pull-10 {
       
  2818                                                                                                                                                                                                                                                                                                                                                                             right: 83.33333%;   }
       
  2819                                                                                                                                                                                                                                                                                                                                                                             .col-lg-pull-11 {
       
  2820                                                                                                                                                                                                                                                                                                                                                                               right: 91.66667%;   }
       
  2821                                                                                                                                                                                                                                                                                                                                                                               .col-lg-pull-12 {
       
  2822                                                                                                                                                                                                                                                                                                                                                                                 right: 100%;   }
       
  2823                                                                                                                                                                                                                                                                                                                                                                                 .col-lg-push-0 {
       
  2824                                                                                                                                                                                                                                                                                                                                                                                   left: auto;   }
       
  2825                                                                                                                                                                                                                                                                                                                                                                                   .col-lg-push-1 {
       
  2826                                                                                                                                                                                                                                                                                                                                                                                     left: 8.33333%;   }
       
  2827                                                                                                                                                                                                                                                                                                                                                                                     .col-lg-push-2 {
       
  2828                                                                                                                                                                                                                                                                                                                                                                                       left: 16.66667%;   }
       
  2829                                                                                                                                                                                                                                                                                                                                                                                       .col-lg-push-3 {
       
  2830                                                                                                                                                                                                                                                                                                                                                                                         left: 25%;   }
       
  2831                                                                                                                                                                                                                                                                                                                                                                                         .col-lg-push-4 {
       
  2832                                                                                                                                                                                                                                                                                                                                                                                           left: 33.33333%;   }
       
  2833                                                                                                                                                                                                                                                                                                                                                                                           .col-lg-push-5 {
       
  2834                                                                                                                                                                                                                                                                                                                                                                                             left: 41.66667%;   }
       
  2835                                                                                                                                                                                                                                                                                                                                                                                             .col-lg-push-6 {
       
  2836                                                                                                                                                                                                                                                                                                                                                                                               left: 50%;   }
       
  2837                                                                                                                                                                                                                                                                                                                                                                                               .col-lg-push-7 {
       
  2838                                                                                                                                                                                                                                                                                                                                                                                                 left: 58.33333%;   }
       
  2839                                                                                                                                                                                                                                                                                                                                                                                                 .col-lg-push-8 {
       
  2840                                                                                                                                                                                                                                                                                                                                                                                                   left: 66.66667%;   }
       
  2841                                                                                                                                                                                                                                                                                                                                                                                                   .col-lg-push-9 {
       
  2842                                                                                                                                                                                                                                                                                                                                                                                                     left: 75%;   }
       
  2843                                                                                                                                                                                                                                                                                                                                                                                                     .col-lg-push-10 {
       
  2844                                                                                                                                                                                                                                                                                                                                                                                                       left: 83.33333%;   }
       
  2845                                                                                                                                                                                                                                                                                                                                                                                                       .col-lg-push-11 {
       
  2846                                                                                                                                                                                                                                                                                                                                                                                                         left: 91.66667%;   }
       
  2847                                                                                                                                                                                                                                                                                                                                                                                                         .col-lg-push-12 {
       
  2848                                                                                                                                                                                                                                                                                                                                                                                                           left: 100%;   }
       
  2849                                                                                                                                                                                                                                                                                                                                                                                                           .col-lg-offset-0 {
       
  2850                                                                                                                                                                                                                                                                                                                                                                                                             margin-left: 0%;   }
       
  2851                                                                                                                                                                                                                                                                                                                                                                                                             .col-lg-offset-1 {
       
  2852                                                                                                                                                                                                                                                                                                                                                                                                               margin-left: 8.33333%;   }
       
  2853                                                                                                                                                                                                                                                                                                                                                                                                               .col-lg-offset-2 {
       
  2854                                                                                                                                                                                                                                                                                                                                                                                                                 margin-left: 16.66667%;   }
       
  2855                                                                                                                                                                                                                                                                                                                                                                                                                 .col-lg-offset-3 {
       
  2856                                                                                                                                                                                                                                                                                                                                                                                                                   margin-left: 25%;   }
       
  2857                                                                                                                                                                                                                                                                                                                                                                                                                   .col-lg-offset-4 {
       
  2858                                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 33.33333%;   }
       
  2859                                                                                                                                                                                                                                                                                                                                                                                                                     .col-lg-offset-5 {
       
  2860                                                                                                                                                                                                                                                                                                                                                                                                                       margin-left: 41.66667%;   }
       
  2861                                                                                                                                                                                                                                                                                                                                                                                                                       .col-lg-offset-6 {
       
  2862                                                                                                                                                                                                                                                                                                                                                                                                                         margin-left: 50%;   }
       
  2863                                                                                                                                                                                                                                                                                                                                                                                                                         .col-lg-offset-7 {
       
  2864                                                                                                                                                                                                                                                                                                                                                                                                                           margin-left: 58.33333%;   }
       
  2865                                                                                                                                                                                                                                                                                                                                                                                                                           .col-lg-offset-8 {
       
  2866                                                                                                                                                                                                                                                                                                                                                                                                                             margin-left: 66.66667%;   }
       
  2867                                                                                                                                                                                                                                                                                                                                                                                                                             .col-lg-offset-9 {
       
  2868                                                                                                                                                                                                                                                                                                                                                                                                                               margin-left: 75%;   }
       
  2869                                                                                                                                                                                                                                                                                                                                                                                                                               .col-lg-offset-10 {
       
  2870                                                                                                                                                                                                                                                                                                                                                                                                                                 margin-left: 83.33333%;   }
       
  2871                                                                                                                                                                                                                                                                                                                                                                                                                                 .col-lg-offset-11 {
       
  2872                                                                                                                                                                                                                                                                                                                                                                                                                                   margin-left: 91.66667%;   }
       
  2873                                                                                                                                                                                                                                                                                                                                                                                                                                   .col-lg-offset-12 {
       
  2874                                                                                                                                                                                                                                                                                                                                                                                                                                     margin-left: 100%;   }
       
  2875 }
       
  2876 table {
       
  2877   background-color: transparent; }
       
  2878 
       
  2879   th {
       
  2880     text-align: left; }
       
  2881 
       
  2882     .table {
       
  2883       width: 100%;
       
  2884       max-width: 100%;
       
  2885       margin-bottom: 20px; }
       
  2886       .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th,
       
  2887       .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
       
  2888         padding: 8px;
       
  2889         line-height: 1.42857;
       
  2890         vertical-align: top;
       
  2891         border-top: 1px solid #d5dfe6; }
       
  2892       .table > thead > tr > th {
       
  2893         vertical-align: bottom;
       
  2894         border-bottom: 1px solid #d5dfe6; }
       
  2895         .table > caption + thead > tr:first-child > th,
       
  2896         .table > caption + thead > tr:first-child > td,
       
  2897         .table > colgroup + thead > tr:first-child > th,
       
  2898         .table > colgroup + thead > tr:first-child > td,
       
  2899         .table > thead:first-child > tr:first-child > th,
       
  2900         .table > thead:first-child > tr:first-child > td {
       
  2901           border-top: 0; }
       
  2902       .table > tbody + tbody {
       
  2903         border-top: 1px solid #d5dfe6; }
       
  2904         .table .table {
       
  2905           background-color: #fff; }
       
  2906 
       
  2907 .table-condensed > thead > tr > th, .table-condensed > thead > tr > td,
       
  2908 .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td,
       
  2909 .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
       
  2910   padding: 5px; }
       
  2911 
       
  2912 .table-bordered > thead > tr > th, .table-bordered > thead > tr > td,
       
  2913 .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td,
       
  2914 .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
       
  2915   border: 1px solid #d5dfe6; }
       
  2916 .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
       
  2917   border-bottom-width: 1px; }
       
  2918 
       
  2919 .table-striped > tbody > tr:nth-child(even) > td,
       
  2920 .table-striped > tbody > tr:nth-child(even) > th {
       
  2921   background-color: #f9f9f9; }
       
  2922 
       
  2923 .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
       
  2924   background-color: #f5f5f5; }
       
  2925 
       
  2926 table col[class*="col-"] {
       
  2927   position: static;
       
  2928   float: none;
       
  2929   display: table-column; }
       
  2930 
       
  2931   table td[class*="col-"], table th[class*="col-"] {
       
  2932     position: static;
       
  2933     float: none;
       
  2934     display: table-cell; }
       
  2935 
       
  2936 @media screen and (max-width: 767px) {
       
  2937   .table-responsive {
       
  2938     width: 100%;
       
  2939     margin-bottom: 15px;
       
  2940     overflow-y: hidden;
       
  2941     overflow-x: auto;
       
  2942     -ms-overflow-style: -ms-autohiding-scrollbar;
       
  2943     border: 1px solid #dddddd;
       
  2944     -webkit-overflow-scrolling: touch;   }
       
  2945     .table-responsive > .table {
       
  2946       margin-bottom: 0;   }
       
  2947       .table-responsive > .table > thead > tr > th,
       
  2948       .table-responsive > .table > thead > tr > td,
       
  2949       .table-responsive > .table > tbody > tr > th,
       
  2950       .table-responsive > .table > tbody > tr > td,
       
  2951       .table-responsive > .table > tfoot > tr > th,
       
  2952       .table-responsive > .table > tfoot > tr > td {
       
  2953         white-space: nowrap;   }
       
  2954     .table-responsive > .table-bordered {
       
  2955       border: 0;   }
       
  2956       .table-responsive > .table-bordered > thead > tr > th:first-child,
       
  2957       .table-responsive > .table-bordered > thead > tr > td:first-child,
       
  2958       .table-responsive > .table-bordered > tbody > tr > th:first-child,
       
  2959       .table-responsive > .table-bordered > tbody > tr > td:first-child,
       
  2960       .table-responsive > .table-bordered > tfoot > tr > th:first-child,
       
  2961       .table-responsive > .table-bordered > tfoot > tr > td:first-child {
       
  2962         border-left: 0;   }
       
  2963         .table-responsive > .table-bordered > thead > tr > th:last-child,
       
  2964         .table-responsive > .table-bordered > thead > tr > td:last-child,
       
  2965         .table-responsive > .table-bordered > tbody > tr > th:last-child,
       
  2966         .table-responsive > .table-bordered > tbody > tr > td:last-child,
       
  2967         .table-responsive > .table-bordered > tfoot > tr > th:last-child,
       
  2968         .table-responsive > .table-bordered > tfoot > tr > td:last-child {
       
  2969           border-right: 0;   }
       
  2970       .table-responsive > .table-bordered > tbody > tr:last-child > th,
       
  2971       .table-responsive > .table-bordered > tbody > tr:last-child > td,
       
  2972       .table-responsive > .table-bordered > tfoot > tr:last-child > th,
       
  2973       .table-responsive > .table-bordered > tfoot > tr:last-child > td {
       
  2974         border-bottom: 0;   }
       
  2975 }
       
  2976 .table > thead > tr > td.active, .table > thead > tr > th.active,
       
  2977 .table > thead > tr.active > td, .table > thead > tr.active > th,
       
  2978 .table > tbody > tr > td.active, .table > tbody > tr > th.active,
       
  2979 .table > tbody > tr.active > td, .table > tbody > tr.active > th,
       
  2980 .table > tfoot > tr > td.active, .table > tfoot > tr > th.active,
       
  2981 .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
       
  2982   background-color: #f5f5f5; }
       
  2983 
       
  2984 .table-hover > tbody > tr > td.active:hover,
       
  2985 .table-hover > tbody > tr > th.active:hover,
       
  2986 .table-hover > tbody > tr.active:hover > td,
       
  2987 .table-hover > tbody > tr:hover > .active,
       
  2988 .table-hover > tbody > tr.active:hover > th {
       
  2989   background-color: #e8e8e8; }
       
  2990 
       
  2991 .table > thead > tr > td.success, .table > thead > tr > th.success,
       
  2992 .table > thead > tr.success > td, .table > thead > tr.success > th,
       
  2993 .table > tbody > tr > td.success, .table > tbody > tr > th.success,
       
  2994 .table > tbody > tr.success > td, .table > tbody > tr.success > th,
       
  2995 .table > tfoot > tr > td.success, .table > tfoot > tr > th.success,
       
  2996 .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
       
  2997   background-color: #dff0d8; }
       
  2998 
       
  2999 .table-hover > tbody > tr > td.success:hover,
       
  3000 .table-hover > tbody > tr > th.success:hover,
       
  3001 .table-hover > tbody > tr.success:hover > td,
       
  3002 .table-hover > tbody > tr:hover > .success,
       
  3003 .table-hover > tbody > tr.success:hover > th {
       
  3004   background-color: #d0e9c6; }
       
  3005 
       
  3006 .table > thead > tr > td.info, .table > thead > tr > th.info,
       
  3007 .table > thead > tr.info > td, .table > thead > tr.info > th,
       
  3008 .table > tbody > tr > td.info, .table > tbody > tr > th.info,
       
  3009 .table > tbody > tr.info > td, .table > tbody > tr.info > th,
       
  3010 .table > tfoot > tr > td.info, .table > tfoot > tr > th.info,
       
  3011 .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
       
  3012   background-color: #d9edf7; }
       
  3013 
       
  3014 .table-hover > tbody > tr > td.info:hover,
       
  3015 .table-hover > tbody > tr > th.info:hover,
       
  3016 .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info,
       
  3017 .table-hover > tbody > tr.info:hover > th {
       
  3018   background-color: #c4e3f3; }
       
  3019 
       
  3020 .table > thead > tr > td.warning, .table > thead > tr > th.warning,
       
  3021 .table > thead > tr.warning > td, .table > thead > tr.warning > th,
       
  3022 .table > tbody > tr > td.warning, .table > tbody > tr > th.warning,
       
  3023 .table > tbody > tr.warning > td, .table > tbody > tr.warning > th,
       
  3024 .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning,
       
  3025 .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
       
  3026   background-color: #fcf8e3; }
       
  3027 
       
  3028 .table-hover > tbody > tr > td.warning:hover,
       
  3029 .table-hover > tbody > tr > th.warning:hover,
       
  3030 .table-hover > tbody > tr.warning:hover > td,
       
  3031 .table-hover > tbody > tr:hover > .warning,
       
  3032 .table-hover > tbody > tr.warning:hover > th {
       
  3033   background-color: #faf2cc; }
       
  3034 
       
  3035 .table > thead > tr > td.danger, .table > thead > tr > th.danger,
       
  3036 .table > thead > tr.danger > td, .table > thead > tr.danger > th,
       
  3037 .table > tbody > tr > td.danger, .table > tbody > tr > th.danger,
       
  3038 .table > tbody > tr.danger > td, .table > tbody > tr.danger > th,
       
  3039 .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger,
       
  3040 .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
       
  3041   background-color: #f2dede; }
       
  3042 
       
  3043 .table-hover > tbody > tr > td.danger:hover,
       
  3044 .table-hover > tbody > tr > th.danger:hover,
       
  3045 .table-hover > tbody > tr.danger:hover > td,
       
  3046 .table-hover > tbody > tr:hover > .danger,
       
  3047 .table-hover > tbody > tr.danger:hover > th {
       
  3048   background-color: #ebcccc; }
       
  3049 fieldset {
       
  3050   padding: 0;
       
  3051   margin: 0;
       
  3052   border: 0;
       
  3053   min-width: 0; }
       
  3054 
       
  3055   legend {
       
  3056     display: block;
       
  3057     width: 100%;
       
  3058     padding: 0;
       
  3059     margin-bottom: 20px;
       
  3060     font-size: 10px;
       
  3061     font-weight: 600;
       
  3062     line-height: inherit;
       
  3063     color: #000;
       
  3064     border: 0;
       
  3065     border-bottom: 1px solid #e5e5e5; }
       
  3066 
       
  3067     label {
       
  3068       display: inline-block;
       
  3069       max-width: 100%;
       
  3070       margin-bottom: 5px;
       
  3071       font-weight: bold; }
       
  3072 
       
  3073       input[type="search"] {
       
  3074         -webkit-box-sizing: border-box;
       
  3075         -moz-box-sizing: border-box;
       
  3076         box-sizing: border-box; }
       
  3077 
       
  3078         input[type="radio"], input[type="checkbox"] {
       
  3079           margin: 4px 0 0;
       
  3080           margin-top: 1px \9;
       
  3081           line-height: normal; }
       
  3082 
       
  3083           input[type="file"] {
       
  3084             display: block; }
       
  3085 
       
  3086             input[type="range"] {
       
  3087               display: block;
       
  3088               width: 100%; }
       
  3089 
       
  3090               select[multiple], select[size] {
       
  3091                 height: auto; }
       
  3092 
       
  3093                 input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
       
  3094                   outline: thin dotted;
       
  3095                   outline: 5px auto -webkit-focus-ring-color;
       
  3096                   outline-offset: -2px; }
       
  3097 
       
  3098                   output {
       
  3099                     display: block;
       
  3100                     padding-top: 9px;
       
  3101                     font-size: 13px;
       
  3102                     line-height: 1.42857;
       
  3103                     color: #000; }
       
  3104 
       
  3105                     .form-control, .datepicker input {
       
  3106                       display: block;
       
  3107                       width: 100%;
       
  3108                       height: 38px;
       
  3109                       padding: 8px 12px;
       
  3110                       font-size: 13px;
       
  3111                       line-height: 1.42857;
       
  3112                       height: 32px;
       
  3113                       color: #000;
       
  3114                       background-color: #fff;
       
  3115                       background-image: none;
       
  3116                       border: 1px solid #ccc;
       
  3117                       border-radius: 4px;
       
  3118                       -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       
  3119                       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       
  3120                       -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
       
  3121                       -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
       
  3122                       transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
       
  3123                       .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control,
       
  3124                       .datepicker input[disabled], .datepicker input[readonly],
       
  3125                       fieldset[disabled] .datepicker input, .datepicker fieldset[disabled] input {
       
  3126                         cursor: not-allowed;
       
  3127                         background-color: #eee;
       
  3128                         opacity: 1; }
       
  3129 
       
  3130 textarea.form-control, .datepicker textareainput {
       
  3131   height: auto; }
       
  3132 
       
  3133   input[type="search"] {
       
  3134     -webkit-appearance: none; }
       
  3135 
       
  3136     input[type="date"], input[type="time"], input[type="datetime-local"],
       
  3137     input[type="month"] {
       
  3138       line-height: 38px;
       
  3139       line-height: 1.42857 \0; }
       
  3140       input[type="date"].input-sm, input[type="time"].input-sm,
       
  3141       input[type="datetime-local"].input-sm, input[type="month"].input-sm,
       
  3142       .form-horizontal .form-group-sm input[type="datetime-local"].form-control,
       
  3143       .form-horizontal .form-group-sm input[type="time"].form-control,
       
  3144       .form-horizontal .form-group-sm input[type="month"].form-control,
       
  3145       .form-horizontal .form-group-sm input[type="date"].form-control,
       
  3146       .input-group-sm input[type="datetime-local"].form-control,
       
  3147       .input-group-sm input[type="datetime-local"].input-group-addon,
       
  3148       .input-group-sm > .input-group-btn input[type="datetime-local"].btn,
       
  3149       .input-group-sm input[type="time"].form-control,
       
  3150       .input-group-sm input[type="time"].input-group-addon,
       
  3151       .input-group-sm > .input-group-btn input[type="time"].btn,
       
  3152       .input-group-sm input[type="month"].form-control,
       
  3153       .input-group-sm input[type="month"].input-group-addon,
       
  3154       .input-group-sm > .input-group-btn input[type="month"].btn,
       
  3155       .input-group-sm input[type="date"].form-control,
       
  3156       .input-group-sm input[type="date"].input-group-addon,
       
  3157       .input-group-sm > .input-group-btn input[type="date"].btn,
       
  3158       .input-group-sm .datepicker input[type="month"],
       
  3159       .datepicker .input-group-sm input[type="month"],
       
  3160       .input-group-sm .datepicker input[type="time"],
       
  3161       .datepicker .input-group-sm input[type="time"],
       
  3162       .form-horizontal .form-group-sm .datepicker input[type="datetime-local"],
       
  3163       .datepicker .form-horizontal .form-group-sm input[type="datetime-local"],
       
  3164       .input-group-sm .datepicker input[type="date"],
       
  3165       .datepicker .input-group-sm input[type="date"],
       
  3166       .form-horizontal .form-group-sm .datepicker input[type="month"],
       
  3167       .datepicker .form-horizontal .form-group-sm input[type="month"],
       
  3168       .form-horizontal .form-group-sm .datepicker input[type="date"],
       
  3169       .datepicker .form-horizontal .form-group-sm input[type="date"],
       
  3170       .form-horizontal .form-group-sm .datepicker input[type="time"],
       
  3171       .datepicker .form-horizontal .form-group-sm input[type="time"],
       
  3172       .input-group-sm .datepicker input[type="datetime-local"],
       
  3173       .datepicker .input-group-sm input[type="datetime-local"] {
       
  3174         line-height: 30px; }
       
  3175         input[type="date"].input-lg, input[type="time"].input-lg,
       
  3176         input[type="datetime-local"].input-lg, input[type="month"].input-lg,
       
  3177         .form-horizontal .form-group-lg input[type="date"].form-control,
       
  3178         .form-horizontal .form-group-lg input[type="month"].form-control,
       
  3179         .form-horizontal .form-group-lg input[type="datetime-local"].form-control,
       
  3180         .form-horizontal .form-group-lg input[type="time"].form-control,
       
  3181         .input-group-lg input[type="date"].form-control,
       
  3182         .input-group-lg input[type="date"].input-group-addon,
       
  3183         .input-group-lg > .input-group-btn input[type="date"].btn,
       
  3184         .input-group-lg input[type="month"].form-control,
       
  3185         .input-group-lg input[type="month"].input-group-addon,
       
  3186         .input-group-lg > .input-group-btn input[type="month"].btn,
       
  3187         .input-group-lg input[type="datetime-local"].form-control,
       
  3188         .input-group-lg input[type="datetime-local"].input-group-addon,
       
  3189         .input-group-lg > .input-group-btn input[type="datetime-local"].btn,
       
  3190         .input-group-lg input[type="time"].form-control,
       
  3191         .input-group-lg input[type="time"].input-group-addon,
       
  3192         .input-group-lg > .input-group-btn input[type="time"].btn,
       
  3193         .form-horizontal .form-group-lg .datepicker input[type="time"],
       
  3194         .datepicker .form-horizontal .form-group-lg input[type="time"],
       
  3195         .input-group-lg .datepicker input[type="datetime-local"],
       
  3196         .datepicker .input-group-lg input[type="datetime-local"],
       
  3197         .form-horizontal .form-group-lg .datepicker input[type="date"],
       
  3198         .datepicker .form-horizontal .form-group-lg input[type="date"],
       
  3199         .input-group-lg .datepicker input[type="month"],
       
  3200         .datepicker .input-group-lg input[type="month"],
       
  3201         .form-horizontal .form-group-lg .datepicker input[type="month"],
       
  3202         .datepicker .form-horizontal .form-group-lg input[type="month"],
       
  3203         .form-horizontal .form-group-lg .datepicker input[type="datetime-local"],
       
  3204         .datepicker .form-horizontal .form-group-lg input[type="datetime-local"],
       
  3205         .input-group-lg .datepicker input[type="time"],
       
  3206         .datepicker .input-group-lg input[type="time"],
       
  3207         .input-group-lg .datepicker input[type="date"],
       
  3208         .datepicker .input-group-lg input[type="date"] {
       
  3209           line-height: 54px; }
       
  3210 
       
  3211 .form-group {
       
  3212   margin-bottom: 15px; }
       
  3213 
       
  3214   .radio, .checkbox {
       
  3215     position: relative;
       
  3216     display: block;
       
  3217     min-height: 20px;
       
  3218     margin-top: 10px;
       
  3219     margin-bottom: 10px; }
       
  3220     .radio label, .checkbox label {
       
  3221       padding-left: 20px;
       
  3222       margin-bottom: 0;
       
  3223       font-weight: normal;
       
  3224       cursor: pointer; }
       
  3225 
       
  3226 .radio input[type="radio"], .radio-inline input[type="radio"],
       
  3227 .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
       
  3228   position: absolute;
       
  3229   margin-left: -20px;
       
  3230   margin-top: 4px \9; }
       
  3231 
       
  3232   .radio + .radio, .checkbox + .checkbox {
       
  3233     margin-top: -5px; }
       
  3234 
       
  3235     .radio-inline, .checkbox-inline {
       
  3236       display: inline-block;
       
  3237       padding-left: 20px;
       
  3238       margin-bottom: 0;
       
  3239       vertical-align: middle;
       
  3240       font-weight: normal;
       
  3241       cursor: pointer; }
       
  3242 
       
  3243       .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
       
  3244         margin-top: 0;
       
  3245         margin-left: 10px; }
       
  3246 
       
  3247         input[type="radio"][disabled], input[type="radio"].disabled,
       
  3248         fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled],
       
  3249         input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
       
  3250           cursor: not-allowed; }
       
  3251 
       
  3252 .radio-inline.disabled, fieldset[disabled] .radio-inline,
       
  3253 .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
       
  3254   cursor: not-allowed; }
       
  3255 
       
  3256 .radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label,
       
  3257 fieldset[disabled] .checkbox label {
       
  3258   cursor: not-allowed; }
       
  3259 
       
  3260 .form-control-static {
       
  3261   padding-top: 9px;
       
  3262   padding-bottom: 9px;
       
  3263   margin-bottom: 0; }
       
  3264   .form-control-static.input-lg, .form-control-static.input-sm,
       
  3265   .form-horizontal .form-group-lg .form-control-static.form-control,
       
  3266   .form-horizontal .form-group-sm .form-control-static.form-control,
       
  3267   .input-group-lg .form-control-static.form-control,
       
  3268   .input-group-lg .form-control-static.input-group-addon,
       
  3269   .input-group-lg > .input-group-btn .form-control-static.btn,
       
  3270   .input-group-sm .form-control-static.form-control,
       
  3271   .input-group-sm .form-control-static.input-group-addon,
       
  3272   .input-group-sm > .input-group-btn .form-control-static.btn,
       
  3273   .input-group-lg .datepicker input.form-control-static,
       
  3274   .datepicker .input-group-lg input.form-control-static,
       
  3275   .form-horizontal .form-group-sm .datepicker input.form-control-static,
       
  3276   .datepicker .form-horizontal .form-group-sm input.form-control-static,
       
  3277   .input-group-sm .datepicker input.form-control-static,
       
  3278   .datepicker .input-group-sm input.form-control-static,
       
  3279   .form-horizontal .form-group-lg .datepicker input.form-control-static,
       
  3280   .datepicker .form-horizontal .form-group-lg input.form-control-static {
       
  3281     padding-left: 0;
       
  3282     padding-right: 0; }
       
  3283 
       
  3284 .has-feedback {
       
  3285   position: relative; }
       
  3286   .has-feedback .form-control, .has-feedback .datepicker input,
       
  3287   .datepicker .has-feedback input {
       
  3288     padding-right: 47.5px; }
       
  3289 
       
  3290 .form-control-feedback {
       
  3291   position: absolute;
       
  3292   top: 25px;
       
  3293   right: 0;
       
  3294   z-index: 2;
       
  3295   display: block;
       
  3296   width: 38px;
       
  3297   height: 38px;
       
  3298   line-height: 38px;
       
  3299   text-align: center; }
       
  3300 
       
  3301   .input-lg + .form-control-feedback,
       
  3302   .form-horizontal .form-group-lg .form-control + .form-control-feedback,
       
  3303   .input-group-lg .form-control + .form-control-feedback,
       
  3304   .input-group-lg .input-group-addon + .form-control-feedback,
       
  3305   .input-group-lg > .input-group-btn .btn + .form-control-feedback,
       
  3306   .input-group-lg .datepicker input + .form-control-feedback,
       
  3307   .datepicker .input-group-lg input + .form-control-feedback,
       
  3308   .form-horizontal .form-group-lg .datepicker input + .form-control-feedback,
       
  3309   .datepicker .form-horizontal .form-group-lg input + .form-control-feedback {
       
  3310     width: 54px;
       
  3311     height: 54px;
       
  3312     line-height: 54px; }
       
  3313 
       
  3314     .input-sm + .form-control-feedback,
       
  3315     .form-horizontal .form-group-sm .form-control + .form-control-feedback,
       
  3316     .input-group-sm .form-control + .form-control-feedback,
       
  3317     .input-group-sm .input-group-addon + .form-control-feedback,
       
  3318     .input-group-sm > .input-group-btn .btn + .form-control-feedback,
       
  3319     .input-group-sm .datepicker input + .form-control-feedback,
       
  3320     .datepicker .input-group-sm input + .form-control-feedback,
       
  3321     .form-horizontal .form-group-sm .datepicker input + .form-control-feedback,
       
  3322     .datepicker .form-horizontal .form-group-sm input + .form-control-feedback {
       
  3323       width: 30px;
       
  3324       height: 30px;
       
  3325       line-height: 30px; }
       
  3326 
       
  3327       .has-feedback label.sr-only ~ .form-control-feedback {
       
  3328         top: 0; }
       
  3329 
       
  3330         .help-block {
       
  3331           display: block;
       
  3332           margin-top: 5px;
       
  3333           margin-bottom: 10px;
       
  3334           color: #404040; }
       
  3335 
       
  3336           @media (min-width: 768px) {
       
  3337             .form-inline .form-group, .navbar-form .form-group, .table_actions .form-group {
       
  3338               display: inline-block;
       
  3339               margin-bottom: 0;
       
  3340               vertical-align: middle;   }
       
  3341               .form-inline .form-control, .navbar-form .form-control,
       
  3342               .table_actions .form-control, .form-inline .datepicker input,
       
  3343               .datepicker .form-inline input, .table_actions .datepicker input,
       
  3344               .datepicker .table_actions input, .navbar-form .datepicker input,
       
  3345               .datepicker .navbar-form input {
       
  3346                 display: inline-block;
       
  3347                 width: auto;
       
  3348                 vertical-align: middle;   }
       
  3349                 .form-inline .input-group, .navbar-form .input-group, .table_actions .input-group {
       
  3350                   display: inline-table;
       
  3351                   vertical-align: middle;   }
       
  3352                   .form-inline .input-group .input-group-addon,
       
  3353                   .form-inline .input-group .input-group-btn,
       
  3354                   .form-inline .input-group .form-control,
       
  3355                   .navbar-form .input-group .input-group-btn,
       
  3356                   .navbar-form .input-group .form-control,
       
  3357                   .navbar-form .input-group .input-group-addon,
       
  3358                   .table_actions .input-group .input-group-btn,
       
  3359                   .table_actions .input-group .form-control,
       
  3360                   .table_actions .input-group .input-group-addon,
       
  3361                   .navbar-form .input-group .datepicker input,
       
  3362                   .datepicker .navbar-form .input-group input,
       
  3363                   .form-inline .input-group .datepicker input,
       
  3364                   .datepicker .form-inline .input-group input,
       
  3365                   .table_actions .input-group .datepicker input,
       
  3366                   .datepicker .table_actions .input-group input {
       
  3367                     width: auto;   }
       
  3368             .form-inline .input-group > .form-control,
       
  3369             .navbar-form .input-group > .form-control,
       
  3370             .table_actions .input-group > .form-control,
       
  3371             .table_actions .input-group .datepicker > input,
       
  3372             .datepicker .table_actions .input-group > input,
       
  3373             .form-inline .input-group .datepicker > input,
       
  3374             .datepicker .form-inline .input-group > input,
       
  3375             .navbar-form .input-group .datepicker > input,
       
  3376             .datepicker .navbar-form .input-group > input {
       
  3377               width: 100%;   }
       
  3378               .form-inline .control-label, .navbar-form .control-label,
       
  3379               .table_actions .control-label {
       
  3380                 margin-bottom: 0;
       
  3381                 vertical-align: middle;   }
       
  3382                 .form-inline .radio, .form-inline .checkbox, .navbar-form .radio,
       
  3383                 .navbar-form .checkbox, .table_actions .radio, .table_actions .checkbox {
       
  3384                   display: inline-block;
       
  3385                   margin-top: 0;
       
  3386                   margin-bottom: 0;
       
  3387                   vertical-align: middle;   }
       
  3388                   .form-inline .radio label, .form-inline .checkbox label, .navbar-form .radio label,
       
  3389                   .navbar-form .checkbox label, .table_actions .radio label,
       
  3390                   .table_actions .checkbox label {
       
  3391                     padding-left: 0;   }
       
  3392             .form-inline .radio input[type="radio"],
       
  3393             .form-inline .checkbox input[type="checkbox"],
       
  3394             .navbar-form .checkbox input[type="checkbox"],
       
  3395             .navbar-form .radio input[type="radio"],
       
  3396             .table_actions .checkbox input[type="checkbox"],
       
  3397             .table_actions .radio input[type="radio"] {
       
  3398               position: relative;
       
  3399               margin-left: 0;   }
       
  3400               .form-inline .has-feedback .form-control-feedback,
       
  3401               .navbar-form .has-feedback .form-control-feedback,
       
  3402               .table_actions .has-feedback .form-control-feedback {
       
  3403                 top: 0;   }
       
  3404 }
       
  3405 
       
  3406 .form-horizontal .radio, .form-horizontal .checkbox,
       
  3407 .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
       
  3408   margin-top: 0;
       
  3409   margin-bottom: 0;
       
  3410   padding-top: 9px; }
       
  3411   .form-horizontal .radio, .form-horizontal .checkbox {
       
  3412     min-height: 29px; }
       
  3413     .form-horizontal .form-group {
       
  3414       margin-left: -15px;
       
  3415       margin-right: -15px; }
       
  3416       @media (min-width: 768px) {
       
  3417         .form-horizontal .control-label {
       
  3418           text-align: right;
       
  3419           margin-bottom: 0;
       
  3420           padding-top: 9px;   }
       
  3421 }
       
  3422 .form-horizontal .has-feedback .form-control-feedback {
       
  3423   top: 0;
       
  3424   right: 15px; }
       
  3425   @media (min-width: 768px) {
       
  3426     .form-horizontal .form-group-lg .control-label {
       
  3427       padding-top: 19.66667px;   }
       
  3428 }
       
  3429 @media (min-width: 768px) {
       
  3430   .form-horizontal .form-group-sm .control-label {
       
  3431     padding-top: 6px;   }
       
  3432 }
       
  3433 .form-control:focus, .datepicker input:focus {
       
  3434   border-color: #66afe9;
       
  3435   outline: 0;
       
  3436   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
       
  3437   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
       
  3438 
       
  3439 .input-sm, .form-horizontal .form-group-sm .form-control,
       
  3440 .input-group-sm .form-control, .input-group-sm .input-group-addon,
       
  3441 .input-group-sm > .input-group-btn .btn,
       
  3442 .form-horizontal .form-group-sm .datepicker input,
       
  3443 .datepicker .form-horizontal .form-group-sm input,
       
  3444 .input-group-sm .datepicker input, .datepicker .input-group-sm input {
       
  3445   height: 30px;
       
  3446   padding: 5px 10px;
       
  3447   font-size: 12px;
       
  3448   line-height: 1.5;
       
  3449   border-radius: 3px; }
       
  3450 
       
  3451   select.input-sm, .form-horizontal .form-group-sm select.form-control,
       
  3452   .input-group-sm select.form-control, .input-group-sm select.input-group-addon,
       
  3453   .input-group-sm > .input-group-btn select.btn,
       
  3454   .input-group-sm .datepicker selectinput, .datepicker .input-group-sm selectinput,
       
  3455   .form-horizontal .form-group-sm .datepicker selectinput,
       
  3456   .datepicker .form-horizontal .form-group-sm selectinput {
       
  3457     height: 30px;
       
  3458     line-height: 30px; }
       
  3459 
       
  3460     textarea.input-sm, select[multiple].input-sm,
       
  3461     .form-horizontal .form-group-sm textarea.form-control,
       
  3462     .form-horizontal .form-group-sm select[multiple].form-control,
       
  3463     .input-group-sm textarea.form-control, .input-group-sm textarea.input-group-addon,
       
  3464     .input-group-sm > .input-group-btn textarea.btn,
       
  3465     .input-group-sm select[multiple].form-control,
       
  3466     .input-group-sm select[multiple].input-group-addon,
       
  3467     .input-group-sm > .input-group-btn select[multiple].btn,
       
  3468     .form-horizontal .form-group-sm .datepicker selectinput[multiple],
       
  3469     .datepicker .form-horizontal .form-group-sm selectinput[multiple],
       
  3470     .form-horizontal .form-group-sm .datepicker textareainput,
       
  3471     .datepicker .form-horizontal .form-group-sm textareainput,
       
  3472     .input-group-sm .datepicker selectinput[multiple],
       
  3473     .datepicker .input-group-sm selectinput[multiple],
       
  3474     .input-group-sm .datepicker textareainput,
       
  3475     .datepicker .input-group-sm textareainput {
       
  3476       height: auto; }
       
  3477 
       
  3478       .input-lg, .form-horizontal .form-group-lg .form-control,
       
  3479       .input-group-lg .form-control, .input-group-lg .input-group-addon,
       
  3480       .input-group-lg > .input-group-btn .btn,
       
  3481       .form-horizontal .form-group-lg .datepicker input,
       
  3482       .datepicker .form-horizontal .form-group-lg input,
       
  3483       .input-group-lg .datepicker input, .datepicker .input-group-lg input {
       
  3484         height: 54px;
       
  3485         padding: 14px 16px;
       
  3486         font-size: 18px;
       
  3487         line-height: 1.33333;
       
  3488         border-radius: 6px; }
       
  3489 
       
  3490         select.input-lg, .form-horizontal .form-group-lg select.form-control,
       
  3491         .input-group-lg select.form-control, .input-group-lg select.input-group-addon,
       
  3492         .input-group-lg > .input-group-btn select.btn,
       
  3493         .input-group-lg .datepicker selectinput, .datepicker .input-group-lg selectinput,
       
  3494         .form-horizontal .form-group-lg .datepicker selectinput,
       
  3495         .datepicker .form-horizontal .form-group-lg selectinput {
       
  3496           height: 54px;
       
  3497           line-height: 54px; }
       
  3498 
       
  3499           textarea.input-lg, select[multiple].input-lg,
       
  3500           .form-horizontal .form-group-lg select[multiple].form-control,
       
  3501           .form-horizontal .form-group-lg textarea.form-control,
       
  3502           .input-group-lg select[multiple].form-control,
       
  3503           .input-group-lg select[multiple].input-group-addon,
       
  3504           .input-group-lg > .input-group-btn select[multiple].btn,
       
  3505           .input-group-lg textarea.form-control, .input-group-lg textarea.input-group-addon,
       
  3506           .input-group-lg > .input-group-btn textarea.btn,
       
  3507           .input-group-lg .datepicker selectinput[multiple],
       
  3508           .datepicker .input-group-lg selectinput[multiple],
       
  3509           .form-horizontal .form-group-lg .datepicker textareainput,
       
  3510           .datepicker .form-horizontal .form-group-lg textareainput,
       
  3511           .form-horizontal .form-group-lg .datepicker selectinput[multiple],
       
  3512           .datepicker .form-horizontal .form-group-lg selectinput[multiple],
       
  3513           .input-group-lg .datepicker textareainput,
       
  3514           .datepicker .input-group-lg textareainput {
       
  3515             height: auto; }
       
  3516             .has-success .help-block, .has-success .control-label, .has-success .radio,
       
  3517             .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
       
  3518               color: #468847; }
       
  3519               .has-success .form-control, .has-success .datepicker input,
       
  3520               .datepicker .has-success input {
       
  3521                 border-color: #468847;
       
  3522                 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       
  3523                 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
       
  3524                 .has-success .form-control:focus, .has-success .datepicker input:focus,
       
  3525                 .datepicker .has-success input:focus {
       
  3526                   border-color: #356635;
       
  3527                   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
       
  3528                   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
       
  3529             .has-success .input-group-addon {
       
  3530               color: #468847;
       
  3531               border-color: #468847;
       
  3532               background-color: #dff0d8; }
       
  3533               .has-success .form-control-feedback {
       
  3534                 color: #468847; }
       
  3535                 .has-warning .help-block, .has-warning .control-label, .has-warning .radio,
       
  3536                 .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
       
  3537                   color: #c09853; }
       
  3538                   .has-warning .form-control, .has-warning .datepicker input,
       
  3539                   .datepicker .has-warning input {
       
  3540                     border-color: #c09853;
       
  3541                     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       
  3542                     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
       
  3543                     .has-warning .form-control:focus, .has-warning .datepicker input:focus,
       
  3544                     .datepicker .has-warning input:focus {
       
  3545                       border-color: #a47e3c;
       
  3546                       -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
       
  3547                       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
       
  3548             .has-warning .input-group-addon {
       
  3549               color: #c09853;
       
  3550               border-color: #c09853;
       
  3551               background-color: #fcf8e3; }
       
  3552               .has-warning .form-control-feedback {
       
  3553                 color: #c09853; }
       
  3554                 .has-error .help-block, .has-error .control-label, .has-error .radio,
       
  3555                 .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
       
  3556                   color: #b94a48; }
       
  3557                   .has-error .form-control, .has-error .datepicker input,
       
  3558                   .datepicker .has-error input {
       
  3559                     border-color: #b94a48;
       
  3560                     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
       
  3561                     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
       
  3562                     .has-error .form-control:focus, .has-error .datepicker input:focus,
       
  3563                     .datepicker .has-error input:focus {
       
  3564                       border-color: #953b39;
       
  3565                       -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
       
  3566                       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
       
  3567             .has-error .input-group-addon {
       
  3568               color: #b94a48;
       
  3569               border-color: #b94a48;
       
  3570               background-color: #f2dede; }
       
  3571               .has-error .form-control-feedback {
       
  3572                 color: #b94a48; }
       
  3573 .form-control::-moz-placeholder, .datepicker input::-moz-placeholder {
       
  3574   color: #999;
       
  3575   opacity: 1; }
       
  3576   .form-control:-ms-input-placeholder, .datepicker input:-ms-input-placeholder {
       
  3577     color: #999; }
       
  3578     .form-control::-webkit-input-placeholder,
       
  3579     .datepicker input::-webkit-input-placeholder {
       
  3580       color: #999; }
       
  3581 .input-group-addon.input-lg,
       
  3582 .form-horizontal .form-group-lg .input-group-addon.form-control,
       
  3583 .input-group-lg .input-group-addon.form-control,
       
  3584 .input-group-lg .input-group-addon,
       
  3585 .input-group-lg > .input-group-btn .input-group-addon.btn,
       
  3586 .form-horizontal .form-group-lg .datepicker input.input-group-addon,
       
  3587 .datepicker .form-horizontal .form-group-lg input.input-group-addon,
       
  3588 .input-group-lg .datepicker input.input-group-addon,
       
  3589 .datepicker .input-group-lg input.input-group-addon {
       
  3590   padding: 14px 16px;
       
  3591   font-size: 18px;
       
  3592   border-radius: 6px; }
       
  3593   .input-group-addon.input-sm,
       
  3594   .form-horizontal .form-group-sm .input-group-addon.form-control,
       
  3595   .input-group-sm .input-group-addon.form-control,
       
  3596   .input-group-sm .input-group-addon,
       
  3597   .input-group-sm > .input-group-btn .input-group-addon.btn,
       
  3598   .input-group-sm .datepicker input.input-group-addon,
       
  3599   .datepicker .input-group-sm input.input-group-addon,
       
  3600   .form-horizontal .form-group-sm .datepicker input.input-group-addon,
       
  3601   .datepicker .form-horizontal .form-group-sm input.input-group-addon {
       
  3602     padding: 5px 10px;
       
  3603     font-size: 12px;
       
  3604     border-radius: 3px; }
       
  3605 
       
  3606 .input-group {
       
  3607   position: relative;
       
  3608   display: table;
       
  3609   border-collapse: separate; }
       
  3610   .input-group[class*="col-"] {
       
  3611     float: none;
       
  3612     padding-left: 0;
       
  3613     padding-right: 0; }
       
  3614     .input-group .form-control, .input-group .datepicker input,
       
  3615     .datepicker .input-group input {
       
  3616       position: relative;
       
  3617       z-index: 2;
       
  3618       float: left;
       
  3619       width: 100%;
       
  3620       margin-bottom: 0; }
       
  3621 
       
  3622 .input-group-addon, .input-group-btn, .input-group .form-control,
       
  3623 .input-group .datepicker input, .datepicker .input-group input {
       
  3624   display: table-cell; }
       
  3625   .input-group-addon:not(:first-child):not(:last-child),
       
  3626   .input-group-btn:not(:first-child):not(:last-child),
       
  3627   .input-group .form-control:not(:first-child):not(:last-child),
       
  3628   .input-group .datepicker input:not(:first-child):not(:last-child),
       
  3629   .datepicker .input-group input:not(:first-child):not(:last-child) {
       
  3630     border-radius: 0; }
       
  3631 
       
  3632 .input-group-addon, .input-group-btn {
       
  3633   width: 1%;
       
  3634   white-space: nowrap;
       
  3635   vertical-align: middle; }
       
  3636 
       
  3637   .input-group-addon {
       
  3638     padding: 8px 12px;
       
  3639     font-size: 13px;
       
  3640     font-weight: normal;
       
  3641     line-height: 1;
       
  3642     color: #000;
       
  3643     text-align: center;
       
  3644     background-color: #eee;
       
  3645     border: 1px solid #ccc;
       
  3646     border-radius: 4px; }
       
  3647     .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
       
  3648       margin-top: 0; }
       
  3649 
       
  3650 .input-group .form-control:first-child, .input-group-addon:first-child,
       
  3651 .input-group-btn:first-child > .btn,
       
  3652 .input-group-btn:first-child > .btn-group > .btn,
       
  3653 .input-group-btn:first-child > .dropdown-toggle,
       
  3654 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
       
  3655 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
       
  3656 .input-group .datepicker input:first-child,
       
  3657 .datepicker .input-group input:first-child {
       
  3658   border-bottom-right-radius: 0;
       
  3659   border-top-right-radius: 0; }
       
  3660 
       
  3661   .input-group-addon:first-child {
       
  3662     border-right: 0; }
       
  3663 
       
  3664     .input-group .form-control:last-child, .input-group-addon:last-child,
       
  3665     .input-group-btn:last-child > .btn,
       
  3666     .input-group-btn:last-child > .btn-group > .btn,
       
  3667     .input-group-btn:last-child > .dropdown-toggle,
       
  3668     .input-group-btn:first-child > .btn:not(:first-child),
       
  3669     .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
       
  3670     .input-group .datepicker input:last-child,
       
  3671     .datepicker .input-group input:last-child {
       
  3672       border-bottom-left-radius: 0;
       
  3673       border-top-left-radius: 0; }
       
  3674 
       
  3675       .input-group-addon:last-child {
       
  3676         border-left: 0; }
       
  3677 
       
  3678         .input-group-btn {
       
  3679           position: relative;
       
  3680           font-size: 0;
       
  3681           white-space: nowrap; }
       
  3682           .input-group-btn > .btn {
       
  3683             position: relative; }
       
  3684             .input-group-btn > .btn + .btn {
       
  3685               margin-left: -1px; }
       
  3686               .input-group-btn > .btn:hover, .input-group-btn > .btn:focus,
       
  3687               .input-group-btn > .btn:active {
       
  3688                 z-index: 2; }
       
  3689           .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
       
  3690             margin-right: -1px; }
       
  3691           .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
       
  3692             margin-left: -1px; }
       
  3693 .btn {
       
  3694   display: inline-block;
       
  3695   margin-bottom: 0;
       
  3696   font-weight: normal;
       
  3697   text-align: center;
       
  3698   vertical-align: middle;
       
  3699   cursor: pointer;
       
  3700   background-image: none;
       
  3701   border: 1px solid transparent;
       
  3702   white-space: nowrap;
       
  3703   padding: 8px 12px;
       
  3704   font-size: 13px;
       
  3705   line-height: 1.42857;
       
  3706   border-radius: 4px;
       
  3707   padding: 3px 12px;
       
  3708   height: 32px;
       
  3709   line-height: 24px;
       
  3710   -webkit-user-select: none;
       
  3711   -moz-user-select: none;
       
  3712   -ms-user-select: none;
       
  3713   user-select: none; }
       
  3714   .btn:focus, .btn:active:focus, .btn.active:focus {
       
  3715     outline: thin dotted;
       
  3716     outline: 5px auto -webkit-focus-ring-color;
       
  3717     outline-offset: -2px; }
       
  3718   .btn:hover, .btn:focus {
       
  3719     color: #0160c1;
       
  3720     text-decoration: none; }
       
  3721     .btn:active, .btn.active {
       
  3722       outline: 0;
       
  3723       background-image: none;
       
  3724       -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.12);
       
  3725       box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.12); }
       
  3726       .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
       
  3727         cursor: not-allowed;
       
  3728         pointer-events: none;
       
  3729         opacity: 0.65;
       
  3730         filter: alpha(opacity=65);
       
  3731         -webkit-box-shadow: none;
       
  3732         box-shadow: none; }
       
  3733 
       
  3734 .btn-default {
       
  3735   color: #000000;
       
  3736   border: 1px solid #c3ced7;
       
  3737   background: -webkit-linear-gradient(#f1f3f4, #e3e8ea);
       
  3738   background: -o-linear-gradient(#f1f3f4, #e3e8ea);
       
  3739   background: -moz-linear-gradient(#f1f3f4, #e3e8ea);
       
  3740   background: linear-gradient(#f1f3f4, #e3e8ea); }
       
  3741   .btn-default:hover, .btn-default:focus {
       
  3742     color: #000;
       
  3743     border: 1px solid #c3ced7;
       
  3744     background: -webkit-linear-gradient(#f8f9fa, #f1f4f5);
       
  3745     background: -o-linear-gradient(#f8f9fa, #f1f4f5);
       
  3746     background: -moz-linear-gradient(#f8f9fa, #f1f4f5);
       
  3747     background: linear-gradient(#f8f9fa, #f1f4f5); }
       
  3748 
       
  3749 .btn-primary {
       
  3750   color: #fff;
       
  3751   background: #0074cd;
       
  3752   border-color: #0074cd; }
       
  3753   .btn-primary:hover, .btn-primary:focus {
       
  3754     color: #fff;
       
  3755     text-decoration: none;
       
  3756     background: #0160c1;
       
  3757     border-color: #0160c1; }
       
  3758 
       
  3759 .btn-success {
       
  3760   color: #fff;
       
  3761   background-color: #5cb85c;
       
  3762   border-color: #4cae4c; }
       
  3763   .btn-success:hover, .btn-success:focus {
       
  3764     color: #fff;
       
  3765     text-decoration: none; }
       
  3766 
       
  3767 .btn-info {
       
  3768   color: #fff;
       
  3769   background-color: #5bc0de;
       
  3770   border-color: #46b8da; }
       
  3771   .btn-info:hover, .btn-info:focus {
       
  3772     color: #fff;
       
  3773     text-decoration: none; }
       
  3774 
       
  3775 .btn-warning {
       
  3776   color: #fff;
       
  3777   background-color: #f0ad4e;
       
  3778   border-color: #eea236; }
       
  3779   .btn-warning:hover, .btn-warning:focus {
       
  3780     color: #fff;
       
  3781     text-decoration: none; }
       
  3782 
       
  3783 .btn-danger {
       
  3784   color: #000;
       
  3785   border: 1px solid #c3ced7;
       
  3786   background: -webkit-linear-gradient(#f1f3f4, #e3e8ea);
       
  3787   background: -o-linear-gradient(#f1f3f4, #e3e8ea);
       
  3788   background: -moz-linear-gradient(#f1f3f4, #e3e8ea);
       
  3789   background: linear-gradient(#f1f3f4, #e3e8ea); }
       
  3790   .btn-danger:hover, .btn-danger:focus {
       
  3791     color: #000;
       
  3792     text-decoration: none; }
       
  3793 
       
  3794 .btn-link {
       
  3795   color: #145c9e;
       
  3796   font-weight: normal;
       
  3797   cursor: pointer;
       
  3798   border-radius: 0; }
       
  3799   .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
       
  3800     background-color: transparent;
       
  3801     -webkit-box-shadow: none;
       
  3802     box-shadow: none; }
       
  3803     .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
       
  3804       border-color: transparent; }
       
  3805       .btn-link:hover, .btn-link:focus {
       
  3806         color: #fff;
       
  3807         text-decoration: underline;
       
  3808         background-color: transparent; }
       
  3809         .btn-link[disabled]:hover, .btn-link[disabled]:focus,
       
  3810         fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
       
  3811           color: #8193a1;
       
  3812           text-decoration: none; }
       
  3813 
       
  3814 .btn-lg, .btn-group-lg .btn {
       
  3815   padding: 14px 16px;
       
  3816   font-size: 18px;
       
  3817   line-height: 1.33333;
       
  3818   border-radius: 6px; }
       
  3819 
       
  3820   .btn-sm, .btn-group-sm .btn {
       
  3821     padding: 5px 10px;
       
  3822     font-size: 12px;
       
  3823     line-height: 1.5;
       
  3824     border-radius: 3px;
       
  3825     padding: 7px 10px 5px 10px;
       
  3826     font-size: 12px;
       
  3827     line-height: 1.5;
       
  3828     border-radius: 3px; }
       
  3829 
       
  3830     .btn-xs, .btn-group-xs .btn {
       
  3831       padding: 1px 5px;
       
  3832       font-size: 12px;
       
  3833       line-height: 1.5;
       
  3834       border-radius: 3px; }
       
  3835 
       
  3836       .btn-block {
       
  3837         display: block;
       
  3838         width: 100%; }
       
  3839 
       
  3840         .btn-block + .btn-block {
       
  3841           margin-top: 5px; }
       
  3842 
       
  3843           input[type="submit"].btn-block, input[type="reset"].btn-block,
       
  3844           input[type="button"].btn-block {
       
  3845             width: 100%; }
       
  3846 .fade {
       
  3847   opacity: 0;
       
  3848   -webkit-transition: opacity 0.15s linear;
       
  3849   -o-transition: opacity 0.15s linear;
       
  3850   transition: opacity 0.15s linear; }
       
  3851   .fade.in {
       
  3852     opacity: 1; }
       
  3853 
       
  3854 .collapse {
       
  3855   display: none; }
       
  3856   .collapse.in {
       
  3857     display: block; }
       
  3858 
       
  3859 tr.collapse.in {
       
  3860   display: table-row; }
       
  3861 
       
  3862   tbody.collapse.in {
       
  3863     display: table-row-group; }
       
  3864 
       
  3865     .collapsing {
       
  3866       position: relative;
       
  3867       height: 0;
       
  3868       overflow: hidden;
       
  3869       -webkit-transition: height 0.35s ease;
       
  3870       -o-transition: height 0.35s ease;
       
  3871       transition: height 0.35s ease; }
       
  3872 .caret {
       
  3873   display: inline-block;
       
  3874   width: 0;
       
  3875   height: 0;
       
  3876   margin-left: 2px;
       
  3877   vertical-align: middle;
       
  3878   border-top: 4px solid;
       
  3879   border-right: 4px solid transparent;
       
  3880   border-left: 4px solid transparent; }
       
  3881 
       
  3882   .dropdown {
       
  3883     position: relative; }
       
  3884 
       
  3885     .dropdown-toggle:focus {
       
  3886       outline: 0; }
       
  3887 
       
  3888       .dropdown-menu {
       
  3889         position: absolute;
       
  3890         top: 100%;
       
  3891         right: 0;
       
  3892         left: auto;
       
  3893         z-index: 1000;
       
  3894         display: none;
       
  3895         float: right;
       
  3896         min-width: 160px;
       
  3897         padding: 2px 0px 3px 0px;
       
  3898         margin: 2px 0 0;
       
  3899         list-style: none;
       
  3900         font-size: 13px;
       
  3901         text-align: left;
       
  3902         background: #ffffff;
       
  3903         border: 1px solid #c4ced7;
       
  3904         border-radius: 4px;
       
  3905         -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
       
  3906         box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
       
  3907         background-clip: padding-box; }
       
  3908         .dropdown-menu.pull-right {
       
  3909           right: 0;
       
  3910           left: auto; }
       
  3911           .dropdown-menu .divider {
       
  3912             height: 1px;
       
  3913             margin: 6px 0;
       
  3914             overflow: hidden;
       
  3915             margin: 3px 0px;
       
  3916             background: #c4ced7; }
       
  3917             .dropdown-menu > li > a,
       
  3918             .topbar .switcher_bar .context-selection .context-lists ul li > a {
       
  3919               display: block;
       
  3920               padding: 0px 20px;
       
  3921               font-weight: normal;
       
  3922               line-height: 30px;
       
  3923               height: 30px;
       
  3924               color: #000;
       
  3925               white-space: nowrap; }
       
  3926 
       
  3927 .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
       
  3928 .topbar .switcher_bar .context-selection .context-lists ul li > a:focus,
       
  3929 .topbar .switcher_bar .context-selection .context-lists ul li > a:hover {
       
  3930   text-decoration: none;
       
  3931   color: #000;
       
  3932   background: #ebeced; }
       
  3933 
       
  3934 .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover,
       
  3935 .dropdown-menu > .active > a:focus {
       
  3936   color: #fff;
       
  3937   text-decoration: none;
       
  3938   outline: 0;
       
  3939   background: #428bca; }
       
  3940 
       
  3941 .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover,
       
  3942 .dropdown-menu > .disabled > a:focus {
       
  3943   color: #999; }
       
  3944 
       
  3945 .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
       
  3946   text-decoration: none;
       
  3947   background-color: transparent;
       
  3948   background-image: none;
       
  3949   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
       
  3950   cursor: not-allowed; }
       
  3951 
       
  3952 .open > .dropdown-menu {
       
  3953   display: block; }
       
  3954   .open > a {
       
  3955     outline: 0; }
       
  3956 
       
  3957 .dropdown-menu-right {
       
  3958   left: auto;
       
  3959   right: 0; }
       
  3960 
       
  3961   .dropdown-menu-left {
       
  3962     left: 0;
       
  3963     right: auto; }
       
  3964 
       
  3965     .dropdown-header {
       
  3966       display: block;
       
  3967       padding: 0px 20px;
       
  3968       font-size: 12px;
       
  3969       line-height: 30px;
       
  3970       font-weight: 600;
       
  3971       color: #000;
       
  3972       white-space: nowrap; }
       
  3973 
       
  3974       .dropdown-backdrop {
       
  3975         position: fixed;
       
  3976         left: 0;
       
  3977         right: 0;
       
  3978         bottom: 0;
       
  3979         top: 0;
       
  3980         z-index: 990; }
       
  3981 
       
  3982         .pull-right > .dropdown-menu {
       
  3983           right: 0;
       
  3984           left: auto; }
       
  3985 
       
  3986           .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
       
  3987             border-top: 0;
       
  3988             border-bottom: 4px solid;
       
  3989             content: ""; }
       
  3990             .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
       
  3991               top: auto;
       
  3992               bottom: 100%;
       
  3993               margin-bottom: 1px; }
       
  3994 
       
  3995 @media (min-width: 768px) {
       
  3996   .navbar-right .dropdown-menu {
       
  3997     right: 0;
       
  3998     left: auto;   }
       
  3999     .navbar-right .dropdown-menu-left {
       
  4000       left: 0;
       
  4001       right: auto;   }
       
  4002 }
       
  4003 .btn-group, .btn-group-vertical {
       
  4004   position: relative;
       
  4005   display: inline-block;
       
  4006   vertical-align: middle; }
       
  4007   .btn-group > .btn, .btn-group-vertical > .btn {
       
  4008     position: relative;
       
  4009     float: left; }
       
  4010     .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active,
       
  4011     .btn-group > .btn.active, .btn-group-vertical > .btn:hover,
       
  4012     .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active,
       
  4013     .btn-group-vertical > .btn.active {
       
  4014       z-index: 2; }
       
  4015       .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
       
  4016         outline: 0; }
       
  4017 
       
  4018 .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn,
       
  4019 .btn-group .btn-group + .btn-group {
       
  4020   margin-left: -1px; }
       
  4021 
       
  4022 .btn-toolbar {
       
  4023   margin-left: -5px; }
       
  4024   .btn-toolbar .btn-group, .btn-toolbar .input-group {
       
  4025     float: left; }
       
  4026     .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
       
  4027       margin-left: 5px; }
       
  4028 
       
  4029 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
       
  4030   border-radius: 0; }
       
  4031 
       
  4032   .btn-group > .btn:first-child {
       
  4033     margin-left: 0; }
       
  4034     .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
       
  4035       border-bottom-right-radius: 0;
       
  4036       border-top-right-radius: 0; }
       
  4037 
       
  4038 .btn-group > .btn:last-child:not(:first-child),
       
  4039 .btn-group > .dropdown-toggle:not(:first-child) {
       
  4040   border-bottom-left-radius: 0;
       
  4041   border-top-left-radius: 0; }
       
  4042 
       
  4043   .btn-group > .btn-group {
       
  4044     float: left; }
       
  4045 
       
  4046     .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
       
  4047       border-radius: 0; }
       
  4048 
       
  4049       .btn-group > .btn-group:first-child > .btn:last-child,
       
  4050       .btn-group > .btn-group:first-child > .dropdown-toggle {
       
  4051         border-bottom-right-radius: 0;
       
  4052         border-top-right-radius: 0; }
       
  4053 
       
  4054 .btn-group > .btn-group:last-child > .btn:first-child {
       
  4055   border-bottom-left-radius: 0;
       
  4056   border-top-left-radius: 0; }
       
  4057 
       
  4058   .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
       
  4059     outline: 0; }
       
  4060 
       
  4061     .btn-group > .btn-lg + .dropdown-toggle,
       
  4062     .btn-group .btn-group-lg > .btn + .dropdown-toggle,
       
  4063     .btn-group-lg .btn-group > .btn + .dropdown-toggle {
       
  4064       padding-left: 12px;
       
  4065       padding-right: 12px; }
       
  4066 
       
  4067       .btn-lg .caret, .btn-group-lg .btn .caret {
       
  4068         border-width: 5px 5px 0;
       
  4069         border-bottom-width: 0; }
       
  4070 
       
  4071         .dropup .btn-lg .caret, .dropup .btn-group-lg .btn .caret,
       
  4072         .btn-group-lg .dropup .btn .caret {
       
  4073           border-width: 0 5px 5px; }
       
  4074 
       
  4075           .btn-group > .btn + .dropdown-toggle {
       
  4076             padding-left: 8px;
       
  4077             padding-right: 8px; }
       
  4078 
       
  4079             .btn-group.open .dropdown-toggle {
       
  4080               -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.12);
       
  4081               box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.12); }
       
  4082               .btn-group.open .dropdown-toggle.btn-link {
       
  4083                 -webkit-box-shadow: none;
       
  4084                 box-shadow: none; }
       
  4085 
       
  4086 .btn .caret {
       
  4087   margin-left: 0; }
       
  4088 
       
  4089   .btn-group-vertical > .btn, .btn-group-vertical > .btn-group,
       
  4090   .btn-group-vertical > .btn-group > .btn {
       
  4091     display: block;
       
  4092     float: none;
       
  4093     width: 100%;
       
  4094     max-width: 100%; }
       
  4095     .btn-group-vertical > .btn-group > .btn {
       
  4096       float: none; }
       
  4097   .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group,
       
  4098   .btn-group-vertical > .btn-group + .btn,
       
  4099   .btn-group-vertical > .btn-group + .btn-group {
       
  4100     margin-top: -1px;
       
  4101     margin-left: 0; }
       
  4102 
       
  4103 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
       
  4104   border-radius: 0; }
       
  4105   .btn-group-vertical > .btn:first-child:not(:last-child) {
       
  4106     border-top-right-radius: 4px;
       
  4107     border-bottom-right-radius: 0;
       
  4108     border-bottom-left-radius: 0; }
       
  4109     .btn-group-vertical > .btn:last-child:not(:first-child) {
       
  4110       border-bottom-left-radius: 4px;
       
  4111       border-top-right-radius: 0;
       
  4112       border-top-left-radius: 0; }
       
  4113 
       
  4114 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
       
  4115   border-radius: 0; }
       
  4116 
       
  4117   .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
       
  4118   .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
       
  4119     border-bottom-right-radius: 0;
       
  4120     border-bottom-left-radius: 0; }
       
  4121 
       
  4122 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
       
  4123   border-top-right-radius: 0;
       
  4124   border-top-left-radius: 0; }
       
  4125 
       
  4126   .btn-group-justified {
       
  4127     display: table;
       
  4128     width: 100%;
       
  4129     table-layout: fixed;
       
  4130     border-collapse: separate; }
       
  4131     .btn-group-justified > .btn, .btn-group-justified > .btn-group {
       
  4132       float: none;
       
  4133       display: table-cell;
       
  4134       width: 1%; }
       
  4135       .btn-group-justified > .btn-group .btn {
       
  4136         width: 100%; }
       
  4137         .btn-group-justified > .btn-group .dropdown-menu {
       
  4138           left: auto; }
       
  4139 
       
  4140 [data-toggle="buttons"] > .btn > input[type="radio"],
       
  4141 [data-toggle="buttons"] > .btn > input[type="checkbox"] {
       
  4142   position: absolute;
       
  4143   z-index: -1;
       
  4144   opacity: 0;
       
  4145   filter: alpha(opacity=0); }
       
  4146 .navbar-btn.btn-xs, .btn-group-xs .navbar-btn.btn {
       
  4147   margin-top: 14px;
       
  4148   margin-bottom: 14px; }
       
  4149   .navbar-btn.btn-sm, .btn-group-sm .navbar-btn.btn {
       
  4150     margin-top: 10px;
       
  4151     margin-bottom: 10px; }
       
  4152 
       
  4153 .navbar {
       
  4154   position: relative;
       
  4155   min-height: 50px;
       
  4156   margin-bottom: 20px;
       
  4157   border: 1px solid transparent; }
       
  4158   @media (min-width: 768px) {
       
  4159     .navbar {
       
  4160       border-radius: 4px;   }
       
  4161 }
       
  4162 
       
  4163 @media (min-width: 768px) {
       
  4164   .navbar-header {
       
  4165     float: left;   }
       
  4166 }
       
  4167 
       
  4168 .navbar-collapse {
       
  4169   overflow-x: visible;
       
  4170   padding-right: 15px;
       
  4171   padding-left: 15px;
       
  4172   border-top: 1px solid transparent;
       
  4173   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
       
  4174   -webkit-overflow-scrolling: touch; }
       
  4175   .navbar-collapse.in {
       
  4176     overflow-y: auto; }
       
  4177     @media (min-width: 768px) {
       
  4178       .navbar-collapse {
       
  4179         width: auto;
       
  4180         border-top: 0;
       
  4181         box-shadow: none;   }
       
  4182         .navbar-collapse.collapse {
       
  4183           display: block !important;
       
  4184           height: auto !important;
       
  4185           padding-bottom: 0;
       
  4186           overflow: visible !important;   }
       
  4187           .navbar-collapse.in {
       
  4188             overflow-y: visible;   }
       
  4189             .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse,
       
  4190             .navbar-fixed-bottom .navbar-collapse {
       
  4191               padding-left: 0;
       
  4192               padding-right: 0;   }
       
  4193 }
       
  4194 
       
  4195 .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
       
  4196   max-height: 340px; }
       
  4197   @media (max-width: 480px) and (orientation: landscape) {
       
  4198     .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
       
  4199       max-height: 200px;   }
       
  4200 }
       
  4201 
       
  4202 .container > .navbar-header, .container > .navbar-collapse,
       
  4203 .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
       
  4204   margin-right: -15px;
       
  4205   margin-left: -15px; }
       
  4206   @media (min-width: 768px) {
       
  4207     .container > .navbar-header, .container > .navbar-collapse,
       
  4208     .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
       
  4209       margin-right: 0;
       
  4210       margin-left: 0;   }
       
  4211 }
       
  4212 
       
  4213 .navbar-static-top {
       
  4214   z-index: 1000;
       
  4215   border-width: 0 0 1px; }
       
  4216   @media (min-width: 768px) {
       
  4217     .navbar-static-top {
       
  4218       border-radius: 0;   }
       
  4219 }
       
  4220 
       
  4221 .navbar-fixed-top, .navbar-fixed-bottom {
       
  4222   position: fixed;
       
  4223   right: 0;
       
  4224   left: 0;
       
  4225   z-index: 1030;
       
  4226   -webkit-transform: translate3d(0, 0, 0);
       
  4227   transform: translate3d(0, 0, 0); }
       
  4228   @media (min-width: 768px) {
       
  4229     .navbar-fixed-top, .navbar-fixed-bottom {
       
  4230       border-radius: 0;   }
       
  4231 }
       
  4232 
       
  4233 .navbar-fixed-top {
       
  4234   top: 0;
       
  4235   border-width: 0 0 1px; }
       
  4236 
       
  4237   .navbar-fixed-bottom {
       
  4238     bottom: 0;
       
  4239     margin-bottom: 0;
       
  4240     border-width: 1px 0 0; }
       
  4241 
       
  4242     .navbar-brand {
       
  4243       float: left;
       
  4244       padding: 15px 15px;
       
  4245       font-size: 18px;
       
  4246       line-height: 20px;
       
  4247       height: 50px; }
       
  4248       .navbar-brand:hover, .navbar-brand:focus {
       
  4249         text-decoration: none; }
       
  4250         @media (min-width: 768px) {
       
  4251           .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
       
  4252             margin-left: -15px;   }
       
  4253 }
       
  4254 
       
  4255 .navbar-toggle {
       
  4256   position: relative;
       
  4257   float: right;
       
  4258   margin-right: 15px;
       
  4259   padding: 9px 10px;
       
  4260   margin-top: 8px;
       
  4261   margin-bottom: 8px;
       
  4262   background-color: transparent;
       
  4263   background-image: none;
       
  4264   border: 1px solid transparent;
       
  4265   border-radius: 4px; }
       
  4266   .navbar-toggle:focus {
       
  4267     outline: 0; }
       
  4268     .navbar-toggle .icon-bar {
       
  4269       display: block;
       
  4270       width: 22px;
       
  4271       height: 2px;
       
  4272       border-radius: 1px; }
       
  4273       .navbar-toggle .icon-bar + .icon-bar {
       
  4274         margin-top: 4px; }
       
  4275         @media (min-width: 768px) {
       
  4276           .navbar-toggle {
       
  4277             display: none;   }
       
  4278 }
       
  4279 
       
  4280 .navbar-nav {
       
  4281   margin: 7.5px -15px; }
       
  4282   .navbar-nav > li > a {
       
  4283     padding-top: 10px;
       
  4284     padding-bottom: 10px;
       
  4285     line-height: 20px; }
       
  4286     @media (max-width: 767px) {
       
  4287       .navbar-nav .open .dropdown-menu {
       
  4288         position: static;
       
  4289         float: none;
       
  4290         width: auto;
       
  4291         margin-top: 0;
       
  4292         background-color: transparent;
       
  4293         border: 0;
       
  4294         box-shadow: none;   }
       
  4295         .navbar-nav .open .dropdown-menu > li > a,
       
  4296         .navbar-nav .open .dropdown-menu .dropdown-header,
       
  4297         .navbar-nav .open .topbar .switcher_bar .context-selection .context-lists ul li > a,
       
  4298         .topbar .switcher_bar .context-selection .context-lists ul li .navbar-nav .open > a {
       
  4299           padding: 5px 15px 5px 25px;   }
       
  4300           .navbar-nav .open .dropdown-menu > li > a,
       
  4301           .navbar-nav .open .topbar .switcher_bar .context-selection .context-lists ul li > a,
       
  4302           .topbar .switcher_bar .context-selection .context-lists ul li .navbar-nav .open > a {
       
  4303             line-height: 20px;   }
       
  4304             .navbar-nav .open .dropdown-menu > li > a:hover,
       
  4305             .navbar-nav .open .dropdown-menu > li > a:focus,
       
  4306             .navbar-nav .open .topbar .switcher_bar .context-selection .context-lists ul li > a:hover,
       
  4307             .topbar .switcher_bar .context-selection .context-lists ul li .navbar-nav .open > a:hover,
       
  4308             .navbar-nav .open .topbar .switcher_bar .context-selection .context-lists ul li > a:focus,
       
  4309             .topbar .switcher_bar .context-selection .context-lists ul li .navbar-nav .open > a:focus {
       
  4310               background-image: none;   }
       
  4311 }
       
  4312   @media (min-width: 768px) {
       
  4313     .navbar-nav {
       
  4314       float: left;
       
  4315       margin: 0;   }
       
  4316       .navbar-nav > li {
       
  4317         float: left;   }
       
  4318         .navbar-nav > li > a {
       
  4319           padding-top: 15px;
       
  4320           padding-bottom: 15px;   }
       
  4321       .navbar-nav.navbar-right:last-child {
       
  4322         margin-right: -15px;   }
       
  4323 }
       
  4324 
       
  4325 @media (min-width: 768px) {
       
  4326   .navbar-left {
       
  4327     float: left !important;   }
       
  4328     .navbar-right {
       
  4329       float: right !important;   }
       
  4330 }
       
  4331 
       
  4332 .navbar-form {
       
  4333   margin-left: -15px;
       
  4334   margin-right: -15px;
       
  4335   padding: 10px 15px;
       
  4336   border-top: 1px solid transparent;
       
  4337   border-bottom: 1px solid transparent;
       
  4338   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       
  4339   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       
  4340   margin-top: 6px;
       
  4341   margin-bottom: 6px; }
       
  4342   @media (max-width: 767px) {
       
  4343     .navbar-form .form-group {
       
  4344       margin-bottom: 5px;   }
       
  4345 }
       
  4346   @media (min-width: 768px) {
       
  4347     .navbar-form {
       
  4348       width: auto;
       
  4349       border: 0;
       
  4350       margin-left: 0;
       
  4351       margin-right: 0;
       
  4352       padding-top: 0;
       
  4353       padding-bottom: 0;
       
  4354       -webkit-box-shadow: none;
       
  4355       box-shadow: none;   }
       
  4356       .navbar-form.navbar-right:last-child {
       
  4357         margin-right: -15px;   }
       
  4358 }
       
  4359 
       
  4360 .navbar-nav > li > .dropdown-menu {
       
  4361   margin-top: 0;
       
  4362   border-top-right-radius: 0;
       
  4363   border-top-left-radius: 0; }
       
  4364 
       
  4365   .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
       
  4366     border-bottom-right-radius: 0;
       
  4367     border-bottom-left-radius: 0; }
       
  4368 
       
  4369     .navbar-btn {
       
  4370       margin-top: 6px;
       
  4371       margin-bottom: 6px; }
       
  4372 
       
  4373       .navbar-text {
       
  4374         margin-top: 15px;
       
  4375         margin-bottom: 15px; }
       
  4376         @media (min-width: 768px) {
       
  4377           .navbar-text {
       
  4378             float: left;
       
  4379             margin-left: 15px;
       
  4380             margin-right: 15px;   }
       
  4381             .navbar-text.navbar-right:last-child {
       
  4382               margin-right: 0;   }
       
  4383 }
       
  4384 
       
  4385 .navbar-default {
       
  4386   background-color: #0074cd;
       
  4387   border-color: #0061ac; }
       
  4388   .navbar-default .navbar-brand {
       
  4389     color: #fff; }
       
  4390     .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
       
  4391       color: #fff;
       
  4392       background-color: none; }
       
  4393   .navbar-default .navbar-text {
       
  4394     color: #ddd; }
       
  4395     .navbar-default .navbar-nav > li > a {
       
  4396       color: #fff; }
       
  4397       .navbar-default .navbar-nav > li > a:hover,
       
  4398       .navbar-default .navbar-nav > li > a:focus {
       
  4399         color: #fff;
       
  4400         background-color: #00579a; }
       
  4401     .navbar-default .navbar-nav > .active > a,
       
  4402     .navbar-default .navbar-nav > .active > a:hover,
       
  4403     .navbar-default .navbar-nav > .active > a:focus {
       
  4404       color: #fff;
       
  4405       background-color: #00579a; }
       
  4406     .navbar-default .navbar-nav > .disabled > a,
       
  4407     .navbar-default .navbar-nav > .disabled > a:hover,
       
  4408     .navbar-default .navbar-nav > .disabled > a:focus {
       
  4409       color: #ddd;
       
  4410       background-color: transparent; }
       
  4411   .navbar-default .navbar-toggle {
       
  4412     border-color: #00579a; }
       
  4413     .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
       
  4414       background-color: #00579a; }
       
  4415       .navbar-default .navbar-toggle .icon-bar {
       
  4416         background-color: #fff; }
       
  4417   .navbar-default .navbar-collapse, .navbar-default .navbar-form {
       
  4418     border-color: #0061ac; }
       
  4419     .navbar-default .navbar-nav > .open > a,
       
  4420     .navbar-default .navbar-nav > .open > a:hover,
       
  4421     .navbar-default .navbar-nav > .open > a:focus {
       
  4422       background-color: #00579a;
       
  4423       color: #fff; }
       
  4424     @media (max-width: 767px) {
       
  4425       .navbar-default .navbar-nav .open .dropdown-menu > li > a,
       
  4426       .navbar-default .navbar-nav .open .topbar .switcher_bar .context-selection .context-lists ul li > a,
       
  4427       .topbar .switcher_bar .context-selection .context-lists ul li .navbar-default .navbar-nav .open > a {
       
  4428         color: #fff;   }
       
  4429         .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
       
  4430         .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
       
  4431         .navbar-default .navbar-nav .open .topbar .switcher_bar .context-selection .context-lists ul li > a:focus,
       
  4432         .topbar .switcher_bar .context-selection .context-lists ul li .navbar-default .navbar-nav .open > a:focus,
       
  4433         .navbar-default .navbar-nav .open .topbar .switcher_bar .context-selection .context-lists ul li > a:hover,
       
  4434         .topbar .switcher_bar .context-selection .context-lists ul li .navbar-default .navbar-nav .open > a:hover {
       
  4435           color: #fff;
       
  4436           background-color: #00579a;   }
       
  4437       .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
       
  4438       .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
       
  4439       .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
       
  4440         color: #fff;
       
  4441         background-color: #00579a;   }
       
  4442       .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
       
  4443       .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
       
  4444       .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
       
  4445         color: #ddd;
       
  4446         background-color: transparent;   }
       
  4447 }
       
  4448   .navbar-default .navbar-link {
       
  4449     color: #fff; }
       
  4450     .navbar-default .navbar-link:hover {
       
  4451       color: #fff; }
       
  4452   .navbar-default .btn-link {
       
  4453     color: #fff; }
       
  4454     .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
       
  4455       color: #fff; }
       
  4456       .navbar-default .btn-link[disabled]:hover,
       
  4457       .navbar-default .btn-link[disabled]:focus,
       
  4458       fieldset[disabled] .navbar-default .btn-link:hover,
       
  4459       fieldset[disabled] .navbar-default .btn-link:focus {
       
  4460         color: #ddd; }
       
  4461 
       
  4462 .navbar-inverse {
       
  4463   background-color: #033C73;
       
  4464   border-color: #022f5a; }
       
  4465   .navbar-inverse .navbar-brand {
       
  4466     color: #fff; }
       
  4467     .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
       
  4468       color: #fff;
       
  4469       background-color: none; }
       
  4470   .navbar-inverse .navbar-text {
       
  4471     color: #fff; }
       
  4472     .navbar-inverse .navbar-nav > li > a {
       
  4473       color: #fff; }
       
  4474       .navbar-inverse .navbar-nav > li > a:hover,
       
  4475       .navbar-inverse .navbar-nav > li > a:focus {
       
  4476         color: #fff;
       
  4477         background-color: #022f5a; }
       
  4478     .navbar-inverse .navbar-nav > .active > a,
       
  4479     .navbar-inverse .navbar-nav > .active > a:hover,
       
  4480     .navbar-inverse .navbar-nav > .active > a:focus {
       
  4481       color: #fff;
       
  4482       background-color: #022f5a; }
       
  4483     .navbar-inverse .navbar-nav > .disabled > a,
       
  4484     .navbar-inverse .navbar-nav > .disabled > a:hover,
       
  4485     .navbar-inverse .navbar-nav > .disabled > a:focus {
       
  4486       color: #ccc;
       
  4487       background-color: transparent; }
       
  4488   .navbar-inverse .navbar-toggle {
       
  4489     border-color: #022f5a; }
       
  4490     .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
       
  4491       background-color: #022f5a; }
       
  4492       .navbar-inverse .navbar-toggle .icon-bar {
       
  4493         background-color: #fff; }
       
  4494   .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
       
  4495     border-color: #022a50; }
       
  4496     .navbar-inverse .navbar-nav > .open > a,
       
  4497     .navbar-inverse .navbar-nav > .open > a:hover,
       
  4498     .navbar-inverse .navbar-nav > .open > a:focus {
       
  4499       background-color: #022f5a;
       
  4500       color: #fff; }
       
  4501     @media (max-width: 767px) {
       
  4502       .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
       
  4503         border-color: #022f5a;   }
       
  4504         .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
       
  4505           background-color: #022f5a;   }
       
  4506           .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
       
  4507           .navbar-inverse .navbar-nav .open .topbar .switcher_bar .context-selection .context-lists ul li > a,
       
  4508           .topbar .switcher_bar .context-selection .context-lists ul li .navbar-inverse .navbar-nav .open > a {
       
  4509             color: #fff;   }
       
  4510             .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
       
  4511             .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
       
  4512             .navbar-inverse .navbar-nav .open .topbar .switcher_bar .context-selection .context-lists ul li > a:focus,
       
  4513             .topbar .switcher_bar .context-selection .context-lists ul li .navbar-inverse .navbar-nav .open > a:focus,
       
  4514             .navbar-inverse .navbar-nav .open .topbar .switcher_bar .context-selection .context-lists ul li > a:hover,
       
  4515             .topbar .switcher_bar .context-selection .context-lists ul li .navbar-inverse .navbar-nav .open > a:hover {
       
  4516               color: #fff;
       
  4517               background-color: #022f5a;   }
       
  4518       .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
       
  4519       .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
       
  4520       .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
       
  4521         color: #fff;
       
  4522         background-color: #022f5a;   }
       
  4523       .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
       
  4524       .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
       
  4525       .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
       
  4526         color: #ccc;
       
  4527         background-color: transparent;   }
       
  4528 }
       
  4529   .navbar-inverse .navbar-link {
       
  4530     color: #fff; }
       
  4531     .navbar-inverse .navbar-link:hover {
       
  4532       color: #fff; }
       
  4533   .navbar-inverse .btn-link {
       
  4534     color: #fff; }
       
  4535     .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
       
  4536       color: #fff; }
       
  4537       .navbar-inverse .btn-link[disabled]:hover,
       
  4538       .navbar-inverse .btn-link[disabled]:focus,
       
  4539       fieldset[disabled] .navbar-inverse .btn-link:hover,
       
  4540       fieldset[disabled] .navbar-inverse .btn-link:focus {
       
  4541         color: #ccc; }
       
  4542 .btn-xs .badge, .btn-group-xs .btn .badge {
       
  4543   top: 0;
       
  4544   padding: 1px 5px; }
       
  4545 
       
  4546 .badge {
       
  4547   display: inline-block;
       
  4548   min-width: 10px;
       
  4549   padding: 3px 7px;
       
  4550   font-size: 12px;
       
  4551   font-weight: bold;
       
  4552   color: #fff;
       
  4553   line-height: 1;
       
  4554   vertical-align: baseline;
       
  4555   white-space: nowrap;
       
  4556   text-align: center;
       
  4557   background-color: #0074cd;
       
  4558   border-radius: 10px; }
       
  4559   .badge:empty {
       
  4560     display: none; }
       
  4561     .btn .badge {
       
  4562       position: relative;
       
  4563       top: -1px; }
       
  4564       a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
       
  4565         color: #145c9e;
       
  4566         background-color: #fff; }
       
  4567         .nav-pills > li > a > .badge {
       
  4568           margin-left: 3px; }
       
  4569 
       
  4570 a.badge:hover, a.badge:focus {
       
  4571   color: #fff;
       
  4572   text-decoration: none;
       
  4573   cursor: pointer; }
       
  4574 div.table_cell_wrapper .inline-edit-actions button.btn-xs,
       
  4575 div.table_cell_wrapper .inline-edit-actions .btn-group-xs button.btn,
       
  4576 .btn-group-xs div.table_cell_wrapper .inline-edit-actions button.btn {
       
  4577   margin: 1px; }
       
  4578   div.table_cell_wrapper .inline-edit-actions button.btn-xs:not(:first-child),
       
  4579   div.table_cell_wrapper .inline-edit-actions .btn-group-xs button:not(:first-child).btn,
       
  4580   .btn-group-xs div.table_cell_wrapper .inline-edit-actions button:not(:first-child).btn {
       
  4581     margin-top: 0; }
       
  4582 
       
  4583 td.inline_edit_available div.table_cell_wrapper .table_cell_action button.ajax-inline-edit {
       
  4584   padding: 9px 12px 9px 12px;
       
  4585   position: relative;
       
  4586   border-radius: 0px;
       
  4587   position: relative;
       
  4588   display: block;
       
  4589   background: none;
       
  4590   border: 0 none; }
       
  4591   td.inline_edit_available div.table_cell_wrapper .table_cell_action button.ajax-inline-edit:before {
       
  4592     display: inline-block;
       
  4593     content: "";
       
  4594     width: 18px;
       
  4595     height: 20px;
       
  4596     margin-top: 0px;
       
  4597     *margin-right: 0.3em;
       
  4598     line-height: 14px;
       
  4599     background-image: url('/horizon/static/dashboard/scss/None');
       
  4600     background-position: 0 -72px;
       
  4601     background-repeat: no-repeat;
       
  4602     position: absolute;
       
  4603     top: 2px;
       
  4604     left: 4px; }
       
  4605 
       
  4606 td.has-form {
       
  4607   padding: 0 !important; }
       
  4608 
       
  4609   div.table_cell_wrapper {
       
  4610     position: relative; }
       
  4611     div.table_cell_wrapper .table_cell_data_wrapper {
       
  4612       padding-right: 35px;
       
  4613       min-height: 15px; }
       
  4614       div.table_cell_wrapper .inline-edit-label {
       
  4615         display: inline; }
       
  4616         div.table_cell_wrapper .inline-edit-form {
       
  4617           float: left;
       
  4618           padding: 1px;
       
  4619           padding-right: 30px;
       
  4620           width: 100%; }
       
  4621           div.table_cell_wrapper .inline-edit-form input,
       
  4622           div.table_cell_wrapper .inline-edit-form textarea {
       
  4623             width: 100%;
       
  4624             height: 45px;
       
  4625             border: 2px inset;
       
  4626             border-color: lightgray;
       
  4627             background: oldlace; }
       
  4628             div.table_cell_wrapper .inline-edit-form input[type='checkbox'] {
       
  4629               width: auto;
       
  4630               height: auto;
       
  4631               margin-left: 5%;
       
  4632               margin-top: 10%; }
       
  4633               div.table_cell_wrapper .inline-edit-form label {
       
  4634                 vertical-align: text-bottom; }
       
  4635                 div.table_cell_wrapper .inline-edit-form textarea {
       
  4636                   resize: vertical;
       
  4637                   padding: 6px; }
       
  4638     div.table_cell_wrapper .inline-edit-actions {
       
  4639       float: right;
       
  4640       width: 0; }
       
  4641       div.table_cell_wrapper .table_cell_action {
       
  4642         float: right;
       
  4643         width: 28px;
       
  4644         margin: 0; }
       
  4645         div.table_cell_wrapper .table_cell_action button.ajax-inline-edit {
       
  4646           padding: 10px;
       
  4647           position: relative;
       
  4648           display: none;
       
  4649           background: none;
       
  4650           border: 0 none; }
       
  4651     div.table_cell_wrapper .table_cell_action {
       
  4652       width: auto;
       
  4653       margin: auto 0px 0px 0px;
       
  4654       display: none;
       
  4655       position: absolute;
       
  4656       top: -10px;
       
  4657       right: 0px;
       
  4658       z-index: 99; }
       
  4659       div.table_cell_wrapper .inline-edit-error .error {
       
  4660         padding: 9px 12px 9px 12px;
       
  4661         position: relative;
       
  4662         border-radius: 0px;
       
  4663         position: absolute;
       
  4664         width: 18px;
       
  4665         height: 20px;
       
  4666         top: 20px;
       
  4667         left: 2px;
       
  4668         padding: 0; }
       
  4669         div.table_cell_wrapper .inline-edit-error .error:before {
       
  4670           display: inline-block;
       
  4671           content: "";
       
  4672           width: 20px;
       
  4673           height: 20px;
       
  4674           margin-top: 0px;
       
  4675           *margin-right: 0.3em;
       
  4676           line-height: 14px;
       
  4677           background-image: url('/horizon/static/dashboard/scss/None');
       
  4678           background-position: -144px -120px;
       
  4679           background-repeat: no-repeat;
       
  4680           position: absolute;
       
  4681           top: 0px;
       
  4682           left: 0px; }
       
  4683     div.table_cell_wrapper .inline-edit-status .success {
       
  4684       padding: 9px 12px 9px 12px;
       
  4685       position: relative;
       
  4686       border-radius: 0px;
       
  4687       padding: 0;
       
  4688       position: absolute;
       
  4689       top: 2px;
       
  4690       right: 18px;
       
  4691       width: 18px;
       
  4692       height: 20px;
       
  4693       z-index: 100; }
       
  4694       div.table_cell_wrapper .inline-edit-status .success:before {
       
  4695         display: inline-block;
       
  4696         content: "";
       
  4697         width: 20px;
       
  4698         height: 20px;
       
  4699         margin-top: 0px;
       
  4700         *margin-right: 0.3em;
       
  4701         line-height: 14px;
       
  4702         background-image: url('/horizon/static/dashboard/scss/None');
       
  4703         background-position: -288px 0px;
       
  4704         background-repeat: no-repeat;
       
  4705         position: absolute;
       
  4706         top: 0px;
       
  4707         left: 0px; }
       
  4708     div.table_cell_wrapper .inline-edit-status .loading {
       
  4709       padding: 9px 12px 9px 12px;
       
  4710       position: relative;
       
  4711       border-radius: 0px;
       
  4712       padding: 0;
       
  4713       position: absolute;
       
  4714       top: 0px;
       
  4715       right: 24px;
       
  4716       width: 18px;
       
  4717       height: 20px;
       
  4718       z-index: 100; }
       
  4719       div.table_cell_wrapper .inline-edit-status .loading:before {
       
  4720         display: inline-block;
       
  4721         content: "";
       
  4722         width: 20px;
       
  4723         height: 20px;
       
  4724         margin-top: 0px;
       
  4725         *margin-right: 0.3em;
       
  4726         line-height: 14px;
       
  4727         background-image: url('/horizon/static/dashboard/img/spinner.gif?205a75e19a4e');
       
  4728         background-position: 0px 0px;
       
  4729         background-repeat: no-repeat;
       
  4730         position: absolute;
       
  4731         top: 0px;
       
  4732         left: 0px; }
       
  4733     div.table_cell_wrapper .inline-edit-status.inline-edit-mod .loading {
       
  4734       top: 15px;
       
  4735       right: 34px; }
       
  4736 .nav {
       
  4737   margin-bottom: 0;
       
  4738   padding-left: 0;
       
  4739   list-style: none; }
       
  4740   .nav > li {
       
  4741     position: relative;
       
  4742     display: block; }
       
  4743     .nav > li > a {
       
  4744       position: relative;
       
  4745       display: block;
       
  4746       padding: 10px 15px; }
       
  4747       .nav > li > a:hover, .nav > li > a:focus {
       
  4748         text-decoration: none;
       
  4749         background-color: #eee; }
       
  4750     .nav > li.disabled > a {
       
  4751       color: #999; }
       
  4752       .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
       
  4753         color: #999;
       
  4754         text-decoration: none;
       
  4755         background-color: transparent;
       
  4756         cursor: not-allowed; }
       
  4757   .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
       
  4758     background-color: #eee;
       
  4759     border-color: #145c9e; }
       
  4760   .nav .nav-divider {
       
  4761     height: 1px;
       
  4762     margin: 9px 0;
       
  4763     overflow: hidden;
       
  4764     background-color: #e5e5e5; }
       
  4765     .nav > li > a > img {
       
  4766       max-width: none; }
       
  4767 
       
  4768 .nav-tabs {
       
  4769   border-bottom: 1px solid #ddd; }
       
  4770   .nav-tabs > li {
       
  4771     height: 33px;
       
  4772     float: left;
       
  4773     margin-bottom: -1px; }
       
  4774     .nav-tabs > li > a {
       
  4775       margin-right: 2px;
       
  4776       line-height: 33px;
       
  4777       border: 1px solid transparent;
       
  4778       padding: 0px 14px; }
       
  4779       .nav-tabs > li > a:hover {
       
  4780         border-color: #eee #eee #ddd;
       
  4781         background-color: #dbdcdf;
       
  4782         height: 32px; }
       
  4783     .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,
       
  4784     .nav-tabs > li.active > a:focus {
       
  4785       border-color: #d5dfe6 #d5dfe6 #fff;
       
  4786       background: url('/horizon/static/dashboard/img/content_tab_bkgd_selected.png?98c2981dc0ac') repeat-x;
       
  4787       color: #005d9d;
       
  4788       height: 33px;
       
  4789       line-height: 33px;
       
  4790       font-weight: bold;
       
  4791       cursor: default; }
       
  4792 
       
  4793 .nav-justified, .nav-tabs.nav-justified {
       
  4794   width: 100%; }
       
  4795   .nav-justified > li, .nav-tabs.nav-justified > li {
       
  4796     float: none; }
       
  4797     .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
       
  4798       text-align: center;
       
  4799       margin-bottom: 5px; }
       
  4800   .nav-justified > .dropdown .dropdown-menu,
       
  4801   .nav-tabs.nav-justified > .dropdown .dropdown-menu {
       
  4802     top: auto;
       
  4803     left: auto; }
       
  4804     @media (min-width: 768px) {
       
  4805       .nav-justified > li, .nav-tabs.nav-justified > li {
       
  4806         display: table-cell;
       
  4807         width: 1%;   }
       
  4808         .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
       
  4809           margin-bottom: 0;   }
       
  4810 }
       
  4811 
       
  4812 .nav-tabs-justified, .nav-tabs.nav-justified {
       
  4813   border-bottom: 0; }
       
  4814   .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
       
  4815     margin-right: 0;
       
  4816     border-radius: 4px; }
       
  4817     .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover,
       
  4818     .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a,
       
  4819     .nav-tabs.nav-justified > .active > a:hover,
       
  4820     .nav-tabs.nav-justified > .active > a:focus {
       
  4821       border: 1px solid #ddd; }
       
  4822       @media (min-width: 768px) {
       
  4823         .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
       
  4824           border-bottom: 1px solid #ddd;
       
  4825           border-radius: 4px 4px 0 0;   }
       
  4826           .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover,
       
  4827           .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a,
       
  4828           .nav-tabs.nav-justified > .active > a:hover,
       
  4829           .nav-tabs.nav-justified > .active > a:focus {
       
  4830             border-bottom-color: #fff;   }
       
  4831 }
       
  4832 
       
  4833 .nav-pills > li {
       
  4834   float: left; }
       
  4835   .nav-pills > li > a {
       
  4836     border-radius: 4px; }
       
  4837     .nav-pills > li + li {
       
  4838       margin-left: 2px; }
       
  4839       .nav-pills > li.active > a, .nav-pills > li.active > a:hover,
       
  4840       .nav-pills > li.active > a:focus {
       
  4841         color: #fff;
       
  4842         background-color: #0074cd; }
       
  4843 
       
  4844 .nav-stacked > li {
       
  4845   float: none; }
       
  4846   .nav-stacked > li + li {
       
  4847     margin-top: 2px;
       
  4848     margin-left: 0; }
       
  4849 
       
  4850 .tab-content > .tab-pane {
       
  4851   display: none; }
       
  4852   .tab-content > .active {
       
  4853     display: block; }
       
  4854 
       
  4855 .nav-tabs .dropdown-menu {
       
  4856   margin-top: -1px;
       
  4857   border-top-right-radius: 0;
       
  4858   border-top-left-radius: 0; }
       
  4859 .form-inline, .navbar-form, .table_actions {
       
  4860   display: inline; }
       
  4861   .form-inline input, .form-inline button, .form-inline a.btn, .navbar-form input,
       
  4862   .navbar-form button, .navbar-form a.btn, .table_actions input,
       
  4863   .table_actions button, .table_actions a.btn {
       
  4864     margin-left: 5px; }
       
  4865 
       
  4866 .clearfix:after {
       
  4867   visibility: hidden;
       
  4868   display: block;
       
  4869   font-size: 0;
       
  4870   content: " ";
       
  4871   clear: both;
       
  4872   height: 0; }
       
  4873 
       
  4874   * html .clearfix {
       
  4875     zoom: 1; }
       
  4876 
       
  4877     *:first-child + html .clearfix {
       
  4878       zoom: 1; }
       
  4879 
       
  4880       @font-face {
       
  4881         src: url('/horizon/static/dashboard/fonts/Anivers_Regular-webfont.eot?5f61443eb372');
       
  4882         src: url('/horizon/static/dashboard/fonts/Anivers_Regular-webfont.eot?iefix&5f61443eb372') format('eot'),
       
  4883                 url('/horizon/static/dashboard/fonts/Anivers_Regular-webfont.woff?2c3db88030ec') format('woff'),
       
  4884                 url('/horizon/static/dashboard/fonts/Anivers_Regular-webfont.ttf?6a7822aa21cf') format('truetype'),
       
  4885                 url('/horizon/static/dashboard/fonts/Anivers_Regular-webfont.svg?1dbc53d268e6#webfont3JLVF59W') format('svg');
       
  4886         font-weight: normal;
       
  4887         font-style: normal; }
       
  4888 
       
  4889         body {
       
  4890           background: #fff;
       
  4891           color: #000;
       
  4892           min-width: 900px; }
       
  4893 
       
  4894 small {
       
  4895   font-size: 11px; }
       
  4896 
       
  4897   a {
       
  4898     color: #145c93;
       
  4899     text-decoration: none; }
       
  4900 
       
  4901     a:hover, a:focus {
       
  4902       color: #2a6496;
       
  4903       text-decoration: underline; }
       
  4904 
       
  4905       ul {
       
  4906         list-style: none;
       
  4907         margin: 0; }
       
  4908 
       
  4909         .list-bullet {
       
  4910           list-style: disc; }
       
  4911 
       
  4912           .small-padding {
       
  4913             padding-left: 0;
       
  4914             padding-right: 5px;
       
  4915             padding-bottom: 5px; }
       
  4916 
       
  4917             dt {
       
  4918               font-weight: bold; }
       
  4919 
       
  4920               .page-header {
       
  4921                 margin: 0 0 5px 0;
       
  4922                 padding: 10px 0 5px 0;
       
  4923                 border-bottom: 0;
       
  4924                 font-family: Arial;
       
  4925                 height: auto;
       
  4926                 width: 100%; }
       
  4927                 .page-header h1 {
       
  4928                   margin: 0; }
       
  4929 
       
  4930 h2 {
       
  4931   color: #000000;
       
  4932   font-size: 30px;
       
  4933   font-weight: normal; }
       
  4934 
       
  4935   #create_container_form .modal-footer {
       
  4936     margin-top: 190px; }
       
  4937 
       
  4938     .sidebar {
       
  4939       background-color: #ebeced;
       
  4940       margin-left: -235px;
       
  4941       margin-top: -79px;
       
  4942       left: 235px;
       
  4943       width: 235px;
       
  4944       height: 100%;
       
  4945       position: absolute;
       
  4946       border-right: 1px solid #c4ced8;
       
  4947       z-index: -1; }
       
  4948 
       
  4949       .sidebar h4 {
       
  4950         color: #000000;
       
  4951         margin: 0px;
       
  4952         padding: 0px 13px 0px 28px;
       
  4953         border-bottom: 1px solid #c4ced8; }
       
  4954 
       
  4955         .sidebar .nav-tabs {
       
  4956           margin-top: -34px; }
       
  4957 
       
  4958           .sidebar .nav-tabs li.active a {
       
  4959             background-color: #fff; }
       
  4960 
       
  4961             a.current_item {
       
  4962               width: 163px;
       
  4963               float: left; }
       
  4964 
       
  4965               a.current_item:hover {
       
  4966                 text-decoration: none; }
       
  4967 
       
  4968                 a.current_item:hover h3, a.current_item:hover h4 {
       
  4969                   color: #145c9e;
       
  4970                   border-radius: 4px; }
       
  4971 
       
  4972                   #usage {
       
  4973                     margin-bottom: 25px;
       
  4974                     height: 125px; }
       
  4975 
       
  4976                     .usage_block {
       
  4977                       background: #e8f8ff;
       
  4978                       color: #84b6c5;
       
  4979                       border: 1px solid #afe3fb;
       
  4980                       border-radius: 5px;
       
  4981                       float: left;
       
  4982                       width: 29%;
       
  4983                       margin-right: 5%;
       
  4984                       min-height: 125px; }
       
  4985 
       
  4986                       .usage_block.last {
       
  4987                         margin-right: 0; }
       
  4988 
       
  4989                         .usage_block h3 {
       
  4990                           background: #cef0ff;
       
  4991                           color: #4fa5bf;
       
  4992                           font-weight: normal;
       
  4993                           padding: 0 0 0 10px;
       
  4994                           border-bottom: 1px solid #c6e7f5;
       
  4995                           border-top-left-radius: 5px;
       
  4996                           border-top-right-radius: 5px; }
       
  4997 
       
  4998                           .usage_block ul {
       
  4999                             margin: 10px; }
       
  5000 
       
  5001                             .usage_block .quantity {
       
  5002                               font-size: 25px; }
       
  5003 
       
  5004                               .usage_block li {
       
  5005                                 font-size: 11px;
       
  5006                                 margin: 0 0 15px 0; }
       
  5007 
       
  5008                                 .usage_block .unit {
       
  5009                                   font-size: 11px;
       
  5010                                   text-transform: uppercase;
       
  5011                                   padding: 0 0 0 1px; }
       
  5012 
       
  5013                                   .table_wrapper > form.wait, .table_wrapper > form.wait * {
       
  5014                                     cursor: wait !important; }
       
  5015 
       
  5016                                     .table-bordered {
       
  5017                                       border: none; }
       
  5018 
       
  5019                                       .table_header {
       
  5020                                         min-height: 35px;
       
  5021                                         padding: 5px 0; }
       
  5022 
       
  5023                                         .table_caption th {
       
  5024                                           background-color: transparent;
       
  5025                                           border: none; }
       
  5026 
       
  5027                                           .table-bordered th.table_header {
       
  5028                                             border: none;
       
  5029                                             padding: 8px 0px; }
       
  5030 
       
  5031                                             .table-bordered tr.table_caption + tr th {
       
  5032                                               border-top: 1px solid #d5dfe6; }
       
  5033 
       
  5034                                               .table-bordered tr.table_caption + tr th:first-child,
       
  5035                                               .table-bordered tr.table_caption + tr th.hide + th {
       
  5036                                                 border-left: 1px solid #d5dfe6; }
       
  5037 
       
  5038                                                 .table-bordered tr.table_caption + tr th:last-child {
       
  5039                                                   border-right: 1px solid #d5dfe6; }
       
  5040 
       
  5041                                                   .table-bordered tbody tr td:first-child, .table-bordered tfoot tr td:first-child {
       
  5042                                                     border-left: 1px solid #d5dfe6; }
       
  5043 
       
  5044                                                     .table-bordered tbody tr td:last-child, .table-bordered tfoot tr td:last-child {
       
  5045                                                       border-right: 1px solid #d5dfe6; }
       
  5046 
       
  5047                                                       .table-bordered tfoot tr td:first-child {
       
  5048                                                         border-bottom: 1px solid #d5dfe6; }
       
  5049 
       
  5050                                                         .table-bordered tfoot tr td:last-child {
       
  5051                                                           border-bottom: 1px solid #d5dfe6; }
       
  5052 
       
  5053                                                           .table_title h3, .table_header h3 {
       
  5054                                                             font-weight: normal;
       
  5055                                                             font-size: 24px;
       
  5056                                                             margin: 0 0 5px 0;
       
  5057                                                             float: left; }
       
  5058 
       
  5059                                                             .table th.header {
       
  5060                                                               cursor: pointer; }
       
  5061 
       
  5062                                                               .table th.header:hover {
       
  5063                                                                 background-color: #e8e8e8;
       
  5064                                                                 text-decoration: underline; }
       
  5065 
       
  5066                                                                 .table tbody td.anchor a {
       
  5067                                                                   display: block; }
       
  5068 
       
  5069                                                                   .table tr.table_caption th.header:hover {
       
  5070                                                                     background-color: transparent;
       
  5071                                                                     cursor: default; }
       
  5072 
       
  5073                                                                     .table th.headerSortUp:hover, .table th.headerSortDown:hover {
       
  5074                                                                       background-color: #dfdfdf; }
       
  5075 
       
  5076                                                                       .table th.headerSortUp, .table th.headerSortDown {
       
  5077                                                                         background-color: #f2f4f7;
       
  5078                                                                         background-repeat: no-repeat; }
       
  5079 
       
  5080                                                                         .table th.headerSortDown {
       
  5081                                                                           background-image: url('/horizon/static/dashboard/img/drop_arrow.png?493996e1b30a'); }
       
  5082 
       
  5083                                                                           .table th.headerSortUp {
       
  5084                                                                             background-image: url('/horizon/static/dashboard/img/up_arrow.png?049fea208e16'); }
       
  5085 
       
  5086                                                                             .table tr.summation td:first-child, .table tr.summation td:last-child {
       
  5087                                                                               border-radius: 0;
       
  5088                                                                               border-bottom: 0 none; }
       
  5089 
       
  5090                                                                               .table li {
       
  5091                                                                                 list-style-position: inside; }
       
  5092 
       
  5093                                                                                 th {
       
  5094                                                                                   background: #f2f4f7; }
       
  5095 
       
  5096                                                                                   td.anchor {
       
  5097                                                                                     padding: 0; }
       
  5098 
       
  5099                                                                                     .main_nav {
       
  5100                                                                                       list-style: none;
       
  5101                                                                                       width: 222px;
       
  5102                                                                                       margin: 10px 0 20px 0; }
       
  5103 
       
  5104                                                                                       .main_nav a {
       
  5105                                                                                         color: #999;
       
  5106                                                                                         width: 185px;
       
  5107                                                                                         padding: 10px;
       
  5108                                                                                         display: block;
       
  5109                                                                                         margin-left: 20px; }
       
  5110 
       
  5111                                                                                         .main_nav a.active {
       
  5112                                                                                           background: #fff;
       
  5113                                                                                           border: 2px solid #d8d8d8;
       
  5114                                                                                           border-right: 0;
       
  5115                                                                                           border-bottom-color: #ccc; }
       
  5116 
       
  5117                                                                                           table form {
       
  5118                                                                                             margin-bottom: 0;
       
  5119                                                                                             width: 1px; }
       
  5120 
       
  5121                                                                                             .messages {
       
  5122                                                                                               position: fixed;
       
  5123                                                                                               z-index: 9999;
       
  5124                                                                                               top: 20px;
       
  5125                                                                                               right: 20px;
       
  5126                                                                                               width: 300px; }
       
  5127                                                                                               .messages .alert {
       
  5128                                                                                                 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
       
  5129                                                                                                 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); }
       
  5130                                                                                                 .messages .alert.alert-danger, .messages .alert.javascript_disabled_alert {
       
  5131                                                                                                   border-width: 1px;
       
  5132                                                                                                   border-style: solid;
       
  5133                                                                                                   border-color: #b1191e; }
       
  5134                                                                                                   .messages .alert.alert-success {
       
  5135                                                                                                     border-width: 1px;
       
  5136                                                                                                     border-style: solid;
       
  5137                                                                                                     border-color: #ccdbe6; }
       
  5138 
       
  5139 .alert .alert-actions {
       
  5140   margin-top: -23px;
       
  5141   margin-right: -23px; }
       
  5142 
       
  5143   .modal > form, .login > form, .alert-actions > form {
       
  5144     margin-bottom: 0; }
       
  5145 
       
  5146     .alert p {
       
  5147       overflow: hidden;
       
  5148       word-wrap: break-word; }
       
  5149 
       
  5150       .alert p:last-child {
       
  5151         margin-bottom: 0; }
       
  5152 
       
  5153         #actions.single {
       
  5154           width: 90px; }
       
  5155 
       
  5156           .table-striped tr td {
       
  5157             transition: background 0.2s;
       
  5158             -webkit-transition: background 0.2s;
       
  5159             -moz-transition: background 0.2s;
       
  5160             -o-transition: background 0.2s; }
       
  5161 
       
  5162             .inspect {
       
  5163               float: left;
       
  5164               display: block;
       
  5165               margin-top: 5px;
       
  5166               margin-right: 25px; }
       
  5167 
       
  5168               .table {
       
  5169                 margin-bottom: 25px; }
       
  5170                 .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th,
       
  5171                 .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
       
  5172                   vertical-align: middle; }
       
  5173 
       
  5174 .table tr td {
       
  5175   vertical-align: middle; }
       
  5176 
       
  5177   .table tr.empty td {
       
  5178     text-align: center; }
       
  5179 
       
  5180     .table tfoot tr td {
       
  5181       border-top: 1px solid #eeeeee;
       
  5182       background-color: #f2f4f7;
       
  5183       font-size: 11px;
       
  5184       line-height: 14px; }
       
  5185 
       
  5186       .table_actions {
       
  5187         float: right;
       
  5188         min-width: 400px;
       
  5189         margin-right: 5px; }
       
  5190 
       
  5191         .table_actions .table_search, .table_actions .table_filter {
       
  5192           display: inline-flex;
       
  5193           display: -ms-inline-flexbox;
       
  5194           -ms-flex-direction: row;
       
  5195           display: -webkit-inline-flex;
       
  5196           display: -moz-inline-flex; }
       
  5197 
       
  5198           .table_search input[type="text"] {
       
  5199             padding-right: 26px; }
       
  5200             .table_search select {
       
  5201               width: auto; }
       
  5202 
       
  5203 .table_actions .table_actions_menu {
       
  5204   display: inline-block;
       
  5205   position: relative;
       
  5206   margin-left: 5px; }
       
  5207   .table_actions .table_actions_menu .dropdown-menu {
       
  5208     left: auto;
       
  5209     right: 0; }
       
  5210     .table_actions .table_actions_menu .dropdown-menu a,
       
  5211     .table_actions .table_actions_menu .dropdown-menu button {
       
  5212       margin-left: 0px;
       
  5213       padding-left: 22px; }
       
  5214       .table_actions .table_actions_menu .dropdown-menu a .fa,
       
  5215       .table_actions .table_actions_menu .dropdown-menu button .fa {
       
  5216         margin-left: -14px; }
       
  5217 
       
  5218 td.no-transition {
       
  5219   -webkit-transition: none !important;
       
  5220   -moz-transition: none !important;
       
  5221   -o-transition: none !important;
       
  5222   -ms-transition: none !important;
       
  5223   transition: none !important; }
       
  5224 
       
  5225   td.success {
       
  5226     background-color: #dff0d8 !important; }
       
  5227 
       
  5228     td.loading {
       
  5229       background-color: #e6e6e6 !important; }
       
  5230 
       
  5231       .table_header .table_actions {
       
  5232         display: inline-flex;
       
  5233         display: -ms-inline-flexbox;
       
  5234         -ms-flex-direction: row;
       
  5235         display: -webkit-inline-flex;
       
  5236         display: -moz-inline-flex;
       
  5237         min-width: 0; }
       
  5238 
       
  5239         .table_header .table_actions a, .table_header .table_actions > button,
       
  5240         .table_header .table_actions .table_search button {
       
  5241           display: inline-block;
       
  5242           float: none;
       
  5243           max-height: 32px;
       
  5244           font-weight: 600; }
       
  5245 
       
  5246           .table_header .table_actions a:hover {
       
  5247             background: -webkit-linear-gradient(#f8f9fa, #f1f4f5);
       
  5248             background: -o-linear-gradient(#f8f9fa, #f1f4f5);
       
  5249             background: -moz-linear-gradient(#f8f9fa, #f1f4f5);
       
  5250             background: linear-gradient(#f8f9fa, #f1f4f5); }
       
  5251 
       
  5252             .table_header .table_actions .table_search select {
       
  5253               margin: 0px 5px;
       
  5254               line-height: 22px;
       
  5255               height: 32px; }
       
  5256 
       
  5257               .table_header .table_filter {
       
  5258                 vertical-align: bottom;
       
  5259                 margin-right: 20px; }
       
  5260 
       
  5261                 .table_header .table_filter i {
       
  5262                   vertical-align: middle; }
       
  5263 
       
  5264                   .table_actions form {
       
  5265                     float: right;
       
  5266                     margin-left: 10px; }
       
  5267 
       
  5268                     .hidden {
       
  5269                       display: none; }
       
  5270 
       
  5271                       .table-striped.datatable tbody td {
       
  5272                         background-clip: padding-box; }
       
  5273                         .table-striped.datatable tbody tr.odd td {
       
  5274                           background-color: #fff; }
       
  5275                           .table-striped.datatable tbody tr.even td {
       
  5276                             background-color: #f9f9f9; }
       
  5277                             .table-striped.datatable tbody tr.odd:hover td,
       
  5278                             .table-striped.datatable tbody tr.even:hover td,
       
  5279                             .table-striped.datatable tbody tr:hover th {
       
  5280                               background-color: #f5f5f5; }
       
  5281 
       
  5282 .table-striped tbody tr.status_unknown:nth-child(odd) td {
       
  5283   background-color: #ffffb5; }
       
  5284 
       
  5285   .table-striped tbody tr.status_unknown:nth-child(even) td {
       
  5286     background-color: #ffffc6; }
       
  5287 
       
  5288     .nowrap-col {
       
  5289       white-space: nowrap; }
       
  5290 
       
  5291       .overview {
       
  5292         font-size: 24px; }
       
  5293 
       
  5294         #monitoring {
       
  5295           background: #fff;
       
  5296           font-size: 14px;
       
  5297           height: 20px;
       
  5298           margin: -18px 0 25px;
       
  5299           padding: 10px;
       
  5300           border: 1px solid #dddddd; }
       
  5301 
       
  5302           #monitoring h3 {
       
  5303             font-size: 14px;
       
  5304             font-weight: normal;
       
  5305             float: left;
       
  5306             line-height: 18px; }
       
  5307 
       
  5308             #external_links, #external_links li {
       
  5309               float: left; }
       
  5310 
       
  5311               #external_links li {
       
  5312                 margin: 0 0 0 15px; }
       
  5313 
       
  5314                 .datatable th.narrow {
       
  5315                   width: 1em; }
       
  5316                   .datatable input {
       
  5317                     padding: 2px 5px;
       
  5318                     margin: 0;
       
  5319                     height: 32px; }
       
  5320                     .datatable th span.required:after {
       
  5321                       content: "*";
       
  5322                       font-weight: bold;
       
  5323                       line-height: 0;
       
  5324                       padding-left: 4px;
       
  5325                       color: #0074cd; }
       
  5326                       .datatable .normal_column ul {
       
  5327                         padding-left: 0; }
       
  5328 
       
  5329 .datepicker {
       
  5330   z-index: 1060 !important; }
       
  5331 
       
  5332   .form-control[readonly], .view-credentials input, .datepicker input[readonly] {
       
  5333     cursor: text; }
       
  5334 
       
  5335     form label {
       
  5336       text-align: left;
       
  5337       color: #555;
       
  5338       font-weight: bold;
       
  5339       display: inline-block; }
       
  5340 
       
  5341       .login.modal .modal-dialog {
       
  5342         width: 390px; }
       
  5343 
       
  5344         .modal.fullscreen .modal-dialog {
       
  5345           width: 90%;
       
  5346           margin: auto;
       
  5347           left: 5%; }
       
  5348 
       
  5349           .modal.loading .modal-dialog {
       
  5350             width: 170px; }
       
  5351             .modal.loading .modal-dialog .modal-body {
       
  5352               height: 170px; }
       
  5353 
       
  5354 .modal.loading p {
       
  5355   text-align: center;
       
  5356   position: absolute;
       
  5357   bottom: 0;
       
  5358   width: 150px; }
       
  5359 
       
  5360   .modal-body {
       
  5361     overflow-y: visible;
       
  5362     max-height: none; }
       
  5363 
       
  5364     .modal-body table {
       
  5365       margin-bottom: 30px; }
       
  5366 
       
  5367       .modal-body ~ hr {
       
  5368         margin-bottom: 0; }
       
  5369 
       
  5370         .static_page {
       
  5371           float: left;
       
  5372           background-color: #fff; }
       
  5373           .static_page > form {
       
  5374             margin-bottom: 0; }
       
  5375 
       
  5376 .clear {
       
  5377   clear: both;
       
  5378   width: 0;
       
  5379   height: 0;
       
  5380   padding: 0;
       
  5381   margin: 0; }
       
  5382 
       
  5383   .modal {
       
  5384     top: 0 !important; }
       
  5385 
       
  5386     .modal-footer input {
       
  5387       width: auto; }
       
  5388       .modal-footer .footer-row {
       
  5389         margin-right: 0px;
       
  5390         margin-left: 0px; }
       
  5391         .modal-footer a.close {
       
  5392           margin-top: 0;
       
  5393           margin-right: 5px;
       
  5394           font-size: 13px;
       
  5395           line-height: 1.42857;
       
  5396           color: #666;
       
  5397           font-weight: normal;
       
  5398           filter: alpha(opacity=100);
       
  5399           -khtml-opacity: 1;
       
  5400           -moz-opacity: 1;
       
  5401           opacity: 1; }
       
  5402           .modal-footer a.close:hover {
       
  5403             color: #333;
       
  5404             text-decoration: underline; }
       
  5405 
       
  5406 .modal-body .modal-footer {
       
  5407   width: 670px;
       
  5408   margin-left: -25px;
       
  5409   margin-right: -15px;
       
  5410   background-color: #f5f5f5; }
       
  5411 
       
  5412   .modal-body .help-block {
       
  5413     text-align: left;
       
  5414     float: left;
       
  5415     width: 100%;
       
  5416     margin-bottom: 10px; }
       
  5417 
       
  5418     #create_keypair_modal .clearfix {
       
  5419       margin-bottom: 115px; }
       
  5420 
       
  5421       #actions {
       
  5422         width: 90px; }
       
  5423 
       
  5424         #actions .btn {
       
  5425           margin-bottom: 5px; }
       
  5426 
       
  5427           #actions a.btn {
       
  5428             width: 70px; }
       
  5429 
       
  5430             #actions input.btn {
       
  5431               text-align: left; }
       
  5432 
       
  5433               #images #actions {
       
  5434                 width: 100px; }
       
  5435 
       
  5436                 .details-modal .modal-body {
       
  5437                   padding-bottom: 20px; }
       
  5438 
       
  5439                   td.select {
       
  5440                     width: 10px; }
       
  5441 
       
  5442                     .actions_column {
       
  5443                       white-space: nowrap;
       
  5444                       padding: 10px;
       
  5445                       position: relative;
       
  5446                       width: 1em;
       
  5447                       background-clip: padding-box; }
       
  5448 
       
  5449                       form.actions_column {
       
  5450                         width: auto;
       
  5451                         font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
       
  5452 
       
  5453                         .actions_column .btn-group {
       
  5454                           display: inline-flex;
       
  5455                           display: -ms-inline-flexbox;
       
  5456                           -ms-flex-direction: row;
       
  5457                           display: -webkit-inline-flex;
       
  5458                           display: -moz-inline-flex; }
       
  5459 
       
  5460                           .actions_column .row_actions a, .actions_column .row_actions input,
       
  5461                           .actions_column .row_actions button, div.table_actions_menu .dropdown-menu a,
       
  5462                           div.table_actions_menu .dropdown-menu input,
       
  5463                           div.table_actions_menu .dropdown-menu button {
       
  5464                             background: none;
       
  5465                             float: none;
       
  5466                             display: block;
       
  5467                             padding: 0px 10px;
       
  5468                             line-height: 28px;
       
  5469                             color: #000;
       
  5470                             text-align: left;
       
  5471                             border-radius: 0;
       
  5472                             border: 0 none;
       
  5473                             -webkit-box-shadow: none;
       
  5474                             box-shadow: none; }
       
  5475 
       
  5476                             .actions_column .row_actions .hide {
       
  5477                               display: none; }
       
  5478 
       
  5479                               .actions_column .btn-action-required {
       
  5480                                 font-weight: bold; }
       
  5481 
       
  5482                                 .tab-content {
       
  5483                                   overflow: visible; }
       
  5484 
       
  5485                                   .btn.hide, .btn-group .hide {
       
  5486                                     display: none; }
       
  5487 
       
  5488                                     .btn-group .dropdown-toggle:focus {
       
  5489                                       outline: none; }
       
  5490 
       
  5491                                       .dropdown-menu button {
       
  5492                                         line-height: 18px;
       
  5493                                         width: 100%; }
       
  5494 
       
  5495                                         .btn-group .dropdown-menu .btn {
       
  5496                                           border-radius: 0; }
       
  5497 
       
  5498                                           .dropdown-menu .btn.btn-danger, .dropdown-menu .btn.btn-danger:hover,
       
  5499                                           .dropdown-menu .btn.btn-success, .dropdown-menu .btn.btn-success:hover,
       
  5500                                           .dropdown-menu .btn.btn-info, .dropdown-menu .btn.btn-info:hover {
       
  5501                                             text-shadow: none; }
       
  5502 
       
  5503                                             .dropdown-menu li:hover {
       
  5504                                               background: none; }
       
  5505 
       
  5506                                               .actions_column .dropdown-menu a:hover,
       
  5507                                               .actions_column .dropdown-menu button:hover,
       
  5508                                               div.table_actions_menu .dropdown-menu a:hover,
       
  5509                                               div.table_actions_menu .dropdown-menu button:hover {
       
  5510                                                 background-color: #eee; }
       
  5511 
       
  5512                                                 .dropdown-menu .btn.btn-danger {
       
  5513                                                   color: #C71C22; }
       
  5514 
       
  5515                                                   .dropdown-menu .btn.btn-danger:hover {
       
  5516                                                     background-color: #eee; }
       
  5517 
       
  5518                                                     tr .actions_column ul.row_actions.single,
       
  5519                                                     tr:hover .actions_column ul.row_actions.single,
       
  5520                                                     .actions_column ul.row_actions.single, .actions_column ul.row_actions.single:hover {
       
  5521                                                       border: none; }
       
  5522 
       
  5523                                                       .actions_column ul.row_actions.single li.action {
       
  5524                                                         display: block; }
       
  5525 
       
  5526                                                         .actions_column ul.row_actions.single li.action:hover {
       
  5527                                                           background-color: transparent; }
       
  5528 
       
  5529                                                           .actions_column ul.row_actions.single a,
       
  5530                                                           .actions_column ul.row_actions.single input,
       
  5531                                                           .actions_column ul.row_actions.single button {
       
  5532                                                             color: #033C73; }
       
  5533 
       
  5534                                                             .actions_column ul.row_actions.single a:hover,
       
  5535                                                             .actions_column ul.row_actions.single input:hover,
       
  5536                                                             .actions_column ul.row_actions.single button:hover {
       
  5537                                                               color: #000; }
       
  5538 
       
  5539                                                               th.multi_select_column, td.multi_select_column {
       
  5540                                                                 width: 41px;
       
  5541                                                                 text-align: center; }
       
  5542 
       
  5543                                                                 .table-fixed {
       
  5544                                                                   table-layout: fixed; }
       
  5545 
       
  5546                                                                   .table input[type="checkbox"] {
       
  5547                                                                     display: inline;
       
  5548                                                                     vertical-align: middle; }
       
  5549 
       
  5550                                                                     div.input input[type="checkbox"] {
       
  5551                                                                       float: left;
       
  5552                                                                       width: 25px; }
       
  5553 
       
  5554                                                                       .table_title a {
       
  5555                                                                         font-size: 11px;
       
  5556                                                                         float: right;
       
  5557                                                                         margin-left: 10px;
       
  5558                                                                         margin-top: 10px; }
       
  5559 
       
  5560                                                                         tr.terminated {
       
  5561                                                                           color: #999999; }
       
  5562 
       
  5563                                                                           #instance_tabs {
       
  5564                                                                             float: left;
       
  5565                                                                             width: 100%;
       
  5566                                                                             border-bottom: 1px solid #e1e1e1; }
       
  5567 
       
  5568                                                                             #instance_tabs li a {
       
  5569                                                                               background: #f2f2f2;
       
  5570                                                                               display: block;
       
  5571                                                                               font-size: 14px;
       
  5572                                                                               float: left;
       
  5573                                                                               padding: 5px 10px;
       
  5574                                                                               margin-right: 10px;
       
  5575                                                                               border: 1px solid #e1e1e1;
       
  5576                                                                               border-bottom: none; }
       
  5577 
       
  5578                                                                               #instance_tabs li.active a {
       
  5579                                                                                 background: #fff;
       
  5580                                                                                 padding-bottom: 8px;
       
  5581                                                                                 margin-bottom: -5px; }
       
  5582 
       
  5583                                                                                 #main_content .nav-tabs {
       
  5584                                                                                   border-bottom: 1px solid #d5dfe6;
       
  5585                                                                                   border-top: none; }
       
  5586                                                                                   #main_content .nav-tabs > li {
       
  5587                                                                                     height: 33px;
       
  5588                                                                                     margin-bottom: -1px;
       
  5589                                                                                     margin-top: 0; }
       
  5590                                                                                     #main_content .nav-tabs > li > a {
       
  5591                                                                                       margin-right: 0;
       
  5592                                                                                       border-radius: 0;
       
  5593                                                                                       line-height: 33px;
       
  5594                                                                                       padding: 0px 14px; }
       
  5595                                                                                       #main_content .nav-tabs > li > a:hover {
       
  5596                                                                                         border-color: #eee #eee #ddd; }
       
  5597                                                                                     #main_content .nav-tabs > li.active > a,
       
  5598                                                                                     #main_content .nav-tabs > li.active > a:hover,
       
  5599                                                                                     #main_content .nav-tabs > li.active > a:focus {
       
  5600                                                                                       border-color: #ddd #ddd #fff;
       
  5601                                                                                       background: url('/horizon/static/dashboard/img/content_tab_bkgd_selected.png?98c2981dc0ac') repeat-x;
       
  5602                                                                                       font-weight: bold;
       
  5603                                                                                       color: #005d9d;
       
  5604                                                                                       height: 33px;
       
  5605                                                                                       line-height: 33px; }
       
  5606                                                                                 #main_content .tab-content {
       
  5607                                                                                   padding: 20px;
       
  5608                                                                                   border: 1px solid #d5dfe6;
       
  5609                                                                                   border-top: none; }
       
  5610                                                                                   #main_content .workflow .modal-body {
       
  5611                                                                                     padding-left: 0;
       
  5612                                                                                     padding-right: 0; }
       
  5613                                                                                     #main_content .workflow .modal-body .tab-content {
       
  5614                                                                                       border-left: 0 none;
       
  5615                                                                                       border-right: 0 none;
       
  5616                                                                                       border-bottom: 0 none;
       
  5617                                                                                       padding-top: 10px; }
       
  5618 
       
  5619 .javascript_disabled_alert {
       
  5620   border-bottom-style: solid;
       
  5621   border-bottom-width: 1px;
       
  5622   padding: 8px;
       
  5623   text-align: center; }
       
  5624 
       
  5625   #content_body {
       
  5626     position: absolute;
       
  5627     left: 255px;
       
  5628     right: 20px; }
       
  5629 
       
  5630     .tab_wrapper {
       
  5631       padding-top: 50px; }
       
  5632 
       
  5633       .tooltip {
       
  5634         z-index: 12000; }
       
  5635 
       
  5636         .volume_boot_disclosure {
       
  5637           font-weight: bold;
       
  5638           color: #555;
       
  5639           cursor: pointer;
       
  5640           background-image: url('/horizon/static/dashboard/img/right_droparrow.png?465e78b6ebf2');
       
  5641           background-repeat: no-repeat;
       
  5642           background-position: 130px center; }
       
  5643 
       
  5644           .volume_boot_disclosure.on {
       
  5645             width: 334px;
       
  5646             margin-bottom: 10px;
       
  5647             border-bottom: solid 1px #dddddd;
       
  5648             background-image: url('/horizon/static/dashboard/img/drop_arrow.png?493996e1b30a'); }
       
  5649 
       
  5650             .nav-tabs a {
       
  5651               cursor: pointer; }
       
  5652 
       
  5653               .nav-tabs li.error a {
       
  5654                 color: #C71C22; }
       
  5655 
       
  5656                 .nav-tabs li.error a:after {
       
  5657                   content: "*"; }
       
  5658 
       
  5659                   .nav-tabs li.required a:after, form .form-group.required > label:after,
       
  5660                   form .form-field.required > label:after {
       
  5661                     content: "*";
       
  5662                     font-weight: bold;
       
  5663                     line-height: 0;
       
  5664                     padding-left: 4px; }
       
  5665 
       
  5666                     #region_selector {
       
  5667                       position: absolute;
       
  5668                       z-index: 9999;
       
  5669                       right: 0;
       
  5670                       top: 24px; }
       
  5671 
       
  5672                       #region_selector a {
       
  5673                         margin-left: 0; }
       
  5674 
       
  5675                         #region_selector ul {
       
  5676                           float: left;
       
  5677                           margin-left: 5px;
       
  5678                           padding-right: 21px;
       
  5679                           width: 125px; }
       
  5680 
       
  5681                           #region_selector ul:hover a {
       
  5682                             display: block; }
       
  5683 
       
  5684                             #region_selector li a {
       
  5685                               padding: 3px 3px 3px 5px;
       
  5686                               display: none;
       
  5687                               background: #e1e1e1;
       
  5688                               margin-top: -10px; }
       
  5689 
       
  5690                               #region_selector li:first-child p {
       
  5691                                 background: #ededed url('/horizon/static/dashboard/img/drop_arrow.png?493996e1b30a') no-repeat 106px 9px !important;
       
  5692                                 display: block;
       
  5693                                 border: 1px solid #e1e1e1;
       
  5694                                 padding: 5px; }
       
  5695 
       
  5696                                 iframe {
       
  5697                                   border: none; }
       
  5698 
       
  5699                                   .item_detail ul li label {
       
  5700                                     color: #000;
       
  5701                                     font-weight: bold;
       
  5702                                     display: block;
       
  5703                                     margin-top: 5px; }
       
  5704 
       
  5705                                     .progress_bar {
       
  5706                                       height: 100%;
       
  5707                                       width: 100%;
       
  5708                                       border: 1px solid #cccccc;
       
  5709                                       background-color: #cccccc; }
       
  5710 
       
  5711                                       .progress_bar_fill, .progress_bar_selected {
       
  5712                                         height: 100%;
       
  5713                                         float: left; }
       
  5714 
       
  5715                                         .progress_bar_fill {
       
  5716                                           background-color: #555; }
       
  5717 
       
  5718                                           .progress_bar_selected {
       
  5719                                             background-color: #0074cd;
       
  5720                                             width: 0; }
       
  5721 
       
  5722                                             .progress_bar_over {
       
  5723                                               background-color: #C71C22; }
       
  5724 
       
  5725                                               .d3_quota_bar {
       
  5726                                                 width: 20%;
       
  5727                                                 margin-bottom: 8px;
       
  5728                                                 margin-top: 10px;
       
  5729                                                 float: left;
       
  5730                                                 text-align: center; }
       
  5731 
       
  5732                                                 .quota-dynamic {
       
  5733                                                   overflow: hidden;
       
  5734                                                   margin-bottom: 8px; }
       
  5735 
       
  5736                                                   .quota_title {
       
  5737                                                     color: #cccccc;
       
  5738                                                     padding-bottom: 0;
       
  5739                                                     margin-bottom: 8px; }
       
  5740 
       
  5741                                                     .quota_title strong {
       
  5742                                                       color: #000; }
       
  5743 
       
  5744                                                       .quota_title strong span {
       
  5745                                                         font-weight: normal; }
       
  5746 
       
  5747                                                         .quota_title p {
       
  5748                                                           float: right;
       
  5749                                                           margin-bottom: 0; }
       
  5750 
       
  5751                                                           .quota_bar {
       
  5752                                                             margin: -8px 0 8px; }
       
  5753 
       
  5754                                                             div .flavor_table {
       
  5755                                                               border: 1px solid #dddddd;
       
  5756                                                               width: 100%;
       
  5757                                                               margin-bottom: 14px; }
       
  5758 
       
  5759                                                               .flavor_table .flavor_name {
       
  5760                                                                 white-space: nowrap;
       
  5761                                                                 font-weight: bold;
       
  5762                                                                 text-align: left;
       
  5763                                                                 padding: 7px 12px 7px 7px;
       
  5764                                                                 width: 160px; }
       
  5765 
       
  5766                                                                 .version_label {
       
  5767                                                                   position: relative;
       
  5768                                                                   text-align: right; }
       
  5769 
       
  5770                                                                   .header_rule {
       
  5771                                                                     margin: 0 0 10px; }
       
  5772 
       
  5773                                                                     .item_detail .detail_section {
       
  5774                                                                       margin-bottom: 25px;
       
  5775                                                                       float: left;
       
  5776                                                                       margin-right: 50px; }
       
  5777 
       
  5778                                                                       .has-error .help-block, .dynamic-error {
       
  5779                                                                         padding: 10px; }
       
  5780 
       
  5781                                                                         .dynamic-error {
       
  5782                                                                           background: #fff;
       
  5783                                                                           border: 1px solid #dddddd;
       
  5784                                                                           color: #C71C22;
       
  5785                                                                           margin-bottom: 0.5em; }
       
  5786 
       
  5787                                                                           label.log-length {
       
  5788                                                                             line-height: 28px;
       
  5789                                                                             margin-right: 10px; }
       
  5790 
       
  5791                                                                             .progress-success.bar {
       
  5792                                                                               background-color: #5eb95e;
       
  5793                                                                               background-image: -moz-linear-gradient(top, #62c462, #57a957);
       
  5794                                                                               background-image: -ms-linear-gradient(top, #62c462, #57a957);
       
  5795                                                                               background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
       
  5796                                                                               background-image: -webkit-linear-gradient(top, #62c462, #57a957);
       
  5797                                                                               background-image: -o-linear-gradient(top, #62c462, #57a957);
       
  5798                                                                               background-image: linear-gradient(top, #62c462, #57a957);
       
  5799                                                                               background-repeat: repeat-x;
       
  5800                                                                               filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462',
       
  5801                                                                                                                                                             endColorstr='#57a957', GradientType=0); }
       
  5802 
       
  5803                                                                               .progress_bar_fill.progress-warning.bar {
       
  5804                                                                                 background-color: #898989;
       
  5805                                                                                 background-image: -moz-linear-gradient(top, #999999, #333333);
       
  5806                                                                                 background-image: -ms-linear-gradient(top, #999999, #333333);
       
  5807                                                                                 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#333333));
       
  5808                                                                                 background-image: -webkit-linear-gradient(top, #999999, #333333);
       
  5809                                                                                 background-image: -o-linear-gradient(top, #999999, #333333);
       
  5810                                                                                 background-image: linear-gradient(top, #999999, #333333);
       
  5811                                                                                 background-repeat: repeat-x;
       
  5812                                                                                 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999',
       
  5813                                                                                                                                                                 endColorstr='#333333', GradientType=0); }
       
  5814 
       
  5815                                                                                 .progress_bar_over.bar {
       
  5816                                                                                   background-color: #dd514c;
       
  5817                                                                                   background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
       
  5818                                                                                   background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
       
  5819                                                                                   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
       
  5820                                                                                   background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
       
  5821                                                                                   background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
       
  5822                                                                                   background-image: linear-gradient(top, #ee5f5b, #c43c35);
       
  5823                                                                                   background-repeat: repeat-x;
       
  5824                                                                                   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',
       
  5825                                                                                                                                                                     endColorstr='#c43c35', GradientType=0); }
       
  5826 
       
  5827                                                                                   .split_five div.form-group input[type="text"], .split_five div.form-group select {
       
  5828                                                                                     width: 120px; }
       
  5829 
       
  5830                                                                                     .warning {
       
  5831                                                                                       background-color: #fff;
       
  5832                                                                                       border-bottom: 1px solid #C71C22;
       
  5833                                                                                       padding: 5px 10px; }
       
  5834                                                                                       .warning .warning-text {
       
  5835                                                                                         text-align: center; }
       
  5836                                                                                         .warning .warning-text h3, .warning .warning-text a {
       
  5837                                                                                           display: inline-block; }
       
  5838                                                                                           .warning .warning-text h3 {
       
  5839                                                                                             vertical-align: bottom; }
       
  5840 
       
  5841 #admin_warning_detail ul {
       
  5842   list-style: circle;
       
  5843   padding-left: 20px;
       
  5844   margin-bottom: 10px; }
       
  5845 
       
  5846 .no_split {
       
  5847   margin-top: -60px; }
       
  5848 
       
  5849   .membership {
       
  5850     min-height: 200px; }
       
  5851     .membership .help_text {
       
  5852       margin-bottom: 15px; }
       
  5853       .membership .fake_table_header {
       
  5854         padding: 8px;
       
  5855         border: 1px solid #dddddd;
       
  5856         border-bottom: none;
       
  5857         overflow: hidden; }
       
  5858         .membership .members_title {
       
  5859           color: #555;
       
  5860           font-weight: bold;
       
  5861           float: left;
       
  5862           padding: 6px 0; }
       
  5863           .membership input.filter {
       
  5864             width: 120px;
       
  5865             float: right; }
       
  5866             .membership input.filter[type="text"]:disabled {
       
  5867               background-color: #eee; }
       
  5868               .membership input.filter[type="text"]:disabled + span.search-icon {
       
  5869                 color: #cccccc; }
       
  5870     .membership .form-control-feedback {
       
  5871       top: 0; }
       
  5872       .membership .no_results {
       
  5873         border: 1px solid #dddddd;
       
  5874         padding: 9px 10px 8px 10px;
       
  5875         opacity: 0.5; }
       
  5876         .membership li.scope input {
       
  5877           background: none;
       
  5878           margin-top: 10px;
       
  5879           margin-bottom: 10px;
       
  5880           width: 120px;
       
  5881           margin-left: 10px; }
       
  5882           .membership li.select_resource {
       
  5883             margin-left: 5px;
       
  5884             margin-top: 15px; }
       
  5885             .membership li.display_name {
       
  5886               width: 130px;
       
  5887               margin: 15px 7px 15px 10px; }
       
  5888               .membership .update_members_filterable {
       
  5889                 overflow-y: auto;
       
  5890                 height: 500px; }
       
  5891                 .membership .members, .membership .available_members {
       
  5892                   padding: 0; }
       
  5893                   .membership .members ul.nav-pills, .membership .available_members ul.nav-pills {
       
  5894                     display: block; }
       
  5895                     .membership .members ul.btn-group, .membership .available_members ul.btn-group {
       
  5896                       margin-left: 0px;
       
  5897                       padding: 3px;
       
  5898                       margin-bottom: 0px;
       
  5899                       border: 1px solid #cccccc;
       
  5900                       border-bottom: none; }
       
  5901                       .membership .members ul.btn-group.last_stripe,
       
  5902                       .membership .available_members ul.btn-group.last_stripe {
       
  5903                         border-bottom: 1px solid #dddddd; }
       
  5904                         .membership .members ul.btn-group.light_stripe,
       
  5905                         .membership .available_members ul.btn-group.light_stripe {
       
  5906                           background-color: white; }
       
  5907                           .membership .members ul.btn-group.dark_stripe,
       
  5908                           .membership .available_members ul.btn-group.dark_stripe {
       
  5909                             background-color: #fff; }
       
  5910                             .membership .members ul.btn-group:hover,
       
  5911                             .membership .available_members ul.btn-group:hover {
       
  5912                               background-color: #dddddd; }
       
  5913                               .membership .members ul.btn-group li.member,
       
  5914                               .membership .available_members ul.btn-group li.member {
       
  5915                                 padding: 6px 10px 5px 10px; }
       
  5916                                 .membership .members ul.btn-group li.active,
       
  5917                                 .membership .available_members ul.btn-group li.active {
       
  5918                                   float: right; }
       
  5919                                   .membership .members ul.btn-group li.active a:hover,
       
  5920                                   .membership .available_members ul.btn-group li.active a:hover {
       
  5921                                     background-color: #145c9e; }
       
  5922     .membership .role_dropdown li {
       
  5923       cursor: pointer;
       
  5924       background: none;
       
  5925       float: none;
       
  5926       display: block;
       
  5927       padding: 5px 10px;
       
  5928       color: #000;
       
  5929       text-align: left;
       
  5930       border-radius: 0;
       
  5931       border: 0 none;
       
  5932       -webkit-box-shadow: none;
       
  5933       box-shadow: none;
       
  5934       z-index: 99999; }
       
  5935       .membership .role_dropdown li:hover {
       
  5936         background-color: #cdcdcd; }
       
  5937         .membership .role_dropdown li i {
       
  5938           opacity: 0; }
       
  5939           .membership .role_dropdown li.selected i {
       
  5940             opacity: 1; }
       
  5941     .membership .dropdown-menu.role_dropdown {
       
  5942       right: 0;
       
  5943       left: auto; }
       
  5944       .membership .nav .role_options {
       
  5945         float: right; }
       
  5946 
       
  5947 .add_member_btn {
       
  5948   display: inline; }
       
  5949 
       
  5950   #add_member {
       
  5951     clear: both; }
       
  5952 
       
  5953     .add_member {
       
  5954       float: right;
       
  5955       margin-top: 10px;
       
  5956       margin-right: 15px; }
       
  5957 
       
  5958       .resource-types .membership li .scope {
       
  5959         background: none;
       
  5960         margin-top: 10px;
       
  5961         margin-bottom: 10px; }
       
  5962         .resource-types .membership li .select_resource {
       
  5963           margin-left: 5px;
       
  5964           margin-top: 15px; }
       
  5965           .resource-types .membership li .display_name {
       
  5966             width: 130px;
       
  5967             margin-left: 10px;
       
  5968             margin-top: 15px;
       
  5969             margin-bottom: 15px; }
       
  5970 
       
  5971 .dropdown_fix {
       
  5972   overflow: visible; }
       
  5973 
       
  5974   .loading_gif {
       
  5975     margin-right: 0.5em;
       
  5976     float: left; }
       
  5977 
       
  5978     .btn-inline {
       
  5979       margin-bottom: 9px; }
       
  5980 
       
  5981       .modal-body fieldset .form-field select[data-add-item-url] {
       
  5982         width: 275px;
       
  5983         margin-right: 2px; }
       
  5984 
       
  5985         #networkListSortContainer {
       
  5986           display: none; }
       
  5987 
       
  5988           .networklist {
       
  5989             padding: 6px;
       
  5990             background: #eee;
       
  5991             border: 1px solid #dddddd;
       
  5992             min-height: 2em;
       
  5993             width: auto !important;
       
  5994             -webkit-box-sizing: border-box;
       
  5995             -moz-box-sizing: border-box;
       
  5996             box-sizing: border-box; }
       
  5997             .networklist li {
       
  5998               width: 80%;
       
  5999               list-style-type: none;
       
  6000               margin: 6px auto;
       
  6001               background: #fff;
       
  6002               border: 1px solid #aaa;
       
  6003               line-height: 18px;
       
  6004               border-radius: 3px;
       
  6005               cursor: move;
       
  6006               padding-left: 23px;
       
  6007               background: #fff url('/horizon/static/dashboard/img/drag.png?2df67399e8d6') no-repeat 11px 50%; }
       
  6008               .networklist li em {
       
  6009                 font-size: 0.5em;
       
  6010                 line-height: 1em;
       
  6011                 color: #999;
       
  6012                 font-style: normal;
       
  6013                 margin-left: 0.8em; }
       
  6014                 .networklist li i {
       
  6015                   margin-right: 5px;
       
  6016                   vertical-align: middle; }
       
  6017                   .networklist li a.btn {
       
  6018                     -webkit-box-sizing: border-box;
       
  6019                     -moz-box-sizing: border-box;
       
  6020                     box-sizing: border-box;
       
  6021                     font-size: 11px;
       
  6022                     line-height: 12px;
       
  6023                     padding: 2px 5px 3px;
       
  6024                     margin-right: 1px;
       
  6025                     width: 18px;
       
  6026                     text-align: center;
       
  6027                     right: 5px;
       
  6028                     vertical-align: middle;
       
  6029                     float: right; }
       
  6030                     .networklist li a.btn:before {
       
  6031                       content: "+"; }
       
  6032             .networklist li.ui-sortable-helper {
       
  6033               background-color: #def; }
       
  6034               .networklist li.ui-state-highlight {
       
  6035                 border: 1px dotted #cccccc;
       
  6036                 background: #efefef;
       
  6037                 height: 0.5em; }
       
  6038                 .networklist li:after {
       
  6039                   visibility: hidden;
       
  6040                   display: block;
       
  6041                   font-size: 0;
       
  6042                   content: " ";
       
  6043                   clear: both;
       
  6044                   height: 0; }
       
  6045 
       
  6046 #selected_network {
       
  6047   margin-bottom: 1.5em;
       
  6048   counter-reset: v1 0;
       
  6049   background: #edf9ff;
       
  6050   border: 1px solid #c0d9e4; }
       
  6051   #selected_network li {
       
  6052     position: relative; }
       
  6053     #selected_network li a.btn:before {
       
  6054       content: "-"; }
       
  6055   #selected_network li:before {
       
  6056     content: "NIC:" counter(v1);
       
  6057     counter-increment: v1;
       
  6058     display: inline-block;
       
  6059     margin-right: 5px;
       
  6060     background: #555;
       
  6061     color: #fff;
       
  6062     font-size: 90%;
       
  6063     padding: 0px 4px;
       
  6064     vertical-align: middle;
       
  6065     border-radius: 2px;
       
  6066     position: absolute;
       
  6067     left: -2em; }
       
  6068     #selected_network.dragging li:before {
       
  6069       content: "NIC:";
       
  6070       background-color: rgba(102, 102, 102, 0.5);
       
  6071       padding-right: 10px; }
       
  6072       #selected_network.dragging li.ui-state-highlight:before {
       
  6073         content: "";
       
  6074         background: transparent; }
       
  6075 
       
  6076 .link {
       
  6077   stroke: #999;
       
  6078   stroke-width: 1.5px; }
       
  6079 
       
  6080   .node {
       
  6081     cursor: pointer; }
       
  6082 
       
  6083     .node text {
       
  6084       font: 12px sans-serif; }
       
  6085 
       
  6086       #resource_container {
       
  6087         position: relative; }
       
  6088 
       
  6089         #stack_box {
       
  6090           position: absolute;
       
  6091           width: 300px;
       
  6092           top: 10px;
       
  6093           left: 10px; }
       
  6094 
       
  6095           #stack_box h3 {
       
  6096             font-size: 11pt;
       
  6097             line-height: 20px; }
       
  6098 
       
  6099             #stack_box p {
       
  6100               margin: 0;
       
  6101               font-size: 9pt;
       
  6102               line-height: 14px; }
       
  6103 
       
  6104               #stack_box a {
       
  6105                 margin: 0;
       
  6106                 font-size: 9pt;
       
  6107                 line-height: 14px; }
       
  6108 
       
  6109                 #stack_box img {
       
  6110                   float: left; }
       
  6111 
       
  6112                   #stack_box #stack_info {
       
  6113                     float: left;
       
  6114                     white-space: normal;
       
  6115                     width: 200px; }
       
  6116 
       
  6117                     #info_box {
       
  6118                       position: absolute;
       
  6119                       width: 300px;
       
  6120                       top: 100px;
       
  6121                       left: 10px; }
       
  6122 
       
  6123                       #info_box h3 {
       
  6124                         font-size: 9pt;
       
  6125                         line-height: 20px; }
       
  6126 
       
  6127                         #info_box p {
       
  6128                           margin: 0;
       
  6129                           font-size: 9pt;
       
  6130                           line-height: 14px; }
       
  6131 
       
  6132                           #info_box a {
       
  6133                             margin: 0;
       
  6134                             font-size: 9pt;
       
  6135                             line-height: 14px; }
       
  6136 
       
  6137                             #info_box .error {
       
  6138                               color: #6e0f13; }
       
  6139 
       
  6140                               #ruleListSortContainer {
       
  6141                                 display: none; }
       
  6142 
       
  6143                                 .rulelist {
       
  6144                                   padding: 6px;
       
  6145                                   background: #eee;
       
  6146                                   border: 1px solid #dddddd;
       
  6147                                   min-height: 2em;
       
  6148                                   width: auto !important;
       
  6149                                   -webkit-box-sizing: border-box;
       
  6150                                   -moz-box-sizing: border-box;
       
  6151                                   box-sizing: border-box; }
       
  6152                                   .rulelist li {
       
  6153                                     width: 226px;
       
  6154                                     list-style-type: none;
       
  6155                                     margin: 6px auto;
       
  6156                                     padding: 3px;
       
  6157                                     background: #fff;
       
  6158                                     border: 1px solid #dddddd;
       
  6159                                     line-height: 18px;
       
  6160                                     border-radius: 3px;
       
  6161                                     cursor: move;
       
  6162                                     padding-left: 23px;
       
  6163                                     background: #fff url('/horizon/static/dashboard/img/drag.png?2df67399e8d6') no-repeat 11px 50%; }
       
  6164                                     .rulelist li em {
       
  6165                                       font-size: 0.5em;
       
  6166                                       line-height: 1em;
       
  6167                                       color: #999;
       
  6168                                       font-style: normal;
       
  6169                                       margin-left: 0.8em; }
       
  6170                                       .rulelist li i {
       
  6171                                         margin-right: 5px;
       
  6172                                         vertical-align: middle; }
       
  6173                                         .rulelist li a.btn {
       
  6174                                           -webkit-box-sizing: border-box;
       
  6175                                           -moz-box-sizing: border-box;
       
  6176                                           box-sizing: border-box;
       
  6177                                           font-size: 11px;
       
  6178                                           line-height: 12px;
       
  6179                                           padding: 2px 5px 3px;
       
  6180                                           margin-right: 1px;
       
  6181                                           width: 18px;
       
  6182                                           text-align: center;
       
  6183                                           right: 5px;
       
  6184                                           vertical-align: middle;
       
  6185                                           float: right; }
       
  6186                                           .rulelist li a.btn:before {
       
  6187                                             content: "+"; }
       
  6188                                   .rulelist li.ui-sortable-helper {
       
  6189                                     background-color: #def; }
       
  6190                                     .rulelist li.ui-state-highlight {
       
  6191                                       border: 1px dotted #dddddd;
       
  6192                                       background: #efefef;
       
  6193                                       height: 0.5em; }
       
  6194                                       .rulelist li:after {
       
  6195                                         visibility: hidden;
       
  6196                                         display: block;
       
  6197                                         font-size: 0;
       
  6198                                         content: " ";
       
  6199                                         clear: both;
       
  6200                                         height: 0; }
       
  6201 
       
  6202 #selected_rule {
       
  6203   margin-bottom: 1.5em;
       
  6204   counter-reset: v1 0;
       
  6205   background: #edf9ff;
       
  6206   border: 1px solid #dddddd; }
       
  6207   #selected_rule li {
       
  6208     position: relative; }
       
  6209     #selected_rule li a.btn:before {
       
  6210       content: "-"; }
       
  6211   #selected_rule li:before {
       
  6212     content: "rule:" counter(v1);
       
  6213     counter-increment: v1;
       
  6214     display: inline-block;
       
  6215     margin-right: 5px;
       
  6216     background: #555;
       
  6217     color: #fff;
       
  6218     font-size: 90%;
       
  6219     padding: 0px 4px;
       
  6220     vertical-align: middle;
       
  6221     border-radius: 2px;
       
  6222     position: absolute;
       
  6223     left: -2em; }
       
  6224     #selected_rule.dragging li:before {
       
  6225       content: "rule:";
       
  6226       background-color: rgba(102, 102, 102, 0.5);
       
  6227       padding-right: 10px; }
       
  6228       #selected_rule.dragging li.ui-state-highlight:before {
       
  6229         content: "";
       
  6230         background: transparent; }
       
  6231 
       
  6232 #routerListSortContainer {
       
  6233   display: none; }
       
  6234 
       
  6235   .routerlist {
       
  6236     padding: 6px;
       
  6237     background: #eee;
       
  6238     border: 1px solid #dddddd;
       
  6239     min-height: 2em;
       
  6240     width: auto !important;
       
  6241     -webkit-box-sizing: border-box;
       
  6242     -moz-box-sizing: border-box;
       
  6243     box-sizing: border-box; }
       
  6244     .routerlist li {
       
  6245       width: 226px;
       
  6246       list-style-type: none;
       
  6247       margin: 6px auto;
       
  6248       padding: 3px;
       
  6249       background: #fff;
       
  6250       border: 1px solid #dddddd;
       
  6251       line-height: 18px;
       
  6252       border-radius: 3px;
       
  6253       cursor: move;
       
  6254       padding-left: 23px;
       
  6255       background: #fff url('/horizon/static/dashboard/img/drag.png?2df67399e8d6') no-repeat 11px 50%; }
       
  6256       .routerlist li em {
       
  6257         font-size: 0.5em;
       
  6258         line-height: 1em;
       
  6259         color: #999;
       
  6260         font-style: normal;
       
  6261         margin-left: 0.8em; }
       
  6262         .routerlist li i {
       
  6263           margin-right: 5px;
       
  6264           vertical-align: middle; }
       
  6265           .routerlist li a.btn {
       
  6266             -webkit-box-sizing: border-box;
       
  6267             -moz-box-sizing: border-box;
       
  6268             box-sizing: border-box;
       
  6269             font-size: 11px;
       
  6270             line-height: 12px;
       
  6271             padding: 2px 5px 3px;
       
  6272             margin-right: 1px;
       
  6273             width: 18px;
       
  6274             text-align: center;
       
  6275             right: 5px;
       
  6276             vertical-align: middle;
       
  6277             float: right; }
       
  6278             .routerlist li a.btn:before {
       
  6279               content: "+"; }
       
  6280     .routerlist li.ui-sortable-helper {
       
  6281       background-color: #def; }
       
  6282       .routerlist li.ui-state-highlight {
       
  6283         border: 1px dotted #dddddd;
       
  6284         background: #efefef;
       
  6285         height: 0.5em; }
       
  6286         .routerlist li:after {
       
  6287           visibility: hidden;
       
  6288           display: block;
       
  6289           font-size: 0;
       
  6290           content: " ";
       
  6291           clear: both;
       
  6292           height: 0; }
       
  6293 
       
  6294 #selected_router {
       
  6295   margin-bottom: 1.5em;
       
  6296   counter-reset: v1 0;
       
  6297   background: #edf9ff;
       
  6298   border: 1px solid #dddddd; }
       
  6299   #selected_router li {
       
  6300     position: relative; }
       
  6301     #selected_router li a.btn:before {
       
  6302       content: "-"; }
       
  6303   #selected_router li:before {
       
  6304     content: "router:" counter(v1);
       
  6305     counter-increment: v1;
       
  6306     display: inline-block;
       
  6307     margin-right: 5px;
       
  6308     background: #555;
       
  6309     color: #fff;
       
  6310     font-size: 90%;
       
  6311     padding: 0px 4px;
       
  6312     vertical-align: middle;
       
  6313     border-radius: 2px;
       
  6314     position: absolute;
       
  6315     left: -2em; }
       
  6316     #selected_router.dragging li:before {
       
  6317       content: "router:";
       
  6318       background-color: rgba(102, 102, 102, 0.5);
       
  6319       padding-right: 10px; }
       
  6320       #selected_router.dragging li.ui-state-highlight:before {
       
  6321         content: "";
       
  6322         background: transparent; }
       
  6323 
       
  6324 .tablesorter thead tr th.tablesorter-header {
       
  6325   cursor: pointer;
       
  6326   background-repeat: no-repeat;
       
  6327   background-position: 99% center;
       
  6328   background-position: right 5px center; }
       
  6329   .tablesorter thead tr th.tablesorter-headerAsc {
       
  6330     background-image: url('/horizon/static/dashboard/img/up_arrow.png?049fea208e16'); }
       
  6331     .tablesorter thead tr th.tablesorter-headerDesc {
       
  6332       background-image: url('/horizon/static/dashboard/img/drop_arrow.png?493996e1b30a'); }
       
  6333 
       
  6334 a.link-popover {
       
  6335   cursor: default; }
       
  6336 
       
  6337   a:hover.link-popover {
       
  6338     text-decoration: none; }
       
  6339 
       
  6340     .form-group span.form-control-feedback.fa {
       
  6341       line-height: 32px; }
       
  6342 
       
  6343       .has-feedback .form-control-feedback {
       
  6344         top: 0; }
       
  6345 
       
  6346         .detail ul {
       
  6347           padding-left: 0; }
       
  6348 
       
  6349           .detail dt {
       
  6350             text-align: left; }
       
  6351 
       
  6352             input::-ms-clear, input::-ms-reveal {
       
  6353               display: none; }
       
  6354 
       
  6355               textarea.key_text {
       
  6356                 width: 55em;
       
  6357                 height: 11em;
       
  6358                 resize: none;
       
  6359                 border: none; }
       
  6360 
       
  6361                 .form-horizontal .form-group {
       
  6362                   margin-right: 0px !important; }
       
  6363                   .form-horizontal .form-control-feedback {
       
  6364                     right: 0px !important; }
       
  6365 .breadcrumb {
       
  6366   padding: 8px 15px;
       
  6367   margin-bottom: 20px;
       
  6368   list-style: none;
       
  6369   background-color: #f5f5f5;
       
  6370   border-radius: 4px; }
       
  6371   .breadcrumb > li {
       
  6372     display: inline-block; }
       
  6373     .breadcrumb > li + li:before {
       
  6374       content: "/\00a0";
       
  6375       padding: 0 5px;
       
  6376       color: #ccc; }
       
  6377   .breadcrumb > .active {
       
  6378     color: #999; }
       
  6379 .pagination {
       
  6380   display: inline-block;
       
  6381   padding-left: 0;
       
  6382   margin: 20px 0;
       
  6383   border-radius: 4px; }
       
  6384   .pagination > li {
       
  6385     display: inline; }
       
  6386     .pagination > li > a, .pagination > li > span {
       
  6387       position: relative;
       
  6388       float: left;
       
  6389       padding: 8px 12px;
       
  6390       line-height: 1.42857;
       
  6391       text-decoration: none;
       
  6392       color: #145c9e;
       
  6393       background-color: #fff;
       
  6394       border: 1px solid #ddd;
       
  6395       margin-left: -1px; }
       
  6396       .pagination > li:first-child > a, .pagination > li:first-child > span {
       
  6397         margin-left: 0;
       
  6398         border-bottom-left-radius: 4px;
       
  6399         border-top-left-radius: 4px; }
       
  6400     .pagination > li:last-child > a, .pagination > li:last-child > span {
       
  6401       border-bottom-right-radius: 4px;
       
  6402       border-top-right-radius: 4px; }
       
  6403   .pagination > li > a:hover, .pagination > li > a:focus,
       
  6404   .pagination > li > span:hover, .pagination > li > span:focus {
       
  6405     color: #145c9e;
       
  6406     background-color: #eee;
       
  6407     border-color: #ddd; }
       
  6408   .pagination > .active > a, .pagination > .active > a:hover,
       
  6409   .pagination > .active > a:focus, .pagination > .active > span,
       
  6410   .pagination > .active > span:hover, .pagination > .active > span:focus {
       
  6411     z-index: 2;
       
  6412     color: #999;
       
  6413     background-color: #f5f5f5;
       
  6414     border-color: #ddd;
       
  6415     cursor: default; }
       
  6416   .pagination > .disabled > span, .pagination > .disabled > span:hover,
       
  6417   .pagination > .disabled > span:focus, .pagination > .disabled > a,
       
  6418   .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
       
  6419     color: #999;
       
  6420     background-color: #fff;
       
  6421     border-color: #ddd;
       
  6422     cursor: not-allowed; }
       
  6423 .pagination-lg > li > a, .pagination-lg > li > span {
       
  6424   padding: 14px 16px;
       
  6425   font-size: 18px; }
       
  6426   .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
       
  6427     border-bottom-left-radius: 6px;
       
  6428     border-top-left-radius: 6px; }
       
  6429 .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
       
  6430   border-bottom-right-radius: 6px;
       
  6431   border-top-right-radius: 6px; }
       
  6432 .pagination-sm > li > a, .pagination-sm > li > span {
       
  6433   padding: 5px 10px;
       
  6434   font-size: 12px; }
       
  6435   .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
       
  6436     border-bottom-left-radius: 3px;
       
  6437     border-top-left-radius: 3px; }
       
  6438 .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
       
  6439   border-bottom-right-radius: 3px;
       
  6440   border-top-right-radius: 3px; }
       
  6441 .pager {
       
  6442   padding-left: 0;
       
  6443   margin: 20px 0;
       
  6444   list-style: none;
       
  6445   text-align: center; }
       
  6446   .pager li {
       
  6447     display: inline; }
       
  6448     .pager li > a, .pager li > span {
       
  6449       display: inline-block;
       
  6450       padding: 5px 14px;
       
  6451       background-color: #fff;
       
  6452       border: 1px solid #ddd;
       
  6453       border-radius: 15px; }
       
  6454       .pager li > a:hover, .pager li > a:focus {
       
  6455         text-decoration: none;
       
  6456         background-color: #eee; }
       
  6457   .pager .next > a, .pager .next > span {
       
  6458     float: right; }
       
  6459   .pager .previous > a, .pager .previous > span {
       
  6460     float: left; }
       
  6461   .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus,
       
  6462   .pager .disabled > span {
       
  6463     color: #999;
       
  6464     background-color: #fff;
       
  6465     cursor: not-allowed; }
       
  6466 .label {
       
  6467   display: inline;
       
  6468   padding: 0.2em 0.6em 0.3em;
       
  6469   font-size: 75%;
       
  6470   font-weight: bold;
       
  6471   line-height: 1;
       
  6472   color: #fff;
       
  6473   text-align: center;
       
  6474   white-space: nowrap;
       
  6475   vertical-align: baseline;
       
  6476   border-radius: 0.25em; }
       
  6477   .label:empty {
       
  6478     display: none; }
       
  6479     .btn .label {
       
  6480       position: relative;
       
  6481       top: -1px; }
       
  6482 
       
  6483 a.label:hover, a.label:focus {
       
  6484   color: #fff;
       
  6485   text-decoration: none;
       
  6486   cursor: pointer; }
       
  6487 
       
  6488 .label-default {
       
  6489   background-color: #999; }
       
  6490 
       
  6491   .label-primary {
       
  6492     background-color: #0074cd; }
       
  6493 
       
  6494     .label-success {
       
  6495       background-color: #dde7ee; }
       
  6496 
       
  6497       .label-info {
       
  6498         background-color: #033C73; }
       
  6499 
       
  6500         .label-warning {
       
  6501           background-color: #DD5600; }
       
  6502 
       
  6503           .label-danger {
       
  6504             background-color: #C71C22; }
       
  6505 .label-default[href]:hover, .label-default[href]:focus {
       
  6506   background-color: gray; }
       
  6507 .label-primary[href]:hover, .label-primary[href]:focus {
       
  6508   background-color: #00579a; }
       
  6509 .label-success[href]:hover, .label-success[href]:focus {
       
  6510   background-color: #bbcfdd; }
       
  6511 .label-info[href]:hover, .label-info[href]:focus {
       
  6512   background-color: #022241; }
       
  6513 .label-warning[href]:hover, .label-warning[href]:focus {
       
  6514   background-color: #aa4200; }
       
  6515 .label-danger[href]:hover, .label-danger[href]:focus {
       
  6516   background-color: #9a161a; }
       
  6517 .jumbotron {
       
  6518   padding: 30px;
       
  6519   margin-bottom: 30px;
       
  6520   color: inherit;
       
  6521   background-color: #eee; }
       
  6522   .jumbotron h1, .jumbotron .h1 {
       
  6523     color: inherit; }
       
  6524     .jumbotron p {
       
  6525       margin-bottom: 15px;
       
  6526       font-size: 21px;
       
  6527       font-weight: 200; }
       
  6528       .jumbotron > hr {
       
  6529         border-top-color: #d5d5d5; }
       
  6530         .container .jumbotron {
       
  6531           border-radius: 6px; }
       
  6532           .jumbotron .container {
       
  6533             max-width: 100%; }
       
  6534             @media screen and (min-width: 768px) {
       
  6535               .jumbotron {
       
  6536                 padding-top: 48px;
       
  6537                 padding-bottom: 48px;   }
       
  6538                 .container .jumbotron {
       
  6539                   padding-left: 60px;
       
  6540                   padding-right: 60px;   }
       
  6541                   .jumbotron h1, .jumbotron .h1 {
       
  6542                     font-size: 58.5px;   }
       
  6543 }
       
  6544 .thumbnail {
       
  6545   display: block;
       
  6546   padding: 4px;
       
  6547   margin-bottom: 20px;
       
  6548   line-height: 1.42857;
       
  6549   background-color: #fff;
       
  6550   border: 1px solid #ddd;
       
  6551   border-radius: 4px;
       
  6552   -webkit-transition: all 0.2s ease-in-out;
       
  6553   -o-transition: all 0.2s ease-in-out;
       
  6554   transition: all 0.2s ease-in-out; }
       
  6555   .thumbnail > img, .thumbnail a > img {
       
  6556     display: block;
       
  6557     width: 100% \9;
       
  6558     max-width: 100%;
       
  6559     height: auto;
       
  6560     margin-left: auto;
       
  6561     margin-right: auto; }
       
  6562     .thumbnail .caption {
       
  6563       padding: 9px;
       
  6564       color: #000; }
       
  6565 
       
  6566 a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
       
  6567   border-color: #145c9e; }
       
  6568 .alert {
       
  6569   padding: 15px;
       
  6570   margin-bottom: 20px;
       
  6571   border: 1px solid transparent;
       
  6572   border-radius: 4px; }
       
  6573   .alert h4 {
       
  6574     margin-top: 0;
       
  6575     color: inherit; }
       
  6576     .alert .alert-link {
       
  6577       font-weight: bold; }
       
  6578       .alert > p, .alert > ul {
       
  6579         margin-bottom: 0; }
       
  6580         .alert > p + p {
       
  6581           margin-top: 5px; }
       
  6582 
       
  6583 .alert-dismissable, .alert-dismissible {
       
  6584   padding-right: 35px; }
       
  6585   .alert-dismissable .close, .alert-dismissible .close {
       
  6586     position: relative;
       
  6587     top: -2px;
       
  6588     right: -21px;
       
  6589     color: inherit; }
       
  6590 
       
  6591 .alert-success {
       
  6592   background-color: #dff0d8;
       
  6593   border-color: #d6e9c6;
       
  6594   color: #468847; }
       
  6595 
       
  6596   .alert-info {
       
  6597     background-color: #d9edf7;
       
  6598     border-color: #bce8f1;
       
  6599     color: #3a87ad; }
       
  6600 
       
  6601     .alert-warning {
       
  6602       background-color: #fcf8e3;
       
  6603       border-color: #fbeed5;
       
  6604       color: #c09853; }
       
  6605 
       
  6606       .alert-danger, .javascript_disabled_alert {
       
  6607         background-color: #f2dede;
       
  6608         border-color: #eed3d7;
       
  6609         color: #b94a48; }
       
  6610 .alert-success hr {
       
  6611   border-top-color: #c9e2b3; }
       
  6612   .alert-success .alert-link {
       
  6613     color: #356635; }
       
  6614     .alert-info hr {
       
  6615       border-top-color: #a6e1ec; }
       
  6616       .alert-info .alert-link {
       
  6617         color: #2d6987; }
       
  6618         .alert-warning hr {
       
  6619           border-top-color: #f8e5be; }
       
  6620           .alert-warning .alert-link {
       
  6621             color: #a47e3c; }
       
  6622             .alert-danger hr, .javascript_disabled_alert hr {
       
  6623               border-top-color: #e6c1c7; }
       
  6624               .alert-danger .alert-link, .javascript_disabled_alert .alert-link {
       
  6625                 color: #953b39; }
       
  6626 @-webkit-keyframes progress-bar-stripes {
       
  6627   from {
       
  6628     background-position: 40px 0;   }
       
  6629     to {
       
  6630       background-position: 0 0;   }
       
  6631 }
       
  6632 
       
  6633 @keyframes progress-bar-stripes {
       
  6634   from {
       
  6635     background-position: 40px 0;   }
       
  6636     to {
       
  6637       background-position: 0 0;   }
       
  6638 }
       
  6639 
       
  6640 .progress {
       
  6641   overflow: hidden;
       
  6642   height: 20px;
       
  6643   margin-bottom: 20px;
       
  6644   background-color: #f5f5f5;
       
  6645   border-radius: 4px;
       
  6646   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
       
  6647   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
       
  6648 
       
  6649   .progress-bar {
       
  6650     float: left;
       
  6651     width: 0%;
       
  6652     height: 100%;
       
  6653     font-size: 12px;
       
  6654     line-height: 20px;
       
  6655     color: #fff;
       
  6656     text-align: center;
       
  6657     background-color: #0074cd;
       
  6658     -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
       
  6659     box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
       
  6660     -webkit-transition: width 0.6s ease;
       
  6661     -o-transition: width 0.6s ease;
       
  6662     transition: width 0.6s ease; }
       
  6663 
       
  6664     .progress-striped .progress-bar, .progress-bar-striped {
       
  6665       background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6666             transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6667             transparent 75%, transparent);
       
  6668       background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6669             transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6670             transparent 75%, transparent);
       
  6671       background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6672             transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6673             transparent 75%, transparent);
       
  6674       background-size: 40px 40px; }
       
  6675 
       
  6676       .progress.active .progress-bar, .progress-bar.active {
       
  6677         -webkit-animation: progress-bar-stripes 2s linear infinite;
       
  6678         -o-animation: progress-bar-stripes 2s linear infinite;
       
  6679         animation: progress-bar-stripes 2s linear infinite; }
       
  6680 
       
  6681         .progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
       
  6682           min-width: 30px; }
       
  6683           .progress-bar[aria-valuenow="0"] {
       
  6684             color: #cccccc;
       
  6685             min-width: 30px;
       
  6686             background-color: transparent;
       
  6687             background-image: none;
       
  6688             box-shadow: none; }
       
  6689 
       
  6690 .progress-bar-success {
       
  6691   background-color: #dde7ee; }
       
  6692 
       
  6693   .progress-bar-info {
       
  6694     background-color: #033C73; }
       
  6695 
       
  6696     .progress-bar-warning {
       
  6697       background-color: #DD5600; }
       
  6698 
       
  6699       .progress-bar-danger {
       
  6700         background-color: #C71C22; }
       
  6701 .progress-striped .progress-bar-success {
       
  6702   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6703     transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6704     transparent 75%, transparent);
       
  6705   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6706     transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6707     transparent 75%, transparent);
       
  6708   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6709     transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6710     transparent 75%, transparent); }
       
  6711   .progress-striped .progress-bar-info {
       
  6712     background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6713         transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6714         transparent 75%, transparent);
       
  6715     background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6716         transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6717         transparent 75%, transparent);
       
  6718     background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6719         transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6720         transparent 75%, transparent); }
       
  6721     .progress-striped .progress-bar-warning {
       
  6722       background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6723             transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6724             transparent 75%, transparent);
       
  6725       background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6726             transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6727             transparent 75%, transparent);
       
  6728       background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6729             transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6730             transparent 75%, transparent); }
       
  6731       .progress-striped .progress-bar-danger {
       
  6732         background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6733                 transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6734                 transparent 75%, transparent);
       
  6735         background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6736                 transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6737                 transparent 75%, transparent);
       
  6738         background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%,
       
  6739                 transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%,
       
  6740                 transparent 75%, transparent); }
       
  6741 .media, .media-body {
       
  6742   overflow: hidden;
       
  6743   zoom: 1; }
       
  6744 
       
  6745   .media, .media .media {
       
  6746     margin-top: 15px; }
       
  6747 
       
  6748     .media:first-child {
       
  6749       margin-top: 0; }
       
  6750 
       
  6751       .media-object {
       
  6752         display: block; }
       
  6753 
       
  6754         .media-heading {
       
  6755           margin: 0 0 5px; }
       
  6756 
       
  6757           .media > .pull-left {
       
  6758             margin-right: 10px; }
       
  6759             .media > .pull-right {
       
  6760               margin-left: 10px; }
       
  6761 
       
  6762 .media-list {
       
  6763   padding-left: 0;
       
  6764   list-style: none; }
       
  6765 .list-group {
       
  6766   margin-bottom: 20px;
       
  6767   padding-left: 0; }
       
  6768 
       
  6769   .list-group-item {
       
  6770     position: relative;
       
  6771     display: block;
       
  6772     padding: 10px 15px;
       
  6773     margin-bottom: -1px;
       
  6774     background-color: #fff;
       
  6775     border: 1px solid #ddd; }
       
  6776     .list-group-item:first-child {
       
  6777       border-top-right-radius: 4px;
       
  6778       border-top-left-radius: 4px; }
       
  6779       .list-group-item:last-child {
       
  6780         margin-bottom: 0;
       
  6781         border-bottom-right-radius: 4px;
       
  6782         border-bottom-left-radius: 4px; }
       
  6783         .list-group-item > .badge {
       
  6784           float: right; }
       
  6785           .list-group-item > .badge + .badge {
       
  6786             margin-right: 5px; }
       
  6787 
       
  6788 a.list-group-item {
       
  6789   color: #555; }
       
  6790   a.list-group-item .list-group-item-heading {
       
  6791     color: #333; }
       
  6792     a.list-group-item:hover, a.list-group-item:focus {
       
  6793       text-decoration: none;
       
  6794       color: #555;
       
  6795       background-color: #f5f5f5; }
       
  6796 
       
  6797 .list-group-item.disabled, .list-group-item.disabled:hover,
       
  6798 .list-group-item.disabled:focus {
       
  6799   background-color: #eee;
       
  6800   color: #999; }
       
  6801   .list-group-item.disabled .list-group-item-heading,
       
  6802   .list-group-item.disabled:hover .list-group-item-heading,
       
  6803   .list-group-item.disabled:focus .list-group-item-heading {
       
  6804     color: inherit; }
       
  6805     .list-group-item.disabled .list-group-item-text,
       
  6806     .list-group-item.disabled:hover .list-group-item-text,
       
  6807     .list-group-item.disabled:focus .list-group-item-text {
       
  6808       color: #999; }
       
  6809 .list-group-item.active, .list-group-item.active:hover,
       
  6810 .list-group-item.active:focus {
       
  6811   z-index: 2;
       
  6812   color: #fff;
       
  6813   background-color: #0074cd;
       
  6814   border-color: #0074cd; }
       
  6815   .list-group-item.active .list-group-item-heading,
       
  6816   .list-group-item.active .list-group-item-heading > small,
       
  6817   .list-group-item.active .list-group-item-heading > .small,
       
  6818   .list-group-item.active:hover .list-group-item-heading,
       
  6819   .list-group-item.active:hover .list-group-item-heading > small,
       
  6820   .list-group-item.active:hover .list-group-item-heading > .small,
       
  6821   .list-group-item.active:focus .list-group-item-heading,
       
  6822   .list-group-item.active:focus .list-group-item-heading > small,
       
  6823   .list-group-item.active:focus .list-group-item-heading > .small {
       
  6824     color: inherit; }
       
  6825     .list-group-item.active .list-group-item-text,
       
  6826     .list-group-item.active:hover .list-group-item-text,
       
  6827     .list-group-item.active:focus .list-group-item-text {
       
  6828       color: #9ad3ff; }
       
  6829 
       
  6830 .list-group-item-heading {
       
  6831   margin-top: 0;
       
  6832   margin-bottom: 5px; }
       
  6833 
       
  6834   .list-group-item-text {
       
  6835     margin-bottom: 0;
       
  6836     line-height: 1.3; }
       
  6837 .list-group-item-success {
       
  6838   color: #468847;
       
  6839   background-color: #dff0d8; }
       
  6840 
       
  6841   a.list-group-item-success {
       
  6842     color: #468847; }
       
  6843     a.list-group-item-success .list-group-item-heading {
       
  6844       color: inherit; }
       
  6845       a.list-group-item-success:hover, a.list-group-item-success:focus {
       
  6846         color: #468847;
       
  6847         background-color: #d0e9c6; }
       
  6848         a.list-group-item-success.active, a.list-group-item-success.active:hover,
       
  6849         a.list-group-item-success.active:focus {
       
  6850           color: #fff;
       
  6851           background-color: #468847;
       
  6852           border-color: #468847; }
       
  6853 
       
  6854 .list-group-item-info {
       
  6855   color: #3a87ad;
       
  6856   background-color: #d9edf7; }
       
  6857 
       
  6858   a.list-group-item-info {
       
  6859     color: #3a87ad; }
       
  6860     a.list-group-item-info .list-group-item-heading {
       
  6861       color: inherit; }
       
  6862       a.list-group-item-info:hover, a.list-group-item-info:focus {
       
  6863         color: #3a87ad;
       
  6864         background-color: #c4e3f3; }
       
  6865         a.list-group-item-info.active, a.list-group-item-info.active:hover,
       
  6866         a.list-group-item-info.active:focus {
       
  6867           color: #fff;
       
  6868           background-color: #3a87ad;
       
  6869           border-color: #3a87ad; }
       
  6870 
       
  6871 .list-group-item-warning {
       
  6872   color: #c09853;
       
  6873   background-color: #fcf8e3; }
       
  6874 
       
  6875   a.list-group-item-warning {
       
  6876     color: #c09853; }
       
  6877     a.list-group-item-warning .list-group-item-heading {
       
  6878       color: inherit; }
       
  6879       a.list-group-item-warning:hover, a.list-group-item-warning:focus {
       
  6880         color: #c09853;
       
  6881         background-color: #faf2cc; }
       
  6882         a.list-group-item-warning.active, a.list-group-item-warning.active:hover,
       
  6883         a.list-group-item-warning.active:focus {
       
  6884           color: #fff;
       
  6885           background-color: #c09853;
       
  6886           border-color: #c09853; }
       
  6887 
       
  6888 .list-group-item-danger {
       
  6889   color: #b94a48;
       
  6890   background-color: #f2dede; }
       
  6891 
       
  6892   a.list-group-item-danger {
       
  6893     color: #b94a48; }
       
  6894     a.list-group-item-danger .list-group-item-heading {
       
  6895       color: inherit; }
       
  6896       a.list-group-item-danger:hover, a.list-group-item-danger:focus {
       
  6897         color: #b94a48;
       
  6898         background-color: #ebcccc; }
       
  6899         a.list-group-item-danger.active, a.list-group-item-danger.active:hover,
       
  6900         a.list-group-item-danger.active:focus {
       
  6901           color: #fff;
       
  6902           background-color: #b94a48;
       
  6903           border-color: #b94a48; }
       
  6904 .panel {
       
  6905   margin-bottom: 20px;
       
  6906   background-color: #fff;
       
  6907   border: 1px solid transparent;
       
  6908   border-radius: 4px;
       
  6909   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
       
  6910   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
       
  6911 
       
  6912   .panel-body {
       
  6913     padding: 15px; }
       
  6914 
       
  6915     .panel-heading {
       
  6916       padding: 10px 15px;
       
  6917       border-bottom: 1px solid transparent;
       
  6918       border-top-right-radius: 3px;
       
  6919       border-top-left-radius: 3px; }
       
  6920       .panel-heading > .dropdown .dropdown-toggle {
       
  6921         color: inherit; }
       
  6922 
       
  6923 .panel-title {
       
  6924   margin-top: 0;
       
  6925   margin-bottom: 0;
       
  6926   font-size: 15px;
       
  6927   color: inherit; }
       
  6928   .panel-title > a {
       
  6929     color: inherit; }
       
  6930 
       
  6931 .panel-footer {
       
  6932   padding: 10px 15px;
       
  6933   background-color: #f5f5f5;
       
  6934   border-top: 1px solid #ddd;
       
  6935   border-bottom-right-radius: 3px;
       
  6936   border-bottom-left-radius: 3px; }
       
  6937 
       
  6938   .panel > .list-group {
       
  6939     margin-bottom: 0; }
       
  6940     .panel > .list-group .list-group-item {
       
  6941       border-width: 1px 0;
       
  6942       border-radius: 0; }
       
  6943       .panel > .list-group:first-child .list-group-item:first-child {
       
  6944         border-top: 0;
       
  6945         border-top-right-radius: 3px;
       
  6946         border-top-left-radius: 3px; }
       
  6947     .panel > .list-group:last-child .list-group-item:last-child {
       
  6948       border-bottom: 0;
       
  6949       border-bottom-right-radius: 3px;
       
  6950       border-bottom-left-radius: 3px; }
       
  6951 
       
  6952 .panel-heading + .list-group .list-group-item:first-child {
       
  6953   border-top-width: 0; }
       
  6954 
       
  6955 .list-group + .panel-footer {
       
  6956   border-top-width: 0; }
       
  6957 
       
  6958   .panel > .table, .panel > .table-responsive > .table,
       
  6959   .panel > .panel-collapse > .table {
       
  6960     margin-bottom: 0; }
       
  6961     .panel > .table:first-child,
       
  6962     .panel > .table-responsive:first-child > .table:first-child {
       
  6963       border-top-right-radius: 3px;
       
  6964       border-top-left-radius: 3px; }
       
  6965       .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
       
  6966       .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
       
  6967       .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
       
  6968       .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
       
  6969       .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
       
  6970       .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
       
  6971       .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
       
  6972       .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
       
  6973         border-top-left-radius: 3px; }
       
  6974         .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
       
  6975         .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
       
  6976         .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
       
  6977         .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
       
  6978         .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
       
  6979         .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
       
  6980         .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
       
  6981         .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
       
  6982           border-top-right-radius: 3px; }
       
  6983   .panel > .table:last-child,
       
  6984   .panel > .table-responsive:last-child > .table:last-child {
       
  6985     border-bottom-right-radius: 3px;
       
  6986     border-bottom-left-radius: 3px; }
       
  6987     .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
       
  6988     .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
       
  6989     .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
       
  6990     .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
       
  6991     .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
       
  6992     .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
       
  6993     .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
       
  6994     .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
       
  6995       border-bottom-left-radius: 3px; }
       
  6996       .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
       
  6997       .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
       
  6998       .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
       
  6999       .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
       
  7000       .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
       
  7001       .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
       
  7002       .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
       
  7003       .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
       
  7004         border-bottom-right-radius: 3px; }
       
  7005   .panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
       
  7006     border-top: 1px solid #dddddd; }
       
  7007     .panel > .table > tbody:first-child > tr:first-child th,
       
  7008     .panel > .table > tbody:first-child > tr:first-child td {
       
  7009       border-top: 0; }
       
  7010       .panel > .table-bordered, .panel > .table-responsive > .table-bordered {
       
  7011         border: 0; }
       
  7012         .panel > .table-bordered > thead > tr > th:first-child,
       
  7013         .panel > .table-bordered > thead > tr > td:first-child,
       
  7014         .panel > .table-bordered > tbody > tr > th:first-child,
       
  7015         .panel > .table-bordered > tbody > tr > td:first-child,
       
  7016         .panel > .table-bordered > tfoot > tr > th:first-child,
       
  7017         .panel > .table-bordered > tfoot > tr > td:first-child,
       
  7018         .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
       
  7019         .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
       
  7020         .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
       
  7021         .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
       
  7022         .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
       
  7023         .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
       
  7024           border-left: 0; }
       
  7025           .panel > .table-bordered > thead > tr > th:last-child,
       
  7026           .panel > .table-bordered > thead > tr > td:last-child,
       
  7027           .panel > .table-bordered > tbody > tr > th:last-child,
       
  7028           .panel > .table-bordered > tbody > tr > td:last-child,
       
  7029           .panel > .table-bordered > tfoot > tr > th:last-child,
       
  7030           .panel > .table-bordered > tfoot > tr > td:last-child,
       
  7031           .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
       
  7032           .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
       
  7033           .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
       
  7034           .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
       
  7035           .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
       
  7036           .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
       
  7037             border-right: 0; }
       
  7038         .panel > .table-bordered > thead > tr:first-child > td,
       
  7039         .panel > .table-bordered > thead > tr:first-child > th,
       
  7040         .panel > .table-bordered > tbody > tr:first-child > td,
       
  7041         .panel > .table-bordered > tbody > tr:first-child > th,
       
  7042         .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
       
  7043         .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
       
  7044         .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
       
  7045         .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
       
  7046           border-bottom: 0; }
       
  7047         .panel > .table-bordered > tbody > tr:last-child > td,
       
  7048         .panel > .table-bordered > tbody > tr:last-child > th,
       
  7049         .panel > .table-bordered > tfoot > tr:last-child > td,
       
  7050         .panel > .table-bordered > tfoot > tr:last-child > th,
       
  7051         .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
       
  7052         .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
       
  7053         .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
       
  7054         .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
       
  7055           border-bottom: 0; }
       
  7056   .panel > .table-responsive {
       
  7057     border: 0;
       
  7058     margin-bottom: 0; }
       
  7059 
       
  7060 .panel-group {
       
  7061   margin-bottom: 20px; }
       
  7062   .panel-group .panel {
       
  7063     margin-bottom: 0;
       
  7064     border-radius: 4px; }
       
  7065     .panel-group .panel + .panel {
       
  7066       margin-top: 5px; }
       
  7067   .panel-group .panel-heading {
       
  7068     border-bottom: 0; }
       
  7069     .panel-group .panel-heading + .panel-collapse > .panel-body {
       
  7070       border-top: 1px solid #ddd; }
       
  7071   .panel-group .panel-footer {
       
  7072     border-top: 0; }
       
  7073     .panel-group .panel-footer + .panel-collapse .panel-body {
       
  7074       border-bottom: 1px solid #ddd; }
       
  7075 
       
  7076 .panel-default {
       
  7077   border-color: #ddd; }
       
  7078 
       
  7079   .panel-primary {
       
  7080     border-color: #ddd; }
       
  7081 
       
  7082     .panel-success {
       
  7083       border-color: #ddd; }
       
  7084 
       
  7085       .panel-info {
       
  7086         border-color: #ddd; }
       
  7087 
       
  7088         .panel-warning {
       
  7089           border-color: #ddd; }
       
  7090 
       
  7091           .panel-danger {
       
  7092             border-color: #ddd; }
       
  7093 .panel-default > .panel-heading {
       
  7094   color: #000;
       
  7095   background-color: #f5f5f5;
       
  7096   border-color: #ddd; }
       
  7097   .panel-default > .panel-heading + .panel-collapse > .panel-body {
       
  7098     border-top-color: #ddd; }
       
  7099     .panel-default > .panel-heading .badge {
       
  7100       color: #f5f5f5;
       
  7101       background-color: #000; }
       
  7102 .panel-default > .panel-footer + .panel-collapse > .panel-body {
       
  7103   border-bottom-color: #ddd; }
       
  7104 .panel-primary > .panel-heading {
       
  7105   color: #fff;
       
  7106   background-color: #0074cd;
       
  7107   border-color: #ddd; }
       
  7108   .panel-primary > .panel-heading + .panel-collapse > .panel-body {
       
  7109     border-top-color: #ddd; }
       
  7110     .panel-primary > .panel-heading .badge {
       
  7111       color: #0074cd;
       
  7112       background-color: #fff; }
       
  7113 .panel-primary > .panel-footer + .panel-collapse > .panel-body {
       
  7114   border-bottom-color: #ddd; }
       
  7115 .panel-success > .panel-heading {
       
  7116   color: #468847;
       
  7117   background-color: #dde7ee;
       
  7118   border-color: #ddd; }
       
  7119   .panel-success > .panel-heading + .panel-collapse > .panel-body {
       
  7120     border-top-color: #ddd; }
       
  7121     .panel-success > .panel-heading .badge {
       
  7122       color: #dde7ee;
       
  7123       background-color: #468847; }
       
  7124 .panel-success > .panel-footer + .panel-collapse > .panel-body {
       
  7125   border-bottom-color: #ddd; }
       
  7126 .panel-info > .panel-heading {
       
  7127   color: #3a87ad;
       
  7128   background-color: #033C73;
       
  7129   border-color: #ddd; }
       
  7130   .panel-info > .panel-heading + .panel-collapse > .panel-body {
       
  7131     border-top-color: #ddd; }
       
  7132     .panel-info > .panel-heading .badge {
       
  7133       color: #033C73;
       
  7134       background-color: #3a87ad; }
       
  7135 .panel-info > .panel-footer + .panel-collapse > .panel-body {
       
  7136   border-bottom-color: #ddd; }
       
  7137 .panel-warning > .panel-heading {
       
  7138   color: #c09853;
       
  7139   background-color: #DD5600;
       
  7140   border-color: #ddd; }
       
  7141   .panel-warning > .panel-heading + .panel-collapse > .panel-body {
       
  7142     border-top-color: #ddd; }
       
  7143     .panel-warning > .panel-heading .badge {
       
  7144       color: #DD5600;
       
  7145       background-color: #c09853; }
       
  7146 .panel-warning > .panel-footer + .panel-collapse > .panel-body {
       
  7147   border-bottom-color: #ddd; }
       
  7148 .panel-danger > .panel-heading {
       
  7149   color: #b94a48;
       
  7150   background-color: #C71C22;
       
  7151   border-color: #ddd; }
       
  7152   .panel-danger > .panel-heading + .panel-collapse > .panel-body {
       
  7153     border-top-color: #ddd; }
       
  7154     .panel-danger > .panel-heading .badge {
       
  7155       color: #C71C22;
       
  7156       background-color: #b94a48; }
       
  7157 .panel-danger > .panel-footer + .panel-collapse > .panel-body {
       
  7158   border-bottom-color: #ddd; }
       
  7159 .embed-responsive {
       
  7160   position: relative;
       
  7161   display: block;
       
  7162   height: 0;
       
  7163   padding: 0;
       
  7164   overflow: hidden; }
       
  7165   .embed-responsive .embed-responsive-item, .embed-responsive iframe,
       
  7166   .embed-responsive embed, .embed-responsive object {
       
  7167     position: absolute;
       
  7168     top: 0;
       
  7169     left: 0;
       
  7170     bottom: 0;
       
  7171     height: 100%;
       
  7172     width: 100%;
       
  7173     border: 0; }
       
  7174     .embed-responsive.embed-responsive-16by9 {
       
  7175       padding-bottom: 56.25%; }
       
  7176       .embed-responsive.embed-responsive-4by3 {
       
  7177         padding-bottom: 75%; }
       
  7178 .well {
       
  7179   min-height: 20px;
       
  7180   padding: 19px;
       
  7181   margin-bottom: 20px;
       
  7182   background-color: #f5f5f5;
       
  7183   border: 1px solid #e3e3e3;
       
  7184   border-radius: 4px;
       
  7185   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
       
  7186   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
       
  7187   .well blockquote {
       
  7188     border-color: #ddd;
       
  7189     border-color: rgba(0, 0, 0, 0.15); }
       
  7190 
       
  7191 .well-lg {
       
  7192   padding: 24px;
       
  7193   border-radius: 6px; }
       
  7194 
       
  7195   .well-sm {
       
  7196     padding: 9px;
       
  7197     border-radius: 3px; }
       
  7198 .close {
       
  7199   float: right;
       
  7200   font-size: 19.5px;
       
  7201   font-weight: bold;
       
  7202   line-height: 1;
       
  7203   color: #000;
       
  7204   text-shadow: 0 1px 0 #fff;
       
  7205   opacity: 0.2;
       
  7206   filter: alpha(opacity=20); }
       
  7207   .close:hover, .close:focus {
       
  7208     color: #000;
       
  7209     text-decoration: none;
       
  7210     cursor: pointer;
       
  7211     opacity: 0.5;
       
  7212     filter: alpha(opacity=50); }
       
  7213 
       
  7214 button.close {
       
  7215   padding: 0;
       
  7216   cursor: pointer;
       
  7217   background: transparent;
       
  7218   border: 0;
       
  7219   -webkit-appearance: none; }
       
  7220 .modal-open {
       
  7221   overflow: hidden; }
       
  7222 
       
  7223   .modal {
       
  7224     display: none;
       
  7225     overflow: hidden;
       
  7226     position: fixed;
       
  7227     top: 0;
       
  7228     right: 0;
       
  7229     bottom: 0;
       
  7230     left: 0;
       
  7231     z-index: 1050;
       
  7232     -webkit-overflow-scrolling: touch;
       
  7233     outline: 0; }
       
  7234     .modal.fade .modal-dialog {
       
  7235       -webkit-transform: translate3d(0, -25%, 0);
       
  7236       transform: translate3d(0, -25%, 0);
       
  7237       -webkit-transition: -webkit-transform 0.3s ease-out;
       
  7238       -moz-transition: -moz-transform 0.3s ease-out;
       
  7239       -o-transition: -o-transform 0.3s ease-out;
       
  7240       transition: transform 0.3s ease-out; }
       
  7241       .modal.in .modal-dialog {
       
  7242         -webkit-transform: translate3d(0, 0, 0);
       
  7243         transform: translate3d(0, 0, 0); }
       
  7244 
       
  7245 .modal-open .modal {
       
  7246   overflow-x: hidden;
       
  7247   overflow-y: auto; }
       
  7248 
       
  7249   .modal-dialog {
       
  7250     position: relative;
       
  7251     width: auto;
       
  7252     margin: 10px; }
       
  7253 
       
  7254     .modal-content {
       
  7255       position: relative;
       
  7256       background-color: #fff;
       
  7257       border: 1px solid #999;
       
  7258       border: 1px solid rgba(0, 0, 0, 0.2);
       
  7259       border-radius: 6px;
       
  7260       -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
       
  7261       box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
       
  7262       background-clip: padding-box;
       
  7263       outline: 0; }
       
  7264 
       
  7265       .modal-backdrop {
       
  7266         position: fixed;
       
  7267         top: 0;
       
  7268         right: 0;
       
  7269         bottom: 0;
       
  7270         left: 0;
       
  7271         z-index: 1040;
       
  7272         background-color: #000; }
       
  7273         .modal-backdrop.fade {
       
  7274           opacity: 0;
       
  7275           filter: alpha(opacity=0); }
       
  7276           .modal-backdrop.in {
       
  7277             opacity: 0.5;
       
  7278             filter: alpha(opacity=50); }
       
  7279 
       
  7280 .modal-header {
       
  7281   padding: 20px;
       
  7282   min-height: 16.42857px; }
       
  7283 
       
  7284   .modal-header .close {
       
  7285     margin-top: -2px; }
       
  7286 
       
  7287     .modal-title {
       
  7288       margin: 0;
       
  7289       line-height: 1.42857; }
       
  7290 
       
  7291       .modal-body {
       
  7292         position: relative;
       
  7293         padding: 15px 20px 30px 20px; }
       
  7294 
       
  7295         .modal-footer {
       
  7296           padding: 20px;
       
  7297           text-align: right;
       
  7298           border-top: 1px solid #e5e5e5;
       
  7299           background: #f5f5f5; }
       
  7300           .modal-footer .btn + .btn {
       
  7301             margin-left: 5px;
       
  7302             margin-bottom: 0; }
       
  7303             .modal-footer .btn-group .btn + .btn {
       
  7304               margin-left: -1px; }
       
  7305               .modal-footer .btn-block + .btn-block {
       
  7306                 margin-left: 0; }
       
  7307                 .modal-footer a.close {
       
  7308                   color: #000;
       
  7309                   line-height: 24px; }
       
  7310                   .modal-footer a.close:hover, .modal-footer a.close:focus {
       
  7311                     text-decoration: none; }
       
  7312 
       
  7313 .modal-scrollbar-measure {
       
  7314   position: absolute;
       
  7315   top: -9999px;
       
  7316   width: 50px;
       
  7317   height: 50px;
       
  7318   overflow: scroll; }
       
  7319 
       
  7320   @media (min-width: 768px) {
       
  7321     .modal-dialog {
       
  7322       width: 732px;
       
  7323       margin: 30px auto;   }
       
  7324       .modal-content {
       
  7325         -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
       
  7326         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);   }
       
  7327         .modal-sm {
       
  7328           width: 300px;   }
       
  7329 }
       
  7330 
       
  7331 @media (min-width: 992px) {
       
  7332   .modal-lg {
       
  7333     width: 900px;   }
       
  7334 }
       
  7335 .tooltip {
       
  7336   position: absolute;
       
  7337   z-index: 1070;
       
  7338   display: block;
       
  7339   visibility: visible;
       
  7340   font-size: 12px;
       
  7341   line-height: 1.4;
       
  7342   opacity: 0;
       
  7343   filter: alpha(opacity=0); }
       
  7344   .tooltip.in {
       
  7345     opacity: 0.9;
       
  7346     filter: alpha(opacity=90); }
       
  7347     .tooltip.top {
       
  7348       margin-top: -3px;
       
  7349       padding: 5px 0; }
       
  7350       .tooltip.right {
       
  7351         margin-left: 3px;
       
  7352         padding: 0 5px; }
       
  7353         .tooltip.bottom {
       
  7354           margin-top: 3px;
       
  7355           padding: 5px 0; }
       
  7356           .tooltip.left {
       
  7357             margin-left: -3px;
       
  7358             padding: 0 5px; }
       
  7359 
       
  7360 .tooltip-inner {
       
  7361   max-width: 200px;
       
  7362   padding: 3px 8px;
       
  7363   color: #fff;
       
  7364   text-align: center;
       
  7365   text-decoration: none;
       
  7366   background-color: #000;
       
  7367   border-radius: 4px; }
       
  7368 
       
  7369   .tooltip-arrow {
       
  7370     position: absolute;
       
  7371     width: 0;
       
  7372     height: 0;
       
  7373     border-color: transparent;
       
  7374     border-style: solid; }
       
  7375 
       
  7376     .tooltip.top .tooltip-arrow {
       
  7377       bottom: 0;
       
  7378       left: 50%;
       
  7379       margin-left: -5px;
       
  7380       border-width: 5px 5px 0;
       
  7381       border-top-color: #000; }
       
  7382       .tooltip.top-left .tooltip-arrow {
       
  7383         bottom: 0;
       
  7384         left: 5px;
       
  7385         border-width: 5px 5px 0;
       
  7386         border-top-color: #000; }
       
  7387         .tooltip.top-right .tooltip-arrow {
       
  7388           bottom: 0;
       
  7389           right: 5px;
       
  7390           border-width: 5px 5px 0;
       
  7391           border-top-color: #000; }
       
  7392           .tooltip.right .tooltip-arrow {
       
  7393             top: 50%;
       
  7394             left: 0;
       
  7395             margin-top: -5px;
       
  7396             border-width: 5px 5px 5px 0;
       
  7397             border-right-color: #000; }
       
  7398             .tooltip.left .tooltip-arrow {
       
  7399               top: 50%;
       
  7400               right: 0;
       
  7401               margin-top: -5px;
       
  7402               border-width: 5px 0 5px 5px;
       
  7403               border-left-color: #000; }
       
  7404               .tooltip.bottom .tooltip-arrow {
       
  7405                 top: 0;
       
  7406                 left: 50%;
       
  7407                 margin-left: -5px;
       
  7408                 border-width: 0 5px 5px;
       
  7409                 border-bottom-color: #000; }
       
  7410                 .tooltip.bottom-left .tooltip-arrow {
       
  7411                   top: 0;
       
  7412                   left: 5px;
       
  7413                   border-width: 0 5px 5px;
       
  7414                   border-bottom-color: #000; }
       
  7415                   .tooltip.bottom-right .tooltip-arrow {
       
  7416                     top: 0;
       
  7417                     right: 5px;
       
  7418                     border-width: 0 5px 5px;
       
  7419                     border-bottom-color: #000; }
       
  7420 .popover {
       
  7421   position: absolute;
       
  7422   top: 0;
       
  7423   left: 0;
       
  7424   z-index: 1060;
       
  7425   display: none;
       
  7426   max-width: 276px;
       
  7427   padding: 1px;
       
  7428   text-align: left;
       
  7429   background-color: #fff;
       
  7430   background-clip: padding-box;
       
  7431   border: 1px solid #ccc;
       
  7432   border: 1px solid rgba(0, 0, 0, 0.2);
       
  7433   border-radius: 3px;
       
  7434   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       
  7435   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       
  7436   white-space: normal; }
       
  7437   .popover.top {
       
  7438     margin-top: -10px; }
       
  7439     .popover.right {
       
  7440       margin-left: 10px; }
       
  7441       .popover.bottom {
       
  7442         margin-top: 10px; }
       
  7443         .popover.left {
       
  7444           margin-left: -10px; }
       
  7445 
       
  7446 .popover-title {
       
  7447   margin: 0;
       
  7448   padding: 8px 14px;
       
  7449   font-size: 13px;
       
  7450   font-weight: normal;
       
  7451   line-height: 18px;
       
  7452   background-color: #f7f7f7;
       
  7453   border-bottom: 1px solid #d5dfe6; }
       
  7454 
       
  7455   .popover-content {
       
  7456     padding: 9px 14px; }
       
  7457 
       
  7458     .popover > .arrow, .popover > .arrow:after {
       
  7459       position: absolute;
       
  7460       display: block;
       
  7461       width: 0;
       
  7462       height: 0;
       
  7463       border-color: transparent;
       
  7464       border-style: solid; }
       
  7465 
       
  7466 .popover > .arrow {
       
  7467   border-width: 11px; }
       
  7468 
       
  7469   .popover > .arrow:after {
       
  7470     border-width: 10px;
       
  7471     content: ""; }
       
  7472 
       
  7473     .popover.top > .arrow {
       
  7474       left: 50%;
       
  7475       margin-left: -11px;
       
  7476       border-bottom-width: 0;
       
  7477       border-top-color: #999;
       
  7478       border-top-color: black;
       
  7479       bottom: -11px; }
       
  7480       .popover.top > .arrow:after {
       
  7481         content: " ";
       
  7482         bottom: 1px;
       
  7483         margin-left: -10px;
       
  7484         border-bottom-width: 0;
       
  7485         border-top-color: #fff; }
       
  7486     .popover.right > .arrow {
       
  7487       top: 50%;
       
  7488       left: -11px;
       
  7489       margin-top: -11px;
       
  7490       border-left-width: 0;
       
  7491       border-right-color: #999;
       
  7492       border-right-color: black; }
       
  7493       .popover.right > .arrow:after {
       
  7494         content: " ";
       
  7495         left: 1px;
       
  7496         bottom: -10px;
       
  7497         border-left-width: 0;
       
  7498         border-right-color: #fff; }
       
  7499     .popover.bottom > .arrow {
       
  7500       left: 50%;
       
  7501       margin-left: -11px;
       
  7502       border-top-width: 0;
       
  7503       border-bottom-color: #999;
       
  7504       border-bottom-color: black;
       
  7505       top: -11px; }
       
  7506       .popover.bottom > .arrow:after {
       
  7507         content: " ";
       
  7508         top: 1px;
       
  7509         margin-left: -10px;
       
  7510         border-top-width: 0;
       
  7511         border-bottom-color: #fff; }
       
  7512     .popover.left > .arrow {
       
  7513       top: 50%;
       
  7514       right: -11px;
       
  7515       margin-top: -11px;
       
  7516       border-right-width: 0;
       
  7517       border-left-color: #999;
       
  7518       border-left-color: black; }
       
  7519       .popover.left > .arrow:after {
       
  7520         content: " ";
       
  7521         right: 1px;
       
  7522         border-right-width: 0;
       
  7523         border-left-color: #fff;
       
  7524         bottom: -10px; }
       
  7525 .carousel {
       
  7526   position: relative; }
       
  7527 
       
  7528   .carousel-inner {
       
  7529     position: relative;
       
  7530     overflow: hidden;
       
  7531     width: 100%; }
       
  7532     .carousel-inner > .item {
       
  7533       display: none;
       
  7534       position: relative;
       
  7535       -webkit-transition: 0.6s ease-in-out left;
       
  7536       -o-transition: 0.6s ease-in-out left;
       
  7537       transition: 0.6s ease-in-out left; }
       
  7538       .carousel-inner > .item > img, .carousel-inner > .item > a > img {
       
  7539         display: block;
       
  7540         width: 100% \9;
       
  7541         max-width: 100%;
       
  7542         height: auto;
       
  7543         line-height: 1; }
       
  7544     .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
       
  7545       display: block; }
       
  7546       .carousel-inner > .active {
       
  7547         left: 0; }
       
  7548         .carousel-inner > .next, .carousel-inner > .prev {
       
  7549           position: absolute;
       
  7550           top: 0;
       
  7551           width: 100%; }
       
  7552           .carousel-inner > .next {
       
  7553             left: 100%; }
       
  7554             .carousel-inner > .prev {
       
  7555               left: -100%; }
       
  7556               .carousel-inner > .next.left, .carousel-inner > .prev.right {
       
  7557                 left: 0; }
       
  7558                 .carousel-inner > .active.left {
       
  7559                   left: -100%; }
       
  7560                   .carousel-inner > .active.right {
       
  7561                     left: 100%; }
       
  7562 
       
  7563 .carousel-control {
       
  7564   position: absolute;
       
  7565   top: 0;
       
  7566   left: 0;
       
  7567   bottom: 0;
       
  7568   width: 15%;
       
  7569   opacity: 0.5;
       
  7570   filter: alpha(opacity=50);
       
  7571   font-size: 20px;
       
  7572   color: #fff;
       
  7573   text-align: center;
       
  7574   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
       
  7575   .carousel-control.left {
       
  7576     background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
       
  7577     background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
       
  7578     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
       
  7579     background-repeat: repeat-x;
       
  7580     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',
       
  7581         endColorstr='#00000000', GradientType=1); }
       
  7582     .carousel-control.right {
       
  7583       left: auto;
       
  7584       right: 0;
       
  7585       background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
       
  7586       background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
       
  7587       background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
       
  7588       background-repeat: repeat-x;
       
  7589       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
       
  7590             endColorstr='#80000000', GradientType=1); }
       
  7591       .carousel-control:hover, .carousel-control:focus {
       
  7592         outline: 0;
       
  7593         color: #fff;
       
  7594         text-decoration: none;
       
  7595         opacity: 0.9;
       
  7596         filter: alpha(opacity=90); }
       
  7597         .carousel-control .icon-prev, .carousel-control .icon-next,
       
  7598         .carousel-control .glyphicon-chevron-left,
       
  7599         .carousel-control .glyphicon-chevron-right {
       
  7600           position: absolute;
       
  7601           top: 50%;
       
  7602           z-index: 5;
       
  7603           display: inline-block; }
       
  7604           .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
       
  7605             left: 50%;
       
  7606             margin-left: -10px; }
       
  7607             .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
       
  7608               right: 50%;
       
  7609               margin-right: -10px; }
       
  7610               .carousel-control .icon-prev, .carousel-control .icon-next {
       
  7611                 width: 20px;
       
  7612                 height: 20px;
       
  7613                 margin-top: -10px;
       
  7614                 font-family: serif; }
       
  7615                 .carousel-control .icon-prev:before {
       
  7616                   content: '\2039'; }
       
  7617   .carousel-control .icon-next:before {
       
  7618     content: '\203a'; }
       
  7619 
       
  7620 .carousel-indicators {
       
  7621   position: absolute;
       
  7622   bottom: 10px;
       
  7623   left: 50%;
       
  7624   z-index: 15;
       
  7625   width: 60%;
       
  7626   margin-left: -30%;
       
  7627   padding-left: 0;
       
  7628   list-style: none;
       
  7629   text-align: center; }
       
  7630   .carousel-indicators li {
       
  7631     display: inline-block;
       
  7632     width: 10px;
       
  7633     height: 10px;
       
  7634     margin: 1px;
       
  7635     text-indent: -999px;
       
  7636     border: 1px solid #fff;
       
  7637     border-radius: 10px;
       
  7638     cursor: pointer;
       
  7639     background-color: #000 \9;
       
  7640     background-color: transparent; }
       
  7641     .carousel-indicators .active {
       
  7642       margin: 0;
       
  7643       width: 12px;
       
  7644       height: 12px;
       
  7645       background-color: #fff; }
       
  7646 
       
  7647 .carousel-caption {
       
  7648   position: absolute;
       
  7649   left: 15%;
       
  7650   right: 15%;
       
  7651   bottom: 20px;
       
  7652   z-index: 10;
       
  7653   padding-top: 20px;
       
  7654   padding-bottom: 20px;
       
  7655   color: #fff;
       
  7656   text-align: center;
       
  7657   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
       
  7658   .carousel-caption .btn {
       
  7659     text-shadow: none; }
       
  7660 
       
  7661 @media screen and (min-width: 768px) {
       
  7662   .carousel-control .glyphicon-chevron-left,
       
  7663   .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev,
       
  7664   .carousel-control .icon-next {
       
  7665     width: 30px;
       
  7666     height: 30px;
       
  7667     margin-top: -15px;
       
  7668     font-size: 30px;   }
       
  7669     .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
       
  7670       margin-left: -15px;   }
       
  7671       .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
       
  7672         margin-right: -15px;   }
       
  7673   .carousel-caption {
       
  7674     left: 20%;
       
  7675     right: 20%;
       
  7676     padding-bottom: 30px;   }
       
  7677     .carousel-indicators {
       
  7678       bottom: 20px;   }
       
  7679 }
       
  7680 .center-block {
       
  7681   display: block;
       
  7682   margin-left: auto;
       
  7683   margin-right: auto; }
       
  7684 
       
  7685   .pull-right {
       
  7686     float: right !important; }
       
  7687 
       
  7688     .pull-left {
       
  7689       float: left !important; }
       
  7690 
       
  7691       .hide {
       
  7692         display: none !important; }
       
  7693 
       
  7694         .show {
       
  7695           display: block !important; }
       
  7696 
       
  7697           .invisible {
       
  7698             visibility: hidden; }
       
  7699 
       
  7700             .text-hide {
       
  7701               font: 0 / 0 a;
       
  7702               color: transparent;
       
  7703               text-shadow: none;
       
  7704               background-color: transparent;
       
  7705               border: 0; }
       
  7706 
       
  7707               .hidden {
       
  7708                 display: none !important;
       
  7709                 visibility: hidden !important; }
       
  7710 
       
  7711                 .affix {
       
  7712                   position: fixed;
       
  7713                   -webkit-transform: translate3d(0, 0, 0);
       
  7714                   transform: translate3d(0, 0, 0); }
       
  7715 @-ms-viewport {
       
  7716   width: device-width; }
       
  7717 
       
  7718   .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block,
       
  7719   .visible-sm-inline, .visible-sm-inline-block, .visible-md-block,
       
  7720   .visible-md-inline, .visible-md-inline-block, .visible-lg-block,
       
  7721   .visible-lg-inline, .visible-lg-inline-block {
       
  7722     display: none !important; }
       
  7723 
       
  7724     @media (max-width: 767px) {
       
  7725       .visible-xs-block {
       
  7726         display: block !important;   }
       
  7727 }
       
  7728 
       
  7729 @media (max-width: 767px) {
       
  7730   .visible-xs-inline {
       
  7731     display: inline !important;   }
       
  7732 }
       
  7733 
       
  7734 @media (max-width: 767px) {
       
  7735   .visible-xs-inline-block {
       
  7736     display: inline-block !important;   }
       
  7737 }
       
  7738 
       
  7739 @media (min-width: 768px) and (max-width: 991px) {
       
  7740   .visible-sm-block {
       
  7741     display: block !important;   }
       
  7742 }
       
  7743 
       
  7744 @media (min-width: 768px) and (max-width: 991px) {
       
  7745   .visible-sm-inline {
       
  7746     display: inline !important;   }
       
  7747 }
       
  7748 
       
  7749 @media (min-width: 768px) and (max-width: 991px) {
       
  7750   .visible-sm-inline-block {
       
  7751     display: inline-block !important;   }
       
  7752 }
       
  7753 
       
  7754 @media (min-width: 992px) and (max-width: 1199px) {
       
  7755   .visible-md-block {
       
  7756     display: block !important;   }
       
  7757 }
       
  7758 
       
  7759 @media (min-width: 992px) and (max-width: 1199px) {
       
  7760   .visible-md-inline {
       
  7761     display: inline !important;   }
       
  7762 }
       
  7763 
       
  7764 @media (min-width: 992px) and (max-width: 1199px) {
       
  7765   .visible-md-inline-block {
       
  7766     display: inline-block !important;   }
       
  7767 }
       
  7768 
       
  7769 @media (min-width: 1200px) {
       
  7770   .visible-lg-block {
       
  7771     display: block !important;   }
       
  7772 }
       
  7773 
       
  7774 @media (min-width: 1200px) {
       
  7775   .visible-lg-inline {
       
  7776     display: inline !important;   }
       
  7777 }
       
  7778 
       
  7779 @media (min-width: 1200px) {
       
  7780   .visible-lg-inline-block {
       
  7781     display: inline-block !important;   }
       
  7782 }
       
  7783 
       
  7784 .visible-print-block {
       
  7785   display: none !important; }
       
  7786   @media print {
       
  7787     .visible-print-block {
       
  7788       display: block !important;   }
       
  7789 }
       
  7790 
       
  7791 .visible-print-inline {
       
  7792   display: none !important; }
       
  7793   @media print {
       
  7794     .visible-print-inline {
       
  7795       display: inline !important;   }
       
  7796 }
       
  7797 
       
  7798 .visible-print-inline-block {
       
  7799   display: none !important; }
       
  7800   @media print {
       
  7801     .visible-print-inline-block {
       
  7802       display: inline-block !important;   }
       
  7803 }
       
  7804 .visible-xs, .visible-sm, .visible-md, .visible-lg {
       
  7805   display: none !important; }
       
  7806   @media (max-width: 767px) {
       
  7807     .visible-xs {
       
  7808       display: block !important;   }
       
  7809       table.visible-xs {
       
  7810         display: table;   }
       
  7811         tr.visible-xs {
       
  7812           display: table-row !important;   }
       
  7813           th.visible-xs, td.visible-xs {
       
  7814             display: table-cell !important;   }
       
  7815 }
       
  7816           @media (min-width: 768px) and (max-width: 991px) {
       
  7817             .visible-sm {
       
  7818               display: block !important;   }
       
  7819               table.visible-sm {
       
  7820                 display: table;   }
       
  7821                 tr.visible-sm {
       
  7822                   display: table-row !important;   }
       
  7823                   th.visible-sm, td.visible-sm {
       
  7824                     display: table-cell !important;   }
       
  7825 }
       
  7826                   @media (min-width: 992px) and (max-width: 1199px) {
       
  7827                     .visible-md {
       
  7828                       display: block !important;   }
       
  7829                       table.visible-md {
       
  7830                         display: table;   }
       
  7831                         tr.visible-md {
       
  7832                           display: table-row !important;   }
       
  7833                           th.visible-md, td.visible-md {
       
  7834                             display: table-cell !important;   }
       
  7835 }
       
  7836                           @media (min-width: 1200px) {
       
  7837                             .visible-lg {
       
  7838                               display: block !important;   }
       
  7839                               table.visible-lg {
       
  7840                                 display: table;   }
       
  7841                                 tr.visible-lg {
       
  7842                                   display: table-row !important;   }
       
  7843                                   th.visible-lg, td.visible-lg {
       
  7844                                     display: table-cell !important;   }
       
  7845 }
       
  7846                                   @media (max-width: 767px) {
       
  7847                                     .hidden-xs {
       
  7848                                       display: none !important;   }
       
  7849 }
       
  7850                                     @media (min-width: 768px) and (max-width: 991px) {
       
  7851                                       .hidden-sm {
       
  7852                                         display: none !important;   }
       
  7853 }
       
  7854                                       @media (min-width: 992px) and (max-width: 1199px) {
       
  7855                                         .hidden-md {
       
  7856                                           display: none !important;   }
       
  7857 }
       
  7858                                         @media (min-width: 1200px) {
       
  7859                                           .hidden-lg {
       
  7860                                             display: none !important;   }
       
  7861 }
       
  7862 
       
  7863 .visible-print {
       
  7864   display: none !important; }
       
  7865   @media print {
       
  7866     .visible-print {
       
  7867       display: block !important;   }
       
  7868       table.visible-print {
       
  7869         display: table;   }
       
  7870         tr.visible-print {
       
  7871           display: table-row !important;   }
       
  7872           th.visible-print, td.visible-print {
       
  7873             display: table-cell !important;   }
       
  7874 }
       
  7875           @media print {
       
  7876             .hidden-print {
       
  7877               display: none !important;   }
       
  7878 }
       
  7879 @font-face {
       
  7880   font-family: 'FontAwesome';
       
  7881   src: url('/horizon/static/horizon/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0&f7c2b4b747b1');
       
  7882   src: url('/horizon/static/horizon/lib/font-awesome/fonts/fontawesome-webfont.eot?&f7c2b4b747b1#iefix&v=4.3.0') format('embedded-opentype'),
       
  7883     url('/horizon/static/horizon/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0&97493d3f11c0') format('woff2'),
       
  7884     url('/horizon/static/horizon/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0&d9ee23d59d0e') format('woff'),
       
  7885     url('/horizon/static/horizon/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0&706450d7bba6') format('truetype'),
       
  7886     url('/horizon/static/horizon/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0&2980083682e9#fontawesomeregular') format('svg');
       
  7887   font-weight: normal;
       
  7888   font-style: normal; }
       
  7889 .fa {
       
  7890   display: inline-block;
       
  7891   font: normal normal normal 14px / 1 FontAwesome;
       
  7892   font-size: inherit;
       
  7893   text-rendering: auto;
       
  7894   -webkit-font-smoothing: antialiased;
       
  7895   -moz-osx-font-smoothing: grayscale;
       
  7896   transform: translate(0, 0); }
       
  7897 .fa-lg {
       
  7898   font-size: 1.33333em;
       
  7899   line-height: 0.75em;
       
  7900   vertical-align: -15%; }
       
  7901 
       
  7902   .fa-2x {
       
  7903     font-size: 2em; }
       
  7904 
       
  7905     .fa-3x {
       
  7906       font-size: 3em; }
       
  7907 
       
  7908       .fa-4x {
       
  7909         font-size: 4em; }
       
  7910 
       
  7911         .fa-5x {
       
  7912           font-size: 5em; }
       
  7913 .fa-fw {
       
  7914   width: 1.28571em;
       
  7915   text-align: center; }
       
  7916 .fa-ul {
       
  7917   padding-left: 0;
       
  7918   margin-left: 2.14286em;
       
  7919   list-style-type: none; }
       
  7920   .fa-ul > li {
       
  7921     position: relative; }
       
  7922 
       
  7923 .fa-li {
       
  7924   position: absolute;
       
  7925   left: -2.14286em;
       
  7926   width: 2.14286em;
       
  7927   top: 0.14286em;
       
  7928   text-align: center; }
       
  7929   .fa-li.fa-lg {
       
  7930     left: -1.85714em; }
       
  7931 .fa-border {
       
  7932   padding: 0.2em 0.25em 0.15em;
       
  7933   border: solid 0.08em #eee;
       
  7934   border-radius: 0.1em; }
       
  7935 
       
  7936   .pull-right {
       
  7937     float: right; }
       
  7938 
       
  7939     .pull-left {
       
  7940       float: left; }
       
  7941 
       
  7942       .fa.pull-left {
       
  7943         margin-right: 0.3em; }
       
  7944         .fa.pull-right {
       
  7945           margin-left: 0.3em; }
       
  7946 .fa-spin {
       
  7947   -webkit-animation: fa-spin 2s infinite linear;
       
  7948   animation: fa-spin 2s infinite linear; }
       
  7949 
       
  7950   .fa-pulse {
       
  7951     -webkit-animation: fa-spin 1s infinite steps(8);
       
  7952     animation: fa-spin 1s infinite steps(8); }
       
  7953 
       
  7954     @-webkit-keyframes fa-spin {
       
  7955       0% {
       
  7956         -webkit-transform: rotate(0deg);
       
  7957         transform: rotate(0deg);   }
       
  7958         100% {
       
  7959           -webkit-transform: rotate(359deg);
       
  7960           transform: rotate(359deg);   }
       
  7961 }
       
  7962 
       
  7963 @keyframes fa-spin {
       
  7964   0% {
       
  7965     -webkit-transform: rotate(0deg);
       
  7966     transform: rotate(0deg);   }
       
  7967     100% {
       
  7968       -webkit-transform: rotate(359deg);
       
  7969       transform: rotate(359deg);   }
       
  7970 }
       
  7971 .fa-rotate-90 {
       
  7972   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
       
  7973   -webkit-transform: rotate(90deg);
       
  7974   -ms-transform: rotate(90deg);
       
  7975   transform: rotate(90deg); }
       
  7976 
       
  7977   .fa-rotate-180 {
       
  7978     filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
       
  7979     -webkit-transform: rotate(180deg);
       
  7980     -ms-transform: rotate(180deg);
       
  7981     transform: rotate(180deg); }
       
  7982 
       
  7983     .fa-rotate-270 {
       
  7984       filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
       
  7985       -webkit-transform: rotate(270deg);
       
  7986       -ms-transform: rotate(270deg);
       
  7987       transform: rotate(270deg); }
       
  7988 
       
  7989       .fa-flip-horizontal {
       
  7990         filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
       
  7991         -webkit-transform: scale(-1, 1);
       
  7992         -ms-transform: scale(-1, 1);
       
  7993         transform: scale(-1, 1); }
       
  7994 
       
  7995         .fa-flip-vertical {
       
  7996           filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
       
  7997           -webkit-transform: scale(1, -1);
       
  7998           -ms-transform: scale(1, -1);
       
  7999           transform: scale(1, -1); }
       
  8000 
       
  8001           :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270,
       
  8002           :root .fa-flip-horizontal, :root .fa-flip-vertical {
       
  8003             filter: none; }
       
  8004 .fa-stack {
       
  8005   position: relative;
       
  8006   display: inline-block;
       
  8007   width: 2em;
       
  8008   height: 2em;
       
  8009   line-height: 2em;
       
  8010   vertical-align: middle; }
       
  8011 
       
  8012   .fa-stack-1x, .fa-stack-2x {
       
  8013     position: absolute;
       
  8014     left: 0;
       
  8015     width: 100%;
       
  8016     text-align: center; }
       
  8017 
       
  8018     .fa-stack-1x {
       
  8019       line-height: inherit; }
       
  8020 
       
  8021       .fa-stack-2x {
       
  8022         font-size: 2em; }
       
  8023 
       
  8024         .fa-inverse {
       
  8025           color: #fff; }
       
  8026 .fa-glass:before {
       
  8027   content: "\f000"; }
       
  8028 
       
  8029   .fa-music:before {
       
  8030     content: "\f001"; }
       
  8031 
       
  8032     .fa-search:before {
       
  8033       content: "\f002"; }
       
  8034 
       
  8035       .fa-envelope-o:before {
       
  8036         content: "\f003"; }
       
  8037 
       
  8038         .fa-heart:before {
       
  8039           content: "\f004"; }
       
  8040 
       
  8041           .fa-star:before {
       
  8042             content: "\f005"; }
       
  8043 
       
  8044             .fa-star-o:before {
       
  8045               content: "\f006"; }
       
  8046 
       
  8047               .fa-user:before {
       
  8048                 content: "\f007"; }
       
  8049 
       
  8050                 .fa-film:before {
       
  8051                   content: "\f008"; }
       
  8052 
       
  8053                   .fa-th-large:before {
       
  8054                     content: "\f009"; }
       
  8055 
       
  8056                     .fa-th:before {
       
  8057                       content: "\f00a"; }
       
  8058 
       
  8059                       .fa-th-list:before {
       
  8060                         content: "\f00b"; }
       
  8061 
       
  8062                         .fa-check:before {
       
  8063                           content: "\f00c"; }
       
  8064 
       
  8065                           .fa-remove:before, .fa-close:before, .fa-times:before {
       
  8066                             content: "\f00d"; }
       
  8067 
       
  8068                             .fa-search-plus:before {
       
  8069                               content: "\f00e"; }
       
  8070 
       
  8071                               .fa-search-minus:before {
       
  8072                                 content: "\f010"; }
       
  8073 
       
  8074                                 .fa-power-off:before {
       
  8075                                   content: "\f011"; }
       
  8076 
       
  8077                                   .fa-signal:before {
       
  8078                                     content: "\f012"; }
       
  8079 
       
  8080                                     .fa-gear:before, .fa-cog:before {
       
  8081                                       content: "\f013"; }
       
  8082 
       
  8083                                       .fa-trash-o:before {
       
  8084                                         content: "\f014"; }
       
  8085 
       
  8086                                         .fa-home:before {
       
  8087                                           content: "\f015"; }
       
  8088 
       
  8089                                           .fa-file-o:before {
       
  8090                                             content: "\f016"; }
       
  8091 
       
  8092                                             .fa-clock-o:before {
       
  8093                                               content: "\f017"; }
       
  8094 
       
  8095                                               .fa-road:before {
       
  8096                                                 content: "\f018"; }
       
  8097 
       
  8098                                                 .fa-download:before {
       
  8099                                                   content: "\f019"; }
       
  8100 
       
  8101                                                   .fa-arrow-circle-o-down:before {
       
  8102                                                     content: "\f01a"; }
       
  8103 
       
  8104                                                     .fa-arrow-circle-o-up:before {
       
  8105                                                       content: "\f01b"; }
       
  8106 
       
  8107                                                       .fa-inbox:before {
       
  8108                                                         content: "\f01c"; }
       
  8109 
       
  8110                                                         .fa-play-circle-o:before {
       
  8111                                                           content: "\f01d"; }
       
  8112 
       
  8113                                                           .fa-rotate-right:before, .fa-repeat:before {
       
  8114                                                             content: "\f01e"; }
       
  8115 
       
  8116                                                             .fa-refresh:before {
       
  8117                                                               content: "\f021"; }
       
  8118 
       
  8119                                                               .fa-list-alt:before {
       
  8120                                                                 content: "\f022"; }
       
  8121 
       
  8122                                                                 .fa-lock:before {
       
  8123                                                                   content: "\f023"; }
       
  8124 
       
  8125                                                                   .fa-flag:before {
       
  8126                                                                     content: "\f024"; }
       
  8127 
       
  8128                                                                     .fa-headphones:before {
       
  8129                                                                       content: "\f025"; }
       
  8130 
       
  8131                                                                       .fa-volume-off:before {
       
  8132                                                                         content: "\f026"; }
       
  8133 
       
  8134                                                                         .fa-volume-down:before {
       
  8135                                                                           content: "\f027"; }
       
  8136 
       
  8137                                                                           .fa-volume-up:before {
       
  8138                                                                             content: "\f028"; }
       
  8139 
       
  8140                                                                             .fa-qrcode:before {
       
  8141                                                                               content: "\f029"; }
       
  8142 
       
  8143                                                                               .fa-barcode:before {
       
  8144                                                                                 content: "\f02a"; }
       
  8145 
       
  8146                                                                                 .fa-tag:before {
       
  8147                                                                                   content: "\f02b"; }
       
  8148 
       
  8149                                                                                   .fa-tags:before {
       
  8150                                                                                     content: "\f02c"; }
       
  8151 
       
  8152                                                                                     .fa-book:before {
       
  8153                                                                                       content: "\f02d"; }
       
  8154 
       
  8155                                                                                       .fa-bookmark:before {
       
  8156                                                                                         content: "\f02e"; }
       
  8157 
       
  8158                                                                                         .fa-print:before {
       
  8159                                                                                           content: "\f02f"; }
       
  8160 
       
  8161                                                                                           .fa-camera:before {
       
  8162                                                                                             content: "\f030"; }
       
  8163 
       
  8164                                                                                             .fa-font:before {
       
  8165                                                                                               content: "\f031"; }
       
  8166 
       
  8167                                                                                               .fa-bold:before {
       
  8168                                                                                                 content: "\f032"; }
       
  8169 
       
  8170                                                                                                 .fa-italic:before {
       
  8171                                                                                                   content: "\f033"; }
       
  8172 
       
  8173                                                                                                   .fa-text-height:before {
       
  8174                                                                                                     content: "\f034"; }
       
  8175 
       
  8176                                                                                                     .fa-text-width:before {
       
  8177                                                                                                       content: "\f035"; }
       
  8178 
       
  8179                                                                                                       .fa-align-left:before {
       
  8180                                                                                                         content: "\f036"; }
       
  8181 
       
  8182                                                                                                         .fa-align-center:before {
       
  8183                                                                                                           content: "\f037"; }
       
  8184 
       
  8185                                                                                                           .fa-align-right:before {
       
  8186                                                                                                             content: "\f038"; }
       
  8187 
       
  8188                                                                                                             .fa-align-justify:before {
       
  8189                                                                                                               content: "\f039"; }
       
  8190 
       
  8191                                                                                                               .fa-list:before {
       
  8192                                                                                                                 content: "\f03a"; }
       
  8193 
       
  8194                                                                                                                 .fa-dedent:before, .fa-outdent:before {
       
  8195                                                                                                                   content: "\f03b"; }
       
  8196 
       
  8197                                                                                                                   .fa-indent:before {
       
  8198                                                                                                                     content: "\f03c"; }
       
  8199 
       
  8200                                                                                                                     .fa-video-camera:before {
       
  8201                                                                                                                       content: "\f03d"; }
       
  8202 
       
  8203                                                                                                                       .fa-photo:before, .fa-image:before, .fa-picture-o:before {
       
  8204                                                                                                                         content: "\f03e"; }
       
  8205 
       
  8206                                                                                                                         .fa-pencil:before {
       
  8207                                                                                                                           content: "\f040"; }
       
  8208 
       
  8209                                                                                                                           .fa-map-marker:before {
       
  8210                                                                                                                             content: "\f041"; }
       
  8211 
       
  8212                                                                                                                             .fa-adjust:before {
       
  8213                                                                                                                               content: "\f042"; }
       
  8214 
       
  8215                                                                                                                               .fa-tint:before {
       
  8216                                                                                                                                 content: "\f043"; }
       
  8217 
       
  8218                                                                                                                                 .fa-edit:before, .fa-pencil-square-o:before {
       
  8219                                                                                                                                   content: "\f044"; }
       
  8220 
       
  8221                                                                                                                                   .fa-share-square-o:before {
       
  8222                                                                                                                                     content: "\f045"; }
       
  8223 
       
  8224                                                                                                                                     .fa-check-square-o:before {
       
  8225                                                                                                                                       content: "\f046"; }
       
  8226 
       
  8227                                                                                                                                       .fa-arrows:before {
       
  8228                                                                                                                                         content: "\f047"; }
       
  8229 
       
  8230                                                                                                                                         .fa-step-backward:before {
       
  8231                                                                                                                                           content: "\f048"; }
       
  8232 
       
  8233                                                                                                                                           .fa-fast-backward:before {
       
  8234                                                                                                                                             content: "\f049"; }
       
  8235 
       
  8236                                                                                                                                             .fa-backward:before {
       
  8237                                                                                                                                               content: "\f04a"; }
       
  8238 
       
  8239                                                                                                                                               .fa-play:before {
       
  8240                                                                                                                                                 content: "\f04b"; }
       
  8241 
       
  8242                                                                                                                                                 .fa-pause:before {
       
  8243                                                                                                                                                   content: "\f04c"; }
       
  8244 
       
  8245                                                                                                                                                   .fa-stop:before {
       
  8246                                                                                                                                                     content: "\f04d"; }
       
  8247 
       
  8248                                                                                                                                                     .fa-forward:before {
       
  8249                                                                                                                                                       content: "\f04e"; }
       
  8250 
       
  8251                                                                                                                                                       .fa-fast-forward:before {
       
  8252                                                                                                                                                         content: "\f050"; }
       
  8253 
       
  8254                                                                                                                                                         .fa-step-forward:before {
       
  8255                                                                                                                                                           content: "\f051"; }
       
  8256 
       
  8257                                                                                                                                                           .fa-eject:before {
       
  8258                                                                                                                                                             content: "\f052"; }
       
  8259 
       
  8260                                                                                                                                                             .fa-chevron-left:before {
       
  8261                                                                                                                                                               content: "\f053"; }
       
  8262 
       
  8263                                                                                                                                                               .fa-chevron-right:before {
       
  8264                                                                                                                                                                 content: "\f054"; }
       
  8265 
       
  8266                                                                                                                                                                 .fa-plus-circle:before {
       
  8267                                                                                                                                                                   content: "\f055"; }
       
  8268 
       
  8269                                                                                                                                                                   .fa-minus-circle:before {
       
  8270                                                                                                                                                                     content: "\f056"; }
       
  8271 
       
  8272                                                                                                                                                                     .fa-times-circle:before {
       
  8273                                                                                                                                                                       content: "\f057"; }
       
  8274 
       
  8275                                                                                                                                                                       .fa-check-circle:before {
       
  8276                                                                                                                                                                         content: "\f058"; }
       
  8277 
       
  8278                                                                                                                                                                         .fa-question-circle:before {
       
  8279                                                                                                                                                                           content: "\f059"; }
       
  8280 
       
  8281                                                                                                                                                                           .fa-info-circle:before {
       
  8282                                                                                                                                                                             content: "\f05a"; }
       
  8283 
       
  8284                                                                                                                                                                             .fa-crosshairs:before {
       
  8285                                                                                                                                                                               content: "\f05b"; }
       
  8286 
       
  8287                                                                                                                                                                               .fa-times-circle-o:before {
       
  8288                                                                                                                                                                                 content: "\f05c"; }
       
  8289 
       
  8290                                                                                                                                                                                 .fa-check-circle-o:before {
       
  8291                                                                                                                                                                                   content: "\f05d"; }
       
  8292 
       
  8293                                                                                                                                                                                   .fa-ban:before {
       
  8294                                                                                                                                                                                     content: "\f05e"; }
       
  8295 
       
  8296                                                                                                                                                                                     .fa-arrow-left:before {
       
  8297                                                                                                                                                                                       content: "\f060"; }
       
  8298 
       
  8299                                                                                                                                                                                       .fa-arrow-right:before {
       
  8300                                                                                                                                                                                         content: "\f061"; }
       
  8301 
       
  8302                                                                                                                                                                                         .fa-arrow-up:before {
       
  8303                                                                                                                                                                                           content: "\f062"; }
       
  8304 
       
  8305                                                                                                                                                                                           .fa-arrow-down:before {
       
  8306                                                                                                                                                                                             content: "\f063"; }
       
  8307 
       
  8308                                                                                                                                                                                             .fa-mail-forward:before, .fa-share:before {
       
  8309                                                                                                                                                                                               content: "\f064"; }
       
  8310 
       
  8311                                                                                                                                                                                               .fa-expand:before {
       
  8312                                                                                                                                                                                                 content: "\f065"; }
       
  8313 
       
  8314                                                                                                                                                                                                 .fa-compress:before {
       
  8315                                                                                                                                                                                                   content: "\f066"; }
       
  8316 
       
  8317                                                                                                                                                                                                   .fa-plus:before {
       
  8318                                                                                                                                                                                                     content: "\f067"; }
       
  8319 
       
  8320                                                                                                                                                                                                     .fa-minus:before {
       
  8321                                                                                                                                                                                                       content: "\f068"; }
       
  8322 
       
  8323                                                                                                                                                                                                       .fa-asterisk:before {
       
  8324                                                                                                                                                                                                         content: "\f069"; }
       
  8325 
       
  8326                                                                                                                                                                                                         .fa-exclamation-circle:before {
       
  8327                                                                                                                                                                                                           content: "\f06a"; }
       
  8328 
       
  8329                                                                                                                                                                                                           .fa-gift:before {
       
  8330                                                                                                                                                                                                             content: "\f06b"; }
       
  8331 
       
  8332                                                                                                                                                                                                             .fa-leaf:before {
       
  8333                                                                                                                                                                                                               content: "\f06c"; }
       
  8334 
       
  8335                                                                                                                                                                                                               .fa-fire:before {
       
  8336                                                                                                                                                                                                                 content: "\f06d"; }
       
  8337 
       
  8338                                                                                                                                                                                                                 .fa-eye:before {
       
  8339                                                                                                                                                                                                                   content: "\f06e"; }
       
  8340 
       
  8341                                                                                                                                                                                                                   .fa-eye-slash:before {
       
  8342                                                                                                                                                                                                                     content: "\f070"; }
       
  8343 
       
  8344                                                                                                                                                                                                                     .fa-warning:before, .fa-exclamation-triangle:before {
       
  8345                                                                                                                                                                                                                       content: "\f071"; }
       
  8346 
       
  8347                                                                                                                                                                                                                       .fa-plane:before {
       
  8348                                                                                                                                                                                                                         content: "\f072"; }
       
  8349 
       
  8350                                                                                                                                                                                                                         .fa-calendar:before {
       
  8351                                                                                                                                                                                                                           content: "\f073"; }
       
  8352 
       
  8353                                                                                                                                                                                                                           .fa-random:before {
       
  8354                                                                                                                                                                                                                             content: "\f074"; }
       
  8355 
       
  8356                                                                                                                                                                                                                             .fa-comment:before {
       
  8357                                                                                                                                                                                                                               content: "\f075"; }
       
  8358 
       
  8359                                                                                                                                                                                                                               .fa-magnet:before {
       
  8360                                                                                                                                                                                                                                 content: "\f076"; }
       
  8361 
       
  8362                                                                                                                                                                                                                                 .fa-chevron-up:before {
       
  8363                                                                                                                                                                                                                                   content: "\f077"; }
       
  8364 
       
  8365                                                                                                                                                                                                                                   .fa-chevron-down:before {
       
  8366                                                                                                                                                                                                                                     content: "\f078"; }
       
  8367 
       
  8368                                                                                                                                                                                                                                     .fa-retweet:before {
       
  8369                                                                                                                                                                                                                                       content: "\f079"; }
       
  8370 
       
  8371                                                                                                                                                                                                                                       .fa-shopping-cart:before {
       
  8372                                                                                                                                                                                                                                         content: "\f07a"; }
       
  8373 
       
  8374                                                                                                                                                                                                                                         .fa-folder:before {
       
  8375                                                                                                                                                                                                                                           content: "\f07b"; }
       
  8376 
       
  8377                                                                                                                                                                                                                                           .fa-folder-open:before {
       
  8378                                                                                                                                                                                                                                             content: "\f07c"; }
       
  8379 
       
  8380                                                                                                                                                                                                                                             .fa-arrows-v:before {
       
  8381                                                                                                                                                                                                                                               content: "\f07d"; }
       
  8382 
       
  8383                                                                                                                                                                                                                                               .fa-arrows-h:before {
       
  8384                                                                                                                                                                                                                                                 content: "\f07e"; }
       
  8385 
       
  8386                                                                                                                                                                                                                                                 .fa-bar-chart-o:before, .fa-bar-chart:before {
       
  8387                                                                                                                                                                                                                                                   content: "\f080"; }
       
  8388 
       
  8389                                                                                                                                                                                                                                                   .fa-twitter-square:before {
       
  8390                                                                                                                                                                                                                                                     content: "\f081"; }
       
  8391 
       
  8392                                                                                                                                                                                                                                                     .fa-facebook-square:before {
       
  8393                                                                                                                                                                                                                                                       content: "\f082"; }
       
  8394 
       
  8395                                                                                                                                                                                                                                                       .fa-camera-retro:before {
       
  8396                                                                                                                                                                                                                                                         content: "\f083"; }
       
  8397 
       
  8398                                                                                                                                                                                                                                                         .fa-key:before {
       
  8399                                                                                                                                                                                                                                                           content: "\f084"; }
       
  8400 
       
  8401                                                                                                                                                                                                                                                           .fa-gears:before, .fa-cogs:before {
       
  8402                                                                                                                                                                                                                                                             content: "\f085"; }
       
  8403 
       
  8404                                                                                                                                                                                                                                                             .fa-comments:before {
       
  8405                                                                                                                                                                                                                                                               content: "\f086"; }
       
  8406 
       
  8407                                                                                                                                                                                                                                                               .fa-thumbs-o-up:before {
       
  8408                                                                                                                                                                                                                                                                 content: "\f087"; }
       
  8409 
       
  8410                                                                                                                                                                                                                                                                 .fa-thumbs-o-down:before {
       
  8411                                                                                                                                                                                                                                                                   content: "\f088"; }
       
  8412 
       
  8413                                                                                                                                                                                                                                                                   .fa-star-half:before {
       
  8414                                                                                                                                                                                                                                                                     content: "\f089"; }
       
  8415 
       
  8416                                                                                                                                                                                                                                                                     .fa-heart-o:before {
       
  8417                                                                                                                                                                                                                                                                       content: "\f08a"; }
       
  8418 
       
  8419                                                                                                                                                                                                                                                                       .fa-sign-out:before {
       
  8420                                                                                                                                                                                                                                                                         content: "\f08b"; }
       
  8421 
       
  8422                                                                                                                                                                                                                                                                         .fa-linkedin-square:before {
       
  8423                                                                                                                                                                                                                                                                           content: "\f08c"; }
       
  8424 
       
  8425                                                                                                                                                                                                                                                                           .fa-thumb-tack:before {
       
  8426                                                                                                                                                                                                                                                                             content: "\f08d"; }
       
  8427 
       
  8428                                                                                                                                                                                                                                                                             .fa-external-link:before {
       
  8429                                                                                                                                                                                                                                                                               content: "\f08e"; }
       
  8430 
       
  8431                                                                                                                                                                                                                                                                               .fa-sign-in:before {
       
  8432                                                                                                                                                                                                                                                                                 content: "\f090"; }
       
  8433 
       
  8434                                                                                                                                                                                                                                                                                 .fa-trophy:before {
       
  8435                                                                                                                                                                                                                                                                                   content: "\f091"; }
       
  8436 
       
  8437                                                                                                                                                                                                                                                                                   .fa-github-square:before {
       
  8438                                                                                                                                                                                                                                                                                     content: "\f092"; }
       
  8439 
       
  8440                                                                                                                                                                                                                                                                                     .fa-upload:before {
       
  8441                                                                                                                                                                                                                                                                                       content: "\f093"; }
       
  8442 
       
  8443                                                                                                                                                                                                                                                                                       .fa-lemon-o:before {
       
  8444                                                                                                                                                                                                                                                                                         content: "\f094"; }
       
  8445 
       
  8446                                                                                                                                                                                                                                                                                         .fa-phone:before {
       
  8447                                                                                                                                                                                                                                                                                           content: "\f095"; }
       
  8448 
       
  8449                                                                                                                                                                                                                                                                                           .fa-square-o:before {
       
  8450                                                                                                                                                                                                                                                                                             content: "\f096"; }
       
  8451 
       
  8452                                                                                                                                                                                                                                                                                             .fa-bookmark-o:before {
       
  8453                                                                                                                                                                                                                                                                                               content: "\f097"; }
       
  8454 
       
  8455                                                                                                                                                                                                                                                                                               .fa-phone-square:before {
       
  8456                                                                                                                                                                                                                                                                                                 content: "\f098"; }
       
  8457 
       
  8458                                                                                                                                                                                                                                                                                                 .fa-twitter:before {
       
  8459                                                                                                                                                                                                                                                                                                   content: "\f099"; }
       
  8460 
       
  8461                                                                                                                                                                                                                                                                                                   .fa-facebook-f:before, .fa-facebook:before {
       
  8462                                                                                                                                                                                                                                                                                                     content: "\f09a"; }
       
  8463 
       
  8464                                                                                                                                                                                                                                                                                                     .fa-github:before {
       
  8465                                                                                                                                                                                                                                                                                                       content: "\f09b"; }
       
  8466 
       
  8467                                                                                                                                                                                                                                                                                                       .fa-unlock:before {
       
  8468                                                                                                                                                                                                                                                                                                         content: "\f09c"; }
       
  8469 
       
  8470                                                                                                                                                                                                                                                                                                         .fa-credit-card:before {
       
  8471                                                                                                                                                                                                                                                                                                           content: "\f09d"; }
       
  8472 
       
  8473                                                                                                                                                                                                                                                                                                           .fa-rss:before {
       
  8474                                                                                                                                                                                                                                                                                                             content: "\f09e"; }
       
  8475 
       
  8476                                                                                                                                                                                                                                                                                                             .fa-hdd-o:before {
       
  8477                                                                                                                                                                                                                                                                                                               content: "\f0a0"; }
       
  8478 
       
  8479                                                                                                                                                                                                                                                                                                               .fa-bullhorn:before {
       
  8480                                                                                                                                                                                                                                                                                                                 content: "\f0a1"; }
       
  8481 
       
  8482                                                                                                                                                                                                                                                                                                                 .fa-bell:before {
       
  8483                                                                                                                                                                                                                                                                                                                   content: "\f0f3"; }
       
  8484 
       
  8485                                                                                                                                                                                                                                                                                                                   .fa-certificate:before {
       
  8486                                                                                                                                                                                                                                                                                                                     content: "\f0a3"; }
       
  8487 
       
  8488                                                                                                                                                                                                                                                                                                                     .fa-hand-o-right:before {
       
  8489                                                                                                                                                                                                                                                                                                                       content: "\f0a4"; }
       
  8490 
       
  8491                                                                                                                                                                                                                                                                                                                       .fa-hand-o-left:before {
       
  8492                                                                                                                                                                                                                                                                                                                         content: "\f0a5"; }
       
  8493 
       
  8494                                                                                                                                                                                                                                                                                                                         .fa-hand-o-up:before {
       
  8495                                                                                                                                                                                                                                                                                                                           content: "\f0a6"; }
       
  8496 
       
  8497                                                                                                                                                                                                                                                                                                                           .fa-hand-o-down:before {
       
  8498                                                                                                                                                                                                                                                                                                                             content: "\f0a7"; }
       
  8499 
       
  8500                                                                                                                                                                                                                                                                                                                             .fa-arrow-circle-left:before {
       
  8501                                                                                                                                                                                                                                                                                                                               content: "\f0a8"; }
       
  8502 
       
  8503                                                                                                                                                                                                                                                                                                                               .fa-arrow-circle-right:before {
       
  8504                                                                                                                                                                                                                                                                                                                                 content: "\f0a9"; }
       
  8505 
       
  8506                                                                                                                                                                                                                                                                                                                                 .fa-arrow-circle-up:before {
       
  8507                                                                                                                                                                                                                                                                                                                                   content: "\f0aa"; }
       
  8508 
       
  8509                                                                                                                                                                                                                                                                                                                                   .fa-arrow-circle-down:before {
       
  8510                                                                                                                                                                                                                                                                                                                                     content: "\f0ab"; }
       
  8511 
       
  8512                                                                                                                                                                                                                                                                                                                                     .fa-globe:before {
       
  8513                                                                                                                                                                                                                                                                                                                                       content: "\f0ac"; }
       
  8514 
       
  8515                                                                                                                                                                                                                                                                                                                                       .fa-wrench:before {
       
  8516                                                                                                                                                                                                                                                                                                                                         content: "\f0ad"; }
       
  8517 
       
  8518                                                                                                                                                                                                                                                                                                                                         .fa-tasks:before {
       
  8519                                                                                                                                                                                                                                                                                                                                           content: "\f0ae"; }
       
  8520 
       
  8521                                                                                                                                                                                                                                                                                                                                           .fa-filter:before {
       
  8522                                                                                                                                                                                                                                                                                                                                             content: "\f0b0"; }
       
  8523 
       
  8524                                                                                                                                                                                                                                                                                                                                             .fa-briefcase:before {
       
  8525                                                                                                                                                                                                                                                                                                                                               content: "\f0b1"; }
       
  8526 
       
  8527                                                                                                                                                                                                                                                                                                                                               .fa-arrows-alt:before {
       
  8528                                                                                                                                                                                                                                                                                                                                                 content: "\f0b2"; }
       
  8529 
       
  8530                                                                                                                                                                                                                                                                                                                                                 .fa-group:before, .fa-users:before {
       
  8531                                                                                                                                                                                                                                                                                                                                                   content: "\f0c0"; }
       
  8532 
       
  8533                                                                                                                                                                                                                                                                                                                                                   .fa-chain:before, .fa-link:before {
       
  8534                                                                                                                                                                                                                                                                                                                                                     content: "\f0c1"; }
       
  8535 
       
  8536                                                                                                                                                                                                                                                                                                                                                     .fa-cloud:before {
       
  8537                                                                                                                                                                                                                                                                                                                                                       content: "\f0c2"; }
       
  8538 
       
  8539                                                                                                                                                                                                                                                                                                                                                       .fa-flask:before {
       
  8540                                                                                                                                                                                                                                                                                                                                                         content: "\f0c3"; }
       
  8541 
       
  8542                                                                                                                                                                                                                                                                                                                                                         .fa-cut:before, .fa-scissors:before {
       
  8543                                                                                                                                                                                                                                                                                                                                                           content: "\f0c4"; }
       
  8544 
       
  8545                                                                                                                                                                                                                                                                                                                                                           .fa-copy:before, .fa-files-o:before {
       
  8546                                                                                                                                                                                                                                                                                                                                                             content: "\f0c5"; }
       
  8547 
       
  8548                                                                                                                                                                                                                                                                                                                                                             .fa-paperclip:before {
       
  8549                                                                                                                                                                                                                                                                                                                                                               content: "\f0c6"; }
       
  8550 
       
  8551                                                                                                                                                                                                                                                                                                                                                               .fa-save:before, .fa-floppy-o:before {
       
  8552                                                                                                                                                                                                                                                                                                                                                                 content: "\f0c7"; }
       
  8553 
       
  8554                                                                                                                                                                                                                                                                                                                                                                 .fa-square:before {
       
  8555                                                                                                                                                                                                                                                                                                                                                                   content: "\f0c8"; }
       
  8556 
       
  8557                                                                                                                                                                                                                                                                                                                                                                   .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
       
  8558                                                                                                                                                                                                                                                                                                                                                                     content: "\f0c9"; }
       
  8559 
       
  8560                                                                                                                                                                                                                                                                                                                                                                     .fa-list-ul:before {
       
  8561                                                                                                                                                                                                                                                                                                                                                                       content: "\f0ca"; }
       
  8562 
       
  8563                                                                                                                                                                                                                                                                                                                                                                       .fa-list-ol:before {
       
  8564                                                                                                                                                                                                                                                                                                                                                                         content: "\f0cb"; }
       
  8565 
       
  8566                                                                                                                                                                                                                                                                                                                                                                         .fa-strikethrough:before {
       
  8567                                                                                                                                                                                                                                                                                                                                                                           content: "\f0cc"; }
       
  8568 
       
  8569                                                                                                                                                                                                                                                                                                                                                                           .fa-underline:before {
       
  8570                                                                                                                                                                                                                                                                                                                                                                             content: "\f0cd"; }
       
  8571 
       
  8572                                                                                                                                                                                                                                                                                                                                                                             .fa-table:before {
       
  8573                                                                                                                                                                                                                                                                                                                                                                               content: "\f0ce"; }
       
  8574 
       
  8575                                                                                                                                                                                                                                                                                                                                                                               .fa-magic:before {
       
  8576                                                                                                                                                                                                                                                                                                                                                                                 content: "\f0d0"; }
       
  8577 
       
  8578                                                                                                                                                                                                                                                                                                                                                                                 .fa-truck:before {
       
  8579                                                                                                                                                                                                                                                                                                                                                                                   content: "\f0d1"; }
       
  8580 
       
  8581                                                                                                                                                                                                                                                                                                                                                                                   .fa-pinterest:before {
       
  8582                                                                                                                                                                                                                                                                                                                                                                                     content: "\f0d2"; }
       
  8583 
       
  8584                                                                                                                                                                                                                                                                                                                                                                                     .fa-pinterest-square:before {
       
  8585                                                                                                                                                                                                                                                                                                                                                                                       content: "\f0d3"; }
       
  8586 
       
  8587                                                                                                                                                                                                                                                                                                                                                                                       .fa-google-plus-square:before {
       
  8588                                                                                                                                                                                                                                                                                                                                                                                         content: "\f0d4"; }
       
  8589 
       
  8590                                                                                                                                                                                                                                                                                                                                                                                         .fa-google-plus:before {
       
  8591                                                                                                                                                                                                                                                                                                                                                                                           content: "\f0d5"; }
       
  8592 
       
  8593                                                                                                                                                                                                                                                                                                                                                                                           .fa-money:before {
       
  8594                                                                                                                                                                                                                                                                                                                                                                                             content: "\f0d6"; }
       
  8595 
       
  8596                                                                                                                                                                                                                                                                                                                                                                                             .fa-caret-down:before {
       
  8597                                                                                                                                                                                                                                                                                                                                                                                               content: "\f0d7"; }
       
  8598 
       
  8599                                                                                                                                                                                                                                                                                                                                                                                               .fa-caret-up:before {
       
  8600                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f0d8"; }
       
  8601 
       
  8602                                                                                                                                                                                                                                                                                                                                                                                                 .fa-caret-left:before {
       
  8603                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f0d9"; }
       
  8604 
       
  8605                                                                                                                                                                                                                                                                                                                                                                                                   .fa-caret-right:before {
       
  8606                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f0da"; }
       
  8607 
       
  8608                                                                                                                                                                                                                                                                                                                                                                                                     .fa-columns:before {
       
  8609                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f0db"; }
       
  8610 
       
  8611                                                                                                                                                                                                                                                                                                                                                                                                       .fa-unsorted:before, .fa-sort:before {
       
  8612                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f0dc"; }
       
  8613 
       
  8614                                                                                                                                                                                                                                                                                                                                                                                                         .fa-sort-down:before, .fa-sort-desc:before {
       
  8615                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f0dd"; }
       
  8616 
       
  8617                                                                                                                                                                                                                                                                                                                                                                                                           .fa-sort-up:before, .fa-sort-asc:before {
       
  8618                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f0de"; }
       
  8619 
       
  8620                                                                                                                                                                                                                                                                                                                                                                                                             .fa-envelope:before {
       
  8621                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f0e0"; }
       
  8622 
       
  8623                                                                                                                                                                                                                                                                                                                                                                                                               .fa-linkedin:before {
       
  8624                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f0e1"; }
       
  8625 
       
  8626                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-rotate-left:before, .fa-undo:before {
       
  8627                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f0e2"; }
       
  8628 
       
  8629                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-legal:before, .fa-gavel:before {
       
  8630                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f0e3"; }
       
  8631 
       
  8632                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-dashboard:before, .fa-tachometer:before {
       
  8633                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f0e4"; }
       
  8634 
       
  8635                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-comment-o:before {
       
  8636                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f0e5"; }
       
  8637 
       
  8638                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-comments-o:before {
       
  8639                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f0e6"; }
       
  8640 
       
  8641                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-flash:before, .fa-bolt:before {
       
  8642                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f0e7"; }
       
  8643 
       
  8644                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-sitemap:before {
       
  8645                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f0e8"; }
       
  8646 
       
  8647                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-umbrella:before {
       
  8648                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f0e9"; }
       
  8649 
       
  8650                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-paste:before, .fa-clipboard:before {
       
  8651                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f0ea"; }
       
  8652 
       
  8653                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-lightbulb-o:before {
       
  8654                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f0eb"; }
       
  8655 
       
  8656                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-exchange:before {
       
  8657                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f0ec"; }
       
  8658 
       
  8659                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-cloud-download:before {
       
  8660                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f0ed"; }
       
  8661 
       
  8662                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-cloud-upload:before {
       
  8663                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f0ee"; }
       
  8664 
       
  8665                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-user-md:before {
       
  8666                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f0f0"; }
       
  8667 
       
  8668                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-stethoscope:before {
       
  8669                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f0f1"; }
       
  8670 
       
  8671                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-suitcase:before {
       
  8672                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f0f2"; }
       
  8673 
       
  8674                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-bell-o:before {
       
  8675                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f0a2"; }
       
  8676 
       
  8677                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-coffee:before {
       
  8678                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f0f4"; }
       
  8679 
       
  8680                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-cutlery:before {
       
  8681                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f0f5"; }
       
  8682 
       
  8683                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-file-text-o:before {
       
  8684                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f0f6"; }
       
  8685 
       
  8686                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-building-o:before {
       
  8687                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f0f7"; }
       
  8688 
       
  8689                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-hospital-o:before {
       
  8690                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f0f8"; }
       
  8691 
       
  8692                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-ambulance:before {
       
  8693                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f0f9"; }
       
  8694 
       
  8695                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-medkit:before {
       
  8696                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f0fa"; }
       
  8697 
       
  8698                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-fighter-jet:before {
       
  8699                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f0fb"; }
       
  8700 
       
  8701                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-beer:before {
       
  8702                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f0fc"; }
       
  8703 
       
  8704                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-h-square:before {
       
  8705                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f0fd"; }
       
  8706 
       
  8707                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-plus-square:before {
       
  8708                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f0fe"; }
       
  8709 
       
  8710                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-angle-double-left:before {
       
  8711                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f100"; }
       
  8712 
       
  8713                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-angle-double-right:before {
       
  8714                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f101"; }
       
  8715 
       
  8716                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-angle-double-up:before {
       
  8717                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f102"; }
       
  8718 
       
  8719                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-angle-double-down:before {
       
  8720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f103"; }
       
  8721 
       
  8722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-angle-left:before {
       
  8723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f104"; }
       
  8724 
       
  8725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-angle-right:before {
       
  8726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f105"; }
       
  8727 
       
  8728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-angle-up:before {
       
  8729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f106"; }
       
  8730 
       
  8731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-angle-down:before, .nav_accordion dt h4 span:before,
       
  8732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .nav_accordion dd h4 span:before, .nav_accordion dt span:before {
       
  8733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f107"; }
       
  8734 
       
  8735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-desktop:before {
       
  8736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f108"; }
       
  8737 
       
  8738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-laptop:before {
       
  8739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f109"; }
       
  8740 
       
  8741                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-tablet:before {
       
  8742                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f10a"; }
       
  8743 
       
  8744                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-mobile-phone:before, .fa-mobile:before {
       
  8745                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f10b"; }
       
  8746 
       
  8747                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-circle-o:before {
       
  8748                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f10c"; }
       
  8749 
       
  8750                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-quote-left:before {
       
  8751                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f10d"; }
       
  8752 
       
  8753                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-quote-right:before {
       
  8754                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f10e"; }
       
  8755 
       
  8756                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-spinner:before {
       
  8757                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f110"; }
       
  8758 
       
  8759                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-circle:before {
       
  8760                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f111"; }
       
  8761 
       
  8762                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-mail-reply:before, .fa-reply:before {
       
  8763                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f112"; }
       
  8764 
       
  8765                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-github-alt:before {
       
  8766                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f113"; }
       
  8767 
       
  8768                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-folder-o:before {
       
  8769                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f114"; }
       
  8770 
       
  8771                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-folder-open-o:before {
       
  8772                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f115"; }
       
  8773 
       
  8774                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-smile-o:before {
       
  8775                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f118"; }
       
  8776 
       
  8777                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-frown-o:before {
       
  8778                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f119"; }
       
  8779 
       
  8780                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-meh-o:before {
       
  8781                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f11a"; }
       
  8782 
       
  8783                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-gamepad:before {
       
  8784                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f11b"; }
       
  8785 
       
  8786                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-keyboard-o:before {
       
  8787                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f11c"; }
       
  8788 
       
  8789                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-flag-o:before {
       
  8790                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f11d"; }
       
  8791 
       
  8792                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-flag-checkered:before {
       
  8793                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f11e"; }
       
  8794 
       
  8795                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-terminal:before {
       
  8796                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f120"; }
       
  8797 
       
  8798                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-code:before {
       
  8799                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f121"; }
       
  8800 
       
  8801                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-mail-reply-all:before, .fa-reply-all:before {
       
  8802                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f122"; }
       
  8803 
       
  8804                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
       
  8805                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f123"; }
       
  8806 
       
  8807                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-location-arrow:before {
       
  8808                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f124"; }
       
  8809 
       
  8810                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-crop:before {
       
  8811                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f125"; }
       
  8812 
       
  8813                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-code-fork:before {
       
  8814                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f126"; }
       
  8815 
       
  8816                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-unlink:before, .fa-chain-broken:before {
       
  8817                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f127"; }
       
  8818 
       
  8819                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-question:before {
       
  8820                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f128"; }
       
  8821 
       
  8822                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-info:before {
       
  8823                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f129"; }
       
  8824 
       
  8825                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-exclamation:before {
       
  8826                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f12a"; }
       
  8827 
       
  8828                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-superscript:before {
       
  8829                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f12b"; }
       
  8830 
       
  8831                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-subscript:before {
       
  8832                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f12c"; }
       
  8833 
       
  8834                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-eraser:before {
       
  8835                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f12d"; }
       
  8836 
       
  8837                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-puzzle-piece:before {
       
  8838                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f12e"; }
       
  8839 
       
  8840                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-microphone:before {
       
  8841                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f130"; }
       
  8842 
       
  8843                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-microphone-slash:before {
       
  8844                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f131"; }
       
  8845 
       
  8846                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-shield:before {
       
  8847                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f132"; }
       
  8848 
       
  8849                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-calendar-o:before {
       
  8850                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f133"; }
       
  8851 
       
  8852                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-fire-extinguisher:before {
       
  8853                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f134"; }
       
  8854 
       
  8855                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-rocket:before {
       
  8856                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f135"; }
       
  8857 
       
  8858                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-maxcdn:before {
       
  8859                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f136"; }
       
  8860 
       
  8861                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-chevron-circle-left:before {
       
  8862                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f137"; }
       
  8863 
       
  8864                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-chevron-circle-right:before {
       
  8865                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f138"; }
       
  8866 
       
  8867                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-chevron-circle-up:before {
       
  8868                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f139"; }
       
  8869 
       
  8870                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-chevron-circle-down:before {
       
  8871                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f13a"; }
       
  8872 
       
  8873                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-html5:before {
       
  8874                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f13b"; }
       
  8875 
       
  8876                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-css3:before {
       
  8877                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f13c"; }
       
  8878 
       
  8879                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-anchor:before {
       
  8880                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f13d"; }
       
  8881 
       
  8882                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-unlock-alt:before {
       
  8883                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f13e"; }
       
  8884 
       
  8885                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-bullseye:before {
       
  8886                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f140"; }
       
  8887 
       
  8888                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-ellipsis-h:before {
       
  8889                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f141"; }
       
  8890 
       
  8891                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-ellipsis-v:before {
       
  8892                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f142"; }
       
  8893 
       
  8894                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-rss-square:before {
       
  8895                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f143"; }
       
  8896 
       
  8897                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-play-circle:before {
       
  8898                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f144"; }
       
  8899 
       
  8900                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-ticket:before {
       
  8901                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f145"; }
       
  8902 
       
  8903                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-minus-square:before {
       
  8904                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f146"; }
       
  8905 
       
  8906                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-minus-square-o:before {
       
  8907                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f147"; }
       
  8908 
       
  8909                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-level-up:before {
       
  8910                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f148"; }
       
  8911 
       
  8912                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-level-down:before {
       
  8913                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f149"; }
       
  8914 
       
  8915                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-check-square:before {
       
  8916                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f14a"; }
       
  8917 
       
  8918                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-pencil-square:before {
       
  8919                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f14b"; }
       
  8920 
       
  8921                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-external-link-square:before {
       
  8922                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f14c"; }
       
  8923 
       
  8924                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-share-square:before {
       
  8925                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f14d"; }
       
  8926 
       
  8927                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-compass:before {
       
  8928                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f14e"; }
       
  8929 
       
  8930                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-toggle-down:before, .fa-caret-square-o-down:before {
       
  8931                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f150"; }
       
  8932 
       
  8933                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-toggle-up:before, .fa-caret-square-o-up:before {
       
  8934                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f151"; }
       
  8935 
       
  8936                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-toggle-right:before, .fa-caret-square-o-right:before {
       
  8937                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f152"; }
       
  8938 
       
  8939                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-euro:before, .fa-eur:before {
       
  8940                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f153"; }
       
  8941 
       
  8942                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-gbp:before {
       
  8943                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f154"; }
       
  8944 
       
  8945                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-dollar:before, .fa-usd:before {
       
  8946                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f155"; }
       
  8947 
       
  8948                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-rupee:before, .fa-inr:before {
       
  8949                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f156"; }
       
  8950 
       
  8951                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
       
  8952                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f157"; }
       
  8953 
       
  8954                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-ruble:before, .fa-rouble:before, .fa-rub:before {
       
  8955                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f158"; }
       
  8956 
       
  8957                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-won:before, .fa-krw:before {
       
  8958                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f159"; }
       
  8959 
       
  8960                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-bitcoin:before, .fa-btc:before {
       
  8961                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f15a"; }
       
  8962 
       
  8963                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-file:before {
       
  8964                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f15b"; }
       
  8965 
       
  8966                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-file-text:before {
       
  8967                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f15c"; }
       
  8968 
       
  8969                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-sort-alpha-asc:before {
       
  8970                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f15d"; }
       
  8971 
       
  8972                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-sort-alpha-desc:before {
       
  8973                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f15e"; }
       
  8974 
       
  8975                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-sort-amount-asc:before {
       
  8976                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f160"; }
       
  8977 
       
  8978                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-sort-amount-desc:before {
       
  8979                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f161"; }
       
  8980 
       
  8981                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-sort-numeric-asc:before {
       
  8982                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f162"; }
       
  8983 
       
  8984                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-sort-numeric-desc:before {
       
  8985                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f163"; }
       
  8986 
       
  8987                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-thumbs-up:before {
       
  8988                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f164"; }
       
  8989 
       
  8990                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-thumbs-down:before {
       
  8991                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f165"; }
       
  8992 
       
  8993                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-youtube-square:before {
       
  8994                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f166"; }
       
  8995 
       
  8996                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-youtube:before {
       
  8997                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f167"; }
       
  8998 
       
  8999                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-xing:before {
       
  9000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f168"; }
       
  9001 
       
  9002                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-xing-square:before {
       
  9003                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f169"; }
       
  9004 
       
  9005                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-youtube-play:before {
       
  9006                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f16a"; }
       
  9007 
       
  9008                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-dropbox:before {
       
  9009                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f16b"; }
       
  9010 
       
  9011                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-stack-overflow:before {
       
  9012                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f16c"; }
       
  9013 
       
  9014                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-instagram:before {
       
  9015                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f16d"; }
       
  9016 
       
  9017                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-flickr:before {
       
  9018                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f16e"; }
       
  9019 
       
  9020                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-adn:before {
       
  9021                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f170"; }
       
  9022 
       
  9023                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-bitbucket:before {
       
  9024                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f171"; }
       
  9025 
       
  9026                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-bitbucket-square:before {
       
  9027                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f172"; }
       
  9028 
       
  9029                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-tumblr:before {
       
  9030                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f173"; }
       
  9031 
       
  9032                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-tumblr-square:before {
       
  9033                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f174"; }
       
  9034 
       
  9035                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-long-arrow-down:before {
       
  9036                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f175"; }
       
  9037 
       
  9038                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-long-arrow-up:before {
       
  9039                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f176"; }
       
  9040 
       
  9041                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-long-arrow-left:before {
       
  9042                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f177"; }
       
  9043 
       
  9044                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-long-arrow-right:before {
       
  9045                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f178"; }
       
  9046 
       
  9047                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-apple:before {
       
  9048                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f179"; }
       
  9049 
       
  9050                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-windows:before {
       
  9051                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f17a"; }
       
  9052 
       
  9053                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-android:before {
       
  9054                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f17b"; }
       
  9055 
       
  9056                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-linux:before {
       
  9057                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f17c"; }
       
  9058 
       
  9059                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-dribbble:before {
       
  9060                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f17d"; }
       
  9061 
       
  9062                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-skype:before {
       
  9063                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f17e"; }
       
  9064 
       
  9065                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-foursquare:before {
       
  9066                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f180"; }
       
  9067 
       
  9068                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-trello:before {
       
  9069                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f181"; }
       
  9070 
       
  9071                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-female:before {
       
  9072                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f182"; }
       
  9073 
       
  9074                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-male:before {
       
  9075                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f183"; }
       
  9076 
       
  9077                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-gittip:before, .fa-gratipay:before {
       
  9078                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f184"; }
       
  9079 
       
  9080                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-sun-o:before {
       
  9081                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f185"; }
       
  9082 
       
  9083                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-moon-o:before {
       
  9084                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f186"; }
       
  9085 
       
  9086                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-archive:before {
       
  9087                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f187"; }
       
  9088 
       
  9089                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-bug:before {
       
  9090                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f188"; }
       
  9091 
       
  9092                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-vk:before {
       
  9093                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f189"; }
       
  9094 
       
  9095                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-weibo:before {
       
  9096                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f18a"; }
       
  9097 
       
  9098                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-renren:before {
       
  9099                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f18b"; }
       
  9100 
       
  9101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-pagelines:before {
       
  9102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f18c"; }
       
  9103 
       
  9104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-stack-exchange:before {
       
  9105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f18d"; }
       
  9106 
       
  9107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-arrow-circle-o-right:before {
       
  9108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f18e"; }
       
  9109 
       
  9110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-arrow-circle-o-left:before {
       
  9111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f190"; }
       
  9112 
       
  9113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-toggle-left:before, .fa-caret-square-o-left:before {
       
  9114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f191"; }
       
  9115 
       
  9116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-dot-circle-o:before {
       
  9117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f192"; }
       
  9118 
       
  9119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-wheelchair:before {
       
  9120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f193"; }
       
  9121 
       
  9122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-vimeo-square:before {
       
  9123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f194"; }
       
  9124 
       
  9125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-turkish-lira:before, .fa-try:before {
       
  9126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f195"; }
       
  9127 
       
  9128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-plus-square-o:before {
       
  9129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f196"; }
       
  9130 
       
  9131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-space-shuttle:before {
       
  9132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f197"; }
       
  9133 
       
  9134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-slack:before {
       
  9135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f198"; }
       
  9136 
       
  9137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-envelope-square:before {
       
  9138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f199"; }
       
  9139 
       
  9140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-wordpress:before {
       
  9141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f19a"; }
       
  9142 
       
  9143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-openid:before {
       
  9144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f19b"; }
       
  9145 
       
  9146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-institution:before, .fa-bank:before, .fa-university:before {
       
  9147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f19c"; }
       
  9148 
       
  9149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-mortar-board:before, .fa-graduation-cap:before {
       
  9150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f19d"; }
       
  9151 
       
  9152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-yahoo:before {
       
  9153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f19e"; }
       
  9154 
       
  9155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-google:before {
       
  9156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1a0"; }
       
  9157 
       
  9158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-reddit:before {
       
  9159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1a1"; }
       
  9160 
       
  9161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-reddit-square:before {
       
  9162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1a2"; }
       
  9163 
       
  9164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-stumbleupon-circle:before {
       
  9165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1a3"; }
       
  9166 
       
  9167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-stumbleupon:before {
       
  9168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1a4"; }
       
  9169 
       
  9170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-delicious:before {
       
  9171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1a5"; }
       
  9172 
       
  9173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-digg:before {
       
  9174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1a6"; }
       
  9175 
       
  9176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-pied-piper:before {
       
  9177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1a7"; }
       
  9178 
       
  9179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-pied-piper-alt:before {
       
  9180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1a8"; }
       
  9181 
       
  9182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-drupal:before {
       
  9183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1a9"; }
       
  9184 
       
  9185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-joomla:before {
       
  9186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1aa"; }
       
  9187 
       
  9188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-language:before {
       
  9189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1ab"; }
       
  9190 
       
  9191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-fax:before {
       
  9192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1ac"; }
       
  9193 
       
  9194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-building:before {
       
  9195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1ad"; }
       
  9196 
       
  9197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-child:before {
       
  9198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1ae"; }
       
  9199 
       
  9200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-paw:before {
       
  9201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1b0"; }
       
  9202 
       
  9203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-spoon:before {
       
  9204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1b1"; }
       
  9205 
       
  9206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-cube:before {
       
  9207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1b2"; }
       
  9208 
       
  9209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-cubes:before {
       
  9210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1b3"; }
       
  9211 
       
  9212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-behance:before {
       
  9213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1b4"; }
       
  9214 
       
  9215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-behance-square:before {
       
  9216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1b5"; }
       
  9217 
       
  9218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-steam:before {
       
  9219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1b6"; }
       
  9220 
       
  9221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-steam-square:before {
       
  9222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1b7"; }
       
  9223 
       
  9224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-recycle:before {
       
  9225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1b8"; }
       
  9226 
       
  9227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-automobile:before, .fa-car:before {
       
  9228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1b9"; }
       
  9229 
       
  9230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-cab:before, .fa-taxi:before {
       
  9231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1ba"; }
       
  9232 
       
  9233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-tree:before {
       
  9234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1bb"; }
       
  9235 
       
  9236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-spotify:before {
       
  9237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1bc"; }
       
  9238 
       
  9239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-deviantart:before {
       
  9240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1bd"; }
       
  9241 
       
  9242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-soundcloud:before {
       
  9243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1be"; }
       
  9244 
       
  9245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-database:before {
       
  9246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1c0"; }
       
  9247 
       
  9248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-file-pdf-o:before {
       
  9249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1c1"; }
       
  9250 
       
  9251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-file-word-o:before {
       
  9252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1c2"; }
       
  9253 
       
  9254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-file-excel-o:before {
       
  9255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1c3"; }
       
  9256 
       
  9257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-file-powerpoint-o:before {
       
  9258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1c4"; }
       
  9259 
       
  9260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
       
  9261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1c5"; }
       
  9262 
       
  9263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-file-zip-o:before, .fa-file-archive-o:before {
       
  9264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1c6"; }
       
  9265 
       
  9266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-file-sound-o:before, .fa-file-audio-o:before {
       
  9267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1c7"; }
       
  9268 
       
  9269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-file-movie-o:before, .fa-file-video-o:before {
       
  9270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1c8"; }
       
  9271 
       
  9272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-file-code-o:before {
       
  9273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1c9"; }
       
  9274 
       
  9275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-vine:before {
       
  9276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1ca"; }
       
  9277 
       
  9278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-codepen:before {
       
  9279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1cb"; }
       
  9280 
       
  9281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-jsfiddle:before {
       
  9282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1cc"; }
       
  9283 
       
  9284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before,
       
  9285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-support:before, .fa-life-ring:before {
       
  9286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1cd"; }
       
  9287 
       
  9288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-circle-o-notch:before {
       
  9289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1ce"; }
       
  9290 
       
  9291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-ra:before, .fa-rebel:before {
       
  9292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1d0"; }
       
  9293 
       
  9294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-ge:before, .fa-empire:before {
       
  9295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1d1"; }
       
  9296 
       
  9297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-git-square:before {
       
  9298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1d2"; }
       
  9299 
       
  9300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-git:before {
       
  9301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1d3"; }
       
  9302 
       
  9303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-hacker-news:before {
       
  9304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1d4"; }
       
  9305 
       
  9306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-tencent-weibo:before {
       
  9307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1d5"; }
       
  9308 
       
  9309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-qq:before {
       
  9310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1d6"; }
       
  9311 
       
  9312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-wechat:before, .fa-weixin:before {
       
  9313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1d7"; }
       
  9314 
       
  9315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-send:before, .fa-paper-plane:before {
       
  9316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1d8"; }
       
  9317 
       
  9318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-send-o:before, .fa-paper-plane-o:before {
       
  9319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1d9"; }
       
  9320 
       
  9321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-history:before {
       
  9322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1da"; }
       
  9323 
       
  9324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-genderless:before, .fa-circle-thin:before {
       
  9325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1db"; }
       
  9326 
       
  9327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-header:before {
       
  9328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1dc"; }
       
  9329 
       
  9330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-paragraph:before {
       
  9331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1dd"; }
       
  9332 
       
  9333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-sliders:before {
       
  9334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1de"; }
       
  9335 
       
  9336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-share-alt:before {
       
  9337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1e0"; }
       
  9338 
       
  9339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-share-alt-square:before {
       
  9340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1e1"; }
       
  9341 
       
  9342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-bomb:before {
       
  9343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1e2"; }
       
  9344 
       
  9345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-soccer-ball-o:before, .fa-futbol-o:before {
       
  9346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1e3"; }
       
  9347 
       
  9348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-tty:before {
       
  9349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1e4"; }
       
  9350 
       
  9351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-binoculars:before {
       
  9352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1e5"; }
       
  9353 
       
  9354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-plug:before {
       
  9355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1e6"; }
       
  9356 
       
  9357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-slideshare:before {
       
  9358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1e7"; }
       
  9359 
       
  9360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-twitch:before {
       
  9361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1e8"; }
       
  9362 
       
  9363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-yelp:before {
       
  9364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1e9"; }
       
  9365 
       
  9366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-newspaper-o:before {
       
  9367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1ea"; }
       
  9368 
       
  9369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-wifi:before {
       
  9370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1eb"; }
       
  9371 
       
  9372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-calculator:before {
       
  9373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1ec"; }
       
  9374 
       
  9375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-paypal:before {
       
  9376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1ed"; }
       
  9377 
       
  9378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-google-wallet:before {
       
  9379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1ee"; }
       
  9380 
       
  9381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-cc-visa:before {
       
  9382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1f0"; }
       
  9383 
       
  9384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-cc-mastercard:before {
       
  9385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1f1"; }
       
  9386 
       
  9387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-cc-discover:before {
       
  9388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1f2"; }
       
  9389 
       
  9390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-cc-amex:before {
       
  9391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1f3"; }
       
  9392 
       
  9393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-cc-paypal:before {
       
  9394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1f4"; }
       
  9395 
       
  9396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-cc-stripe:before {
       
  9397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1f5"; }
       
  9398 
       
  9399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-bell-slash:before {
       
  9400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1f6"; }
       
  9401 
       
  9402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-bell-slash-o:before {
       
  9403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f1f7"; }
       
  9404 
       
  9405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-trash:before {
       
  9406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f1f8"; }
       
  9407 
       
  9408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-copyright:before {
       
  9409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f1f9"; }
       
  9410 
       
  9411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-at:before {
       
  9412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f1fa"; }
       
  9413 
       
  9414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-eyedropper:before {
       
  9415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f1fb"; }
       
  9416 
       
  9417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-paint-brush:before {
       
  9418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f1fc"; }
       
  9419 
       
  9420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-birthday-cake:before {
       
  9421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f1fd"; }
       
  9422 
       
  9423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-area-chart:before {
       
  9424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f1fe"; }
       
  9425 
       
  9426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-pie-chart:before {
       
  9427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f200"; }
       
  9428 
       
  9429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-line-chart:before {
       
  9430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f201"; }
       
  9431 
       
  9432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-lastfm:before {
       
  9433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f202"; }
       
  9434 
       
  9435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-lastfm-square:before {
       
  9436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f203"; }
       
  9437 
       
  9438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-toggle-off:before {
       
  9439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f204"; }
       
  9440 
       
  9441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-toggle-on:before {
       
  9442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f205"; }
       
  9443 
       
  9444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-bicycle:before {
       
  9445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f206"; }
       
  9446 
       
  9447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-bus:before {
       
  9448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f207"; }
       
  9449 
       
  9450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-ioxhost:before {
       
  9451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f208"; }
       
  9452 
       
  9453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-angellist:before {
       
  9454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f209"; }
       
  9455 
       
  9456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-cc:before {
       
  9457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f20a"; }
       
  9458 
       
  9459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
       
  9460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f20b"; }
       
  9461 
       
  9462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-meanpath:before {
       
  9463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f20c"; }
       
  9464 
       
  9465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-buysellads:before {
       
  9466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f20d"; }
       
  9467 
       
  9468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-connectdevelop:before {
       
  9469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f20e"; }
       
  9470 
       
  9471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-dashcube:before {
       
  9472                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f210"; }
       
  9473 
       
  9474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-forumbee:before {
       
  9475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f211"; }
       
  9476 
       
  9477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-leanpub:before {
       
  9478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f212"; }
       
  9479 
       
  9480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-sellsy:before {
       
  9481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f213"; }
       
  9482 
       
  9483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-shirtsinbulk:before {
       
  9484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f214"; }
       
  9485 
       
  9486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-simplybuilt:before {
       
  9487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f215"; }
       
  9488 
       
  9489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-skyatlas:before {
       
  9490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f216"; }
       
  9491 
       
  9492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-cart-plus:before {
       
  9493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f217"; }
       
  9494 
       
  9495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-cart-arrow-down:before {
       
  9496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f218"; }
       
  9497 
       
  9498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-diamond:before {
       
  9499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f219"; }
       
  9500 
       
  9501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-ship:before {
       
  9502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f21a"; }
       
  9503 
       
  9504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-user-secret:before {
       
  9505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f21b"; }
       
  9506 
       
  9507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-motorcycle:before {
       
  9508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f21c"; }
       
  9509 
       
  9510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-street-view:before {
       
  9511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f21d"; }
       
  9512 
       
  9513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-heartbeat:before {
       
  9514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f21e"; }
       
  9515 
       
  9516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-venus:before {
       
  9517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f221"; }
       
  9518 
       
  9519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-mars:before {
       
  9520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f222"; }
       
  9521 
       
  9522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-mercury:before {
       
  9523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f223"; }
       
  9524 
       
  9525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-transgender:before {
       
  9526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f224"; }
       
  9527 
       
  9528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-transgender-alt:before {
       
  9529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f225"; }
       
  9530 
       
  9531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-venus-double:before {
       
  9532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f226"; }
       
  9533 
       
  9534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-mars-double:before {
       
  9535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f227"; }
       
  9536 
       
  9537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-venus-mars:before {
       
  9538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f228"; }
       
  9539 
       
  9540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-mars-stroke:before {
       
  9541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f229"; }
       
  9542 
       
  9543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-mars-stroke-v:before {
       
  9544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f22a"; }
       
  9545 
       
  9546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-mars-stroke-h:before {
       
  9547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f22b"; }
       
  9548 
       
  9549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-neuter:before {
       
  9550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f22c"; }
       
  9551 
       
  9552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-facebook-official:before {
       
  9553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f230"; }
       
  9554 
       
  9555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-pinterest-p:before {
       
  9556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f231"; }
       
  9557 
       
  9558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-whatsapp:before {
       
  9559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f232"; }
       
  9560 
       
  9561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               .fa-server:before {
       
  9562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 content: "\f233"; }
       
  9563 
       
  9564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 .fa-user-plus:before {
       
  9565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   content: "\f234"; }
       
  9566 
       
  9567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   .fa-user-times:before {
       
  9568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     content: "\f235"; }
       
  9569 
       
  9570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     .fa-hotel:before, .fa-bed:before {
       
  9571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       content: "\f236"; }
       
  9572 
       
  9573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .fa-viacoin:before {
       
  9574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         content: "\f237"; }
       
  9575 
       
  9576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         .fa-train:before {
       
  9577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           content: "\f238"; }
       
  9578 
       
  9579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .fa-subway:before {
       
  9580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             content: "\f239"; }
       
  9581 
       
  9582                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             .fa-medium:before {
       
  9583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               content: "\f23a"; }
       
  9584 #splash .login {
       
  9585   position: absolute;
       
  9586   top: 80px;
       
  9587   left: 50%;
       
  9588   margin: 0 0 0 -195px;
       
  9589   padding-top: 79px;
       
  9590   width: 390px;
       
  9591   border: 1px solid #e1e1e1;
       
  9592   max-height: none;
       
  9593   border-radius: 0px;
       
  9594   box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
       
  9595   background-clip: padding-box; }
       
  9596   #splash .login p#help_text {
       
  9597     display: none;
       
  9598     padding: 1em 0.5em;
       
  9599     margin: 0; }
       
  9600 #splash p.help-block {
       
  9601   display: none; }
       
  9602 #browser_wrapper {
       
  9603   width: 100%;
       
  9604   min-width: 1000px;
       
  9605   border: 1px solid #d5dfe6; }
       
  9606   #browser_wrapper .tfoot {
       
  9607     clear: both;
       
  9608     padding: 8px;
       
  9609     border-top: 1px solid #eeeeee;
       
  9610     background-color: #f2f4f7;
       
  9611     font-size: 11px;
       
  9612     line-height: 14px; }
       
  9613     #browser_wrapper .tfoot span {
       
  9614       display: inline-block; }
       
  9615       #browser_wrapper .tfoot span.navigation_table_count {
       
  9616         width: 40%; }
       
  9617   #browser_wrapper form, #browser_wrapper table {
       
  9618     margin-bottom: 0; }
       
  9619     #browser_wrapper .navigation_wrapper, #browser_wrapper .content_wrapper {
       
  9620       position: relative;
       
  9621       float: left; }
       
  9622       #browser_wrapper div.navigation_wrapper {
       
  9623         z-index: 10;
       
  9624         width: 40%; }
       
  9625         #browser_wrapper div.navigation_wrapper div.table_wrapper,
       
  9626         #browser_wrapper div.navigation_wrapper thead th.table_header {
       
  9627           border-right: 0 none;
       
  9628           border-top-right-radius: 0; }
       
  9629           #browser_wrapper div.navigation_wrapper td {
       
  9630             border-bottom: 1px solid #d5dfe6; }
       
  9631             #browser_wrapper div.navigation_wrapper td:first-child {
       
  9632               border-left: 0 none; }
       
  9633               #browser_wrapper div.navigation_wrapper td.breadcrumb_td {
       
  9634                 padding-right: 0;
       
  9635                 max-width: 200px; }
       
  9636         #browser_wrapper div.navigation_wrapper tr.current_selected td {
       
  9637           background-color: #e9f5fa; }
       
  9638           #browser_wrapper div.navigation_wrapper tfoot td {
       
  9639             border-right: 0 none;
       
  9640             border-bottom-right-radius: 0; }
       
  9641             #browser_wrapper div.navigation_wrapper ul.breadcrumb {
       
  9642               padding-right: 0;
       
  9643               border-top-right-radius: 0;
       
  9644               border-bottom-right-radius: 0;
       
  9645               border-right: 0;
       
  9646               white-space: nowrap; }
       
  9647               #browser_wrapper div.navigation_wrapper tbody td {
       
  9648                 border-right: 1px solid #dddddd;
       
  9649                 background-color: #fff; }
       
  9650                 #browser_wrapper div.navigation_wrapper tbody td.anchor {
       
  9651                   word-wrap: break-word;
       
  9652                   white-space: normal;
       
  9653                   max-width: 145px; }
       
  9654   #browser_wrapper div.content_wrapper {
       
  9655     width: 60%; }
       
  9656     #browser_wrapper div.content_wrapper div.table_wrapper,
       
  9657     #browser_wrapper div.content_wrapper thead th.table_header {
       
  9658       border-left: 0 none;
       
  9659       border-top-left-radius: 0; }
       
  9660       #browser_wrapper div.content_wrapper td {
       
  9661         border-bottom: 1px solid #dddddd; }
       
  9662         #browser_wrapper div.content_wrapper td:last-child {
       
  9663           border-right: 0 none; }
       
  9664           #browser_wrapper div.content_wrapper td.breadcrumb_td {
       
  9665             padding-left: 0; }
       
  9666     #browser_wrapper div.content_wrapper tfoot td {
       
  9667       border-left: 0 none;
       
  9668       border-bottom-left-radius: 0; }
       
  9669       #browser_wrapper div.content_wrapper ul.breadcrumb {
       
  9670         padding-left: 0;
       
  9671         border-top-left-radius: 0;
       
  9672         border-bottom-left-radius: 0;
       
  9673         border-left: 0; }
       
  9674         #browser_wrapper div.content_wrapper ul.breadcrumb li {
       
  9675           visibility: hidden; }
       
  9676   #browser_wrapper table {
       
  9677     border-collapse: collapse; }
       
  9678     #browser_wrapper table thead tr th {
       
  9679       background: #f2f4f7; }
       
  9680     #browser_wrapper table tbody tr:last-child td {
       
  9681       border-radius: 0; }
       
  9682       #browser_wrapper table tbody tr.empty td {
       
  9683         height: 28px;
       
  9684         padding: 10px; }
       
  9685     #browser_wrapper table tbody td.actions_column {
       
  9686       position: static; }
       
  9687   #browser_wrapper .breadcrumb {
       
  9688     padding: 6px;
       
  9689     margin: 0 0 1px; }
       
  9690 .topbar {
       
  9691   height: 79px;
       
  9692   background: url('/horizon/static/dashboard/img/OpenStack_banner.png?35927ebeff67') repeat; }
       
  9693   .topbar h1.brand {
       
  9694     display: inline-block;
       
  9695     width: 311px;
       
  9696     margin: 17px 12px 0px 20px;
       
  9697     background: url('/horizon/static/dashboard/img/OracleSolaris_Logo.png?861f9a19626d') top left no-repeat;
       
  9698     line-height: 1; }
       
  9699     .topbar h1.brand a {
       
  9700       background: url('/horizon/static/dashboard/img/logo.png?b7770eaa949e') left center no-repeat;
       
  9701       display: block;
       
  9702       text-indent: -9999px; }
       
  9703   .topbar .switcher_bar {
       
  9704     display: inline-block;
       
  9705     vertical-align: top;
       
  9706     font-size: 0px;
       
  9707     float: right;
       
  9708     margin-top: 23px;
       
  9709     margin-right: 14px; }
       
  9710     .topbar .switcher_bar .btn.btn-topnav {
       
  9711       padding: 0px 6px 0px 8px;
       
  9712       font-size: 12px;
       
  9713       border-radius: 2px;
       
  9714       line-height: 28px;
       
  9715       background: #f5f5f5;
       
  9716       border: none;
       
  9717       color: #000; }
       
  9718       .topbar .switcher_bar .btn.btn-topnav:hover,
       
  9719       .topbar .switcher_bar .btn.btn-topnav:active {
       
  9720         background: #0572ce;
       
  9721         color: #ffffff;
       
  9722         -webkit-box-shadow: none;
       
  9723         box-shadow: none; }
       
  9724     .topbar .switcher_bar .dropdown-menu.topbar-dropdown-menu {
       
  9725       border-radius: 0; }
       
  9726       .topbar .switcher_bar .dropdown-menu.topbar-dropdown-menu:before,
       
  9727       .topbar .switcher_bar .dropdown-menu.topbar-dropdown-menu:after {
       
  9728         position: absolute;
       
  9729         display: inline-block;
       
  9730         content: ''; }
       
  9731         .topbar .switcher_bar .dropdown-menu.topbar-dropdown-menu:before {
       
  9732           top: -7px;
       
  9733           right: 9px;
       
  9734           border-right: 7px solid transparent;
       
  9735           border-bottom: 7px solid #c4ced7;
       
  9736           border-left: 7px solid transparent;
       
  9737           border-bottom-color: rgba(0, 0, 0, 0.2); }
       
  9738           .topbar .switcher_bar .dropdown-menu.topbar-dropdown-menu:after {
       
  9739             top: -6px;
       
  9740             right: 10px;
       
  9741             border-right: 6px solid transparent;
       
  9742             border-bottom: 6px solid #ffffff;
       
  9743             border-left: 6px solid transparent; }
       
  9744             .topbar .switcher_bar .dropdown-menu.topbar-dropdown-menu.pull-right:before {
       
  9745               left: auto;
       
  9746               right: 9px; }
       
  9747               .topbar .switcher_bar .dropdown-menu.topbar-dropdown-menu.pull-right:after {
       
  9748                 left: auto;
       
  9749                 right: 10px; }
       
  9750     .topbar .switcher_bar .context-selection .dropdown-menu {
       
  9751       padding: 0; }
       
  9752       .topbar .switcher_bar .context-selection .context-lists {
       
  9753         display: table;
       
  9754         width: 100%; }
       
  9755         .topbar .switcher_bar .context-selection .context-lists ul {
       
  9756           display: table-cell;
       
  9757           padding: 0px; }
       
  9758           .topbar .switcher_bar .context-selection .context-lists ul:not(:last-child) {
       
  9759             border-right: 1px solid #c4ced7; }
       
  9760     .topbar .switcher_bar .context-selection .footer {
       
  9761       padding: 0px 20px;
       
  9762       background: #fff;
       
  9763       text-align: left;
       
  9764       height: 30px;
       
  9765       line-height: 30px;
       
  9766       margin: 3px 0px; }
       
  9767       .topbar .switcher_bar .context-selection .footer:hover {
       
  9768         background: #ebeced;
       
  9769         text-decoration: none; }
       
  9770         .topbar .switcher_bar .context-selection .footer a {
       
  9771           color: #000; }
       
  9772           .topbar .switcher_bar .context-selection .footer a:hover {
       
  9773             text-decoration: none; }
       
  9774     .topbar .switcher_bar .context-selection .disabled {
       
  9775       cursor: not-allowed;
       
  9776       color: #cccccc; }
       
  9777 action-list.btn-group .dropdown-menu > li > a.text-danger,
       
  9778 action-list.btn-group .topbar .switcher_bar .context-selection .context-lists ul li > a.text-danger,
       
  9779 .topbar .switcher_bar .context-selection .context-lists ul li action-list.btn-group > a.text-danger {
       
  9780   color: #C71C22; }
       
  9781 
       
  9782 action-list.btn-group[button-tooltip] {
       
  9783   cursor: pointer; }
       
  9784   action-list.btn-group .dropdown-menu > li.disabled {
       
  9785     opacity: 0.65; }
       
  9786 action-list.btn-group notifications {
       
  9787   bottom: -0.5em;
       
  9788   font-size: 1.1em;
       
  9789   opacity: 1;
       
  9790   position: absolute;
       
  9791   right: -0.35em;
       
  9792   z-index: 3; }
       
  9793   action-list.btn-group notifications + .btn:last-child:not(:first-child):not(.dropdown-toggle),
       
  9794   action-list.btn-group notifications + .btn:not(:last-child):not(:first-child):not(.dropdown-toggle),
       
  9795   action-list.btn-group notifications + .btn.single-button:not(:first-child),
       
  9796   action-list.btn-group notifications + .btn.split-button:not(:first-child):not(:last-child) {
       
  9797     border-top-left-radius: 4px;
       
  9798     border-bottom-left-radius: 4px; }
       
  9799 action-list.btn-group.btn-group-sm notifications + .btn:last-child:not(:first-child):not(.dropdown-toggle),
       
  9800 action-list.btn-group.btn-group-sm notifications + .btn:not(:last-child):not(:first-child):not(.dropdown-toggle),
       
  9801 action-list.btn-group.btn-group-sm notifications + .btn.single-button:not(:first-child),
       
  9802 action-list.btn-group.btn-group-sm notifications + .btn.split-button:not(:first-child):not(:last-child) {
       
  9803   border-top-left-radius: 3px;
       
  9804   border-bottom-left-radius: 3px; }
       
  9805 action-list.btn-group.btn-group-lg notifications + .btn:last-child:not(:first-child):not(.dropdown-toggle),
       
  9806 action-list.btn-group.btn-group-lg notifications + .btn:not(:last-child):not(:first-child):not(.dropdown-toggle),
       
  9807 action-list.btn-group.btn-group-lg notifications + .btn.single-button:not(:first-child),
       
  9808 action-list.btn-group.btn-group-lg notifications + .btn.split-button:not(:first-child):not(:last-child) {
       
  9809   border-top-left-radius: 6px;
       
  9810   border-bottom-left-radius: 6px; }
       
  9811 action-list.btn-group .invalid {
       
  9812   color: #f0ad4e; }
       
  9813   action-list.btn-group + .popover a {
       
  9814     cursor: pointer; }
       
  9815 .nav_accordion {
       
  9816   color: #252525;
       
  9817   margin: 72px 0px 0px 0px; }
       
  9818   .nav_accordion dt, .nav_accordion dd {
       
  9819     line-height: 39px; }
       
  9820     .nav_accordion dt > span:before, .nav_accordion dd > span:before {
       
  9821       line-height: 39px !important; }
       
  9822       .nav_accordion dt h4, .nav_accordion dd h4 {
       
  9823         font-size: 13px;
       
  9824         line-height: 39px;
       
  9825         color: #252525;
       
  9826         font-weight: bold;
       
  9827         text-rendering: optimizelegibility;
       
  9828         cursor: pointer;
       
  9829         transition: all 0.3s ease 0s; }
       
  9830         .nav_accordion dt h4 > span, .nav_accordion dd h4 > span {
       
  9831           transition: all 0.3s ease 0s; }
       
  9832           .nav_accordion dt h4 > span:before, .nav_accordion dd h4 > span:before {
       
  9833             font-size: 1em;
       
  9834             line-height: 18px;
       
  9835             vertical-align: middle; }
       
  9836         .nav_accordion dt h4.active > span, .nav_accordion dd h4.active > span {
       
  9837           -ms-transform: rotate(180deg);
       
  9838           -webkit-transform: rotate(180deg);
       
  9839           transform: rotate(180deg); }
       
  9840           .nav_accordion dt h4 > span:before, .nav_accordion dd h4 > span:before {
       
  9841             line-height: 39px; }
       
  9842             .nav_accordion dt h4:hover, .nav_accordion dd h4:hover {
       
  9843               background: #dbdcdf; }
       
  9844     .nav_accordion dt ul, .nav_accordion dd ul {
       
  9845       list-style: none outside none;
       
  9846       margin: 0;
       
  9847       padding: 0; }
       
  9848       .nav_accordion dt li:first-child a.line-heightactive,
       
  9849       .nav_accordion dt li:first-child a.active,
       
  9850       .nav_accordion dd li:first-child a.line-heightactive,
       
  9851       .nav_accordion dd li:first-child a.active {
       
  9852         border-top: 1px solid #fff; }
       
  9853         .nav_accordion dt li:last-child, .nav_accordion dd li:last-child {
       
  9854           border-bottom: 1px solid #c4ced8; }
       
  9855           .nav_accordion dt li:last-child a.active, .nav_accordion dd li:last-child a.active {
       
  9856             border-bottom: 1px solid #fff; }
       
  9857             .nav_accordion dt li a, .nav_accordion dd li a {
       
  9858               color: #145c9e;
       
  9859               padding: 0px 0px 0px 44px;
       
  9860               outline: none;
       
  9861               font-size: 13px;
       
  9862               text-decoration: none;
       
  9863               line-height: 39px;
       
  9864               width: 236px;
       
  9865               display: block;
       
  9866               text-align: left;
       
  9867               transition: all 0.3s ease 0s; }
       
  9868               .nav_accordion dt li a:hover, .nav_accordion dd li a:hover {
       
  9869                 background: #dbdcdf;
       
  9870                 background-color: #dbdcdf;
       
  9871                 width: 235px;
       
  9872                 border-right: 1px solid #c4ced8; }
       
  9873                 .nav_accordion dt li a.active, .nav_accordion dd li a.active {
       
  9874                   color: #2a6496;
       
  9875                   width: 235px;
       
  9876                   background: #fff;
       
  9877                   border: 1px solid #fff;
       
  9878                   border-top: 1px solid #c4ced8;
       
  9879                   border-bottom: 1px solid #c4ced8;
       
  9880                   font-weight: 600; }
       
  9881   .nav_accordion dd {
       
  9882     padding: 0; }
       
  9883   .nav_accordion dt {
       
  9884     border-bottom: 1px solid #c4ced8;
       
  9885     padding: 0px 13px;
       
  9886     max-width: 235px;
       
  9887     height: 39px;
       
  9888     line-height: 39px;
       
  9889     cursor: pointer;
       
  9890     transition: all 0.3s ease 0s; }
       
  9891     .nav_accordion dt > span {
       
  9892       transition: all 0.3s ease 0s; }
       
  9893       .nav_accordion dt > span:before {
       
  9894         font-size: 1em;
       
  9895         line-height: 18px;
       
  9896         vertical-align: middle; }
       
  9897     .nav_accordion dt.active > span {
       
  9898       -ms-transform: rotate(180deg);
       
  9899       -webkit-transform: rotate(180deg);
       
  9900       transform: rotate(180deg); }
       
  9901       .nav_accordion dt:hover {
       
  9902         background-color: #dbdcdf; }
       
  9903 .chart {
       
  9904   height: inherit;
       
  9905   width: inherit;
       
  9906   min-height: inherit;
       
  9907   min-width: inherit; }
       
  9908   .chart .tooltip_detail {
       
  9909     position: absolute;
       
  9910     z-index: 2;
       
  9911     border-radius: 3px;
       
  9912     padding: 0.25em;
       
  9913     font-size: 12px;
       
  9914     font-family: Arial, sans-serif;
       
  9915     color: white;
       
  9916     border: 1px solid rgba(0, 0, 0, 0.4);
       
  9917     margin-left: 1em;
       
  9918     margin-top: -1em;
       
  9919     white-space: nowrap;
       
  9920     background: #fff; }
       
  9921     .chart .tooltip_detail:before {
       
  9922       content: "\25c2";
       
  9923       position: absolute;
       
  9924       left: -0.5em;
       
  9925       color: rgba(0, 0, 0, 0.7);
       
  9926       width: 0;
       
  9927       top: 12px; }
       
  9928 
       
  9929 .overview_chart {
       
  9930   width: 214px;
       
  9931   height: 81px; }
       
  9932   .overview_chart .chart_container {
       
  9933     width: 140px;
       
  9934     min-width: 140px; }
       
  9935     .overview_chart .chart_container .chart svg {
       
  9936       padding-right: 4px !important; }
       
  9937       .overview_chart .chart_container .chart .detail .dot.active {
       
  9938         box-sizing: content-box; }
       
  9939   .overview_chart .bar_chart_container {
       
  9940     position: relative;
       
  9941     width: 74px;
       
  9942     min-width: 74px; }
       
  9943     .overview_chart .bar_chart_container, .overview_chart .chart_container {
       
  9944       float: left;
       
  9945       min-height: 81px;
       
  9946       height: 81px; }
       
  9947       .overview_chart .bar_chart_container .chart,
       
  9948       .overview_chart .chart_container .chart {
       
  9949         height: inherit;
       
  9950         width: inherit;
       
  9951         min-height: inherit;
       
  9952         min-width: inherit; }
       
  9953         .overview_chart .bar_chart_container .chart .modal-backdrop,
       
  9954         .overview_chart .chart_container .chart .modal-backdrop {
       
  9955           min-height: inherit;
       
  9956           min-width: inherit; }
       
  9957   .overview_chart .tooltip_detail {
       
  9958     position: absolute;
       
  9959     z-index: 2;
       
  9960     border-radius: 3px;
       
  9961     padding: 0.25em;
       
  9962     font-size: 12px;
       
  9963     font-family: Arial, sans-serif;
       
  9964     color: white;
       
  9965     border: 1px solid rgba(0, 0, 0, 0.4);
       
  9966     margin-left: 1em;
       
  9967     margin-top: -1em;
       
  9968     white-space: nowrap;
       
  9969     background: rgba(0, 0, 0, 0.8); }
       
  9970     .overview_chart .tooltip_detail:before {
       
  9971       content: "\25c2";
       
  9972       position: absolute;
       
  9973       left: -0.5em;
       
  9974       color: rgba(0, 0, 0, 0.7);
       
  9975       width: 0;
       
  9976       top: 12px; }
       
  9977 
       
  9978 .chart_container {
       
  9979   position: relative;
       
  9980   min-height: 300px;
       
  9981   min-width: 400px; }
       
  9982   .chart_container .chart {
       
  9983     position: relative;
       
  9984     min-height: 300px;
       
  9985     min-width: 400px; }
       
  9986     .chart_container .chart .detail .x_label {
       
  9987       display: none; }
       
  9988       .chart_container .chart .detail .item {
       
  9989         line-height: 1.4;
       
  9990         padding: 0.5em; }
       
  9991         .chart_container .chart .detail .date {
       
  9992           color: #a0a0a0; }
       
  9993     .chart_container .chart .modal-backdrop {
       
  9994       position: absolute;
       
  9995       opacity: 0.5;
       
  9996       top: 0;
       
  9997       left: 0;
       
  9998       min-height: 300px;
       
  9999       min-width: 400px; }
       
 10000       .chart_container .chart svg {
       
 10001         padding: 0 0 5px 0; }
       
 10002   .chart_container .detail_swatch {
       
 10003     float: right;
       
 10004     display: inline-block;
       
 10005     width: 10px;
       
 10006     height: 10px;
       
 10007     margin: 0 4px 0 0; }
       
 10008 
       
 10009 .legend_container {
       
 10010   min-width: 90px;
       
 10011   margin-left: 20px; }
       
 10012   .legend_container .swatch {
       
 10013     float: right;
       
 10014     display: inline-block;
       
 10015     width: 10px;
       
 10016     height: 10px;
       
 10017     margin: 0 4px 0 0; }
       
 10018     .legend_container .modal-backdrop {
       
 10019       position: absolute;
       
 10020       opacity: 0.5;
       
 10021       top: 0;
       
 10022       left: 0;
       
 10023       min-width: 90px; }
       
 10024       .legend_container .rickshaw_legend.disabled {
       
 10025         padding: 0; }
       
 10026 
       
 10027 .spinner_wrapper {
       
 10028   position: absolute;
       
 10029   top: 40%;
       
 10030   left: 40%; }
       
 10031 
       
 10032   .rickshaw_legend {
       
 10033     background: white;
       
 10034     color: #404040; }
       
 10035     .rickshaw_legend .action {
       
 10036       text-decoration: none;
       
 10037       color: black; }
       
 10038 .workflow .tab-content {
       
 10039   border: 1px solid #d5dfe6;
       
 10040   border-top: none;
       
 10041   padding: 20px; }
       
 10042   .workflow td {
       
 10043     vertical-align: top; }
       
 10044     .workflow fieldset > table {
       
 10045       margin-bottom: 0; }
       
 10046       .workflow.wizard .row .btn {
       
 10047         float: none;
       
 10048         margin: 0; }
       
 10049         .workflow.wizard .row .next {
       
 10050           text-align: right; }
       
 10051       .workflow.wizard .nav-tabs.wizard-tabs {
       
 10052         border-bottom: 0;
       
 10053         background: #efefef;
       
 10054         padding: 0; }
       
 10055         .workflow.wizard .nav-tabs.wizard-tabs li {
       
 10056           margin-bottom: 0;
       
 10057           position: relative; }
       
 10058           .workflow.wizard .nav-tabs.wizard-tabs li:before {
       
 10059             position: absolute;
       
 10060             top: -4px;
       
 10061             right: -20px;
       
 10062             z-index: 2;
       
 10063             display: block;
       
 10064             border: 20px inset transparent;
       
 10065             border-right: 0;
       
 10066             border-left: 20px solid #dddddd;
       
 10067             content: ''; }
       
 10068             .workflow.wizard .nav-tabs.wizard-tabs li:after {
       
 10069               position: absolute;
       
 10070               top: -6px;
       
 10071               right: -22px;
       
 10072               z-index: 1;
       
 10073               display: block;
       
 10074               border: 22px inset transparent;
       
 10075               border-right: 0;
       
 10076               border-left: 22px solid #ffffff;
       
 10077               content: ''; }
       
 10078               .workflow.wizard .nav-tabs.wizard-tabs li.active:before,
       
 10079               .workflow.wizard .nav-tabs.wizard-tabs li.done:before {
       
 10080                 border-left: 20px solid #007acc; }
       
 10081                 .workflow.wizard .nav-tabs.wizard-tabs li a {
       
 10082                   border: 0;
       
 10083                   border-radius: 0;
       
 10084                   background: #dddddd;
       
 10085                   color: #222;
       
 10086                   padding: 0 15px;
       
 10087                   padding-left: 35px;
       
 10088                   line-height: 33px;
       
 10089                   position: relative;
       
 10090                   margin: 0; }
       
 10091                   .workflow.wizard .nav-tabs.wizard-tabs li:first-child a {
       
 10092                     padding-left: 15px; }
       
 10093                     .workflow.wizard .nav-tabs.wizard-tabs li.active a {
       
 10094                       background: #007acc;
       
 10095                       color: #ffffff; }
       
 10096                       .workflow.wizard .nav-tabs.wizard-tabs li.done a {
       
 10097                         background: #007acc; }
       
 10098       .workflow.wizard label.error {
       
 10099         color: #C71C22; }
       
 10100 #topologyCanvasContainer {
       
 10101   -webkit-box-sizing: border-box;
       
 10102   -moz-box-sizing: border-box;
       
 10103   box-sizing: border-box;
       
 10104   width: 100%;
       
 10105   height: auto;
       
 10106   padding: 25px;
       
 10107   padding-left: 50px;
       
 10108   background: #efefef;
       
 10109   min-height: 400px; }
       
 10110   #topologyCanvasContainer div.nodata {
       
 10111     font-size: 150%;
       
 10112     text-align: center;
       
 10113     padding-top: 150px;
       
 10114     display: none; }
       
 10115     #topologyCanvasContainer.noinfo div.nodata {
       
 10116       display: block; }
       
 10117       #topologyCanvasContainer.noinfo #topology_canvas {
       
 10118         display: none; }
       
 10119 
       
 10120 .topologyNavi {
       
 10121   overflow: hidden;
       
 10122   margin: 10px 0; }
       
 10123   .topologyNavi .toggleView {
       
 10124     float: left; }
       
 10125     .topologyNavi .toggleView span.glyphicon {
       
 10126       margin-right: 4px; }
       
 10127   .topologyNavi .launchButtons {
       
 10128     float: right;
       
 10129     text-align: right; }
       
 10130     .topologyNavi .launchButtons a.btn {
       
 10131       margin-left: 5px; }
       
 10132 
       
 10133 .topologyBalloon {
       
 10134   display: none;
       
 10135   background: #fff;
       
 10136   -webkit-box-shadow: 0px 1px 6px #777;
       
 10137   box-shadow: 0px 1px 6px #777;
       
 10138   position: absolute;
       
 10139   left: 100px;
       
 10140   top: 20px;
       
 10141   z-index: 600;
       
 10142   border-radius: 5px;
       
 10143   color: #333;
       
 10144   min-width: 200px;
       
 10145   line-height: 1.2;
       
 10146   font-size: 11px; }
       
 10147   .topologyBalloon.on {
       
 10148     display: block; }
       
 10149     .topologyBalloon .vnc_window {
       
 10150       margin-left: 10px; }
       
 10151       .topologyBalloon .closeTopologyBalloon {
       
 10152         font-size: 16px;
       
 10153         line-height: 1;
       
 10154         display: block;
       
 10155         position: absolute;
       
 10156         font-weight: bold;
       
 10157         right: 6px;
       
 10158         top: 0px;
       
 10159         cursor: pointer;
       
 10160         padding: 3px;
       
 10161         color: #aaa; }
       
 10162         .topologyBalloon .closeTopologyBalloon:hover {
       
 10163           color: #777;
       
 10164           text-decoration: none; }
       
 10165   .topologyBalloon .contentBody {
       
 10166     padding: 8px 8px 0; }
       
 10167     .topologyBalloon span.active:before, .topologyBalloon span.down:before {
       
 10168       content: "";
       
 10169       width: 9px;
       
 10170       height: 9px;
       
 10171       display: inline-block;
       
 10172       background: #dde7ee;
       
 10173       margin-right: 3px;
       
 10174       border-radius: 10px;
       
 10175       vertical-align: middle; }
       
 10176   .topologyBalloon span.down:before {
       
 10177     background: #C71C22; }
       
 10178   .topologyBalloon .footer {
       
 10179     background: #efefef;
       
 10180     border-top: 1px solid #dddddd;
       
 10181     padding: 8px;
       
 10182     border-radius: 0px 0px 7px 7px; }
       
 10183     .topologyBalloon .footer .footerInner {
       
 10184       display: table;
       
 10185       width: 100%; }
       
 10186       .topologyBalloon .footer .cell {
       
 10187         display: table-cell;
       
 10188         padding-right: 10px; }
       
 10189         .topologyBalloon .footer .link {
       
 10190           font-size: 12px; }
       
 10191           .topologyBalloon .footer .delete {
       
 10192             padding-right: 0;
       
 10193             text-align: right; }
       
 10194   .topologyBalloon .portTableHeader {
       
 10195     border-top: 1px solid #eee;
       
 10196     padding-top: 5px;
       
 10197     margin: 5px 0;
       
 10198     display: table;
       
 10199     width: 100%; }
       
 10200     .topologyBalloon .portTableHeader .title {
       
 10201       display: table-cell;
       
 10202       font-size: 13px;
       
 10203       font-weight: bold; }
       
 10204       .topologyBalloon .portTableHeader .action {
       
 10205         display: table-cell;
       
 10206         text-align: right; }
       
 10207   .topologyBalloon table.detailInfoTable {
       
 10208     margin-bottom: 5px; }
       
 10209     .topologyBalloon table.detailInfoTable caption {
       
 10210       text-align: left;
       
 10211       font-size: 13px;
       
 10212       font-weight: bold;
       
 10213       margin-bottom: 0px; }
       
 10214       .topologyBalloon table.detailInfoTable th,
       
 10215       .topologyBalloon table.detailInfoTable td {
       
 10216         text-align: left;
       
 10217         vertical-align: middle;
       
 10218         padding-bottom: 3px;
       
 10219         background: transparent; }
       
 10220         .topologyBalloon table.detailInfoTable th {
       
 10221           color: #cccccc;
       
 10222           padding-right: 8px;
       
 10223           width: 80px; }
       
 10224           .topologyBalloon table.detailInfoTable th span {
       
 10225             vertical-align: middle;
       
 10226             width: 80px;
       
 10227             white-space: nowrap;
       
 10228             overflow: hidden;
       
 10229             text-overflow: ellipsis;
       
 10230             display: inline-block; }
       
 10231             .topologyBalloon table.detailInfoTable th.device {
       
 10232               text-align: right; }
       
 10233     .topologyBalloon table.detailInfoTable td {
       
 10234       padding-right: 5px;
       
 10235       white-space: nowrap; }
       
 10236       .topologyBalloon table.detailInfoTable td.delete {
       
 10237         padding-right: 0;
       
 10238         text-align: right; }
       
 10239         .topologyBalloon table.detailInfoTable .btn {
       
 10240           line-height: 1.4; }
       
 10241   .topologyBalloon:before {
       
 10242     border-top: 7px solid transparent;
       
 10243     border-bottom: 7px solid transparent;
       
 10244     border-right: 9px solid #dddddd;
       
 10245     display: block;
       
 10246     position: absolute;
       
 10247     top: 30px;
       
 10248     left: -9px;
       
 10249     width: 0;
       
 10250     height: 0;
       
 10251     content: ""; }
       
 10252     .topologyBalloon:after {
       
 10253       border-top: 6px solid transparent;
       
 10254       border-bottom: 6px solid transparent;
       
 10255       border-right: 8px solid #fff;
       
 10256       display: block;
       
 10257       position: absolute;
       
 10258       top: 31px;
       
 10259       left: -8px;
       
 10260       width: 0;
       
 10261       height: 0;
       
 10262       content: ""; }
       
 10263       .topologyBalloon.leftPosition:before {
       
 10264         border-right: none;
       
 10265         border-left: 9px solid #dddddd;
       
 10266         right: -9px;
       
 10267         top: 30px;
       
 10268         left: auto; }
       
 10269         .topologyBalloon.leftPosition:after {
       
 10270           border-right: none;
       
 10271           border-left: 8px solid #fff;
       
 10272           right: -8px;
       
 10273           top: 31px;
       
 10274           left: auto; }
       
 10275 
       
 10276 #topologyMessages {
       
 10277   width: 1px;
       
 10278   height: 1px;
       
 10279   visibility: hidden;
       
 10280   position: absolute;
       
 10281   top: -100px; }
       
 10282 
       
 10283   .quota-heading {
       
 10284     font-weight: normal;
       
 10285     font-size: 24px;
       
 10286     margin-bottom: 10px; }
       
 10287 .help-panel {
       
 10288   position: absolute;
       
 10289   width: 300px;
       
 10290   right: -300px;
       
 10291   top: 0;
       
 10292   bottom: 0;
       
 10293   color: #333;
       
 10294   background: #fff;
       
 10295   -webkit-transition: right linear 0.1s;
       
 10296   transition: right linear 0.1s;
       
 10297   z-index: 10; }
       
 10298   .help-panel .content {
       
 10299     position: absolute;
       
 10300     top: 0;
       
 10301     left: 0;
       
 10302     right: 0;
       
 10303     bottom: 0;
       
 10304     padding: 10px 20px;
       
 10305     overflow-y: auto; }
       
 10306     .help-panel .content h1 {
       
 10307       font-size: 20px;
       
 10308       line-height: 1.8;
       
 10309       margin: 0; }
       
 10310       .help-panel .content li {
       
 10311         list-style-position: inside; }
       
 10312         .help-panel .content p {
       
 10313           line-height: 1.4;
       
 10314           margin: 1em 0; }
       
 10315   .help-panel.open {
       
 10316     right: 0;
       
 10317     border: 1px solid #888;
       
 10318     border-right: none;
       
 10319     margin-top: -1px;
       
 10320     margin-bottom: -1px; }
       
 10321     .help-panel.open > button.open {
       
 10322       display: none; }
       
 10323       .help-panel.open > button.close {
       
 10324         display: block;
       
 10325         opacity: 1;
       
 10326         font-size: 14px; }
       
 10327   .help-panel > button {
       
 10328     position: absolute;
       
 10329     top: 0;
       
 10330     left: -40px;
       
 10331     width: 40px;
       
 10332     height: 40px;
       
 10333     line-height: 40px;
       
 10334     padding: 0;
       
 10335     border: none;
       
 10336     text-align: center;
       
 10337     vertical-align: middle;
       
 10338     background: #eee;
       
 10339     border: 1px solid #888;
       
 10340     border-right: none;
       
 10341     margin-top: -1px; }
       
 10342     .help-panel > button > * {
       
 10343       display: inline-block;
       
 10344       vertical-align: middle;
       
 10345       background: transparent;
       
 10346       color: #333;
       
 10347       font-size: 28px; }
       
 10348       .help-panel > button.close {
       
 10349         display: none; }
       
 10350 .ng-wizard {
       
 10351   display: block;
       
 10352   position: absolute;
       
 10353   top: 0;
       
 10354   left: 0;
       
 10355   right: 0;
       
 10356   bottom: 0;
       
 10357   overflow: hidden;
       
 10358   font-weight: normal; }
       
 10359   .ng-wizard .title {
       
 10360     height: 70px;
       
 10361     line-height: 64px;
       
 10362     vertical-align: bottom;
       
 10363     padding: 6px 35px 0 35px;
       
 10364     color: #555;
       
 10365     border-bottom: 1px solid #ddd;
       
 10366     font-size: 22px;
       
 10367     font-weight: normal; }
       
 10368     .ng-wizard .fa.invalid {
       
 10369       color: #f0ad4e;
       
 10370       cursor: pointer; }
       
 10371       .ng-wizard > .nav {
       
 10372         display: inline-block;
       
 10373         top: 40px;
       
 10374         left: 0px;
       
 10375         bottom: 40px;
       
 10376         width: 290px;
       
 10377         padding: 10px 10px 10px 35px; }
       
 10378         .ng-wizard > .nav .nav-item {
       
 10379           position: relative;
       
 10380           display: block;
       
 10381           height: 46px;
       
 10382           width: 190px;
       
 10383           text-align: left;
       
 10384           padding-left: 10px;
       
 10385           background: transparent;
       
 10386           border: none;
       
 10387           border-bottom: 1px solid #bbb;
       
 10388           margin-top: -1px;
       
 10389           color: #333;
       
 10390           font-size: 12px;
       
 10391           border-radius: 0; }
       
 10392           .ng-wizard > .nav .nav-item::after {
       
 10393             content: " ";
       
 10394             position: absolute;
       
 10395             top: 0;
       
 10396             right: -10px;
       
 10397             display: block;
       
 10398             height: inherit;
       
 10399             width: 0;
       
 10400             border-left: none;
       
 10401             border-top: 23px solid transparent;
       
 10402             border-bottom: 23px solid transparent; }
       
 10403             .ng-wizard > .nav .nav-item[disabled] {
       
 10404               color: #444;
       
 10405               background: transparent; }
       
 10406               .ng-wizard > .nav .nav-item.current {
       
 10407                 width: 190px;
       
 10408                 background: #0084d1;
       
 10409                 color: #fff;
       
 10410                 border-color: #0084d1; }
       
 10411                 .ng-wizard > .nav .nav-item.current::after {
       
 10412                   border-left: #0084d1 10px solid; }
       
 10413                   .ng-wizard > .nav .nav-item.current:focus {
       
 10414                     outline: none; }
       
 10415                     .ng-wizard > .nav .nav-item.current .status-indicator {
       
 10416                       color: inherit; }
       
 10417           .ng-wizard > .nav .nav-item .status-indicator {
       
 10418             position: absolute;
       
 10419             right: 0;
       
 10420             top: 18px;
       
 10421             width: 24px;
       
 10422             height: 24px;
       
 10423             color: orange; }
       
 10424   .ng-wizard .step {
       
 10425     position: absolute;
       
 10426     top: 70px;
       
 10427     left: 290px;
       
 10428     right: 0;
       
 10429     bottom: 65px;
       
 10430     color: #888; }
       
 10431     .ng-wizard .step h1 {
       
 10432       position: absolute;
       
 10433       top: 0;
       
 10434       height: 45px;
       
 10435       left: 10px;
       
 10436       right: 65px;
       
 10437       margin: 0;
       
 10438       padding-top: 20px; }
       
 10439       .ng-wizard .step h2.section-title {
       
 10440         margin-bottom: 5px;
       
 10441         padding-bottom: 5px; }
       
 10442         .ng-wizard .step h1, .ng-wizard .step h2.section-title {
       
 10443           font-size: 18px;
       
 10444           font-weight: normal;
       
 10445           color: #555;
       
 10446           border-bottom: 1px solid #ddd; }
       
 10447           .ng-wizard .step .content {
       
 10448             position: absolute;
       
 10449             top: 45px;
       
 10450             left: 10px;
       
 10451             right: 0;
       
 10452             bottom: 0;
       
 10453             padding: 5px 65px 24px 0;
       
 10454             overflow: auto; }
       
 10455             .ng-wizard .step .content .subtitle {
       
 10456               margin-bottom: 30px; }
       
 10457               .ng-wizard .step .content label {
       
 10458                 font-weight: normal;
       
 10459                 color: #555; }
       
 10460   .ng-wizard .toolbar {
       
 10461     position: absolute;
       
 10462     left: 0;
       
 10463     right: 0;
       
 10464     bottom: 0;
       
 10465     height: 65px;
       
 10466     line-height: 65px;
       
 10467     vertical-align: middle;
       
 10468     background: #f5f5f5;
       
 10469     border-top: 1px solid #ccc; }
       
 10470     .ng-wizard .toolbar .secondary-btn-grp {
       
 10471       position: absolute;
       
 10472       left: 35px; }
       
 10473       .ng-wizard .toolbar .primary-btn-grp {
       
 10474         position: absolute;
       
 10475         right: 35px; }
       
 10476         .ng-wizard .toolbar .secondary-btn-grp button {
       
 10477           margin-right: 2px; }
       
 10478           .ng-wizard .toolbar .primary-btn-grp button {
       
 10479             margin-left: 2px; }
       
 10480             .ng-wizard .toolbar .btn-wrap {
       
 10481               display: inline-block; }
       
 10482               .ng-wizard .toolbar .btn-wrap.finish {
       
 10483                 padding-left: 15px;
       
 10484                 margin-left: 20px;
       
 10485                 border-left: 2px solid #ddd; }
       
 10486                 .ng-wizard .toolbar .separator {
       
 10487                   display: inline-block;
       
 10488                   width: 0;
       
 10489                   margin-left: 20px;
       
 10490                   margin-right: 15px;
       
 10491                   border-left: 1px solid #e3e3e3;
       
 10492                   height: 65px;
       
 10493                   vertical-align: top; }
       
 10494                   .ng-wizard .toolbar button {
       
 10495                     height: 28px;
       
 10496                     line-height: 26px;
       
 10497                     vertical-align: baseline;
       
 10498                     padding: 0 25px 2px 25px;
       
 10499                     font-size: 14px;
       
 10500                     color: #333;
       
 10501                     border: 1px solid #ccc;
       
 10502                     background: #fff; }
       
 10503                     .ng-wizard .toolbar button[disabled] {
       
 10504                       color: #ccc;
       
 10505                       border-color: #ddd;
       
 10506                       background: #fff; }
       
 10507                       .ng-wizard .toolbar button.next {
       
 10508                         color: #fff;
       
 10509                         border-color: #0084d1;
       
 10510                         background: #0084d1; }
       
 10511                         .ng-wizard .toolbar button.next[disabled] {
       
 10512                           color: #fff;
       
 10513                           border-color: #ccc;
       
 10514                           background: #ccc; }
       
 10515                     .ng-wizard .toolbar button.finish {
       
 10516                       color: #fff;
       
 10517                       border-color: #51b848;
       
 10518                       background: #51b848; }
       
 10519                       .ng-wizard .toolbar button.finish[disabled] {
       
 10520                         color: #fff;
       
 10521                         border-color: #ccc;
       
 10522                         background: #ccc; }
       
 10523   .ng-wizard .help-panel {
       
 10524     top: 70px;
       
 10525     bottom: 65px; }
       
 10526     .ng-wizard .error-message {
       
 10527       display: none !important; }
       
 10528 
       
 10529 .modal-dialog-wizard .modal-dialog {
       
 10530   position: relative;
       
 10531   margin: 0 auto;
       
 10532   height: 100%;
       
 10533   width: 100%;
       
 10534   max-height: 980px;
       
 10535   max-width: 1520px;
       
 10536   min-height: 540px;
       
 10537   min-width: 1104px;
       
 10538   overflow-x: auto; }
       
 10539   .modal-dialog-wizard .modal-dialog .modal-content {
       
 10540     position: absolute;
       
 10541     top: 40px;
       
 10542     left: 40px;
       
 10543     right: 40px;
       
 10544     bottom: 40px;
       
 10545     border-radius: 0; }
       
 10546     @media (max-width: 1000px) {
       
 10547       .modal-dialog-wizard .modal-dialog .modal-content {
       
 10548         left: 0;
       
 10549         right: 0;   }
       
 10550 }
       
 10551       @media (max-height: 600px) {
       
 10552         .modal-dialog-wizard .modal-dialog .modal-content {
       
 10553           top: 0;
       
 10554           bottom: 0;   }
       
 10555 }
       
 10556 
       
 10557 .checkbox input[type="checkbox"] {
       
 10558   margin-top: 3px; }
       
 10559 
       
 10560 .form-group .required label:after {
       
 10561   content: " *";
       
 10562   color: red; }
       
 10563 
       
 10564   .btn-toggle {
       
 10565     color: #333;
       
 10566     background-color: #fff;
       
 10567     border-color: #adadad; }
       
 10568     .btn-toggle:hover, .btn-toggle:focus, .btn-toggle:active {
       
 10569       background-color: #ebebeb; }
       
 10570       .btn-toggle.active {
       
 10571         background-color: #0077b3;
       
 10572         border-color: #006699;
       
 10573         color: #fff !important; }
       
 10574         .btn-toggle.disabled.active, .btn-toggle[disabled].active {
       
 10575           background-color: rgba(0, 119, 179, 0.65);
       
 10576           border-color: rgba(0, 102, 153, 0.65);
       
 10577           color: #fff; }
       
 10578           .btn-toggle.disabled, .btn-toggle.disabled:hover, .btn-toggle.disabled:focus,
       
 10579           .btn-toggle.disabled:active, .btn-toggle[disabled]:hover,
       
 10580           .btn-toggle[disabled]:focus, .btn-toggle[disabled]:active,
       
 10581           fieldset[disabled] .btn-toggle:hover, fieldset[disabled] .btn-toggle:focus,
       
 10582           fieldset[disabled] .btn-toggle:active, fieldset[disabled] .btn-toggle.active {
       
 10583             background-color: #fafafa;
       
 10584             border-color: #ccc;
       
 10585             color: #999; }
       
 10586 .form-control::-webkit-input-placeholder,
       
 10587 .datepicker input::-webkit-input-placeholder {
       
 10588   font-weight: normal;
       
 10589   color: #b8b8b8; }
       
 10590   .form-control:-moz-placeholder, .datepicker input:-moz-placeholder {
       
 10591     font-weight: normal;
       
 10592     color: #b8b8b8; }
       
 10593     .form-control::-moz-placeholder, .datepicker input::-moz-placeholder {
       
 10594       font-weight: normal;
       
 10595       color: #b8b8b8; }
       
 10596       .form-control:-ms-input-placeholder, .datepicker input:-ms-input-placeholder {
       
 10597         font-weight: normal;
       
 10598         color: #b8b8b8; }
       
 10599         [hz-table] .search-header .basic-search-bar input[type="text"]::-webkit-input-placeholder {
       
 10600           font-weight: normal;
       
 10601           color: #b8b8b8; }
       
 10602           [hz-table] .search-header .basic-search-bar input[type="text"]:-moz-placeholder {
       
 10603             font-weight: normal;
       
 10604             color: #b8b8b8; }
       
 10605             [hz-table] .search-header .basic-search-bar input[type="text"]::-moz-placeholder {
       
 10606               font-weight: normal;
       
 10607               color: #b8b8b8; }
       
 10608               [hz-table] .search-header .basic-search-bar input[type="text"]:-ms-input-placeholder {
       
 10609                 font-weight: normal;
       
 10610                 color: #b8b8b8; }
       
 10611 [hz-table] td.action-col .popover {
       
 10612   min-width: 15em; }
       
 10613 [hz-table] .detail-row td {
       
 10614   display: none; }
       
 10615   [hz-table] .detail-row td.detail .detail-expanded {
       
 10616     display: none; }
       
 10617 [hz-table] .expanded + tr td {
       
 10618   display: table-cell; }
       
 10619   [hz-table] .fa {
       
 10620     cursor: pointer; }
       
 10621     [hz-table] .invalid {
       
 10622       color: #f0ad4e; }
       
 10623       [hz-table] .no-rows-help {
       
 10624         font-style: italic;
       
 10625         font-weight: normal;
       
 10626         text-align: center; }
       
 10627         [hz-table] .reorder {
       
 10628           min-width: 4em;
       
 10629           max-width: 4em;
       
 10630           width: 4em; }
       
 10631           [hz-table] .search-header {
       
 10632             padding: 0; }
       
 10633             [hz-table] .search-header .btn-addon {
       
 10634               display: table-cell;
       
 10635               padding-left: 0.3em;
       
 10636               vertical-align: top;
       
 10637               width: 1%; }
       
 10638               [hz-table] .search-header .basic-search-bar {
       
 10639                 margin-bottom: 0.2em;
       
 10640                 width: 100%; }
       
 10641                 [hz-table] .search-header .basic-search-bar .input-group-sm .form-control:not(:first-child):not(:last-child),
       
 10642                 [hz-table] .search-header .basic-search-bar .input-group-sm .datepicker input:not(:first-child):not(:last-child),
       
 10643                 .datepicker [hz-table] .search-header .basic-search-bar .input-group-sm input:not(:first-child):not(:last-child) {
       
 10644                   border-top-right-radius: 3px;
       
 10645                   border-bottom-right-radius: 3px; }
       
 10646             [hz-table] .search-header .search-help {
       
 10647               color: #999999;
       
 10648               font-size: 0.9em;
       
 10649               font-style: italic;
       
 10650               font-weight: 400;
       
 10651               margin: 0.2em 0.3em 0;
       
 10652               visibility: hidden; }
       
 10653               [hz-table] .search-header .search-help.searching {
       
 10654                 visibility: visible; }
       
 10655 
       
 10656 .table-rsp {
       
 10657   border-collapse: separate;
       
 10658   border-spacing: 0 0.5em;
       
 10659   width: 100%; }
       
 10660   .table-rsp thead tr th, .table-rsp tfoot tr td {
       
 10661     background: none;
       
 10662     border: none;
       
 10663     padding: 0.5em; }
       
 10664     .table-rsp tbody tr[lr-drag-src] td:not(.expander) {
       
 10665       cursor: move; }
       
 10666       .table-rsp tbody tr.lr-drop-target-before td {
       
 10667         border-top: 2px solid #1f83c6 !important; }
       
 10668         .table-rsp tbody tr.lr-drop-target-after td {
       
 10669           border-bottom: 2px solid #1f83c6 !important; }
       
 10670           .table-rsp tbody tr td {
       
 10671             background-color: #ffffff;
       
 10672             border-top: 1px solid #dddddd;
       
 10673             border-bottom: 1px solid #dddddd;
       
 10674             padding: 0.5em;
       
 10675             position: relative;
       
 10676             white-space: nowrap; }
       
 10677             .table-rsp tbody tr td:first-child, .table-rsp tbody tr td.action-col {
       
 10678               border-left: 1px solid #dddddd; }
       
 10679               .table-rsp tbody tr td:last-child, .table-rsp tbody tr td.select-col {
       
 10680                 border-right: 1px solid #dddddd; }
       
 10681   .table-rsp .select-col {
       
 10682     max-width: 2.5em;
       
 10683     text-align: center;
       
 10684     width: 2.5em; }
       
 10685     .table-rsp .action-col {
       
 10686       position: relative;
       
 10687       text-align: right;
       
 10688       vertical-align: top;
       
 10689       min-width: 10em;
       
 10690       width: 10em; }
       
 10691       .table-rsp .numeric {
       
 10692         text-align: right; }
       
 10693         .table-rsp [st-sort] {
       
 10694           cursor: pointer; }
       
 10695           .table-rsp [st-sort]:after {
       
 10696             color: #d4d4d4;
       
 10697             content: '\f0dc';
       
 10698             font-family: 'FontAwesome';
       
 10699             margin-left: 0.5em;
       
 10700             opacity: 0; }
       
 10701             .table-rsp [st-sort]:not(.st-sort-ascent):hover:after,
       
 10702             .table-rsp [st-sort]:not(.st-sort-descent):hover:after {
       
 10703               opacity: 1; }
       
 10704   .table-rsp .st-sort-ascent:after {
       
 10705     color: #000000;
       
 10706     content: '\f0dd';
       
 10707     font-family: 'FontAwesome';
       
 10708     margin-left: 0.5em;
       
 10709     opacity: 1; }
       
 10710     .table-rsp .st-sort-descent:after {
       
 10711       color: #000000;
       
 10712       content: '\f0de';
       
 10713       font-family: 'FontAwesome';
       
 10714       margin-left: 0.5em;
       
 10715       opacity: 1; }
       
 10716       .table-rsp.modern {
       
 10717         border-spacing: 0; }
       
 10718         .table-rsp.modern tbody tr td {
       
 10719           border: none;
       
 10720           border-top: 1px solid #dddddd; }
       
 10721           .table-rsp.modern tbody tr:last-child td {
       
 10722             border-bottom: 1px solid #dddddd; }
       
 10723   .table-rsp.table-detail {
       
 10724     border-spacing: 0; }
       
 10725     .table-rsp.table-detail tbody tr td {
       
 10726       border-bottom: none; }
       
 10727       .table-rsp.table-detail tbody tr:last-child:not(.spacer-row) td {
       
 10728         border-bottom: 1px solid #dddddd; }
       
 10729         .table-rsp.table-detail tbody tr.expanded td {
       
 10730           border-bottom: 1px solid #dddddd; }
       
 10731           .table-rsp.table-detail tbody tr.expanded td[rowspan='2'].action-col {
       
 10732             border-bottom: none; }
       
 10733     .table-rsp.table-detail tbody tr.expanded:nth-last-child(-n+3) [rowspan='2'].action-col {
       
 10734       border-bottom: 1px solid #dddddd; }
       
 10735       .table-rsp.table-detail tbody tr:nth-last-child(2):not(.expanded) td {
       
 10736         border-bottom: 1px solid #dddddd; }
       
 10737         .table-rsp.table-detail tbody tr:nth-last-child(3).expanded + .detail-row + tr.spacer-row td {
       
 10738           border-top: none; }
       
 10739           .table-rsp.table-detail tbody tr + .detail-row + tr.spacer-row td {
       
 10740             border-top: 1px solid #dddddd; }
       
 10741     .table-rsp.table-detail .detail-row td {
       
 10742       padding: 0; }
       
 10743       .table-rsp.table-detail .detail-row td.detail .detail-expanded {
       
 10744         border-top: none;
       
 10745         padding: 1em 0.5em;
       
 10746         white-space: normal; }
       
 10747     .table-rsp.table-detail .expanded + tr td {
       
 10748       border-top: none; }
       
 10749       .table-rsp.table-detail .expander {
       
 10750         cursor: pointer;
       
 10751         max-width: 1.5em;
       
 10752         width: 1.5em; }
       
 10753         .table-rsp.table-detail .spacer-row td {
       
 10754           background-color: inherit;
       
 10755           border: none;
       
 10756           height: 0.5em;
       
 10757           padding: 0;
       
 10758           position: relative; }
       
 10759           .table-rsp.table-detail.table-striped tbody tr:nth-child(2n+1) > td,
       
 10760           .table-rsp.table-detail.table-striped tbody tr:nth-child(2n+1) + .detail-row > td {
       
 10761             background-color: #fff; }
       
 10762             .table-rsp.table-detail.table-striped tbody tr.spacer-row > td,
       
 10763             .table-rsp.table-detail.table-striped tbody tr.spacer-row:nth-child(6n+3) + tr + tr.detail-row td,
       
 10764             .table-rsp.table-detail.table-striped tbody tr.detail-row:nth-child(4n+2) + tr:not(.spacer-row) td,
       
 10765             .table-rsp.table-detail.table-striped tbody tr.detail-row:nth-child(4n+2) + tr:not(.spacer-row) + tr.detail-row td {
       
 10766               background-color: transparent; }
       
 10767     .table-rsp.table-detail.modern .expanded + tr td {
       
 10768       border-top: 1px solid #dddddd; }
       
 10769       .table-rsp.table-detail.modern .expanded td:not(.action-col),
       
 10770       .table-rsp.table-detail.modern .expanded td.action-col:not([rowspan='2']) {
       
 10771         border-bottom: none; }
       
 10772   @media only all {
       
 10773     .table-rsp .rsp-p1, .table-rsp .rsp-p2, .table-rsp .rsp-p3, .table-rsp .rsp-p4 {
       
 10774       display: none;   }
       
 10775       .table-rsp .rsp-alt-p1, .table-rsp .rsp-alt-p2, .table-rsp .rsp-alt-p3,
       
 10776       .table-rsp .rsp-alt-p4 {
       
 10777         display: inline-block;   }
       
 10778 }
       
 10779   @media (min-width: 0em) {
       
 10780     .table-rsp .rsp-p1 {
       
 10781       display: table-cell;   }
       
 10782       .table-rsp .rsp-alt-p1 {
       
 10783         display: none;   }
       
 10784 }
       
 10785   @media (min-width: 38em) {
       
 10786     .table-rsp .rsp-p1 {
       
 10787       display: table-cell;   }
       
 10788       .table-rsp .rsp-alt-p1 {
       
 10789         display: none;   }
       
 10790 }
       
 10791   @media (min-width: 71em) {
       
 10792     .table-rsp .rsp-p2 {
       
 10793       display: table-cell;   }
       
 10794       .table-rsp .rsp-alt-p2 {
       
 10795         display: none;   }
       
 10796 }
       
 10797   @media (min-width: 104em) {
       
 10798     .table-rsp .rsp-p3 {
       
 10799       display: table-cell;   }
       
 10800       .table-rsp .rsp-alt-p3 {
       
 10801         display: none;   }
       
 10802 }
       
 10803   @media (min-width: 137em) {
       
 10804     .table-rsp .rsp-p4 {
       
 10805       display: table-cell;   }
       
 10806       .table-rsp .rsp-alt-p4 {
       
 10807         display: none;   }
       
 10808 }
       
 10809 .transfer-table .collapsed-help {
       
 10810   color: #999999;
       
 10811   font-style: italic;
       
 10812   font-weight: 400;
       
 10813   margin-bottom: 3em; }
       
 10814   .transfer-table .fa[title] {
       
 10815     cursor: pointer;
       
 10816     width: 20px; }
       
 10817     .transfer-table .transfer-heading {
       
 10818       border-bottom: 1px solid #eeeeee;
       
 10819       font-size: 1.2em;
       
 10820       margin-top: 1em;
       
 10821       padding-bottom: 0.5em; }
       
 10822       .transfer-table .transfer-heading .badge-info {
       
 10823         background-color: #0084d1; }
       
 10824         .transfer-table .transfer-heading .help-text {
       
 10825           font-size: 0.9em;
       
 10826           font-weight: 400; }
       
 10827 .transfer-table .transfer-available, .transfer-table .transfer-allocated {
       
 10828   margin-bottom: 3em; }
       
 10829   .transfer-table .transfer-available table .action-col,
       
 10830   .transfer-table .transfer-allocated table .action-col {
       
 10831     min-width: 3em;
       
 10832     width: 3em; }
       
 10833     .transfer-table .transfer-available table .action-col .btn,
       
 10834     .transfer-table .transfer-allocated table .action-col .btn {
       
 10835       border-color: #666666;
       
 10836       padding: 2px 7px; }
       
 10837       .transfer-table .transfer-available table .action-col .btn.disabled,
       
 10838       .transfer-table .transfer-allocated table .action-col .btn.disabled {
       
 10839         border-color: #cecece;
       
 10840         color: #cccccc; }
       
 10841 .chart-tooltip {
       
 10842   background-color: #fefefe;
       
 10843   border: solid 1px #bcbcbc;
       
 10844   box-shadow: 1px 1px 8px -3px #cccccc;
       
 10845   display: none;
       
 10846   padding: 0.3em 0.8em;
       
 10847   position: absolute;
       
 10848   white-space: nowrap;
       
 10849   z-index: 12000; }
       
 10850   .chart-tooltip.tooltip-enabled {
       
 10851     display: inline-block; }
       
 10852     .chart-tooltip .tooltip-key {
       
 10853       color: #000000;
       
 10854       font-weight: 600;
       
 10855       padding: 0 0.2em; }
       
 10856       .chart-tooltip i.fa {
       
 10857         background-color: inherit;
       
 10858         fill: none; }
       
 10859 .pie-chart {
       
 10860   display: inline-block;
       
 10861   position: relative; }
       
 10862   .pie-chart .svg-pie-chart {
       
 10863     float: left; }
       
 10864     .pie-chart .svg-pie-chart .slice {
       
 10865       cursor: pointer; }
       
 10866   .pie-chart .pie-chart-title {
       
 10867     font-size: 1.1em;
       
 10868     font-weight: 600;
       
 10869     padding: 0.5em 0; }
       
 10870     .pie-chart .pie-chart-label {
       
 10871       font-size: 1.2em;
       
 10872       text-anchor: middle; }
       
 10873       .pie-chart .pie-chart-legend {
       
 10874         float: left;
       
 10875         font-size: 1em;
       
 10876         line-height: 1em;
       
 10877         padding: 0.2em 1.5em; }
       
 10878         .pie-chart .pie-chart-legend .slice-legend {
       
 10879           padding: 0.1em 0; }
       
 10880           .pie-chart .pie-chart-legend .slice-legend .slice-key {
       
 10881             color: transparent;
       
 10882             display: inline-block;
       
 10883             height: 1em;
       
 10884             line-height: 1em;
       
 10885             position: relative;
       
 10886             top: 0.12em;
       
 10887             width: 0.5em; }
       
 10888 .modal-wait-spinner.modal.fade .modal-dialog, .modal.in .modal-dialog {
       
 10889   transform: translate(0, 0); }
       
 10890 .metadata-tree {
       
 10891   min-height: 200px; }
       
 10892   .metadata-tree .metadata-list-group {
       
 10893     height: 400px;
       
 10894     overflow: auto; }
       
 10895     .metadata-tree .panel-heading .v-align {
       
 10896       display: table;
       
 10897       min-height: 2.5em; }
       
 10898       .metadata-tree .panel-heading .v-align > * {
       
 10899         display: table-cell;
       
 10900         vertical-align: middle; }
       
 10901   .metadata-tree :not(.active).dark-stripe {
       
 10902     background-color: #fff; }
       
 10903     .metadata-tree :not(.active).light-stripe {
       
 10904       background-color: white; }
       
 10905   .metadata-tree .list-group-item.level-0 > * {
       
 10906     padding-left: 0; }
       
 10907     .metadata-tree .list-group-item.level-1 > * {
       
 10908       padding-left: 15px; }
       
 10909       .metadata-tree .list-group-item.level-2 > * {
       
 10910         padding-left: 30px; }
       
 10911         .metadata-tree .list-group-item .leaf {
       
 10912           padding-left: 10px; }
       
 10913   .metadata-tree .metadata-tree-item {
       
 10914     display: block; }
       
 10915     .metadata-tree .metadata-tree-item .input-group-addon {
       
 10916       overflow: hidden;
       
 10917       text-overflow: ellipsis;
       
 10918       white-space: nowrap;
       
 10919       width: 50%;
       
 10920       max-width: 140px;
       
 10921       text-align: right; }
       
 10922       .metadata-tree .metadata-tree-item .multiselect {
       
 10923         margin: 0;
       
 10924         color: #000; }
       
 10925         .metadata-tree .metadata-tree-item .multiselect .panel-heading {
       
 10926           padding: 4px; }
       
 10927           .metadata-tree .metadata-tree-item .multiselect .panel-heading > * {
       
 10928             display: table;
       
 10929             width: 100%; }
       
 10930             .metadata-tree .metadata-tree-item .multiselect .panel-heading > * > * {
       
 10931               display: table-cell;
       
 10932               vertical-align: middle; }
       
 10933         .metadata-tree .metadata-tree-item .multiselect .panel-body {
       
 10934           padding: 3px 5px 5px; }
       
 10935           .metadata-tree .metadata-tree-item .multiselect .panel-footer {
       
 10936             padding: 4px; }
       
 10937             .metadata-tree .metadata-tree-item .multiselect .values .label {
       
 10938               display: inline-block;
       
 10939               text-transform: uppercase; }
       
 10940               .metadata-tree .metadata-tree-item .multiselect .name {
       
 10941                 vertical-align: text-top; }
       
 10942                 .metadata-tree .metadata-tree-item .multiselect .options {
       
 10943                   max-height: 180px;
       
 10944                   overflow-y: auto; }
       
 10945                   .metadata-tree .metadata-tree-item .multiselect .options > *:last-child {
       
 10946                     border-bottom: none; }
       
 10947         .metadata-tree .metadata-tree-item .multiselect .disabled {
       
 10948           cursor: not-allowed;
       
 10949           background-color: #eee; }
       
 10950     .metadata-tree .metadata-tree-item .label-info {
       
 10951       display: none;
       
 10952       position: absolute;
       
 10953       z-index: 10;
       
 10954       top: 1px;
       
 10955       left: 25px;
       
 10956       max-width: 80%;
       
 10957       overflow: hidden;
       
 10958       text-overflow: ellipsis; }
       
 10959       .metadata-tree .metadata-tree-item .bool {
       
 10960         width: 40%; }
       
 10961   .metadata-tree .label-danger {
       
 10962     display: inline-block;
       
 10963     position: absolute;
       
 10964     z-index: 10;
       
 10965     bottom: 1px;
       
 10966     left: 25px; }
       
 10967     .metadata-tree .list-group-item:hover .label-info {
       
 10968       display: inline-block; }
       
 10969 .metadata-display .selector .selector-item {
       
 10970   border-top: 1px solid #ccc;
       
 10971   padding: 10px;
       
 10972   color: #145c9e;
       
 10973   cursor: pointer; }
       
 10974   .metadata-display .selector .selector-item:first-child {
       
 10975     border-top: none; }
       
 10976     .metadata-display .selector .selector-item:hover {
       
 10977       color: #145c9e; }
       
 10978       .metadata-display .selector .selector-item.active {
       
 10979         color: #666; }
       
 10980 .metadata-display .selected-details {
       
 10981   padding-top: 9px; }
       
 10982   .metadata-display .description {
       
 10983     margin-top: 20px; }
       
 10984     .metadata-display .auto-width {
       
 10985       width: auto; }
       
 10986 .search-bar .search-entry {
       
 10987   height: 24px;
       
 10988   position: relative; }
       
 10989   .search-bar .search-entry .search-input {
       
 10990     padding: 1px 0px;
       
 10991     font: normal normal normal 12.6px / normal;
       
 10992     outline: none;
       
 10993     height: 24px;
       
 10994     width: 500px; }
       
 10995 .search-bar .fa-filter {
       
 10996   padding-left: 5px;
       
 10997   font-size: larger; }
       
 10998   .search-bar .fa-times {
       
 10999     font-size: larger;
       
 11000     cursor: pointer; }
       
 11001     .search-bar .label {
       
 11002       font-size: 100%;
       
 11003       font-weight: normal; }
       
 11004 
       
 11005 .search-main-area {
       
 11006   padding-left: 10px; }
       
 11007 @-moz-document url-prefix() {
       
 11008   .item-list .item {
       
 11009     top: -0.4rem;   }
       
 11010   .search-selected {
       
 11011     top: -0.4rem;   }
       
 11012 }
       
 11013 
       
 11014 .search-bar {
       
 11015   position: relative;
       
 11016   border: 1px solid #ccc;
       
 11017   background-color: white;
       
 11018   margin-bottom: 0.5rem;
       
 11019   padding: 0.25rem;
       
 11020   height: auto; }
       
 11021   .search-bar i.fi-filter {
       
 11022     color: #6a737b;
       
 11023     position: absolute;
       
 11024     top: 0.35rem;
       
 11025     left: 0.65rem; }
       
 11026     .search-bar .search-main-area {
       
 11027       position: relative;
       
 11028       margin-left: 1.65rem;
       
 11029       margin-right: 1.65rem;
       
 11030       cursor: text; }
       
 11031       .search-bar .item-list {
       
 11032         position: relative; }
       
 11033         .search-bar .item-list .item {
       
 11034           color: #333;
       
 11035           background-color: #e6e7e8;
       
 11036           height: 1.3rem;
       
 11037           margin-right: 0.5rem; }
       
 11038           .search-bar .item-list .item a {
       
 11039             color: white; }
       
 11040   .search-bar .search-selected {
       
 11041     position: relative;
       
 11042     padding-left: 0;
       
 11043     padding-right: 0;
       
 11044     background-color: white;
       
 11045     color: #444; }
       
 11046     .search-bar .search-entry {
       
 11047       position: relative;
       
 11048       display: inline-block;
       
 11049       height: 1.5rem;
       
 11050       height: 1.5rem; }
       
 11051       .search-bar .search-input {
       
 11052         width: 17.5rem;
       
 11053         border: 0;
       
 11054         box-shadow: none;
       
 11055         height: 1.5rem;
       
 11056         padding: 0.25rem;
       
 11057         margin-bottom: 0;
       
 11058         background-color: white; }
       
 11059         .search-bar .search-input:focus {
       
 11060           box-shadow: none;
       
 11061           background-color: white; }
       
 11062   .search-bar .match {
       
 11063     font-weight: bold; }
       
 11064     .search-bar i.cancel {
       
 11065       color: #6a737b;
       
 11066       position: absolute;
       
 11067       top: 0.35rem;
       
 11068       right: 0.65rem; }
       
 11069       .search-bar i.cancel:hover {
       
 11070         color: darkred; }
       
 11071   .search-bar .f-dropdown.open {
       
 11072     left: 0 !important; }