/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* *, */
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Commented due to issue in input text field display
button,
input,
select[multiple],
textarea {
  background-image: none;
}*/

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #fff;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
  .nav-collapse.collapse {
display: block!important;
height: auto!important;
overflow: visible!important;
}
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Myriad W01 Bd', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}
.col-sm-offset-1{
  margin-left: 8.333333333333332%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;

  padding-right: 0px;
  padding-left: 0px;

  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #303132;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.btn-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/*Added for Login and email modal during social media login*/
.modal-header-background{
background: url(/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/themes/SIMPLEMobileTheme/css/straighttalk/images/custom/header_bg.png) repeat #000;
border-radius: 6px 6px 0px 0px;
text-align:center;
color:#FFFFFF;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
   /*left: 50%;*/
  z-index: 15;
  /*width: 60%;*/
  padding-left: 0;
   /*margin-left: -30%;*/
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}.lotusVersion{margin:2px 1px 0px 149px !important}body.lotusui{margin:0;padding:0;font:75%/1.5em Arial, Helvetica, sans-serif;}.lotusui_ie7 body.lotusui{position:relative}body.lotusJapanese, .lotusui .lotusJapanese *{font-family:"MS UI Gothic","MS PGothic", "Apple Gothic", Arial, Helvetica, sans-serif}.lotusui a, .lotusui a:visited{text-decoration:none;color:#105cb6}.lotusui a:hover, .lotusui a:focus, .lotusui a:active{text-decoration:underline;color:#05386b}.lotusui h1{margin:0;padding:0;font-size:1.7em;font-weight:normal;line-height:1.2em;color:#444}.lotusui h2{margin:0;padding:0;font-size:1.2em;font-weight:bold;color:#444}.lotusui h3{margin:0;padding:0;font-size:1.1em;font-weight:bold}.lotusui h4{margin:0;padding:0;font-size:1.2em;font-weight:bold} .lotusui h5{margin:0;padding:0;font-size:1.1em;font-weight:bold}.lotusui img{border:0;vertical-align:middle}.lotusui input.lotusCheckbox{margin-left:0;margin-right:3px}.lotusui button, .lotusui input, .lotusui select{font-family:Arial, Helvetica, sans-serif;font-size:1em}.lotusJapanese button, .lotusJapanese input, .lotusJapanese select{font-family:"MS UI Gothic","MS PGothic", "Apple Gothic", Arial, Helvetica, sans-serif}.lotusui textarea{padding:1px 0;margin:1px 0;font:normal 1em/1.2em Arial, Helvetica, sans-serif;}.lotusui p{margin:5px 0 0 0}.lotusui pre{font-family:"Courier New", Courier, monospace;} .lotusRelatedTags a{background-repeat:no-repeat;padding-left:10px;display:inline-block;background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:0 -2811px;}.lotusPersonInactive a, .lotusPersonInactive a:visited, .lotusPersonInactive a:hover, .lotusPersonInactive a:focus, .lotusPersonInactive a:active, a.lotusPersonInactive, a.lotusPersonInactive:visited, a.lotusPersonInactive:hover, a.lotusPersonInactive:focus, a.lotusPersonInactive:active{color:#999 !important;font-style:italic;text-decoration:none}.lotusTagBin {margin-top:10px;}a.lotusAction, a.lotusAction:visited{font-size:.9em}.lotusActions{font-size:.9em}.lotusActions .lotusAction, .lotusui .lotusTiny a.lotusAction, .lotusui .lotusTiny .lotusAction, .lotusui .lotusAction .lotusTiny{font-size:1em}a.lotusDropDown, a.lotusDropDown:visited, a.lotusDropDown:active{padding-right:14px;background-position:right center ;background-repeat:no-repeat;background-color:transparent;background-image: url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:0 -728px}.lotusIcon a{padding-left:18px;background-repeat:no-repeat}.lotusDelete{background-repeat:no-repeat;zoom:1} a.lotusDelete img{width:12px;height:12px;background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:0 -2319px;opacity:0.25;filter:alpha(opacity=25);}a.lotusDelete:hover img, a.lotusDelete:focus img, a.lotusDelete:active img{opacity:0.40;filter:alpha(opacity=40);}img.lotusDelete{width:8px;height:8px;background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:-2px -2321px;opacity:0.25;filter:alpha(opacity=25)}a:hover img.lotusDelete, a:focus img.lotusDelete, a:active img.lotusDelete{opacity:0.40;filter:alpha(opacity=40);}.lotusui .lotusIcon16{width:16px;height:16px;background-repeat:no-repeat;background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);}.lotusui .lotusIconShow{background-position:0 -2969px}.lotusui .lotusIconHide{background-position:0 -2483px}.lotusui .lotusAccess{position:absolute;top:-3000px;width:500px;}.lotusui .lotusAlignRight{text-align:right;}.lotusui .lotusAlignLeft{text-align:left;}.lotusui .lotusBig{font-size:1.1em}.lotusui .lotusBold{font-weight:bold}.lotusui .lotusBorderTop{border-top:1px solid #e5e5e5}.lotusui .lotusBorderBottom{border-bottom:1px solid #e5e5e5}.lotusBreakWord {word-wrap: break-word;}.lotusui_ie6 .lotusBreakWord {word-break: break-all;}.lotusui_ie7 .lotusBreakWord {word-break: break-all;}.lotusui .lotusCenter{text-align:center;}.lotusui .lotusClear{clear:both}.lotusui .lotusClearLeft{clear:left}.lotusui .lotusClearRight{clear:right}.lotusui .lotusDraggable{cursor:move}.lotusui .lotusEllipsis{white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;}.lotusui .lotusFixedTable{table-layout:fixed;}.lotusui .lotusHidden{display:none} .lotusui .lotusHideOverflow{overflow:hidden}.lotusui .lotusIndent10{padding-left:10px;}.lotusui .lotusIndent15{padding-left:15px;}.lotusui .lotusIndent20{padding-left:20px}.lotusui .lotusIndent40{padding-left:40px;}.lotusui .lotusIndent60{padding-left:60px;}.lotusui .lotusChunk{margin-top:5px;clear:both;zoom:1}.lotusui .lotusChunk10{margin-top:10px;clear:both;zoom:1}.lotusui .lotusChunk15{margin-top:15px;clear:both;zoom:1}.lotusui .lotusChunk20{margin-top:20px;clear:both;zoom:1}.lotusui .lotusHighlighted{color:#f00}.lotusui .lotusInactive{color:#999}.lotusui .lotusItalic{font-style:italic}.lotusui .lotusLeft{float:left;text-align:left;}.lotusui .lotusLoading{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/loading.gif);background-repeat:no-repeat;width:16px;height:16px} .lotusui .lotusLogo, .lotusLoginLogo{background-repeat:no-repeat}.lotusImagesOff .lotusLogo, .lotusImagesOff .lotusLoginLogo{width:auto !important;white-space:nowrap}.lotusui .lotusLTR{direction:ltr}.lotusui .lotusMeta{color:#666}.lotusui .lotusNowrap{white-space:nowrap}.lotusui .lotusNudge{} .lotusui .lotusOffScreen{position:absolute;top:-9999px}.lotusui .lotusRequired{color:#efa229}.lotusui .lotusRight{float:right;text-align:right;}.lotusui .lotusRTL{direction:rtl}.lotusui .lotusShadow{box-shadow:0px 2px 5px #eee;-webkit-box-shadow:0 2px 5px #eee;-moz-box-shadow:0 2px 5px #eee}.lotusui .lotusTiny{font-size:.9em}.lotusui .lotusAltText{display:none}.lotusImagesOff .lotusAltText{display:inline}.lotusui .lotusIBMLogo {width:82px;height:30px;background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:0 -1782px;background-repeat:no-repeat;}.lotusImagesOff .lotusIBMLogo {display:none}.lotusui .lotusIBMLogoFooter {width:63px;height:23px;background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:0 -1852px;background-repeat:no-repeat;}.lotusImagesOff .lotusIBMLogoFooter {display:none} .lotusui .lotusInlinelist{margin:0;padding:0;list-style-type:none}.lotusui .lotusInlinelist li{display:inline;margin:0;padding:0 7px;border-left:1px solid #ccc;}.lotusui .lotusInlinelist li.lotusFirst, .lotusui .lotusInlinelist li.lotusLast{padding-left:0;border-left-width:0;}.lotusui .lotusNoDivider li{border-left-width:0}.lotusui_ie7 .lotusInlinelist li{display:inline-block}.lotusui_ie7 .lotusInlinelist li, .lotusui_ie6 .lotusInlinelist li{display:inline}.lotusui .lotusArrow{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png)}.lotusui .lotusArrow{margin-right:2px;width:13px;height:18px;float:left;display:block;background-repeat:no-repeat}.lotusui .lotusArrow:visited, .lotusui .lotusArrow:hover, .lotusui .lotusArrow:focus, .lotusui .lotusArrow:active{text-decoration:none}.lotusui .lotusDropDownSprite, .lotusui .lotusDropDownActionSprite{margin-right:0;padding:1px;width:5px;height:3px;display:-moz-inline-box;display:inline-block;float:none;text-decoration:none}.lotusui .lotusDropDownSprite{background-position:0 -728px}.lotusui .lotusDropDownActionSprite{background-position:0 -814px}.lotusui .lotusScrollUp, .lotusui .lotusScrollDown{float:none;line-height:1em;width:9px;height:5px;margin:0;text-decoration:none !important}.lotusui .lotusScrollUp{background-position:0 -683px}.lotusui .lotusScrollDown{background-position:0 -638px}.lotusActionBar{margin-bottom:4px !important;position:relative;float:left;width:100%;height:2.3em}.lotusActionBar2{margin-top:-25px;margin-bottom:4px !important;position:relative;float:left;width:100%;height:2.3em} ul.lotusActionMenu{margin:0;padding:0;list-style-type:none;display:table;position:absolute;top:-9999px;z-index:900px;border:1px solid #aaa;background-color:#fff;box-shadow:5px 5px 5px #eee;-webkit-box-shadow:5px 5px 5px #eee;-moz-box-shadow:5px 5px 5px #eee}.lotusui_ie6 .lotusActionMenu{width:15em}ul.lotusActionMenu.lotusPlain{background-image:none}.lotusActionMenu li{white-space:nowrap;zoom:1;background-color:transparent}.lotusui_ie6 .lotusActionMenu li{white-space:normal}.lotusActionMenu li.lotusSelected a{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:4px -1026px;background-repeat:no-repeat}.lotusActionMenu li.lotusMenuSeparator{border-top :1px solid #C0C1C1}.lotusActionMenu a{padding:3px 40px 5px 25px;text-decoration:none;display:block;zoom:1;color:#000}.lotusActionMenu .lotusIcon a{padding-left:2px;}.lotusActionMenu .lotusIcon img{width:16px;height:16px;margin-right:6px}.lotusImagesOff .lotusActionMenu .lotusIcon img{display:inline-block}.lotusActionMenu a:visited, .lotusActionMenu a:hover, .lotusActionMenu a:focus, .lotusActionMenu a:active{text-decoration:none}.lotusActionMenu a:hover, .lotusActionMenu a:focus, .lotusActionMenu a:active{color:#fff;background-color:#595b5d}.lotusActionMenu.lotusPlain a{padding-left:10px}.lotusImagesOff .lotusActionMenu li.lotusSelected a{padding-left:15px}.lotusImagesOff .lotusActionMenu a:hover, .lotusImagesOff .lotusActionMenu a:focus{text-decoration:underline}.lotusBreadcrumbs{margin:0 0 5px 0}.lotusBreadcrumbs .lotusDivider{padding:0 5px;background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 0 -232px no-repeat;text-decoration:none}.lotusBreadcrumbs .lotusDivider:hover, .lotusBreadcrumbs .lotusDivider:focus, .lotusBreadcrumbs .lotusDivider:active{background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 0 -116px;text-decoration:none}.lotusBtn a, .lotusBtn a:visited, input.lotusBtn, button.lotusBtn, input.lotusFormButton, button.lotusFormButton, .lotusBtnImg{background-color:#f1f1f1;background-image:-moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));background-position:top left;color:#000;}.lotusBtn, .lotusFormButton, .lotusBtnImg{font-weight:bold;text-align:center !important;border:1px solid #aaa;}.lotusBtn a, input.lotusBtn, button.lotusBtn, .lotusFormButton{font-size:.9em;line-height:1.7em;}input.lotusBtn, button.lotusBtn, input.lotusFormButton, button.lotusFormButton{padding:2px 7px 3px 7px;cursor:pointer}.lotusui_ie button.lotusBtn, .lotusui_ie input.lotusBtn, .lotusui_ie .lotusFormButton{padding:0 1px 1px 1px}.lotusBtn a, .lotusBtn a:visited{display:block;text-decoration:none;border-width:0 1px 1px 1px;border-style:solid;border-color:#dedede;}span.lotusBtn a:hover, span.lotusBtn a:focus, span.lotusBtn a:active{text-decoration:none;}.lotusBtnImg{display:-moz-inline-box;display:inline-block;padding:0;vertical-align:middle;line-height:1em}.lotusBtnImg img, .lotusBtnImg input{margin:0;padding:0;width:16px;height:16px;background-repeat:no-repeat;vertical-align:middle}.lotusImagesOff .lotusBtnImg img, .lotusImagesOff .lotusBtnImg input{display:none}span.lotusBtn{margin-right:5px;display:-moz-inline-box;display:inline-block;}span.lotusBtn a{padding:1px 10px 1px 10px;white-space:nowrap;}input.lotusBtn, button.lotusBtn{margin-right:5px;}.lotusui_ie6 span.lotusBtn img{margin: .6em 0 .6em 0} input.lotusFormButton, button.lotusFormButton{margin-right:5px;font-size:.9em}.lotusDashboardSearch input.lotusFormButton {margin-top:20px;font-size:.9em}.lotusBtnDisabled, .lotusBtnDisabled a{cursor:default !important}.lotusImagesOff .lotusBtnDisabled{opacity:.5;} .lotusui_ie .lotusImagesOff .lotusBtnDisabled{filter:alpha(opacity=50);} .lotusBtnContainer{margin-bottom:0;padding-bottom:0;white-space:nowrap;}.lotusBtnDivider{border-bottom:1px solid #e0e0e0;padding-bottom:5px}.lotusAdd{font-size:1.5em;}.lotusAdd img{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:0 -2095px}.lotusClose img{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:0 -2263px}.lotusBtn:hover, .lotusBtn:focus, .lotusBtn:active{border-color:#666;}.lotusBtnDisabled{border-color:#ccc !important;}.lotusBtnDisabled a, .lotusBtnDisabled a:visited, input.lotusBtnDisabled, button.lotusBtnDisabled{color:#b0b0b0 !important;background-color:#eee;}.lotusCaption{margin-top:.2em;padding:2px 5px;height:2em;line-height:2em;clear:both;text-align:center;background-color:#fafafa;border:1px solid #eee}.lotusCaption .lotusMeta{font-size:.9em}.lotusCaption select{color:#666}.lotusPost{padding:7px 7px 7px 0;overflow:hidden;zoom:1}.lotusPost .lotusMeta{margin-bottom:-5px;margin-right:15px;font-size:0.9em;}.lotusPostContent{padding:0 0 7px 0;min-height:26px;position:relative;overflow:hidden;zoom:1;}.lotusPostAuthorInfo{display:block;float:left;font-size:0.9em;position:relative;width:50px;}.lotusPostAuthorInfo .lotusPostAvatar{background-repeat:no-repeat;}.lotusImagesOff .lotusPostAvatar{display:none}.lotusPost .lotusPostAuthorInfo .lotusMeta{margin:0;font-size:1em}.lotusui_ie6 .lotusPostContent{left:-3px}.lotusPostName{padding-top:5px;font-weight:bold;line-height:1.1em;}.lotusPostAvatar{padding-top:5px}.lotusPost .lotusDelete{display:block;position:absolute;top:7px;right:15px}.lotusAddComment{padding:4px;zoom:1;margin-bottom:10px;margin-right:4px;background-color:#eee}.lotusAddComment a.lotusCommentInput{padding:2px 2px 10px 4px;border:1px solid #aaa;background-color:#fff;display:block;}.lotusui .lotusAddComment a.lotusCommentInput:hover{border-bottom:1px solid #aaa!important;}.lotusUpdateStatus{padding:3px 7px;background-color:#eee;}.lotusImagesOff .lotusUpdateStatus{border-width:1px;border-style:solid}.lotusUpdateStatus .lotusPostDetails{margin:0 0 3px 10px;} .lotusUpdateStatus .lotusPostStatusControl{margin-left:10px;background-color:#fff;}.lotusUpdateStatus .lotusPostStatusControl .lotusStatusInput{padding:4px;display:block;} .lotusImagesOff .lotusUpdateStatus .lotusPostStatusControl .lotusStatusInput{border-width:1px;border-style:solid}ul.lotusCommentList{margin:0;padding:0;list-style-type:none}ul.lotusCommentList li{border-top-color:#eee}ul.lotusCommentList li.lotusCommentItem{border-top-width:1px;border-top-style:solid}ul.lotusCommentList li.lotusFirst{border-top-width:0}.lotusCommentList li.lotusAddComment{margin:0;font-size:.9em;}.lotusCommentList li.lotusAddComment a{padding-bottom:2px}.lotusBoard .lotusPost{border-top:1px solid #eee}.lotusBoard .lotusPostContent{padding:0 15px 7px 0;}.lotusBoard .lotusCommentList{margin:-6px 0 5px 0;padding:0;width:500px;}.lotusBoard ul.lotusCommentList li.lotusCommentItem{margin:1px 7px 0 50px;border-top-width:0;}.lotusBoard ul.lotusCommentList li.lotusFirst{padding-top:10px;background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 15px -1137px no-repeat;}.lotusBoard .lotusCommentList .lotusPost{margin-bottom:1px;}.lotusBoard .lotusCommentList .lotusPost, .lotusBoard .lotusCommentList .lotusAddComment{background-color:#eee;}.lotusBoard .lotusCommentList .lotusPostAuthorInfo{padding-left:6px; padding-right:4px; width:45px;}.lotusBoard .lotusPost .lotusPostAvatar{padding:2px 0 0 2px;}.lotusBoard .lotusPost .lotusCommentList .lotusPostAvatar{padding:2px 6px 0 2px;}.lotusBoard .lotusStatus .lotusDelete{top:0}.lotusBoard .lotusCommentList .lotusDelete{top:0;right:10px}.lotusBoard .lotusPost .lotusPerson {font-weight:bold; padding-right:2px;}.lotusBoard .lotusCommentPaging{font-style:italic;background-color:#eee;}.lotusBoard .lotusPostDetails {padding-top:2px;}.lotusForum .lotusPost{margin:7px 0;background-color:#ccc}.lotusImagesOff .lotusForum .lotusPost{border-width:1px;border-style:solid}.lotusForum .lotusPostAuthorInfo{width:100px;text-align:center}.lotusForum .lotusPostAuthorInfo .lotusPostAvatar{padding-top:0;background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 100% -1373px no-repeat}.lotusForum .lotusPostContent{padding:7px 15px;background-color:#fff}.lotusForum ul.lotusCommentList .lotusPost{background-color:#eee}.lotusForum ul.lotusCommentList li.lotusCommentItem{border-width:0}.lotusForum ul.lotusCommentList .lotusChild{margin-left:0;padding-left:20px;list-style-type:none;background: url(/wps/themeModules/modules/oneui/v2.1/images/commentIndent.png) left top no-repeat;}.lotusForum .lotusPostDetails{padding:5px 0}.lotusForum .lotusPostDetails blockquote{margin:4px 0;padding:4px 8px;width:75%;color:#545454;background-color:#eee;border-width:1px 1px 1px 3px;border-style:solid;border-color:#ccc;}.lotusCommentBubble{padding-top:10px;background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 15px -1137px no-repeat;zoom:1}.lotusCommentBubbleBody{padding:5px 10px 5px 15px;background-color:#eee;}.lotusImagesOff .lotusCommentBubbleBody{border-width:1px;border-style:solid}.lotusCommentBubble .lotusMeta{font-size:.9em}.lotusDialogWrapper{position:absolute;left:0;top:-9999px;}.lotusDialogBorder{min-width:400px;max-width:600px;border:1px solid #999;box-shadow:0 3px 7px #999;-moz-box-shadow:0 3px 7px #999;-webkit-box-shadow:0 3px 7px #999;}.lotusui_ie6 .lotusDialogBorder{width:expression(this.offsetWidth > 600 ? "600px" : "auto" );}.lotusDialog{opacity:1;height:auto;background-color:#fff;}.lotusDialog h1{font-weight:bold;padding:12px 12px 12px 20px;background-color:#fff;background-image:none;background-image:-moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));background-position:left top;border-bottom:1px solid #eee;}.lotusDialog h2{font-weight:bold;padding:12px 12px 12px 20px;margin:0 !important}.lotusDialog h1 .lotusClose, .lotusDialog h2 .lotusClose{float:right;font-size:.7em}.lotusImagesOff .lotusClose{font-size:1em}.lotusDialog .lotusText{width:97%}.lotusDialog .lotusFormTable, .lotusDialog .lotusFormTable td, .lotusDialog .lotusDialogContent{background-color:#fff;}.lotusDialog .lotusDialogContent{padding:20px 12px 20px 20px;border-bottom:1px solid #aaa;max-height:300px;overflow:auto;}.lotusui_ie .lotusDialog .lotusDialogContent{position:relative;}.lotusui_ie6 .lotusDialog .lotusDialogContent, .lotusui_ie7 .lotusDialog .lotusDialogContent{padding-right:20px;overflow-x:hidden}.lotusui_ie6 .lotusDialog .lotusDialogContent {height:expression(this.scrollHeight > 399 ? "400px" : "auto");width:expression(this.offsetWidth > 560 ? "560px" : "auto" );}.lotusDialog .lotusDialogFooter{padding:12px 12px 12px 20px;background-color:#eee;}.lotusDialog td.lotusFormLabel{vertical-align:top;}.lotusDialog ul li{margin-bottom:3px;list-style:none;}.lotusui_ie .lotusDialogFooter .lotusAction{vertical-align:super}.lotusOverlay{display:none;position:absolute;top:0;left:0;width:100%;background-color:black;opacity:.30;filter: alpha(opacity=30);}.lotusViewControl{display:table;}.lotusViewControl span{margin:5px 10px 0 0;float:left}.lotusViewControl div{padding:1px;border:1px solid #c0c7cd;display:table;background-color:#f1f1f1;background-image:-moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));background-position:top left;zoom:1}.lotusImagesOff .lotusViewControl div{border-width:0}.lotusViewControl td{vertical-align:middle;padding:0}.lotusViewControl td div{display:-moz-inline-box;display:inline-block;overflow:hidden}.lotusImagesOff .lotusViewControl td div{overflow:visible}.lotusViewControl a.lotusView{margin:0;padding:0;width:18px;height:18px;display:block;float:left;background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-repeat:no-repeat}.lotusui_ie6 .lotusViewControl a.lotusView{border-width:0}.lotusDetailsOff {background-position:1px -6149px;border:1px solid transparent}.lotusDetailsOff:hover, .lotusDetailsOff:focus{background-color:#fafafa;border:1px solid #ccc}.lotusDetailsOn {background-position:1px -6149px;background-color:#333;border:1px solid #777}.lotusSummaryOff {background-position:1px -6261px;border:1px solid transparent}.lotusSummaryOff:hover, .lotusSummaryOff:focus {background-color:#fafafa;border:1px solid #ccc}.lotusSummaryOn {background-position:1px -6261px;background-color:#333;border:1px solid #777}.lotusTreeOff {background-position:1px -6373px;border:1px solid transparent}.lotusTreeOff:hover, .lotusTreeOff:focus {background-color:#fafafa;border:1px solid #ccc}.lotusTreeOn {background-position:1px -6373px;background-color:#333;border:1px solid #777}.lotusTileOff {background-position:1px -6317px;border:1px solid transparent}.lotusTileOff:hover, .lotusTileOff:focus {background-color:#fafafa;border:1px solid #ccc}.lotusTileOn {background-position:1px -6317px;background-color:#333;border:1px solid #777}.lotusFolderOff {background-position:1px -6205px;border:1px solid transparent}.lotusFolderOff:hover, .lotusFolderOff:focus {background-color:#fafafa;border:1px solid #ccc}.lotusFolderOn {background-position:1px -6205px;background-color:#333;border:1px solid #777}.lotusImagesOff .lotusViewControl .lotusView{width:auto;height:auto}.lotusImagesOff .lotusViewControl .lotusView span{margin:0 5px}.lotusImagesOff .lotusViewControl .lotusSelected:hover, .lotusImagesOff .lotusViewControl .lotusSelected:focus{cursor:default;text-decoration:none}.lotusImagesOff .lotusViewControl .lotusSelected .lotusAltText{font-weight:bold;}.lotusFeeds{margin:5px 10px;}.lotusFeeds a.lotusFeed{padding-left:20px;margin-right:7px;background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 0 -2371px no-repeat;display:-moz-inline-box;display:inline-block;zoom:1;min-height:16px}.lotusImagesOff .lotusFeeds a.lotusFeed{padding-left:0}.lotusFilters2{font-size:.9em;line-height:1.8em}.lotusFilters2 a.lotusFilter{line-height:1.4em;margin:1px 3px 5px 0;padding:1px 0 1px 5px;display:inline-block;white-space:nowrap;border:1px solid #eee;background-color:#fafafa;}.lotusFilters2 a.lotusFilter, .lotusFilters2 a.lotusFilter:hover, .lotusFilters2 a.lotusFilter:focus{text-decoration:none}.lotusFilters2 img.lotusDelete{margin:0 5px;vertical-align:baseline}.lotusui_ie .lotusFilters2{vertical-align:middle;}.lotusui_ie7 .lotusFilters2 a.lotusFilter{margin-top:2px;margin-bottom:4px;vertical-align:middle;}.lotusui_ie6 .lotusFilters2 a.lotusFilter{margin-top:3px;margin-bottom:3px;padding-top:2px;padding-bottom:2px;vertical-align:middle;}.lotusImagesOff .lotusFilters2 img.lotusDelete{display:none}.lotusImagesOff .lotusFilters2 a.lotusFilter .lotusAltText{margin:0 5px;}.lotusFilters2 .lotusDivider{padding:0 5px}.lotusFilters2 .lotusIcon{vertical-align:top}.lotusui_ie .lotusFilters2 .lotusIcon{vertical-align:middle}.lotusFilters2 .lotusIcon:hover, .lotusFilters2 .lotusIcon:focus{text-decoration:none}.lotusFilters2 a.lotusAction{font-size:1em !important}.lotusForm2{margin:0;padding:0;zoom:1;background-color:#fafafa}.lotusFormPlain .lotusForm2{background-color:#fff;}.lotusForm2 .lotusFormErrorSummary{padding:5px 20px}.lotusForm2 fieldset{border:1px solid #ccc;}.lotusForm2 .lotusFormTitle{padding:15px 20px}.lotusForm2 .lotusFormBody{padding:0 20px}.lotusFormTitle h2{font-size:1.3em;}.lotusForm2 label{font-weight:bold;width:99%;display:block;margin-bottom:3px}.lotusForm2 legend{font-weight:bold;color:#222}.lotusForm2 fieldset{margin:0;padding:0;border-width:0}.lotusForm2 .lotusFieldset{padding:5px;border:1px solid #aaa}.lotusForm2 label.lotusCheckbox{font-weight:normal;display:inline;}.lotusForm2 .lotusFormField{margin-bottom:10px}.lotusFormError, .lotusFormRequired {color:#f00;}.lotusForm2 .lotusFormError{margin-bottom:5px;font-weight:bold;}.lotusForm2 .lotusFormErrorField, .lotusForm2 .lotusFormErrorSummary{background-color:#fffabc;}.lotusForm2 .lotusText, .lotusForm2 textarea, .lotusForm2 select{border:1px solid #aaa;padding-left:1px;padding-right:1px}.lotusForm2 select{padding-right:0}.lotusForm2 .lotusText {width:99%;}.lotusForm2 textarea {margin-bottom:7px;}.lotusForm2 .lotusFieldBorder{margin-bottom:7px;padding:4px;background-color:#eee}.lotusForm2 .lotusFieldBorder .lotusText{margin:0;padding:2px;width:98.5%;}.lotusForm2 .lotusFormFooter{padding:10px 20px;background-color:#eee;}.lotusui_ie .lotusForm2 .lotusFormFooter .lotusAction{vertical-align:super}.lotusForm{margin:0;padding:0;zoom:1;background-color:#fafafa}.lotusFormPlain .lotusTable, .lotusFormPlain .lotusFormTable td{background-color:#fff;}.lotusForm h2 {margin:25px 15px 15px 25px;font-size:1.3em;}.lotusForm h2 .lotusMeta{font-size:.8em;font-weight:normal;display:block}.lotusForm tr.lotusFormFieldRow td, .lotusForm td.lotusFormFieldRow{padding-bottom:10px}.lotusTable .lotusForm td, .lotusFormTable td {border-width:0 !important;padding-right:3px;vertical-align:top}.lotusForm td.lotusFormLabel {vertical-align:top;text-align:right;padding-right:10px;padding-top:1px}.lotusui_ie .lotusForm td.lotusFormLabel{padding-top:2px}.lotusForm td label{font-weight:bold;}.lotusForm legend{font-weight:bold;color:#222}.lotusForm fieldset{margin:0;padding:0;border-width:0}.lotusForm .lotusFieldset{padding:5px;border:1px solid #aaa}.lotusForm td.lotusNudge{width:22px}.lotusForm label.lotusCheckbox{font-weight:normal}.lotusForm .lotusText {width:99%;}.lotusForm .lotusText, .lotusForm textarea, .lotusForm select{border:1px solid #aaa;padding-left:1px;padding-right:1px}.lotusForm select{padding-right:0}.lotusForm textarea {margin-bottom:7px;}.lotusForm .lotusFieldBorder{margin-bottom:7px;padding:4px;background-color:#eee}.lotusForm .lotusFieldBorder .lotusText{margin:0;padding:2px;width:98.5%;}.lotusForm .lotusFormErrorSummary div {margin:10px 15px 3px 25px;}.lotusForm .lotusFormErrorSummary ul {margin:0 15px 10px 40px;list-style-type:disc;}.lotusForm .lotusFormError, .lotusForm .lotusFormRequired {font-weight:bold;}.lotusForm .lotusFormErrorField, .lotusForm .lotusFormErrorSummary td {background-color:#fffabc;}td.lotusFormRequired {padding-bottom: 0 !important;}.lotusFormTable {width:100%;}.lotusForm .lotusFormSection {padding:5px 0 0 0;}.lotusFormTable .lotusFormFooter{padding:10px 25px !important;background-color:#eee;}.lotusui_ie .lotusFormFooter .lotusAction{vertical-align:super}.lotusGrid{zoom:1;margin:5px 0 0 0;overflow:hidden;zoom:1}.lotusui_ie .lotusGrid{margin-bottom:5px;}.lotusGrid div{margin:0 5px 5px 0;float:left}.lotusHeader{margin-bottom:5px;margin-top:-5px;overflow:hidden;position:relative;zoom:1}div.lotusHeader{margin-bottom:15px}.lotusHeader img{margin-right:10px;}.lotusHeader .lotusDetails{margin-top:5px;position:relative;white-space:break-word;clear:both}.lotusHeader .lotusDetails p{color:#666}.lotusHeader .lotusBtnContainer{margin-top:10px;} .lotusInfoBox, .portlet-msg{margin:15px 0 5px 0;padding:5px;-moz-border-radius:2px;-webkit-border-radius:2px;overflow:hidden;zoom:1;background-color:#fffabc;border:1px solid #ccc;}.lotusInfoBox.lotusFirst{margin-top:0}.lotusInfoBox h3, .portlet-msg h3{margin:5px 0 10px 0;padding:0 0 0 5px;overflow:hidden;zoom:1;}.lotusInfoBox h3 img, .portlet-msg h3 img{margin:3px 5px 0 0;width:8px;height:8px;background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:-2px -2321px;opacity:0.25;filter:alpha(opacity=25)}.lotusInfoBox h3 a:hover img, .portlet-msg h3 a:hover img, .lotusInfoBox h3 a:focus img, .portlet-msg h3 a:focus img{opacity:0.40;filter:alpha(opacity=40);}.lotusSection .lotusInfoBox h3 span.lotusLeft{width:auto}.lotusInfoBox h4, .portlet-msg h4{margin:2px 5px;font-weight:bold}.lotusInfoBox p, .portlet-msg p{margin:0;padding:5px;}.lotusInfoBox ul, .portlet-msg ul{margin-top:5px;}.lotusInfoBox .lotusInlinelist, .portlet-msg .lotusInlinelist{padding-bottom:5px;padding-left:0;}.lotusInfoBox .lotusInlinelist li, .portlet-msg .lotusInlinelist li{padding-bottom:5px;border-left-width:0;}.lotusHelp{position:absolute;width:200px;left:0;top:-9999px;box-shadow:0 2px 5px #eee;-webkit-box-shadow:0 2px 5px #eee;-moz-box-shadow:0 2px 5px #eee}.lotusHelp .lotusInfoBox{margin:0;-moz-border-radius:0;-webkit-border-radius:0;background-color:#ffffe1;}.lotusHelp h3{margin:4px 3px 0 0;float:left;}.lotusMedium{width:300px}.lotusLegal .lotusLicense{color:#666;}.lotusLegal .lotusBuild{color:#000}table.lotusLegal td{font-size:0.8em;line-height:1.2em}table.lotusLegal{margin:5px 25px 10px 25px;}table.lotusLegal td{vertical-align:middle;padding:5px;}.lotusLogin .lotusLegal{margin-left:10px}.lotusLogin table.lotusLegal, .lotusAbout table.lotusLegal{margin-top:15px} ul.lotusList{clear:both;overflow:hidden;margin:0;padding:0;list-style-type:none}.lotusui ul.lotusMeta{font-size:1em}ul.lotusList ul{list-style-type:none} ul.lotusList li {margin:1px 0;padding:3px 2px;clear:both;zoom:1}ul.lotusEditable li{text-align:right;overflow:hidden} ul.lotusList li.lotusSelected{background-color:#eee}ul.lotusList li.lotusSelected a{text-decoration:none;color:#000;}ul.lotusList img.lotusLeft{margin-right:3px}ul.lotusList div p{margin-top:3px;margin-bottom:0}.lotusImagesOff .lotusEditable .lotusDelete img{display:none}dl.lotusList dt{padding:3px 10px;margin:10px 0 0 0;font-size:1.1em}dl.lotusList dd{margin:0;padding:5px 10px}.lotusMenu, .portlet-menu{margin:0 0 15px 0;padding:5px 0;width:178px;background-color:#eee;border:1px solid #ccc;-moz-border-radius:4px;-webkit-border-radius:4px}.lotusMenu .lotusInner, .portlet-menu .lotusInner{overflow:hidden}.lotusMenu .lotusMenuSection{overflow:hidden;margin:0 0 3px 0;padding-bottom:5px;border-bottom:1px solid #ccc;zoom:1}.lotusMenu .lotusMenuSubsection{margin:10px 0 0 20px;}.lotusMenu h2, .portlet-menu h2{margin:0 0 7px 10px;padding:0;font-size:1em}.lotusMenu h3, .portlet-menu h3{margin:0 5px;padding:5px 0 5px 10px;line-height:1.0em;color:#4f9815}.lotusMenu .lotusMenuSubsection h3{margin-left:-15px}.lotusMenu h3.lotusSelected, .portlet-menu h3.lotusSelected{color:#fff;background-color:#595b5d;border:1px solid #595b5d;}.lotusMenu h3 a.lotusArrow{margin-right:0;margin-top:-2px}.lotusMenu ul, .portlet-menu ul{margin:0;padding:0;list-style-type:none;}.lotusMenu li{zoom:1}.lotusMenu li img, .portlet-menu .lotusMenu li img{margin:0 3px 0 0}.lotusMenu li a, .lotusMenu li a:visited, .portlet-menu li a, .portlet-menu li a:visited{padding:5px 0 5px 10px;display:block;text-decoration:none;font-weight:normal;line-height:1.0em;color:#000}.lotusMenu ul.lotusIcons img{vertical-align:text-bottom}.lotusImagesOff ul.lotusIcons img{display:inline-block}.lotusMenu ul.lotusIcons a{padding:3px 0 3px 10px}.lotusMenu li a:hover, .lotusMenu li a:focus, .portlet-menu li a:hover, .portlet-menu li a:focus{text-decoration:underline}.lotusMenu li.lotusSelected a, .lotusMenu li.lotusSelected a:visited, .lotusMenu li.lotusSelected a:active, .portlet-menu li.lotusSelected a, .portlet-menu li.lotusSelected a:visited, .portlet-menu li.lotusSelected a:active{margin:0 5px;padding-left:6px;color:#fff !important;background-color:#595b5d;border:1px solid #595b5d;text-decoration:none;cursor:default;font-weight:bold;}.lotusMenu div.lotusChunk, .portlet-menu .lotusMenu div.lotusChunk {margin:5px 5px 0 0;}.lotusMenu .lotusAction{margin-left:30px;display:inline-block;}.lotusTwistyOpenMenu, .lotusTwistyClosedMenu{width:11px;height:16px}.lotusTwistyOpenMenu{background-position:0 -464px}.lotusTwistyClosedMenu{background-position:0 0}.lotusMenu h3.lotusSelected .lotusTwistyOpenMenu{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:0 -580px}.lotusMenu h3.lotusSelected .lotusTwistyClosedMenu{background-position:0 -348px}.lotusMenu .lotusArrow, .lotusMenu .lotusArrow:hover, .lotusMenu .lotusArrow:focus{color:#fff;text-decoration:none} .lotusMessage{padding:5px;margin-bottom:12px;background-color:#fffabc;border:1px solid #ccc;-moz-border-radius:4px;-webkit-border-radius:4px;overflow:hidden;zoom:1;position:relative}.lotusMessage img {margin:2px 5px 0 0;float:left}.lotusMessage span{display:block;margin-left:20px}.lotusMessage .lotusDelete, .portlet-msg .lotusDelete{position:absolute;right:0;top:5px;}.lotusMessage .lotusDelete img, .portlet-msg .lotusDelete img{float:none;}.lotusPaging{margin-top:2px;padding:2px 5px;height:2em;line-height:2em;clear:both;text-align:center;font-size:.9em;background-color:#fafafa;border:1px solid #eee}.lotusPaging a, .lotusPaging a:visited{font-weight:bold !important;}.lotusPaging input{width:20px;text-align:center;font:inherit;line-height:1em;}.lotusui_ie .lotusPaging input{line-height:1.4em}.lotusPaging div, .lotusPaging .lotusInlinelist li.lotusFirst{padding-left:5px}.lotusPaging .lotusInlinelist li{padding:0 6px;border-color:#8d8d8d;}.lotusPaging .lotusInlinelist li.lotusLast{padding-left:0}.lotusPalette{overflow:hidden;zoom:1;background-color:#7a7f84;border-bottom:6px solid #676b6f;}.lotusPalette .lotusLoading{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/loadingDark.gif)}.lotusPaletteHeader{padding:7px 10px 5px 20px;overflow:hidden;zoom:1;position:relative;line-height:1.9em;background-color:#62656a;color:#fff;border-width:1px 0;border-style:solid;border-top-color:#62656a;border-bottom-color:#777b81}.lotusPaletteHeader h2{float:left;color:#fff}.lotusPalette .lotusPaletteHeader a, .lotusPalette .lotusPaletteHeader a:hover, .lotusPalette .lotusPaletteHeader a:focus, .lotusPalette .lotusPaletteHeader a:active, .lotusPalette .lotusPaletteHeader a:visited{color:#fff}.lotusPaletteHeader ul.lotusTabs{left:10px;width:75%}.lotusPaletteHeader .lotusTabs li{border-width:0}.lotusPaletteHeader .lotusTabs li, .lotusPaletteHeader .lotusTabs li.lotusSelected{background-color:transparent}.lotusPaletteHeader .lotusTabs li.lotusSelected a, .lotusPaletteHeader .lotusTabs li.lotusSelected a:visited{color:#fff;}.lotusPaletteHeader .lotusTabs a, .lotusPaletteHeader .lotusTabs a:visited{margin:2px 0 8px 0;padding:3px 8px;color:#fff}.lotusPaletteHeader .lotusTabs li.lotusSelected a{font-weight:bold}.lotusPaletteHeader .lotusTabs li a:hover, .lotusPaletteHeader .lotusTabs li a:focus{text-decoration:underline}.lotusPaletteHeader .lotusTabs li.lotusSelected a:hover, .lotusPaletteHeader .lotusTabs li.lotusSelected a:focus{text-decoration:none}.lotusPalette .lotusClose{margin-left:20px;padding:2px;float:right}.lotusPaletteBody{margin-bottom:1px;background-color:#414648;border-width:2px 0;border-style:solid;border-top-color:#222;border-bottom-color:#222;overflow:hidden;zoom:1}.lotusPaletteNav{width:200px;float:left;height:20.2em;padding:10px 15px 10px 0;border-right:1px solid #222;}.lotusImagesOff .lotusPaletteNav{height:22em}.lotusPalette .lotusChunk{margin:0 0 10px 10px;overflow:hidden}.lotusPalette .lotusSearch input.lotusText{width:143px}.lotusPaletteNav h3{margin-left:10px;margin-bottom:3px;color:#fff}.lotusPaletteNav h3 .lotusBtnImg{vertical-align:bottom;padding:0 2px;}.lotusPaletteNav h3 .lotusBtnImg img{color:#fff;background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 0 -2151px;}.lotusPalette .lotusSearch input.lotusText{background-color:#fff;color:#222;border-color:#fff}.lotusPalette .lotusMenu{margin-left:10px;border-width:0;-moz-border-radius:0;-webkit-border-radius:0;height:15em;overflow:auto;background-color:#232426;}.lotusui_ie .lotusPalette .lotusMenu{height:12.8em}.lotusPalette .lotusMenu li a, .lotusPalette .lotusMenu li a:visited, .lotusPalette .lotusMenu li a:active, .lotusPalette .lotusMenu li a:hover, .lotusPalette .lotusMenu li a:focus{margin-right:2px;color:#fff;background-color:transparent;}.lotusPalette .lotusMenu li.lotusSelected a, .lotusPalette .lotusMenu li.lotusSelected a:visited{border-width:0;}.lotusPalette .lotusMenu li.lotusMore a{margin-right:5px;background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 94% -3949px no-repeat}.lotusPaletteHeader .lotusTabs li.lotusSelected a, .lotusPaletteHeader .lotusTabs li.lotusSelected a:visited, .lotusPalette .lotusMenu li.lotusSelected, .lotusPalette .lotusMenu li.lotusSelected a, .lotusPalette .lotusMenu li.lotusSelected a:visited,.lotusPalette .lotusMenu li.lotusSelected a:active{background-color:#595b5d}.lotusPaletteContent{padding:10px 0 10px 10px;overflow:auto;zoom:1;height:20.2em;}.lotusui_ie6 .lotusPaletteContent{position:relative;left:-3px}.lotusPaletteContent.lotusPlain div.lotusIcon, .lotusui_ie6 .lotusPlain div.lotusIcon{width:1em} .lotusPaletteWidgets{min-height:18.2em} .lotusPaletteWidgets .lotusSelected{border-color:#fff}.lotusPaletteWidget{margin:0 10px 6px 0;padding:6px 0;width:19em;height:2.6em;float:left;overflow:hidden;line-height:1.4em;border:1px solid #222;display:table;background-color:#4d5054;color:#fff}.lotusPaletteWidget:hover, .lotusPaletteWidget:focus{cursor:pointer;border-color:#fff}.lotusImagesOff .lotusPaletteWidgets .lotusSelected, .lotusImagesOff .lotusPaletteWidget:hover, .lotusImagesOff .lotusPaletteWidget:focus{border-style:dotted}.lotusPaletteContent .lotusPaletteWidget a, .lotusPaletteContent .lotusPaletteWidget a:hover, .lotusPaletteContent .lotusPaletteWidget a:focus, .lotusPaletteContent .lotusPaletteWidget a:active, .lotusPaletteContent .lotusPaletteWidget a:visited{color:#fff}.lotusPaletteWidget .lotusInner{display:table-row;height:2.6em}.lotusPaletteWidget div{font-weight:bold;display:table-cell;vertical-align:middle;}.lotusPaletteWidget div.lotusIcon{width:34px;text-align:center}.lotusPaletteWidget div.lotusIcon span{display:block;height:16px;width:16px;padding:3px;margin:.5em 5px;}.lotusPaletteWidget div.lotusIcon img{width:16px;height:16px;}.lotusPaletteWidget a.lotusIcon{display:table-cell;width:25px;vertical-align:middle;background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 0 -3694px no-repeat;font-size:2em}.lotusPaletteWidget a.lotusIcon:hover, .lotusPaletteWidget a.lotusIcon:focus{text-decoration:none;background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 0 -3796px}.lotusPaletteWidget div.lotusIcon span{background-color:transparent}.lotusui_ie .lotusPaletteWidget div{float:left;padding-top:.25em;}.lotusui_ie .lotusPaletteWidget div.lotusIcon span, .lotusui_ie .lotusPaletteWidget img{margin-top:-1px}.lotusui_ie .lotusPaletteWidget a.lotusIcon{float:right;display:block;margin-top:-2px}.lotusPaletteWidget .lotusTitle h4{display:block;height:1.2em;font-weight:bold}.lotusPaletteWidget .lotusTitle h4 span{font-size:.8em}.lotusui_ie .lotusPaletteWidget .lotusTitle h4{width:10em;}.lotusPaletteWidget .lotusRating0, .lotusPaletteWidget .lotusRating1, .lotusPaletteWidget .lotusRating2, .lotusPaletteWidget .lotusRating3, .lotusPaletteWidget .lotusRating4, .lotusPaletteWidget .lotusRating5{padding:0 0 12px 2px;background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-repeat:no-repeat;} .lotusPaletteWidget .lotusRating0{background-position:0 -4079px}.lotusPaletteWidget .lotusRating1{background-position:0 -4181px}.lotusPaletteWidget .lotusRating2{background-position:0 -4385px}.lotusPaletteWidget .lotusRating3{background-position:0 -4589px}.lotusPaletteWidget .lotusRating4{background-position:0 -4793px}.lotusPaletteWidget .lotusRating5{background-position:0 -4997px}.lotusui_ie .lotusPaletteWidget .lotusRating0, .lotusui_ie .lotusPaletteWidget .lotusRating1, .lotusui_ie .lotusPaletteWidget .lotusRating2, .lotusui_ie .lotusPaletteWidget .lotusRating3, .lotusui_ie .lotusPaletteWidget .lotusRating4, .lotusui_ie .lotusPaletteWidget .lotusRating5{margin-top:-.5em}.lotusLargeWidgets .lotusPaletteWidget{height:5.3em}.lotusLargeWidgets .lotusPaletteWidget div.lotusIcon{width:50px}.lotusLargeWidgets .lotusPaletteWidget div.lotusIcon span{height:50px;width:50px;margin:0;padding:0 5px;background-color:transparent;border-width:0;}.lotusLargeWidgets .lotusPaletteWidget div.lotusIcon img{width:48px;height:48px;border:1px solid #000}.lotusPaletteContent{background-color:#37393c}.lotusPaletteContent .lotusPaging{border-width:0;padding:2px 0;background-color:transparent}.lotusPaletteContent .lotusPaging div{padding-left:0;margin-left:0}.lotusPaletteContent .lotusPaging ul li, .lotusPaletteContent .lotusPaging div{color:#C1C0C0}.lotusPaletteContent .lotusPaging .lotusInlinelist{margin-right:5px;}.lotusPalette .lotusPaging input.lotusText{border:1px solid #181818;background-color:#222;color:#fff;}.lotusPalette .lotusPaging a, .lotusPalette .lotusPaging a:visited{text-decoration:none;color:#fff}.lotusPalette .lotusPaging a:hover, .lotusPalette .lotusPaging a:focus{text-decoration:underline;color:#fff}.lotusPalette h4.lotusAdded, .lotusPalette h4.lotusAdded a{padding:0 0 12px 2px}.lotusPalette .lotusShowHide{display:table-cell;vertical-align:middle;text-align:right;padding-right:10px}.lotusui_ie .lotusPaletteWidget .lotusShowHide{float:right;display:block;margin-top:.35em}.lotusui_ie .lotusPaletteWidget h4.lotusAdded{margin-top:-.5em;}.lotusImagesOff a.lotusIcon img{display:none}.lotusPalette .lotusAdded, .lotusPalette .lotusAdded a{color:#0c0}.lotusPalette h4.lotusAdded, .lotusPalette h4.lotusAdded a{color:#c1c0c0;}.lotusSearch form{margin:0;padding:0}.lotusSearch .lotusText, .lotusSearch .dijitTextBox{vertical-align:top;border:1px solid #aaa;background-color:#fff}.lotusSearch .lotusText, .lotusSearch .lotusScope{margin:0 1px;}.lotusSearch .lotusText{padding:2px 5px;width:11em;zoom:1;}.lotusSearch .lotusScope{padding:2px 25px 2px 4px;position:relative;display:block;display:inline-block;min-width:11em;height:1.33em;white-space:nowrap;line-height:1.33em;background:#fff url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 100% -893px no-repeat;text-decoration:none;cursor:pointer;color:#000;border:1px solid #aaa;}.lotusSearch .lotusScope:visited, .lotusSearch .lotusScope:hover, .lotusSearch .lotusScope:focus, .lotusSearch .lotusScope:active{text-decoration:none}.lotusSearch .lotusScope:hover, .lotusSearch .lotusScope:focus{color:#fff;background-color:#595b5d;background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:100% -981px;background-repeat:no-repeat}.lotusSearch .lotusScope .lotusIcon{margin-right:3px;vertical-align:top}.lotusui_ie .lotusSearch .lotusScope{margin-top:1px}.lotusui_ie6 .lotusSearch .lotusScope{width:11em;}.lotusui_ie7 .lotusSearch .lotusScope{min-width:0}.lotusui_ie7 .lotusSearch .lotusScope span{min-width:0}.lotusSearch .lotusScope .lotusAltText{position:absolute;top:0;right:0;width:16px;height:16px;min-width:0;background-image:none;display:none}.lotusImagesOff .lotusSearch .lotusScope .lotusAltText{display:block}.lotusSearch .lotusBtnImg{padding:2px;display:-moz-inline-box;display:inline-block;vertical-align:middle;}.lotusSearch .lotusSearchButton{background-color:transparent;background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:0 -2913px;}.lotusSearchTab{position:absolute;right:0;bottom:0;padding:.3em 5px;z-index:1;border:1px solid #ccc;-moz-border-radius:4px;-webkit-border-radius:4px;background-color:#fff;}.lotusSearchTab:hover, .lotusTabExpanded{color:#414546}.lotusTabExpanded{-moz-border-radius:4px 4px 0 0;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;border-bottom-color:#fff;}.lotusSearchTab a, .lotusSearchTab a:visited{padding-right:18px;display:block;background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 100% -5176px no-repeat;text-decoration:none;font-weight:bold}.lotusSearchTab a:hover, .lotusSearchTab a:focus{text-decoration:none;background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:100% -5412px}.lotusTabExpanded a, .lotusTabExpanded a:visited{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:100% -5648px}.lotusTabExpanded a:hover, .lotusTabExpanded a:focus{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:100% -5766px}.lotusSearchTab a, .lotusSearchTab a:visited, .lotusSearchTab a:hover, .lotusSearchTab a:focus, .lotusSearchTab a:active{color:#000;}form.lotusSearchForm{margin:0;padding:12px 10px;position:absolute;top:2.1em;right:0;display:none;z-index:0;background-color:#fff;border:1px solid #ccc;-moz-border-radius:4px 0 4px 4px;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;white-space:nowrap}.lotusSearchForm input.lotusText{padding:2px 5px;width:15em;vertical-align:top;color:#999;border:1px solid #aaa}.lotusSearchForm lotusBtn, .lotusSearchForm select{vertical-align:middle;margin-left:3px;}.lotusSearchForm .lotusBtnImg{padding:2px;display:-moz-inline-box;display:inline-block;vertical-align:middle}.lotusSearchForm .lotusSearchButton{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:0 -2913px}.lotusSection, .portlet-section{margin:0 0 15px -3px;padding:0 0 5px 0;clear:both;zoom:1;position:relative}.lotusSectionBody{margin:0 0 0 15px}.lotusSection div.lotusChunk, .lotusSection div.lotusSubsection{margin-top:5px;clear:both;zoom:1}.lotusSection h2, .lotusSection h3{zoom:1}.lotusSection h2{overflow:hidden;padding:4px 3px 4px 0;cursor:pointer !important}.lotusSection .lotusDragHandle{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:0 -1725px}.lotusSection h2.lotusDraggable:hover .lotusDragHandle{visibility:visible}.lotusSection .lotusArrow:visited, .lotusSection .lotusArrow:hover, .lotusSection .lotusArrow:focus, .lotusSection .lotusArrow:active{text-decoration:none}.lotusTwistyOpen{background-position:0 -522px}.lotusTwistyClosed{background-position:0 -232px}.lotusSection h2 span.lotusLeft, .lotusSection h3 span.lotusLeft{width:80%}.lotusSection h3{padding-right:4px}.lotusImagesOff .lotusSection h2 span.lotusLeft, .lotusImagesOff .lotusSection h3 span.lotusLeft{width:auto;margin-right:10px}.lotusSection h2 a.lotusIcon{float:right;width:16px;height:18px;background-repeat:no-repeat}.lotusSection h2 a.lotusActionMenu{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:3px -1909px}.lotusSection h2 a.lotusActionMenu:hover, .lotusSection h2 a.lotusActionMenu:focus{background-position:3px -1999px}.lotusSectionBody{background-color:#fff}.lotusImagesOff .lotusSection h2 a.lotusIcon{font-size:.78em;font-weight:normal;width:auto;height:auto}.lotusSection h2.lotusIcons img, .lotusSection h3.lotusIcons img, .portlet-section h2.lotusIcons img, .portlet-section h3.lotusIcons img{margin-left:3px}.lotusSection .lotusDragHandle{width:9px;height:17px;position:absolute;left:-7px;top:5px;background-repeat:no-repeat;zoom:1;cursor:move;visibility:hidden}.lotusSection div.lotusLast, .portlet-section div.lotusLast{margin-bottom:0}.lotusSection .lotusList{margin:0 0 0 -8px} .lotusSection .lotusList li{padding-left:8px;padding-right:5px}.lotusSection .lotusTagCloud{width:100%; overflow:hidden;}.lotusSection .lotusVertTable, .lotusSection div.lotusChunk .lotusVertTable{margin-left:-2px}.lotusSection ul.lotusTree{margin-left:-10px}.lotusImagesOff .lotusSection ul.lotusTree{margin-left:15px}.lotusSort{margin:3px 10px;font-size:.9em}.lotusSort .lotusInlinelist li{padding:2px 5px}.lotusSort .lotusInlinelist li.lotusFirst{padding-left:0}.lotusSort a{padding:0;background-repeat:no-repeat;display:-moz-inline-box;display:inline-block;vertical-align:middle}a.lotusMoreSorts{padding-right:8px;}a.lotusActiveSort{text-decoration:none}.lotusSort .lotusAscending, .lotusSort .lotusDescending{padding-right:10px;}.lotusImagesOff .lotusSort .lotusAscending, .lotusImagesOff .lotusSort .lotusDescending{padding-right:0}.lotusSort .lotusAscending{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:100% -5864px}.lotusSort .lotusDescending{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:100% -5954px}.lotusSort a.lotusMoreSorts{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:100% -764px}.lotusLayout td{padding:0;vertical-align:top;text-align:left;} .lotusLayout td.lotusvAlignMid{vertical-align:middle}.lotusVertTable th, .lotusVertTable td{padding:2px}.lotusVertTable th{padding-right:50px;text-align:left;vertical-align:top;font-weight:normal;color:#666;}.lotusVertTable p{margin:0}.lotusTable{width:100%;border-collapse:collapse;border-bottom-color:#eee;}.lotusTable th, .lotusTable td{padding:5px 2px;vertical-align:top;text-align:left;font-weight:normal;}.lotusTable th.lotusSubHeader{padding-top:15px}.lotusTable .lotusFirst th.lotusSubHeader{padding-top:5px}.lotusTable .lotusSummary td{padding:5px 2px 0 2px}.lotusTable .lotusDetails td, .lotusTable .lotusMore td{padding:0 2px 5px 2px}.lotusTable td p:first-child, p.lotusFirst{margin-top:0}.lotusTable td, .lotusTable th.lotusRowHeader, .lotusTable th.lotusSubHeader{border-top:1px solid #eee}.lotusTable .lotusLast td, .lotusTable .lotusLast th.lotusRowHeader{border-bottom:1px solid #eee}.lotusTable .lotusDetails td, .lotusTable .lotusFirst td, .lotusTable .lotusMore td, .lotusTable .lotusFirst th.lotusRowHeader, .lotusTable .lotusFirst th.lotusSubHeader{border-top-width:0}.lotusTable th.lotusFirstCell, .lotusTable td.lotusFirstCell{padding-left:10px}.lotusTable th.lotusLastCell, .lotusTable td.lotusLastCell{padding-right:10px}.lotusTable .lotusAltRow td, .lotusTable .lotusAltRow th.lotusRowHeader{background-color:#fafafa;}.lotusTable th.lotusAltCell, .lotusTable td.lotusAltCell{background-color:#fafafa;border-width:0 1px 1px 0;border-style:solid;border-right-color:#fff;border-bottom-color:#fff;}.lotusTable .lotusSS{font-size:.9em;white-space:nowrap;width:30px;color:#666;}.lotusTable .lotusType{margin-left:5px;padding:0;font-weight:normal;font-size:.75em;color:#666;}.lotusTable h4.lotusComplete, .lotusTable h4.lotusComplete a{text-decoration:line-through;color:#666} .lotusTable h5{margin:12px 0 2px 0;}.lotusTable .lotusDetails h4{margin-bottom:2px}.lotusTable .lotusDivider{padding:0 5px}.lotusTable .lotusFirstCell input{margin:3px 0 0 0}.lotusui_ie .lotusTable .lotusFirstCell input{margin:0}.lotusTable .lotusPaging td, .portlet-table .lotusPaging td{border-color:#eee;}.lotusTable .lotusMeta{font-size:.9em}.lotusTable .lotusActions{white-space:nowrap}.lotusInfoTable{margin:0 0 12px 0;-moz-border-radius:2px;-webkit-border-radius:2px;background-color:#f0f0f0;border:1px solid #ccc;}.lotusInfoTable h2{position:relative;zoom:1;}.lotusInfoTable th, .lotusInfoTable td{padding:5px 10px}.lotusInfoTable .lotusClose{position:absolute;right:-5px;top:0;display:block;padding:2px;}.lotusInfoTable .lotusClose img{width:12px;height:12px;background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:0 -2319px;opacity:0.25;filter:alpha(opacity=25);}.lotusInfoTable .lotusClose:hover img, .lotusInfoTable .lotusClose:focus img{opacity:0.40;filter:alpha(opacity=40)}.lotusui_ie6 .lotusInfoTable .lotusClose{font-size:12px}.lotusTabContainer{height:3em;position:relative;border-bottom:1px solid #ccc;z-index:1;margin-bottom:10px;}ul.lotusTabs, .portlet-tab{margin:0;padding:0;position:absolute;left:10px;bottom:-1px;overflow:hidden;list-style:none;}.lotusImagesOff ul.lotusTabs{bottom:-2px}.lotusImagesOff ul.lotusTabs .lotusSelected{border-bottom-width:0}.lotusTabs li, .portlet-tab li{margin:0 2px 0 0 !important;padding-left:3px;float:left;border-width:1px;border-style:solid;border-color:#eee;border-bottom-color:#ccc;background-color:#eee;;}.lotusTabs li.lotusSelected, .portlet-tab li.lotusSelected{background-color:#fff;border-color:#d9d9d9;border-bottom-color:#fff;}.lotusTabs a, .lotusTabs a:visited, .portlet-tab a, .portlet-tab a:visited{padding:6px 8px 6px 5px;display:block;text-decoration:none;line-height:1em;}.lotusTabs li.lotusSelected a, .lotusTabs li.lotusSelected a:visited, .portlet-tab li.lotusSelected a, .portlet-tab li.lotusSelected a:visited{font-weight:bold;color:#000;}.lotusTabs a:hover, .lotusTabs a:focus, .portlet-tab a:hover, .portlet-tab a:focus{text-decoration:none}.lotusTabContent{margin:-10px 0 12px 0;padding:10px;border-width:0 1px 1px 1px;border-style:solid;border-color:#d9d9d9;}.lotusTagCloud ul{margin:0;padding:0}.lotusTagCloud li{display:inline;zoom:1}.lotusui_ie .lotusTagCloud li{margin-right:3px}.lotusTagCloud a{text-decoration:none;font-weight:bold}.lotusTagCloud a:hover, .lotusTagCloud a:focus{text-decoration:underline;}a.lotusF5, a.lotusF5:visited{font-size:115%;color:#1c3052}a.lotusF4, a.lotusF4:visited{font-size:108%;color:#2b588e}a.lotusF3, a.lotusF3:visited{font-size:100%;color:#4477bb}a.lotusF2, a.lotusF2:visited{font-size:95%;color:#649cd8}a.lotusF1, a.lotusF1:visited{font-size:90%;color:#8bbce8} ul.lotusTree, ul.portlet-tree{margin:0;padding:0;list-style-type:none;line-height:1.5em;}.lotusTree ul, .portlet-tree ul{margin:0 0 0 14px;padding:0;list-style-type:none;}.lotusTree li, .portlet-tree li{margin:0;padding:1px 0;}.lotusTree a, .portlet-tree a{text-decoration:none;}.lotusTree a:hover, .lotusTree a:focus, .portlet-tree a:hover, .portlet-tree a:focus{text-decoration:underline}.lotusTree .lotusIcon{margin-right:3px}.lotusTree input{margin:0 3px 0 0;padding:0;vertical-align:middle}.lotusOrgChart ul{margin-left:11px}.lotusOrgChart li{padding:2px 0}.lotusOrgChart li a{margin:0;padding:0 0 5px 20px;}.lotusOrgChart .lotusBottom{padding:2px 0 5px 20px;}.lotusOrgChartTop, .lotusOrgChartMiddle, .lotusOrgChartBottom{padding-left:20px;}.lotusOrgChart li a, .lotusOrgChartMiddle{background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 0 -3249px no-repeat;}.lotusOrgChart a.lotusTop, .lotusOrgChartTop{background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 0 -3477px no-repeat;}.lotusOrgChart .lotusBottom, .lotusOrgChartBottom{background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 0 -3016px no-repeat;}.lotusImagesOff ul.lotusTree, .lotusImagesOff .lotusTree ul * {list-style-type:square;}.lotusImagesOff .lotusOrgChart li a, .lotusImagesOff .lotusBottom{padding-left:0 !important;}.lotusVCard{display:table;position:absolute;left:0;top:-9999px;width:400px;border:1px solid #ccc;box-shadow:0 2px 5px #eee;-webkit-box-shadow:0 2px 5px #eee;-moz-box-shadow:0 2px 5px #eee;background-color:#fafafa}.lotusVCard table.lotusContainer{width:100%}.lotusVCard .lotusAppLinks td{background-repeat:repeat-x;border-width:0 0 1px 1px;border-style:solid;border-color:#c5c5c5;background-color:#fff;text-align:center}.lotusVCard .lotusAppLinks td.lotusFirst{border-left-width:0}.lotusVCard .lotusAppLinks a{display:block;padding:3px 9px;}.lotusVCard .lotusMore{width:16px;margin-right:10px;background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 18px -2531px no-repeat;}.lotusVCard .lotusMore:visited, .lotusVCard .lotusMore:hover, .lotusVCard .lotusMore:focus, .lotusVCard .lotusMore:active{text-decoration:none}.lotusVCard .lotusMoreExpanded{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:18px -2643px}.lotusVCard .lotusDetails{padding:10px;border-top:1px solid #fff;background-color:#f2f2f2}.lotusVCard .lotusPhoto{padding:3px;border:1px solid #bdc4ca;float:left;position:relative}.lotusVCard .lotusPersonInfo{margin-left:86px}.lotusVCard .lotusPersonActions{padding:5px;border-top:1px solid #c5c5c5;background-color:#fff}.lotusVCard .lotusPersonActions .lotusInlinelist li{border-left-color:#105cb6}.lotusVCard .lotusActionMenu{position:static;left:auto;top:auto;border-width:0;display:none;width:auto;margin-top:-10px;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.lotusImagesOff .lotusCommentHeader{display:none}.lotusVCard .lotusComment{clear:both}.lotusVCard .lotusDetails .lotusComment{position:relative;margin:-10px 0 2px -10px;padding:0 0 0 10px;zoom:1}.lotusVCard .lotusDetails .lotusCommentHeader{padding-left:15px;padding-bottom:3px;position:absolute;top:0;left:16px;z-index:1;height:1.6em;background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 0 -1510px no-repeat;}.lotusVCard .lotusDetails .lotusCommentBody{position:relative;top:1.7em;margin:-1px 0 2.2em 0;padding:5px 10px;color:#666;background-color:#fff;border:1px solid #a0acba;z-index:0;-moz-border-radius:4px 4px 6px 6px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-left-radius:6px;-webkit-border-bottom-right-radius:6px;zoom:1}.lotusInlineVCard{position:static;left:auto;margin:0 0 10px 0}.lotusInlineVCard, .lotusInlineVCard .lotusContainer{width:175px;position:static;top:auto;left:auto}.lotusInlineVCard .lotusPhoto{padding:0;border-width:0;margin-top:5px}.lotusInlineVCard .lotusPersonInfo{margin-left:60px;margin-top:4px}.lotusInlineVCard .lotusEmail{padding:5px 10px;clear:both;border-width:1px 0;border-style:solid;border-color:#c5c5c5;}.lotusInlineVCard .lotusAppLinks{list-style-type:none;margin:0;padding:0}.lotusInlineVCard .lotusPivotNav{padding:2px 5px 1px 2px;overflow:hidden;zoom:1;}.lotusInlineVCard .lotusPivotNavToggle{margin:0 5px 0 0;padding:0;float:left;height:45px;width:10px;}.lotusPivotNavToggle a{display:block;height:45px;background:#d8d8e0 url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 3px -5988px no-repeat;text-decoration:none;}.lotusPivotNavToggle a:visited, .lotusPivotNavToggle a:hover, .lotusPivotNavToggle a:focus, .lotusPivotNavToggle a:active{text-decoration:none;}.lotusPivotNavOpen .lotusPivotNavToggle a{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position: 0 -6085px}.lotusInlineVCard .lotusInlineVCardDetails{display:none}.lotusVCardHover{padding:5px 5px 5px 25px;position:absolute;left:0;top:-9999px;border:1px solid #aeaeae;-moz-border-radius:2px;-webkit-border-radius:2px;background:#fff79a url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 5px -2697px no-repeat;white-space:nowrap}.lotusVCardHover:hover, .lotusVCardHover:focus{text-decoration:none !important}.lotusImagesOff .lotusVCardHover{padding-left:5px}.lotusWidget2{margin:0 0 10px 0;border:1px solid #ccc}.lotusWidgetPlain{border-width:0}.lotusWidgetPlain:hover h2, .lotusWidgetPlain:focus h2{display:block}.lotusWidget2 h2, .lotusWidget2 h3{zoom:1}.lotusWidget2 h2{padding:4px 3px 4px 10px;border-bottom:1px solid #ccc;background-color:#f4f4f4;background-image:-moz-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);background-image:-webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#eaeaea));background-position:left top;background-repeat:repeat-x;overflow:hidden;cursor:move;}.lotusWidgetPlain h2{display:none;border-width:1px;border-style:solid;border-color:#ccc}.lotusWidget2 .lotusWidgetBody h2{border-width:0;background-image:none}.lotusWidget2 h2 img{margin-left:3px}.lotusWidget2 h2 .lotusDivider{float:right}.lotusWidget2 h3{margin:0 -10px;padding:4px 10px;overflow:hidden;color:#444;border-bottom:1px solid #eee;line-height:1em;height:1.3em;font-size:1em;font-weight:normal}.lotusui_ie6 .lotusWidget2 h3, .lotusui_ie7 .lotusWidget2 h3{display:inline;width:100%;}.lotusWidget2 h3 a.lotusAction{padding:4px 0 5px 0;}.lotusWidget2 .lotusWidgetBody{clear:both;padding:3px 10px;}.lotusWidget2 .lotusWidgetBody .lotusSection {margin-top:0;}.lotusWidget2 .lotusWidgetBody div.lotusChunk{margin-top:5px;clear:both;zoom:1}.lotusWidget2 .lotusWidgetFooter{padding:4px 10px 7px 10px;border-top:1px solid #eee;height:1.3em;clear:both}.lotusWidget2 .lotusWidgetFooter ul.lotusVCard {margin-left:95px;margin-top:5px}.lotusWidget2 .lotusWidgetFooter img{vertical-align:top}.lotusWidget2 .lotusWidget .lotusWidgetSearch{padding:5px 10px 0 10px}.lotusWidgetSearch img {padding-right:10px}.lotusWidget2 .lotusWidgetFooter .lotusPaging{padding:2px 0;font-size:1em;line-height:1em;height:1em;background-color:transparent;border-width:0}.lotusWidget2 .lotusPaging div{padding-left:0}.lotusWidget2 .lotusWidgetScroll{overflow:hidden;clear:both;}.lotusWidget2 .lotusWidgetScroll a{margin:3px auto}.lotusImagesOff .lotusWidget2 .lotusWidgetScroll{overflow:visible;padding-bottom:3px}.lotusWidget2 h2 a.lotusIcon{float:right;width:18px;height:18px;background-repeat:no-repeat}.lotusImagesOff .lotusWidget2 h2 a.lotusIcon{font-size:.8em;font-weight:normal;width:auto;height:auto}.lotusWidget2 h2 a.lotusActionMenu{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:3px -1909px}.lotusWidget2 h2 a.lotusActionMenu:hover, .lotusWidget h2 a.lotusActionMenu:focus{background-position:3px -1999px}.lotusFrame{margin:0 auto;padding:0;min-width:990px;}.lotusui_ie6 .lotusFrame{width:990px;}.lotusTitleBar, .lotusPlaceBar{margin:0 10px}.lotusMain, .lotusFooter{margin:0 10px 10px 10px;overflow:hidden;background-color:#fff;border-style:solid;border-color:#ccc;clear:both;}.lotusMain{padding:0 0 5px 0;min-height:400px;border-width:0 1px 1px 1px;border-top-color:#ccc;-moz-border-radius:0 0 4px 4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;zoom:1}.lotusContent{padding:15px 20px 20px 20px;overflow:hidden; margin-right:auto;margin-left:auto;min-height:400px;-moz-border-radius:0 0 4px 4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;margin-bottom:-4px;background-color:#fff;}.lotusMain .lotusSearch .lotusText, .lotusMain .lotusSearch .dijitTextBox{border-color:#ccc}.lotusui_ie .lotusContent{display:inline-block;}.lotusui_ie6 .lotusContent{padding-left:15px}.lotusContentColOne{float:left;margin:10px;width:47%;}.lotusContentColTwo{float:left;margin:10px 10px 10px 0;text-align:left;width:47%;}.lotusui_ie6 .lotusContentColOne{width:45%;}.lotusui_ie6 .lotusContentColTwo{width:45%;}.lotusBanner{padding:5px 10px 5px 20px;text-align:left;overflow:hidden;zoom:1;background-color:transparent;}.lotusBanner .lotusLogo{float:left;margin-right:20px;}.lotusBanner ul{padding:0;white-space:nowrap}.lotusui_ie6 .lotusBanner ul{margin-top:0;margin-bottom:2px;} .lotusBanner ul.lotusInlinelist li{margin:0 2px;padding:0;color:#000;background-color:transparent;border-left-width:0;}.lotusBanner ul.lotusInlinelist li.lotusFirst{background-image:none} .lotusBanner ul.lotusLinks li{margin:0}.lotusBanner ul.lotusLinks li.lotusSelected a{text-decoration:underline;font-weight:bold;}.lotusBanner ul.lotusUtility li{font-size:.9em;}.lotusBanner ul li a{padding:1px 10px;}.lotusBanner ul.lotusUtility{float:right;}.lotusBanner ul.lotusUtility li a, .lotusBanner ul li span.lotusUser{padding:1px 5px;}.lotusImagesOff .lotusArrow{display:none}.lotusNavMenu{border:1px solid #aaa;background-color:#fff;display:table;z-index:900px;}.lotusNavMenu ul{margin:0;padding:0;list-style-type:none;padding:5px 0}.lotusNavMenu li{white-space:nowrap;zoom:1;background-color:transparent;padding:0 5px;color:#666}.lotusui_ie .lotusNavMenu ul{width:15em}.lotusui_ie .lotusNavMenu ul.lotusNavMenuLarge {width:25em}.lotusui_ie .lotusNavMenu li{white-space:normal;}.lotusNavMenu li.lotusMenuSeparator{border-top:1px solid #ccc;margin-top:5px;padding-top:5px} .lotusui .lotusNavMenu .dijitTooltipContainer a:hover{text-decoration:underline;}.lotusNavMenu li img{margin:0 5px}.lotusui_ie .lotusNavMenu li img{margin-bottom:10px}.lotusNavMenu li a, .lotusNavMenu li span{display:inline-block;padding:5px;} .lotusNavMenu li a + a, .lotusNavMenu li a + span, .lotusNavMenu li span + a{margin-left:10px} .lotusNavMenu .dijitTooltipContainer {background-image:none;background-color:transparent;border-width:0}.lotusNavMenu .dijitTooltipConnector {display:none;}.lotusFooter{padding:10px 10px 10px 0;border-width:1px;-moz-border-radius:4px;-webkit-border-radius:4px;font-size:.9em}.lotusFooter p{margin:0;line-height:1.3em}.lotusFooter ul{margin:0;padding:0;list-style-type:none}.lotusFooter li{line-height:1.2em;padding:.3em 0}.lotusFooter th, .lotusFooter td{border-right:1px solid #e0e0e0;vertical-align:top}.lotusFooter th.lotusLast, .lotusFooter td.lotusLast{border-width:0}.lotusFooter th, .lotusFooterHeader{padding:5px 10px 3px 25px;width:20%;font-weight:bold;font-size:1.1em;text-align:left;color:#666}.lotusFooter td{padding:0 50px 10px 25px;}.lotusColLeft{float:left;width:180px;padding:15px 10px;zoom:1}.lotusColRight{float:right;width:190px;padding:15px 10px;zoom:1}.lotusColLeft .lotusPhoto{width:128px;height:128px;margin:0 auto 10px}.lotusColLeft .lotusFormTable, .lotusColRight .lotusFormTable{margin-left:-10px;}.lotusColLeft .lotusFormTable td, .lotusColRight .lotusFormTable td{padding-left:10px;padding-top:5px;background-color:transparent}.lotusColLeft .lotusFormFooter, .lotusColRight .lotusFormFooter{padding-left:10px !important;}.lotusColLeft .lotusBtn, .lotusColRight .lotusBtn{width:99%}.lotusColLeft .lotusBtn a, .lotusColRight .lotusBtn a{padding:4px 0}.lotusColLeft .lotusSection .lotusSearch .lotusText,.lotusColRight .lotusSection .lotusSearch .lotusText,.lotusColLeft .lotusWidget2 .lotusSearch .lotusText,.lotusColRight .lotusWidget2 .lotusSearch .lotusText{margin:0 2px 0 0;width:75%;}.lotusColLeft .lotusPhoto, .lotusColRight .lotusPhoto{width:128px;height:128px;margin:0 auto 10px}.lotusPlaceBar{position:relative;border-width:0 1px 1px 1px;border-style:solid;border-color:#c0c7cd;overflow:hidden;background-color:#fff;background-image:none;background-image:-moz-linear-gradient(top, #ffffff 0%, #efefef 100%);background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));background-position:top left;background-repeat:repeat-x;zoom:1}.lotusPlaceBar h2{padding:2px 0 0 20px;float:left;font-size:1.4em;line-height:2em;font-weight:normal;color:#000;}.lotusPlaceBar .lotusBtnContainer{float:right;padding:.5em 5px .5em 10px;}.lotusTitleBar{background-color:#747678;position:relative;clear:both;border-bottom:1px solid #747678;background-image:-moz-linear-gradient(top, #87898b 0%, #656769 100%);background-image:-webkit-gradient(linear, left top, left bottom, from(#87898b), to(#656769));border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;zoom:1}.lotusTitleBar .lotusInner{height:3em;width:100%}.lotusTitleBar h2{padding:10px 0 0 15px;float:left;font-size:1.5em;letter-spacing:0;width:200px;font-weight:normal;color:#fff;} .lotusTitleBar .lotusTabs, .lotusTitleBar .portlet-tab{left:215px}.lotusTitleBar .lotusSearch .lotusText, .lotusTitleBar .lotusSearch .lotusScope, .lotusTitleBar .lotusSearch .lotusBtnImg, .lotusTitleBar .lotusTabs li{border:1px solid #747678;}.lotusTitleBar .lotusTabs li, .lotusTitleBar .lotusSearch .lotusBtnImg{background-color:#595b5d;}.lotusTitleBar .lotusTabs li{padding-left:5px;border-bottom-color:#656769;}.lotusTitleBar .lotusSearch{position:absolute;top:.7em;right:10px} .lotusTitleBar .lotusTabs a, .lotusTitleBar .lotusTabs a:visited{display:block;padding:7px 10px 7px 7px;text-decoration:none;line-height:1em;background-position:top right;background-repeat:no-repeat;line-height:1em;color:#fff;}.lotusTitleBar .lotusTabs li.lotusSelected{background-color:#fff;border-bottom:1px solid #fff}.lotusTitleBar .lotusTabs li.lotusSelected a, .lotusTitleBar .lotusTabs li.lotusSelected a:visited{color:#000;}.lotusTitleBar .lotusTabs li a:hover, .lotusTitleBar .lotusTabs li a:focus, .lotusTitleBar .lotusTabs li a:active{color:#fff !important}.lotusTitleBar .lotusTabs li.lotusSelected a:hover, .lotusTitleBar .lotusTabs li.lotusSelected a:focus, .lotusTitleBar .lotusTabs li.lotusSelected a:active{color:#000 !important}.lotusTitleBar .lotusSearchButton{color:#fff}.lotusAbout .lotusContent h1{margin:0;padding:0;font-size:3em;font-weight:normal;line-height:normal;}.lotusAbout .lotusContent h2{margin:15px 0 10px 0;padding:0;font-size:1.5em;font-weight:normal;line-height:1em;}.lotusAbout .lotusContent h3{margin:3px 0 15px;font-size:1.5em;font-weight:normal;}.lotusAbout .lotusAboutBox{padding-right:25px;padding-bottom:15px;position:relative;background-position:left top;background-repeat:repeat-x;overflow:hidden;min-height:200px;background-color:#eee;border:1px solid #ccc}.lotusui_ie .lotusAbout .lotusAboutBox{display:inline-block}.lotusui_ie6 .lotusAbout .lotusAboutBox{height:auto !important;height:200px}.lotusAboutBox img{position:absolute;left:30px;top:22px;}.lotusAbout .lotusAboutText{margin:22px 20px 20px 225px;}.lotusAbout table.lotusLegal{margin-top:15px}.lotusErrorBox{width:619px;margin:20px auto;padding:0;border:1px solid #cfcfcf;-moz-border-radius:4px;-webkit-border-radius:4px;background-color:#fff;}.lotusErrorContent{position:relative;padding:20px;zoom:1}.lotusErrorContent img{position:absolute;top:20px;left:30px;}.lotusErrorForm{margin:0px 0 0 85px;}.lotusError h1{margin:0 0 10px 0;padding:0;font-size:2.3em;font-weight:normal;}.lotusErrorForm .lotusBtnContainer{margin-top:15px}.lotusErrorForm .lotusBtn{margin-right:15px;text-align:center;}.lotusErrorForm .lotusBtnContainer .lotusAction{display:block;padding-top:3px}.lotusErrorForm div{width:auto;clear:none;margin:0;padding:0;}.lotusLogin2 .lotusLoginBox{width:485px;margin:30px auto 10px;;padding:0;background-color:#fff;border:1px solid #ccc;}.lotusLogin2 .lotusLoginBox h1{font-size:1.83333em;font-weight:normal;margin-bottom:25px;}.lotusLogin2 .lotusLoginBox h2{margin:20px 0 5px 0;font-size:1.1em;font-weight:bold;line-height:1.3em;}.lotusLogin2 .lotusLoginBox h2.lotusFirst{margin-top:0;}.lotusLogin2 .lotusDescription{padding-left:5px;margin-top:25px;float:left;width:205px;}.lotusLogin2 .lotusLoginContent{position:relative;padding:20px 25px;padding-left:40px;zoom:1}.lotusLogin2 .lotusLegal{margin:0 auto;text-align:center;color:#666;width:475px}.lotusLogin2 .lotusForm2{background-color:transparent}.lotusLogin2 .lotusForm2 .lotusFormError{margin-bottom:-10px;}.lotusLogin2 .lotusLoginBoxWide{width:725px;}.lotusLogin2 .lotusLoginBoxWide .lotusLoginContent{padding-left:25px;}.lotusLogin2 .lotusLoginBoxWide .lotusLoginForm{margin-left:245px;border:0;border-left:1px solid #ccc;padding-left:40px;}.lotusLogin2 .lotusLoginForm{padding:20px 0;position:relative;}.lotusLogin2 .lotusLoginForm .lotusBtnContainer{margin-top:25px}.lotusLogin2 .lotusLoginForm .lotusText{width:20em}.lotusLogin2 .lotusLoginForm p{width:auto;clear:none;margin:0;padding:0;margin-top:15px;}.lotusLogin2 .lotusLoginForm label{margin-bottom:3px;}.lotusLogin2 .lotusLoginForm img{margin-top:17px;}.lotusMetrics .lotusContent{margin-right:30%}.lotusMetrics dt{padding:3px 10px;margin:20px 0 0 0;font-weight:bold;background-color:#fafafa;border:1px solid #eee;}.lotusMetrics dd{margin:0;padding:5px 10px}.lotusWelcome .lotusForm{margin:15px 0}.lotusWelcome input.lotusBtnSpecial{padding:1px 2px;border-width:1px;border-style:solid;font-size:.9em;font-weight:bold}.lotusWelcome .lotusContent input.lotusText{width:225px}.lotusWelcomeBox{margin-left:-15px;margin-bottom:20px;padding:15px;position:relative;border:1px solid #ccc;overflow:hidden;zoom:1;background-color:#eee;}.lotusWelcomeBox h2{margin:0 180px 10px 0;font-size:1.7em;font-weight:normal;line-height:1em;}.lotusWelcomeBox .lotusBtnContainer{margin:15px 0 0 0}.lotusWelcomeBox .lotusBtnContainer .lotusBtn{float:left;}.lotusWelcomeBox .lotusBtnContainer .lotusInlinelist{padding-top:2px}.lotusWelcomeBox .lotusBtnContainer .lotusInlinelist li{border-width:0}.lotusWelcomeBox p, .lotusWelcomeBox ul{margin-top:5px;margin-bottom:0;margin-right:170px}.lotusWelcomeBox img{position:absolute;top:16px;right:50px;}.lotusWelcomeBox a.lotusClose{position:absolute;top:10px;right:12px;width:12px;height:12px;background-color:transparent;background-image:none;border-width:0}.lotusWelcomeBox a.lotusClose img{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:0 -2319px;opacity:0.25;filter:alpha(opacity=25);}.lotusWelcomeBox a.lotusClose:hover img, .lotusWelcomeBox a.lotusClose:focus img, .lotusWelcomeBox a.lotusClose:active img{opacity:0.40;filter:alpha(opacity=40);}.lotusWelcomeBox .lotusClose img{position:static}.lotusButton{margin-bottom:10px;width:174px;border:1px solid #aaa;text-align:center !important;background-color:#f1f1f1;background-image:-moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));background-position:top left;color:#000;}.lotusButton a{padding:7px 0;font-size:1.3em;border-width:0 1px 1px 1px;border-style:solid;color:#000;border-color:#dedede;display:block;text-decoration:none;font-weight:bold;}.lotusButton a:hover, .lotusButton a:focus, .lotusButton a:active{text-decoration:none;}.lotusFilters{margin-top:5px;line-height:1.8em;font-size:.9em}.lotusFilters .lotusAction{font-size:1em !important}.lotusFilters a.lotusFilter{padding:1px 3px;-moz-border-radius:4px;-webkit-border-radius:4px;text-decoration:none;border:1px solid #eee;background-color:#fafafa;}.lotusFilters a.lotusFilter:hover, .lotusFilters a.lotusFilter:focus{text-decoration:none}.lotusui_ie6 .lotusFilters a{display:inline-block;}.lotusui_ie6 .lotusFilters a.lotusFilter{padding:0 5px;line-height:1.6em}.lotusFilters a .lotusClose{padding:0 4px;color:#aaa}.lotusFilters a:hover .lotusClose{color:#999999}.lotusFilters .lotusDivider{padding:0 5px;color:#ccc}.lotusFilters .lotusIcon:hover, .lotusFilters .lotusIcon:focus{text-decoration:none}.lotusWidget{margin:0 10px 10px 5px;border:1px solid #ccc}.lotusWidgetPlain{border-width:0}.lotusWidgetPlain:hover h2, .lotusWidgetPlain:focus h2{display:block}.lotusWidget h2, .lotusWidget h3{zoom:1}.lotusWidget h2{padding:4px 3px 4px 10px;border-bottom:1px solid #ccc;background-color:#f4f4f4;background-image:-moz-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);background-image:-webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#eaeaea));background-position:left top;background-repeat:repeat-x;overflow:hidden;cursor:move;}.lotusWidgetPlain h2{display:none;border-width:1px;border-style:solid;border-color:#ccc}.lotusWidget .lotusWidgetBody h2{border-width:0;background-image:none}.lotusWidget h2 img{margin-left:3px}.lotusWidget h2 .lotusDivider{float:right}.lotusWidget h3{padding:4px 10px;overflow:hidden;color:#444;border-bottom:1px solid #eee;line-height:1em;height:1.3em;font-size:1em;font-weight:normal}.lotusWidget h3 a.lotusAction{font-size:.9em;padding:4px 0 5px 0}.lotusWidget .lotusWidgetBody{clear:both;padding:3px 0;}.lotusWidgetBody .lotusSection {margin-top:0px;}.lotusWidgetBody div.lotusChunk{margin-top:5px;clear:both;zoom:1}.lotusWidget .lotusWidgetFooter{padding:4px 10px;border-top:1px solid #eee;height:1.3em;clear:both}.lotusWidgetFooter ul.lotusVCard {margin-left:95px;margin-top:5px}.lotusWidgetFooter img{vertical-align:top}.lotusWidget .lotusWidgetSearch{padding:5px 10px 0 10px}.lotusWidgetSearch img {padding-right:10px}.lotusWidget .lotusWidgetFooter .lotusPaging{padding:2px 0;font-size:1em;line-height:1em;border-width:0;background-color:transparent}.lotusWidget .lotusPaging div{padding-left:0}.lotusWidget .lotusWidgetScroll{overflow:hidden;clear:both;}.lotusWidget .lotusWidgetScroll a{margin:3px auto}.lotusImagesOff .lotusWidget .lotusWidgetScroll{overflow:visible;padding-bottom:3px}.lotusWidget h2 a.lotusIcon{float:right;width:18px;height:18px;background-repeat:no-repeat}.lotusImagesOff .lotusWidget h2 a.lotusIcon{font-size:.8em;font-weight:normal;width:auto;height:auto}.lotusWidget h2 a.lotusActionMenu{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png);background-position:3px -1909px}.lotusWidget h2 a.lotusActionMenu:hover, .lotusWidget h2 a.lotusActionMenu:focus{background-position:3px -1999px}.lotusLogin .lotusLoginBox{width:619px;margin:20px auto;padding:0;background-position:left top;background-repeat:no-repeat;border:1px solid #bbb;background-color:#fff;}.lotusLogin .lotusLogo, .lotusLoginLogo{position:absolute;top:12px;left:22px;white-space:nowrap}.lotusLogin .lotusLoginContent{position:relative;padding:20px;zoom:1}.lotusLogin .lotusLoginContent img{position:absolute;top:130px;left:40px}.lotusLogin .lotusLoginContent img.lotusIcon{position:static;padding-bottom:1px}.lotusLogin .lotusLoginForm{margin:100px 0 0 220px;}.lotusLogin h1{font-size:2.3em;font-weight:normal;}.lotusLogin h2{margin:5px 0 15px 0;font-size:1.4em;font-weight:normal;line-height:1.3em;}.lotusLogin .lotusLoginForm input{margin-bottom:5px;}.lotusLogin .lotusLoginForm .lotusText{width:15em}.lotusLogin .lotusLoginForm .lotusBtnContainer{margin-top:10px}.lotusLogin .lotusLoginForm .lotusBtn{margin-right:15px;font-size:inherit}.lotusLogin .lotusLoginForm .lotusBtnContainer .lotusAction{display:block;padding-top:3px}.lotusLogin .lotusLoginForm div{width:auto;clear:none;margin:0;padding:0;}.lotusLogin .lotusLoginForm label{margin-left:0;padding-top:0;display:block;float:none;text-align:left;font-weight:normal;}.lotusLogin .lotusDescription{margin-top:30px;clear:left;}.lotusLogin .lotusDescription h2{margin-bottom:3px;color:#000}.lotusLogin div.lotusLegal .lotusLicense{background-position:left top}.lotusLogin .lotusLegal{margin-left:10px}.lotusLogin table.lotusLegal{margin-top:15px}.dijitMenu{border:1px solid #919090 !important;}.dijitMenuTable{background-color:#fff}.dijitMenuItem td{white-space:nowrap;padding:2px 0;}.dijitMenuItemIcon{width:25px;height:16px;background-position:center center}.dijitMenuItemLabel{padding-left:5px !important;padding-right:5px !important;}.dijitMenuSeparatorTop{margin-top:0;border-bottom:1px solid #C0C1C1;}.dijitMenuSeparatorBottom{margin-bottom:0;border:0;}.dijitMenu .lotusCheckmark{background:url(/wps/themeModules/modules/oneui/v2.1/images/lotusSprite-8bit.png) 4px -1026px no-repeat}ul.dijitMenu{border-color:#999 !important}.dijitCalendarContainer{border-collapse:collapse;border:1px solid #ccc;background-color:#fff;width:160px;font-size:1em}.dijitCalendarContainer thead{background-color:#eee;}.dijitCalendarContainer thead tr th{text-align:center;padding:1px}.dijitCalendarContainer tbody tr td{text-align:center;border-width:0;width:12%;}.dijitCalendarContainer tfoot tr td{text-align:center}.dijitCalendarContainer .dijitCalendarMonth{font-weight:bold;text-align:center}.dijitCalendarSelectedDate .dijitCalendarDateLabel{font-weight:bold;}.dijitCalendarPreviousMonth .dijitCalendarDateLabel, .dijitCalendarNextMonth .dijitCalendarDateLabel{color:#ccc;}.dijitCalendarCurrentMonth .dijitCalendarDateLabel{color:#000;}.dijitCalendarBodyContainer .dayFlagPersonalTask,.dijitCalendarBodyContainer .dayFlagTeamTask,.dijitCalendarBodyContainer .dayFlagOverdueTask,.dijitCalendarBodyContainer .dayFlagTodayTask{border-bottom:1px solid #fff;border-right:1px solid #fff;cursor:pointer;cursor:hand;}.dijitCalendarBodyContainer .dayFlagPersonalTask{background-color:#c7e1fa;}.dijitCalendarBodyContainer .dayFlagTeamTask{background-color:#ccffaa;}.dijitCalendarBodyContainer .dayFlagOverdueTask{background-color:#f99;}.dijitCalendarBodyContainer .dayFlagTodayTask{background-color:#ffa;}.dijitCalendarYearLabel{background-color:#eee;}.dijitCalendarYearLabel .dijitCalendarSelectedYear{color:#999;}.dijitCalendarYearLabel .dijitCalendarPreviousYear, .dijitCalendarYearLabel .dijitCalendarSelectedYear,.dijitCalendarYearLabel .dijitCalendarNextYear{margin-right:4px;margin-left:4px;}.dijitCalendarYearLabel .dijitCalendarSelectedYear{cursor:default;}.dijitCalendarContainer .dijitCalendarIncrementControl{width:15px;height:15px;font-size:16px;margin:0 3px;}.dijitCalendarContainer .dijitCalendarIncrease, .dijitCalendarContainer .dijitCalendarDecrease{cursor:pointer;cursor:hand;}.dijitCalendarContainer .dijitCalendarIncrease{padding-right:16px;background:transparent url(/wps/themeModules/modules/oneui/v2.1/images/calArrowRight.png) right 3px no-repeat;}.dijitCalendarContainer .dijitCalendarDecrease{padding-left:16px;background:transparent url(/wps/themeModules/modules/oneui/v2.1/images/calArrowLeft.png) left 3px no-repeat}.dijitCalendarIncrease .dijitCalendarIncreaseInner, .dijitCalendarDecrease .dijitCalendarDecreaseInner{display:none;}.dijitCalendarYearContainer h3.dijitCalendarYearLabel{margin-bottom:0;}.dijit_a11y .dijitCalendarIncrease, .dijit_a11y .dijitCalendarDecrease{border-color:#999}.dijit_a11y .dijitCalendarIncrease .dijitCalendarIncreaseInner, .dijit_a11y .dijitCalendarDecrease .dijitCalendarDecreaseInner{display:inline;display:inline-block;margin-top:-8px;}.dijit_a11y .dijitCalendarDecrease .dijitCalendarDecreaseInner{margin-top:-10px;margin-left:-10px}.dijitCalendarContainer .dijitA11ySideArrow{display:none}.dijitContentPane{overflow:visible}.dijitButtonDisabled .dijitButtonNode, .dijitToggleButtonDisabled .dijitButtonNode, .dijitDropDownButtonDisabled .dijitButtonNode, .dijitComboButtonDisabled .dijitButtonNode, .dijitComboBoxDisabled, .dijitSpinnerDisabled, .dijitSpinnerDisabled .dijitButtonNode {opacity:0.6;}.dijitSliderDisabled *, .dijitDisabledClickableRegion, .dijitSpinnerDisabled *, .dijitButtonDisabled *, .dijitDropDownButtonDisabled *, .dijitComboButtonDisabled *, .dijitComboBoxDisabled * {cursor:not-allowed !important;}.dijitTextBox, .dijitTextBox input, .dijitComboBox input, .dijitSpinner input{background-color:#fff !important;}.dijitTextBox,.dijitComboBox,.dijitSpinner{border-color:#A5AEB5;}.dijitIEFixedToolbar{position:absolute;top: expression(eval((document.documentElement||document.body).scrollTop));}.dijitToolbar .dijitToolbarSeparator{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/DojoEditorToolbar.png);}.RichTextEditable .dijitEditorIcon{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/DojoEditorToolbar.png);background-repeat:no-repeat;width:18px;height:18px;text-align:center;}.dijitEditorIconSep{background-position:0px;}.dijitEditorIconBackColor{background-position:-18px;}.dijitEditorIconBold{background-position:-36px;}.dijitEditorIconCancel{background-position:-54px;}.dijitEditorIconCopy{background-position:-72px;}.dijitEditorIconCreateLink{background-position:-90px;}.dijitEditorIconCut{background-position:-108px;}.dijitEditorIconDelete{background-position:-126px;}.dijitEditorIconForeColor{background-position:-144px;}.dijitEditorIconHiliteColor{background-position:-162px;}.dijitEditorIconHTML{background-position:-702px;}.dijitEditorIconIndent{background-position:-180px;}.dijitEditorIconInsertHorizontalRule{background-position:-198px;}.dijitEditorIconInsertImage{background-position:-216px;}.dijitEditorIconInsertOrderedList{background-position:-234px;}.dijitEditorIconInsertTable{background-position:-252px;}.dijitEditorIconInsertUnorderedList{background-position:-270px;}.dijitEditorIconItalic{background-position:-288px;}.dijitEditorIconJustifyCenter{background-position:-306px;}.dijitEditorIconJustifyFull{background-position:-324px;}.dijitEditorIconJustifyLeft{background-position:-342px;}.dijitEditorIconJustifyRight{background-position:-360px;}.dijitEditorIconLeftToRight{background-position:-378px;}.dijitEditorIconListBulletIndent{background-position:-396px;}.dijitEditorIconListBulletOutdent{background-position:-414px;}.dijitEditorIconListNumIndent{background-position:-432px;}.dijitEditorIconListNumOutdent{background-position:-450px;}.dijitEditorIconOutdent{background-position:-468px;}.dijitEditorIconPaste{background-position:-486px;}.dijitEditorIconRedo{background-position:-504px;}.dijitEditorIconRemoveFormat{background-position:-522px;}.dijitEditorIconRightToLeft{background-position:-540px;}.dijitEditorIconSave{background-position:-558px;}.dijitEditorIconSpace{background-position:-576px;}.dijitEditorIconStrikethrough{background-position:-594px;}.dijitEditorIconSubscript{background-position:-612px;}.dijitEditorIconSuperscript{background-position:-630px;}.dijitEditorIconUnderline{background-position:-648px;}.dijitEditorIconUndo{background-position:-666px;}.dijitEditorIconWikiword{background-position:-684px;}.dijitEditorIconToggleDir{background-position:-540px;}.RichTextEditable .dijitButton,.RichTextEditable .dijitDropDownButton,.RichTextEditable .dijitComboButton{margin:0;}.RichTextEditable .dijitButtonNode{border:0;margin:0;padding:.1em;line-height:normal;cursor:pointer;cursor:hand;vertical-align:middle;text-align:center;}.RichTextEditable .dijitButtonNode, .RichTextEditable button{background-color:transparent;}.RichTextEditable .dijitToolbar{background-position:left top;background-repeat:repeat-x;border-bottom-width:1px;border-bottom-style:solid;}.RichTextEditable{border:1px solid #999;background-color:#fff}.RichTextEditable .dijitButtonNode .dijitArrowButtonInner{width:10px;background-image:url(/wps/themeModules/modules/oneui/v2.1/images/btnDropDown.png);}.RichTextEditable .dijitToolbar .dijitButtonHover,.RichTextEditable .dijitToolbar .dijitToggleButtonHover,.RichTextEditable .dijitToolbar .dijitDropDownButtonHover{background-color:#abc1e5;border:1px solid #316ac5 !important}.RichTextEditable .dijitToolbar .dijitButtonChecked, .RichTextEditable .dijitToolbar .dijitToggleButtonChecked{background-color:#D4DFF2;border:1px solid #316AC5 !important;}.RichTextEditable .dijitToolbar .dijitButton,.RichTextEditable .dijitToolbar .dijitToggleButton, .RichTextEditable .dijitToolbar .dijitDropDownButton {margin: 1px; padding: 0px; border:1px solid transparent;}.RichTextEditable .dijitToolbar .dijitButtonChecked, .RichTextEditable .dijitToolbar .dijitToggleButtonChecked {margin:1px !important;padding:0 !important;}.dj_ie6 .RichTextEditable .dijitToolbar .dijitButton,.dj_ie6 .RichTextEditable .dijitToolbar .dijitToggleButton, .dj_ie6 .RichTextEditable .dijitToolbar .dijitDropDownButton {border:0;margin:2px;padding:0px 2px;}.dj_ie6 .RichTextEditable .dijitToolbar .dijitButtonChecked, .dj_ie6 .RichTextEditable .dijitToolbar .dijitToggleButtonChecked{border:1px;margin:1px !important;padding:0px 2px !important;}.dj_ie6 .RichTextEditable .dijitToolbar .dijitButtonHover,.dj_ie6 .RichTextEditable .dijitToolbar .dijitToggleButtonHover,.dj_ie6 .RichTextEditable .dijitToolbar .dijitDropDownButtonHover{margin:1px !important;padding:0px 2px !important;border:1px;}.dijitSliderProgressBar{background-color:#aaa;}.dijitSlider .dijitSliderImageHandle{border:0;background-position:left bottom;background-repeat:no-repeat;width:10px;height:11px;}.dijit_a11y div.dijitSliderImageHandle, .dijitSliderImageHandle{background-image:url(/wps/themeModules/modules/oneui/v2.1/images/tagSliderHandle.png)}.dijitSliderRemainingBar{background-color:#eee;}.dijitSliderBottomBumper, .dijitSliderLeftBumper{background-color:#a5c0ec;}.dijitSlider .dijitSliderImageHandleH{top:-3px;}.dj_ie6 .dijitSlider .dijitSliderImageHandleH{top:-8px}.dijitSlider .dijitSliderBar{border-style:none;}.dijit_a11y .dijitSlider .dijitSliderBar{border-bottom-style:solid;border-bottom-width:5px}.dijitSlider .dijitSliderBumperH{width:2px;}.dijitSlider .dijitButtonNode{display:none;}.dijitTooltipContainer{background-color:#f0f0f0;border:1px solid #c5c5c5;background-repeat:repeat-x;}.dijitPopup ul.dijitMenu{margin:0}.dijitPopup .lotusHelp {position: relative; left: 0; top: 0; width: auto;}.lotusui a, .lotusui a:visited{color:#105cb6}.lotusui a:hover, .lotusui a:focus, .lotusui a:active{color:#05386b}a.lotusMyLink, a.lotusMyLink:visited, .lotusMyLinks a, .lotusMyLinks a:visited{color:#44a244 !important}a.lotusMyLink:hover, a.lotusMyLink:focus, .lotusMyLinks a:hover, .lotusMyLinks a:focus {color:#05386b !important;}ul.lotusActionMenu{background-color:#fff}.lotusActionMenu a{color:#000;}.lotusActionMenu a:hover, .lotusActionMenu a:focus, .lotusActionMenu a:active{color:#fff !important;background-color:#3b506f}.lotusBtn, .lotusFormButton, .lotusBtnImg{border-width:0}.lotusBtn a, .lotusBtn a:visited, input.lotusBtn, button.lotusBtn, input.lotusFormButton, button.lotusFormButton, .lotusBtnImg{padding:2px 8px 4px;border:1px solid #aaa;-moz-border-radius:2px;border-radius:2px;-webkit-border-radius:2px;color:#000;}.lotusBtnImg{padding:3px}span.lotusBtn a{padding:2px 8px 4px}.lotusBtn a:hover, .lotusBtn a:focus, .lotusBtn a:active, .lotusButton a:hover, input.lotusBtn:hover, input.lotusBtn:focus, button.lotusBtn:hover, button.lotusBtn:focus{border:1px solid #666}.lotusBtnDisabled{border-color:#ccc !important;}.lotusBtnDisabled a, .lotusBtnDisabled a:visited, input.lotusBtnDisabled, button.lotusBtnDisabled{color:#b0b0b0 !important;background-color:#eee;}.lotusAddComment{background-color:#E8EDF3;}.lotusui .lotusAddComment a.lotusCommentInput, .lotusui .lotusAddComment a.lotusCommentInput:hover, .lotusui .lotusAddComment a.lotusCommentInput:focus{background-color:#fff;border-color:#BDC7DB !important;}.lotusUpdateStatus{background-color:#b4d5fc;}ul.lotusCommentList li{border-top-color:#e3e2e2}.lotusBoard .lotusPost{border-color:#E8EDF3}.lotusBoard .lotusCommentList .lotusPost, .lotusBoard .lotusCommentList .lotusAddComment{background-color:#ededed;}.lotusBoard .lotusCommentPaging{background-color:#E8EDF3;}.lotusForum .lotusPost{background-color:#B4D5FC;}.lotusForum .lotusPostContent{background-color:#fff}.lotusForum ul.lotusCommentList .lotusPost{background-color:#ededed}.lotusForum .lotusPostDetails blockquote{background-color:#ededed;border-color:#DFE4E9;}.lotusCommentBubbleBody{background-color:#ededed;}.lotusBoard .lotusCommentList{width:480px}.lotusForum .lotusPaging{margin:0;padding-left:0;background-color:#fff;border-width:1px 0;border-style:solid;border-color:#ccc;}.lotusForum .lotusPostContent{border-width:0}.lotusForum .lotusPostAuthorInfo{padding:4px;background-position:100% -1373px;background-repeat:no-repeat;}.lotusForum .lotusPostAvatar{background-image:none}.lotusForum .lotusCaption{margin-top:0;background-color:#fff;border-width:0;float:left}.lotusForum .lotusFeeds{float:right}.lotusForum .lotusPost{margin-top:0;margin-bottom:0;padding-top:4px;padding-bottom:4px;background-color:#fff; border-bottom:1px solid #ccc;}.lotusForum ul.lotusCommentList .lotusPost{background-color:#fff}.lotusForum ul.lotusCommentList .lotusPost:last-child{border-bottom-width:0}.lotusForum ul.lotusCommentList .lotusChild{padding-left:0;background-color:#fff;background-image:none;background-repeat:repeat-y;border-top-width:0;}.lotusForum ul.lotusCommentList .lotusChild li{margin-left:0;padding:5px 5px 0;background-color:#fff;background-image:none;background-repeat:repeat-y;border-width:0 1px;border-style:solid;border-color:#ccc}.lotusForum ul.lotusCommentList .lotusChild .lotusActions li{padding:0;border-width:0}.lotusForum .lotusPostAuthorInfo{text-align:left}.lotusDialog .lotusDialogFooter{background-color:#eaecee;}.lotusDialogBorder{border: 1px solid #999;box-shadow:0 3px 7px #999;-moz-box-shadow:0 3px 7px #999;-webkit-box-shadow:0 3px 7px #999;}.lotusViewControl div{padding:2px;-moz-border-radius:2px;border-radius:2px;-webkit-border-radius:2px;}.lotusFilters2{margin:6px 0 0}.lotusForm2{background-color:#fafafa;}.lotusFieldBorder{background-color:#E9E9E9;}.lotusForm2 .lotusFormFooter {background-color:#eaecee;}.lotusForm2 input.lotusFormButton, .lotusForm2 button.lotusFormButton{border-color:#aaa}.lotusFormTable, .lotusFormTable td{background-color:#fafafa;}.lotusForm .lotusFieldBorder{background-color:#E9E9E9;}.lotusFormTable .lotusFormFooter {background-color:#eaecee;}.lotusForm input.lotusFormButton, .lotusForm button.lotusFormButton{border-color:#aaa}.lotusForm2 .lotusFormFooter, .lotusForm td.lotusFormFooter, .lotusFormTable td.lotusFormFooter{border-width:1px 0 0 !important;border-style:solid;border-color:#aaa}.lotusForm2 .lotusFieldBorder, .lotusForm .lotusFieldBorder{background-color:#eee} .lotusColLeft .lotusInfoBox, .lotusColRight .lotusInfoBox{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.lotusHelp .lotusInfoBox{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;background-color:#fff}table.lotusLegal{margin:5px auto 10px;}.lotusui .lotusIBMLogoFooter{display:none}.lotusLogin .lotusLegal, .lotusAbout .lotusLegal{margin:5px 25px 10px;} ul.lotusList li.lotusSelected{background-color:#3b506f}ul.lotusList li{padding:1px 0}ul.lotusList li.lotusSelected, ul.lotusList li.lotusSelected a, ul.lotusList li.lotusSelected a:visited{color:#fff;} .lotusMenu {width:auto;margin:0 0 25px;padding:0;background-color:transparent;border-width:0;}.lotusMenu .lotusMenuSection{margin:0;padding-bottom:0;border-bottom-width:0}.lotusMenu h3 a.lotusArrow{margin-right:3px;}.lotusMenu ul li a, .lotusMenu ul li a:visited, .lotusMenu h3, .lotusMenu ul.lotusIcons a{margin:0;padding:6px 10px 8px 20px;font-weight:bold;border-width:0;color:#000;}.lotusMenu ul li a:hover, .lotusMenu ul li a:focus{color:#000;}.lotusMenu li.lotusSelected a, .lotusMenu li.lotusSelected a:visited, .lotusMenu li.lotusSelected a:active, .portlet-menu li.lotusSelected a, .portlet-menu li.lotusSelected a:visited, .portlet-menu li.lotusSelected a:active, .lotusMenu h3.lotusSelected, .portlet-menu h3.lotusSelected{margin:0;padding-left:20px;background-color:#3b506f;background-image:-moz-linear-gradient(#7a8eaf 0, #7a8eaf 1px, #647a9f 1px, #475e7d 50%, #3b506f 50%, #2b3d55 100%);background-image:-webkit-gradient(linear, left top, left bottom, from(#7a8eaf), to(#2b3d55), color-stop(.03, #7a8eaf), color-stop(.03, #647a9f), color-stop(50%, #475e7d), color-stop(50%, #3b506f), color-stop(100%, #2b3d55));border-width:1px 0;border-color:#1f3045}.lotusMenu ul.lotusIcons a img{display:none}.lotusMenu .lotusAction{margin-left:20px;margin-bottom:10px;}.lotusMenu h3, .lotusMenu h3.lotusSelected{padding-left:5px}.lotusMenu .lotusMenuSubsection{margin:0;}.lotusMessage{background-color:#ffe3e0;border-color:#efa6a5}.lotusWarning{background-color:#ffffbc;border-color:#f6e692}.lotusInfo{background-color:#e6f1fe;border-color:#b9cfeb}.lotusConfirm {background-color:#ecf9df;border-color:#c8e2b8}.lotusPaging{margin:5px 0;padding:1px 5px 3px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}.lotusPaging, .lotusPaging ul li, .lotusPaging div, .lotusPaging input{color:#848484;}.lotusPalette{border-bottom-width:0}.lotusPaletteHeader{border-top-width:0;border-bottom:4px solid #2a2a2a;padding:5px 10px 7px;}.lotusPaletteHeader .lotusRight, .lotusPaletteHeader .lotusClose{margin-top:7px}.lotusPalette .lotusMenu li.lotusSelected, .lotusPalette .lotusMenu li.lotusSelected a, .lotusPalette .lotusMenu li.lotusSelected a:visited,.lotusPalette .lotusMenu li.lotusSelected a:active{background-color:#105cb6;}.lotusPaletteHeader ul.lotusTabs li a, .lotusPaletteHeader ul.lotusTabs li a:visited{display:block;margin:0;padding:9px 10px;background-color:#414648;border-width: 1px 1px 0 1px;border-style:solid;border-color: #2a2a2a;float:left;}.lotusPaletteHeader ul.lotusTabs li.lotusSelected a, .lotusPaletteHeader ul.lotusTabs li.lotusSelected a:visited{margin-bottom:0;background-color:#2a2a2a}.lotusPaletteBody{margin-bottom:0;border-width:0}.lotusPaletteNav{padding:0 10px;height:auto}.lotusPalette .lotusChunk, .lotusPalette h3, .lotusPalette .lotusMenu{margin:10px 0;width:auto}.lotusPaletteContent{padding:10px 10px 10px 20px}.lotusPalette .lotusClose{padding:3px}.lotusPalette .lotusBtnImg{border:1px solid #fff}.lotusPalette .lotusSearch input.lotusText{margin:0 4px 0 0;width:160px;}.lotusSearch .lotusSearchButton{color:#000;}.lotusSearch .lotusScope:hover, .lotusSearch .lotusScope:focus{background-color:#3b506f}.lotusSearch .lotusScope, .lotusSearch .lotusText, .lotusSearch .dijitTextBox, .lotusSearch .lotusBtnImg{border-color:#7a7e81}.lotusSearch .lotusText, .lotusSearch .lotusScope{padding-top:3px;padding-bottom:3px}.lotusSearch .lotusBtnImg{padding:3px}.lotusSearch .lotusScope, .lotusSearch .lotusText, .lotusSearch .dijitTextBox, .lotusSearch .lotusBtnImg{border-color:#aaa}.lotusSearchForm .lotusSearchButton{color:#000;}.lotusSearchTab a, .lotusSearchTab a:visited, .lotusSearchTab a:hover, .lotusSearchTab a:focus, .lotusSearchTab a:active{color:#000;}.lotusSection, .portlet-section{margin:0 0 20px;padding:0;border-width:0;width:auto;}.lotusSection h2, .dijitTitlePaneTitle, .portlet-section h2{margin-bottom:0;padding:4px 5px 6px;font-size:1em;color:#000;box-shadow:#eee 0 3px 5px;-webkit-box-shadow:#eee 0px 3px 5px;-moz-box-shadow:#eee 0 3px 5px;border:1px solid #ccc;background-color:#f4f4f4;background-image:none;background-image:-moz-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);background-image:-webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#eaeaea));background-position:left top;border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;}.lotusSection .lotusDragHandle{left:0}.lotusSection .lotusChunk h3{margin-top:5px}.lotusSection .lotusSectionBody, .portlet-section .lotusSectionBody{margin:0;padding:5px 5px 5px 10px;border-width:0 1px 1px 1px;border-style:solid;border-color:#ccc;background-color:#fff;box-shadow:#eee 0 3px 5px;-webkit-box-shadow:#eee 0 3px 5px;-moz-box-shadow:#eee 0 3px 5px;}.lotusSection .lotusChunk{margin-top:0;margin-bottom:5px}.lotusInfoTable{-moz-border-radius:3px;background-color:#fff;box-shadow:0 2px 5px #eee;-webkit-box-shadow:0 2px 5px #eee;-moz-box-shadow:0 2px 5px #eee}.lotusTable th.lotusRowHeader, .lotusTable th.lotusSubHeader, .lotusTable .lotusLast td, .lotusTable .lotusLast th.lotusRowHeader{border-width:0}.lotusTable .lotusAltRow td, .lotusTable .lotusAltRow th.lotusRowHeader{background-color:transparent}.lotusTabs li, .portlet-tab li{margin:0 2px 0 0;padding:0;background-color:#fff;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;}a.lotusF5, a.lotusF5:visited{color:#1c3052}a.lotusF4, a.lotusF4:visited{color:#2b588e}a.lotusF3, a.lotusF3:visited{color:#4477bb}a.lotusF2, a.lotusF2:visited{color:#649cd8}a.lotusF1, a.lotusF1:visited{color:#8bbce8} .lotusVCard a:link, .lotusVCard a:visited, .lotusVCard a:hover, .lotusVCard a:focus, a:active{color:#105cb6}.lotusVCard .lotusAppLinks td{background-image:url(/wps/themeModules/modules/oneui/v2.1/default/themeImages/lotusThemeSprite-8bit.png);background-position:0 -900px;}.lotusVCard .lotusActionMenu a, .lotusActionMenu a:visited{color:#000}.lotusVCard .lotusActionMenu a:hover, .lotusVCard .lotusActionMenu a:focus, .lotusVCard .lotusActionMenu a:active{color:#fff !important;background-color:#3b506f;}.lotusWidget2{margin:0 0 20px;padding:0;border-width:0;width:auto;}.lotusWidget2 h2{margin-bottom:0;padding:4px 5px 6px 10px;font-size:1em;color:#000;box-shadow:#eee 0 3px 5px;-webkit-box-shadow:#eee 0px 3px 5px;-moz-box-shadow:#eee 0 3px 5px;border:1px solid #ccc;background-color:#f4f4f4;background-image:none;background-image:-moz-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);background-image:-webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#eaeaea));background-position:left top;border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;}.lotusWidgetPlain h2{border-width:1px;}.lotusWidget2 h3{margin:0;padding:4px 0}.lotusWidget2 .lotusWidgetBody{margin:0;padding:5px 5px 5px 10px;background-color:#fff;box-shadow:#eee 0 3px 5px;-webkit-box-shadow:#eee 0 3px 5px;-moz-box-shadow:#eee 0 3px 5px;border-width:0 1px;border-style:solid;border-color:#ccc;}.lotusWidgetPlain .lotusWidgetBody{border-width:0;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;}.lotusWidget2 .lotusChunk{margin-top:0;margin-bottom:5px}.lotusWidget2 .lotusWidgetFooter{border-width:0 1px 1px 1px;border-style:solid;border-color:#ccc;background-color:#fff;box-shadow:#eee 0 3px 5px;-webkit-box-shadow:#eee 0 3px 5px;-moz-box-shadow:#eee 0 3px 5px;height:auto;}.lotusWidget2 .lotusWidgetFooter .lotusPaging{margin:0;padding:5px 0;}body.lotusui {color:#222;background-color:#f5f6f7;}.lotusMain {margin:0;padding:0;border-width:0;border-top:1px solid #d6dadf;background-color:transparent;}.lotusFrame {padding:0}.lotusContent{margin:0;padding:20px 30px 30px;-moz-border-radius:0;-webkit-border-radius:0;border-top-width:0 !important;}.lotusBanner ul.lotusInlinelist li{border-width:0}.lotusBanner ul.lotusUtility a, .lotusBanner ul.lotusUtility a:visited, .lotusBanner ul.lotusUtility a:active, .lotusBanner ul.lotusUtility a:hover{color:#eee}.lotusBanner ul.lotusLinks a, .lotusBanner ul.lotusLinks a:visited, .lotusBanner ul.lotusLinks a:active, .lotusBanner ul.lotusLinks a:hover{color:#eee}.lotusBanner ul.lotusLinks li.lotusSelected{background-color:transparent;}.lotusBanner{padding:0 10px;background-color:#000;background-image:-moz-linear-gradient(top, #525252 0%, #000000 100%);-webkit-gradient(linear, left top, left bottom, from(#525252), to(#000000));}.lotusBanner .lotusLogo{margin-left:5px;margin-top:8px}.lotusui_ie6 .lotusBanner .lotusLogo{margin-top:6px;}.lotusBanner ul.lotusInlinelist li{margin:0}.lotusBanner ul.lotusInlinelist li{display:block;float:left;}.lotusBanner ul.lotusInlinelist li a, .lotusBanner ul li span.lotusUser{border-width:1px 1px 0 1px;border-style:solid;border-color:transparent;color:#eee;font-weight:bold;display:block}.lotusui_ie6 .lotusBanner ul.lotusInlinelist li a, .lotusui_ie6 .lotusBanner ul li span.lotusUser{border-color:#000;}.lotusBanner ul.lotusInlinelist li.lotusHover a{border-color:#000;background-color:#fff;color:#000;text-decoration:none}.lotusui_ie6 .lotusBanner ul.lotusInlinelist li.lotusHover a{color:#000 !important;}.lotusBanner ul.lotusLinks li.lotusSelected a{text-decoration:none}.lotusBanner ul li a{border-bottom-width:0;padding:6px 10px;}.lotusBanner ul.lotusUtility li a, .lotusBanner ul li span.lotusUser{border-bottom-width:0;padding:6px 5px;}.lotusui_ie .lotusBanner ul.lotusInlinelist li a, .lotusui_ie .lotusBanner ul li span.lotusUser{line-height:1.3em;}.lotusui .lotusBanner .lotusDropDownSprite{background-position:0 -814px}.lotusui .lotusBanner .lotusHover .lotusDropDownSprite{background-position:0 -728px}.lotusNavMenu{margin:0;border-top-width:0;border-color:#000}.lotusFooter{margin:5px 0;padding:0 5px;-moz-border-radius:0;border-radius:0;-webkit-border-radius:0;background-image:none;background-color:transparent;border-width:0;}.lotusFooter th, .lotusFooter td{border-right-width:0}.lotusFooter table{width: auto;margin:5px auto}.lotusFooter table td {padding:0;display:inline;}.lotusFooter table td ul, .lotusFooter table td ul li{display:inline;}.lotusFooter table td ul a{display:inline;padding:5px 8px 7px;color:#878d92}.lotusFooter table th {display:none;}.lotusColLeft, .lotusColRight{padding:20px 0;width:220px;background-color:transparent;}.lotusColLeft .lotusSection, .lotusColLeft .lotusInfoBox, .lotusColRight .lotusSection, .lotusColRight .lotusInfoBox {margin:0 15px 15px}.lotusColLeft .lotusSection .lotusPhoto{border:1px solid #ccc;background-color:#fff;box-shadow:#eee 0 3px 5px;-webkit-box-shadow:#eee 0 3px 5px;-moz-box-shadow:#eee 0 3px 5px}.lotusColLeft .lotusPhoto{width:146px;height:146px;}.lotusColLeft .lotusPhoto img{margin:9px}.lotusColLeft .lotusForm, .lotusColRight .lotusForm, .lotusColLeft .lotusForm td.lotusFormFooter, .lotusColRight .lotusForm td.lotusFormFooter, .lotusColLeft .lotusForm2 .lotusFormFooter, .lotusColRight .lotusForm2 .lotusFormFooter{background-color:transparent;border-width:0 !important}.lotusColLeft .lotusFormTable, .lotusColLeft .lotusFormTable td, .lotusColRight .lotusFormTable, .lotusColRight .lotusFormTable td{background-color:transparent}.lotusPlaceBar {margin:-7px 0 -5px;border-width:0 0 1px 0;border-color:#ccc;z-index:1}.lotusPlaceBar h2{margin-left:0;padding-left:10px}.lotusPlaceBar .lotusBtnContainer a .lotusDropDownSprite{margin:0 -2px 0 2px;background-position:0 -728px;}.lotusTitleBar {margin:0;border-bottom:8px solid #fff;background-color:#3b506f;background-image:-moz-linear-gradient(#7a8eaf 0, #7a8eaf 1px, #647a9f 1px, #475e7d 50%, #3b506f 50%, #2b3d55 100%);background-image:-webkit-gradient(linear, left top, left bottom, from(#7a8eaf), to(#2b3d55), color-stop(.03, #7a8eaf), color-stop(.03, #647a9f), color-stop(50%, #475e7d), color-stop(50%, #3b506f), color-stop(100%, #2b3d55));border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}.lotusTitleBar .lotusInner, .lotusTitleBar .lotusRightCorner {background-image:none;background-color:transparent}.lotusTitleBar .lotusRightCorner {border-bottom:1px solid #1f3045}.lotusTitleBar .lotusSearch .lotusText, .lotusTitleBar .lotusSearch .lotusScope, .lotusTitleBar .lotusSearch .lotusBtnImg, .lotusTitleBar .lotusTabs li{border-color:#1f3045;}.lotusTitleBar .lotusTabs li{border-bottom-color:#1f3045;background-color:#2f455d}.lotusTitleBar .lotusSearch .lotusScope, .lotusTitleBar .lotusSearch .lotusBtnImg{background-color:#2f455d;color:#fff;}.lotusui_ie6 .lotusTitleBar .lotusSearch .lotusScope, .lotusui_ie6 .lotusTitleBar .lotusSearch .lotusScope:visited{color:#fff}.lotusTitleBar .lotusTabs li.lotusSelected{border-color:#1f3045;border-bottom-color:#fff;}.lotusTitleBar .lotusTabs{margin-left:5px;bottom:0}.lotusui_ie6 .lotusTabs{bottom:-1px}.lotusTitleBar h2{padding-top:8px;padding-left:20px}.lotusTitleBar .lotusTabs li{margin-right:3px;padding:0;}.lotusTitleBar .lotusTabs li a{color:#fff;}.lotusTitleBar .lotusTabs li.lotusSelected a{background-color:#fff;color:#000}.lotusTitleBar .lotusSearch {top:.5em;right:15px}.lotusTitleBar .lotusSearch .lotusBtnImg{padding:3px;background-image:none}.lotusTitleBar .lotusSearch .lotusScope{background-position:100% -981px}.lotusAbout .lotusAboutBox{background-color:#e8f0fb;border:1px solid #d1e0f7}.lotusLogin2 .lotusForm2{background-color:transparent}.lotusWelcomeBox{background-color:#e8f0fb;border-color:#d1e0f7}.lotusWelcomeBox{margin-left:0;}.lotusWelcomeBox .lotusBtnContainer .lotusInlinelist{padding:3px;}.lotusContent, .lotusLoginBox, .lotusErrorBox{border:1px solid #ccc;box-shadow:#eee 0 2px 10px;-webkit-box-shadow:#eee 0 2px 10px;-moz-box-shadow:#eee 0 2px 10px}.lotusButton a, .lotusButton a:visited{color:#222;}.lotusWidget{margin:0 0 20px;padding:0;border-width:0;width:auto;}.lotusWidget h2{margin-bottom:0;padding:4px 5px 6px 10px;font-size:1em;color:#000;border:1px solid #ccc;background-color:#f4f4f4;box-shadow:#eee 0 3px 5px;-webkit-box-shadow:#eee 0px 3px 5px;-moz-box-shadow:#eee 0 3px 5px;border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-webkit-border-radius:3px 3px 0 0;}.lotusWidget .lotusWidgetBody{margin:0;padding:5px 5px 5px 10px;background-color:#fff;box-shadow:#eee 0 3px 5px;-webkit-box-shadow:#eee 0 3px 5px;-moz-box-shadow:#eee 0 3px 5px;border-width:0 1px 1px 1px;border-style:solid;border-color:#ccc;}.lotusWidgetPlain .lotusWidgetBody{border-width:0;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;}.lotusWidget .lotusChunk{margin-top:0;margin-bottom:5px}.lotusWidget .lotusWidgetFooter .lotusPaging{margin:0;padding:5px 0;}.lotusLogin .lotusLoginBox{background-image:url(/wps/themeModules/modules/oneui/v2.1/default/themeImages/loginBkgd.jpg)}.dijitMenuItemSelected, .dijitMenuItemHover{background-color:#3b506f;color:#fff;}li.dijitMenuItemHover{background-color:#fefebb;color:#000}.dijitCalendarYearLabel .dijitCalendarPreviousYear, .dijitCalendarYearLabel, .dijitCalendarNextYear{color:#105cb6;}.RichTextEditable .dijitToolbar{background-image:url(/wps/themeModules/modules/oneui/v2.1/default/themeImages/lotusThemeSprite-8bit.png);background-position:0 -900px;border-bottom-color:#999}.dijitSliderProgressBar{background-color:#8bbce8;}.dijitTooltipContainer{background-image:url(/wps/themeModules/modules/oneui/v2.1/default/themeImages/lotusThemeSprite-8bit.png);background-position:0 -450px}.tundra .dijitTextBox input, .tundra .dijitComboBox input {background-color: transparent !important;}.lotus_ie7 .lotusDialog .lotusDialogContent {width:100%;}.lotus_ie7 .lotusDialogBorder.dijitDialog {max-width:500px;}.highContrastTestNode {border:1px solid; border-color:red green; position:absolute; height:5px; top:-999px; background-image:url("/wps/themeModules/modules/oneui/v2.1/images/blank.gif");}.portlet-dlg-icon-label {font-weight: bold;color: #000000;white-space: nowrap;}.portlet-icon-label {color: #000000;}.portlet-section-header {font-weight: bold;color: #333333;}.portlet-section-header-highlight {background-color: #F0F0F0;}.portlet-font {font-family: Helvetica, Arial, sans-serif;font-size: 1em;color: #333333;}.portlet-section-subheader {color: #333333;}.portlet-table-selected {color: #333333;background-color: #c5d1de;}.portlet-table-alternate {color: #333333;}.portlet-table-header {font-weight: normal;color: #000000;text-align: left;background-color: #ffffff;border-width: 0px 0px 0px 0px;border-style: none;border-color: #aaaaaa;}.portlet-table-body {text-align: left;border-width: 1px 0px 0px 0px ! important;border-style: solid ! important;border-color: #aaaaaa ! important;}.portlet-table-subheader {font-weight: bold;color: #000000;text-align: left;}.portlet-form-input-field {border: 1px solid #999999;}.portlet-form-button {text-decoration: none;text-align: center;background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 0px 2px;margin: 0px;overflow: visible;font-weight: normal;color: #000000;cursor: pointer;}.portlet-form-field, .portlet-form-field-label {color: #333333;}.portlet-font-dim {color: #808080;}.portlet-form-label {color: #333333;}.portlet-msg-error {color: #000000;}.portlet-msg-alert {color: #000000;}.portlet-msg-success {color: #000000;}.portlet-msg-info {color: #000000;}.portlet-section-text {color: #666666;}.portlet-msg-status {color: #333333;}.portlet-menu, .portlet-menu-cascade {background-color: #EEEEEE;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-item {background-color: #EEEEEE;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-item-selected {background-color: #aaaaaa;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-item-hover, .portlet-menu-cascade-item-hover {background-color: #cccccc;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-item-hover-selected, .portlet-menu-cascade-item-hover-selected {background-color: #cccccc;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px;}.portlet-menu-cascade-item {background-color: #eeeeee;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px 3px 3px 3px;}.portlet-menu-cascade-item-selected {background-color:#cccccc;border-style: solid;border-color: #333333;border-width: 1px;padding: 3px 3px 3px 3px;}.portlet-menu-separator, .portlet-menu-cascade-separator {background-color: #999999;}.portlet-menu-content, .portlet-menu-content-selected {background-color: #eeeeee;}.portlet-menu-content-hover, .portlet-menu-content-hover-selected {background-color: #cccccc;}.portlet-menu-caption {border-style: solid;border-color: #333333; border-width: 1px;}.portlet-separator {background-color: #999999;height: 1px;}div.portlet-separator {background-color: #999999;margin: 2px 0 2px 0;}.help {font-size: 1em; color: #000000;}.help_indent {font-size: 1em; color: #000000; background-color: #ffffff}A.help {font-size: 1em; color: #3366CC}A.help:visited {font-size: 1em; color: #666699}A.help:active {font-size: 1em; color: #3366CC}A.help:hover {font-size: 1em; color: #3366CC}H2.help {padding-left: 8px; font-weight: bold; font-size: 1.1667em; color: #000000; padding-top: 22px; border-bottom: 1px solid #B0B0B0; background-color: #F0F0F0; text-align: left}H3.help {font-size: 1.1667em; padding-left: 8px; font-weight: bold; padding-top: 3px; background-color: #F0F0F0}H3 A.help {font-size: 1.1667em; color: #000000; background-color: #F0F0F0; text-decoration: none}H4.help {padding-left: 8px; margin: 16px 20px 0px 20px; color: #000000; padding-top: 3px; background-color: #F0F0F0; text-align: left}H4 A.help {font-weight: normal; font-size: 1em; color: #000000; font-style: italic; background-color: #F0F0F0}P.help {padding-bottom: 0px; margin: 2px 20px 0px 30px; padding-top: 4px}P.help_indent {padding-bottom: 0px; margin: 2px 20px 0px 0px; padding-top: 4px}UL.help {margin-left: 56px; margin-right: 20px}OL.help {margin-left: 56px; margin-right: 20px}DL.help {margin-left: 56px; margin-right: 20px}PRE.help {margin-left: 30px; font-family: monospace; font-size: 1.1667em;}DT A.help {font-weight: 900; color: #000000}DD.help {padding-bottom: 20px; padding-top: 2px}LI.help {padding-bottom: 2px; padding-top: 2px}TABLE.help {padding-right: 20px; padding-left: 30px; margin-left: 28px}TH.help {text-align: center; padding-top: 5px; padding-bottom: 5px; vertical-align: top;}TD.help {padding-bottom: 3px; vertical-align: top; padding-top: 3px; text-align: left}samp, samp.help {font-family: monospace; font-size: 1.1667em;}TABLE.dataTable {color:black;width:90%;border-collapse: collapse;border-color:Black;background-color:white;margin-left:28px;}.dataTable TH {font-weight:bold;font-size:0.8em;color:black;background-color:#F0F0F0;}.wpsTableAdminHead {color:#333333;background-color:#CCCCCC;}.wpsAdminHeadSeparator {background-color:#999999;height:1px;}.wpsStatusMsg {color: #000000;background-color: #E7EFF7;margin: 10px 0px;padding: 5px;border: solid 2px #ABCACA;-moz-border-radius: 8px;}.wpsStatusMsg img {vertical-align: middle;}.wpsInstructionText {color: #6B6B6B;margin: 0.6em 0px 0px 0px;}.wpsInstructionText em {font-weight: bold;font-style: normal;color: #8A59A6;}.wpsInstructionHeadText {font-weight: bold;font-size: 1em;color: #405380;}.wpsIndentXSmall {padding-left: 4px;}.wpsIndentSmall {padding-left: 8px;}.wpsIndentMedium {padding-left: 16px;}.wpsIndentLarge {padding-left: 32px;}.wpsIndentXLarge {padding-left: 48px;}.wpsTaskIconText {font-weight: bold;color: #000000; white-space: nowrap;}.wpsTaskDisabledIconText {font-weight: bold;white-space: nowrap;color: #888888;}.wpsTaskIconBorderTable, .wpsTaskDisabledIconBorderTable {border: 0px;}.wpsTaskIconTextBackground {background-color: #DDDDDD; background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 2px 4px;margin: 0px;text-align: center;vertical-align: middle;white-space: nowrap;}.wpsTaskDisabledIconTextBackground {background-color: #DDDDDD;background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 2px 4px;margin: 0px;text-align: center;vertical-align: middle;white-space: nowrap;}.wpsDialogIconText {color: #000000; padding-left:5px;}.wpsDialogDisabledIconText {color: #888888;}.wpsDialogIconBackground {text-align: center;vertical-align: middle;background-color: #DDDDDD;background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconBackground.gif");background-repeat: repeat-x;background-position: left center; border-top: 1px solid #919191;border-right: 0px none #919191;border-bottom: 1px solid #919191;border-left: 1px solid #919191;padding: 0px 0px;margin: 0px;}.wpsDialogIconTextBackground {text-align: center;vertical-align: middle;background-color: #DDDDDD; background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconTextBackground.gif");background-repeat: repeat-x;background-position: left center; border-top: 1px solid #919191;border-right: 1px solid #919191;border-bottom: 1px solid #919191;border-left: 0px none #919191;padding: 2px 4px;margin: 0px;white-space: nowrap;}.wpsDialogDisabledIconBackground {text-align: center;vertical-align: middle;background-color: #DDDDDD;background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconBackground.gif");background-repeat: repeat-x;background-position: left center; border-top: 1px solid #919191;border-right: 0px none #919191;border-bottom: 1px solid #919191;border-left: 1px solid #919191;padding: 0px 0px;margin: 0px;}.wpsDialogDisabledIconTextBackground {text-align: center;vertical-align: middle;background-color: #DDDDDD; background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/DialogIconTextBackground.gif");background-repeat: repeat-x;background-position: left center; border-top: 1px solid #919191;border-right: 1px solid #919191;border-bottom: 1px solid #919191;border-left: 0px none #919191;padding: 2px 4px;margin: 0px;white-space: nowrap;}.wpsDialogIcon {width: 16px;height: 16px;}.wpsButtonBarTop, .wpsButtonBarBottom {background-color: #DFDFDF;}.wpsPortletBack {background-color: #FFFFFF;}.wpsEditBack, .wpsConfigureBack {background-color: #FFFFFF;}.wpsAdvancedOptions {background-color: #e4e4e4;border: solid 1px #4A4A4A;margin-left: 10px;}.wpsPortletColorBack {background-color: #CCCCCC;}.wpsPortletHead, .wpsEditHead {font-weight: bold;color: #333333;}.wpsPortletText, .wpsEditText, .wpsPortletSmText, .wpsEditSmText, .wpsPortletTinyText {font-family: Helvetica, Arial, sans-serif;font-size: 1em;color: #333333;}.wpsCopyrightText {font-size: 0.9166em;color: #999999;}.wpsTableHead {font-weight: bold;color: #989898;text-align: left;}.wpsTableHead th {padding: 3px;}.wpsTableRow, .wpsTableNrmRow {color: #333333;background-color: #ffffff;}.wpsTableSelectedRow {color: #333333;background-color: #c5d1de;}.wpsTableShdRow {color: #333333;}.wpsTableRow td, .wpsTableNrmRow td, .wpsTableShdRow td {border-width: 1px 0px 0px 0px;border-style: solid;border-color: #aaaaaa;padding: 3px;}.wpsTableHeadLink, .wpsTableHeadLink:visited, .wpsTableHeadLink:hover, .wpsTableHeadLink:active {font-weight: normal;color: #000000;}.wpsTable {border-width: 1px;border-style: solid;border-color: #aaaaaa;}.wpsTable td {vertical-align:top;}.wpsTable a:focus, .wpsTable .wpsLink:focus {outline-color: -moz-use-text-color;outline-style:dotted;outline-width:2px;}.wpsTableHeadStart, .wpsTableHeadMiddle, .wpsTableHeadEnd {font-weight: normal;color: #000000;text-align: left;background-color: #ffffff;border-width: 0px 0px 0px 0px;border-style: none;border-color: #aaaaaa;}.wpsTableHeadStartAlignCenter, .wpsTableHeadMiddleAlignCenter, .wpsTableHeadEndAlignCenter {font-weight: normal;color: #000000;text-align: center;background-color: #ffffff;border-width: 0px 0px 0px 0px;border-style: none;border-color: #aaaaaa;}.wpsTableHeadStartNumeric, .wpsTableHeadMiddleNumeric, .wpsTableHeadEndNumeric {font-weight: normal;color: #000000;text-align: right;background-color: #ffffff;border-width: 0px 0px 0px 0px;border-style: none;border-color: #aaaaaa;}.wpsTableDataStart, .wpsTableDataMiddle, .wpsTableDataEnd {text-align: left;border-width: 1px 0px 0px 0px ! important;border-style: solid ! important;border-color: #aaaaaa ! important;}.wpsTableDataStartAlignCenter, .wpsTableDataMiddleAlignCenter, .wpsTableDataEndAlignCenter {text-align: center;border-width: 1px 0px 0px 0px ! important;border-style: solid ! important;border-color: #aaaaaa ! important;}.wpsTableDataStartNumeric, .wpsTableDataMiddleNumeric, .wpsTableDataEndNumeric {text-align: right;border-width: 1px 0px 0px 0px ! important;border-style: solid ! important;border-color: #aaaaaa ! important;}.wpsPagingTable, .wpsPagingTableHeader, .wpsPagingTableFooter, .wpsPagingTableBody {border: 0px;margin: 10px 0;}.wpsPagingTableHeaderIcon, .wpsPagingTableFooterIcon {width: 16px;height: 16px;}.wpsPagingTableHeaderStart {background-color: #F0F0F0;border-top: 1px solid #aaaaaa;border-right: 0px none #aaaaaa;border-bottom: 0px none #aaaaaa;border-left: 1px solid #aaaaaa;}.wpsPagingTableHeaderMiddle {background-color: #F0F0F0;border-top: 1px solid #aaaaaa;border-right: 0px none #aaaaaa;border-bottom: 0px none #aaaaaa;border-left: 0px none #aaaaaa;}.wpsPagingTableHeaderEnd {background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PagingTableTopRight.gif");background-repeat: no-repeat;background-position: right top;background-color: transparent;}.wpsPagingTableFooterStart {background-color: #F0F0F0;border-top: 0px none #aaaaaa;border-right: 0px none #aaaaaa;border-bottom: 1px solid #aaaaaa;border-left: 1px solid #aaaaaa;}.wpsPagingTableFooterMiddle {background-color: #F0F0F0;border-top: 0px none #aaaaaa;border-right: 0px none #aaaaaa;border-bottom: 1px solid #aaaaaa;border-left: 0px none #aaaaaa;}.wpsPagingTableFooterEnd {background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PagingTableBottomRight.gif");background-repeat: no-repeat;background-position: right bottom; background-color: transparent;}.wpsPagingTableHeaderEmpty {height:7px;width:7px;line-height:1px;}.wpsTableRowDetail td {border-width:0px;text-align: left;border-width: 0px ! important;padding:2px 3px 5px 3px;}.wpsTableSectionHead {font-weight: bold;color: #000000;text-align: left;}.wpsTableSectionHead th {border-width: 1px 0px 0px 0px;border-style: solid;border-color: #aaaaaa;padding: 3px 0 3px 5px;}.wpsTableTopRow td {border-color: #aaaaaa ! important;}.wpsPagingTableHeaderEmpty {height: 7px;width: 7px;line-height: 1px;}.wpsTableRowDetail td {border-width: 0px;text-align: left;border-width: 0px ! important;padding: 2px 3px 5px 3px;}.wpsCompactCheckBox, .wpsCompactRadioButton {height: 16px;margin-top: 0px;margin-bottom: 0px;}.wpsEditField{border: 1px solid #999999;}.wpsButtonText{font-weight: bold;color: #000000;background-color: #DDDDDD;background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 2px 4px;margin: 0px;text-align: center;}.wpsButtonDisabledText {font-weight: bold;color: #888888;background-color: #DDDDDD; background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/ButtonBackground.gif");background-repeat: repeat-x;background-position: left center; border: 1px solid #919191;padding: 2px 4px;margin: 0px;text-align: center;}.wpsLabelText, wpsRequiredLabelText {color: #333333;}.wpsRequiredLabelText strong {color: #ff0000;}.wpsDescriptionText {color: #808080;}.wpsFieldErrorText {color: #000000;}.wpsFieldWarningText {color: #000000;}.wpsFieldSuccessText {color: #000000;}.wpsFieldInfoText {color: #000000;}.wpsInlineHelpText {color: #666666;}.wpsFieldMonospaced {font-family: monospace;font-size: 1.1667em;}.wpsFlagText {font-size: 0.9166em;color: #FF0000;}.wpsPortletTabBarSeparator {background: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/portletTabSeparator.gif");background-repeat: repeat-x;background-color: #95a5b9;margin: 0px;padding: 0px;height: 3px;}.wpsPortletTabSet {border: 0px;background-color: transparent;}.wpsPortletTab {border: 0px;background-color: transparent;}.wpsPortletSelectedTab {border: 0px;background-color: transparent;}.wpsPortletTabTopStart {background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopLeft.jpg");background-repeat: no-repeat;background-position: bottom left;padding: 0px 2px 0px 2px;width: 5px;height: 5px;}.wpsPortletTabTopCenter {background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopMiddle.jpg");background-repeat: repeat-x;background-position: bottom;}.wpsPortletTabTopEnd {background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopRight.jpg");background-repeat: no-repeat;background-position: bottom right;border-style: none;background-color: transparent;padding: 0px 2px 0px 2px;width: 5px;height: 5px;}.wpsPortletTabMiddleStart {background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabCenter.jpg");background-repeat: repeat-x;background-color: #FFFFFF;border-top: 0px none #C0C0C0;border-right: 0px none #C0C0C0;border-bottom: 0px none #C0C0C0;border-left: 1px solid #C0C0C0;}.wpsPortletTabMiddleCenter {background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabCenter.jpg");background-repeat: repeat-x;background-color: #FFFFFF;white-space: nowrap;border-style: none;}.wpsPortletTabMiddleEnd {background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabCenter.jpg");background-repeat: repeat-x;background-color: #FFFFFF;border-top: 0px none #C0C0C0;border-right: 1px solid #C0C0C0;border-bottom: 0px none #C0C0C0;border-left: 0px none #C0C0C0;}.wpsPortletTabBottomStart {background-color: #FFFFFF;border-top: 0px none #C0C0C0;border-right: 0px none #C0C0C0;border-bottom: 0px none #C0C0C0;border-left: 1px solid #C0C0C0;width: 5px;height: 5px;}.wpsPortletTabBottomCenter {background-color: #FFFFFF;border-style: none;}.wpsPortletTabBottomEnd {background-color: #FFFFFF;border-top: 0px none #C0C0C0;border-right: 1px solid #C0C0C0;border-bottom: 0px none #C0C0C0;border-left: 0px none #C0C0C0;width: 5px;height: 5px;}.wpsPortletSelectedTabTopStart {background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopLeft.jpg");background-repeat: no-repeat;background-position: bottom left;padding: 0px 2px 0px 2px;width: 5px;height: 5px;}.wpsPortletSelectedTabTopCenter {background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopMiddle.jpg");background-repeat: repeat-x;background-position: bottom;border-top: 0px solid #AAC2E6;border-right: 0px none #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 0px none #AAC2E6;}.wpsPortletSelectedTabTopEnd {background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopRight.jpg");background-repeat: no-repeat;background-position: bottom right;border-style: none;background-color: transparent;padding: 0px 2px 0px 2px;width: 5px;height: 5px;}.wpsPortletSelectedTabMiddleStart {background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabCenterMid.jpg");background-repeat: repeat-x;border-top: 0px none #AAC2E6;border-right: 0px none #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 1px solid #AAC2E6;}.wpsPortletSelectedTabMiddleCenter {background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabCenterMid.jpg");background-repeat: repeat-x;border-style: none;white-space: nowrap;}.wpsPortletSelectedTabMiddleEnd {background-image: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabCenterMid.jpg");background-repeat: repeat-x;border-top: 0px none #AAC2E6;border-right: 1px solid #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 0px solid #AAC2E6;}.wpsPortletSelectedTabBottomStart {background-color: #FFFFFF;border-top: 0px none #AAC2E6;border-right: 0px none #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 1px solid #AAC2E6;width: 5px;height: 5px;}.wpsPortletSelectedTabBottomCenter {background-color: #FFFFFF;border-style: none;}.wpsPortletSelectedTabBottomEnd {background-color: #FFFFFF;border-top: 0px none #AAC2E6;border-right: 1px solid #AAC2E6;border-bottom: 0px none #AAC2E6;border-left: 0px none #AAC2E6;width: 5px;height: 5px;}.wpsPortletTabLink, .wpsPortletTabLink:visited, .wpsPortletTabLink:active, .wpsPortletTabLink:hover {color: #333333;}.wpsPortletSelectedTabLink, .wpsPortletSelectedTabLink:hover, .wpsPortletSelectedTabLink:visited, .wpsPortletSelectedTabLink:active {color: #2056A0;font-weight: bold;}.wpsPortletToolbar {background-color: #c5d1de;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsPortletToolbarSection {border-width: 0px;}.wpsPortletToolbarButton {background-color: #c5d1de;padding: 3px;border-width: 1px;border-style: solid;border-color: #c5d1de;}.wpsPortletToolbarButtonRollover {background-color: #c5d1de;padding: 3px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsPortletToolbarButtonPressed {background-color: #dadfe5;padding: 3px;border-top: 1px solid #95a5b9;border-right: 1px solid #e4edf5;border-bottom: 1px solid #e4edf5;border-left: 1px solid #95a5b9;}.wpsPortletToolbarButtonSelected {background-color: #aeb8c4;padding: 3px;border-top: 1px solid #95a5b9;border-right: 1px solid #e4edf5;border-bottom: 1px solid #e4edf5;border-left: 1px solid #95a5b9;}.wpsPortletToolbarButtonSelectedRollover {background-color: #aeb8c4;padding: 3px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsPortletToolbarButtonIcon {width: 16px;height: 16px;}.wpsPortletToolbarControl {padding: 3px;}.wpsPortletToolbarText {color: #333333;}.wpsPortletToolbarDisabledText {color: #999999;}.wpsPortletToolbarLink, .wpsPortletToolbarLink:hover, .wpsPortletToolbarLink:visited, .wpsPortletToolbarLink:active {color: #333333;}.wpsPortletToolbarSeparator {background-color: #95a5b9;width: 1px;margin: 0px;padding: 0px;border-top: 0px none #95a5b9;border-right: 1px solid #e4edf5;border-bottom: 0px none #e4edf5;border-left: 0px none #95a5b9;}.wpsPortletToolbarSpacer {padding: 0px 2px 0px 2px;}.wpsPortletToolbarHandle {background-color: #c5d1de;padding: 0px;margin: 0px;width: 1px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsBreadcrumbTrail {font-weight: bold;}.wpsBreadcrumbTrailLink, .wpsBreadcrumbTrailLink:hover, .wpsBreadcrumbTrailLink:visited, .wpsBreadcrumbTrailLink:active {font-weight: bold;color: #3366CC;text-decoration: underline;}.wpsPortletAccentArea {background-color: #c5d1de;color: #333333;}.wpsPortletAccentArea3DHighlight {background-color: #e4edf5;color: #333333;}.wpsPortletAccentArea3DShadow {background-color: #95a5b9;color: #333333;}.wpsWizardTitle {font-weight: bold;background-color: #c1c1c1;color: black;padding-left: 5px;padding-top: 5px;padding-bottom: 5px;}.wpsWizardStepNotification {background-color: #dfdfdf;color: black;padding-left: 5px;padding-top: 5px;padding-bottom: 5px;}.wpsWizardBottomSubmit {background-color: #c1c1c1;color: black;padding-left: 5px;padding-top: 5px;padding-bottom: 25px;}.wpsCursorPointer {cursor: pointer;}a.wpsPersonName {text-decoration: none;white-space: nowrap;color: #3366CC;}a.wpsPersonName:visited {text-decoration: none;white-space: nowrap;color: #666699;}a.wpsPersonName:hover {text-decoration: underline;white-space: nowrap;color: #666699;}.wpsGettingStartedTitle{font-size: 1.1667em;font-weight: normal;color: #2055A3;}.wpsGettingStartedHeader{font-size: 1em;font-weight: normal;color: #2055A3;}.wpsGettingStartedBody{font-size: 0.9166em;color: #616161;padding-top: 10px;}.wpsSearchInfoBar{font-family: Helvetica, Arial, sans-serif;font-size: 1em;color: #333333;background-color: #c7d9f1;}.wpsSearchUrl, a.wpsSearchUrl {font-weight: bold;}.wpsSearchUrlAddressText{color: #008000;font-style: italic;}.wpsSearchAttributeText{color: #c1c1c1;font-style: italic;}.wpsEditorToolbar {max-height: 24px;background-color: #D8D8D8;border-top: 1px solid #aebccf;border-right: 1px solid #355787;border-bottom: 1px solid #355787;border-left: 1px solid #aebccf;border-top: 1px solid #cccccc;}.wpsEditorToolbarSection {border-width: 0px;}tr.wpsEditorToolbar {padding: 0px 2px 0px 2px;} table.wpsEditorToolbar {padding: 0px 0px 0px 0px;width: 100%;height: 24px; background-color: #f0f0f0;border-top: 1px solid #cccccc;border-bottom: 0px solid #cccccc;border-left: 1px solid #cccccc;border-right: 1px solid #cccccc;background-color: white;background-image: url(/wps/DocEditor/images/editor_toolbar_gradient.gif);background-repeat: repeat-x;background-position: 0px 0px;} .wpsEditorToolbarButton {padding: 3px;margin: 0px;border-width: 1px;border-style: none;}.wpsEditorToolbarButtonRollover {background-color: WHITE;margin:0px;padding: 2px;border-top: 1px solid WHITE;border-right: 1px solid WHITE;border-bottom: 1px solid WHITE;border-left: 1px solid WHITE;}.wpsEditorToolbarButtonPressed {background-color: #d8d8d8;margin:0px;padding: 2px;border-top: 1px solid #888888;border-right: 1px solid #d8d8d8;border-bottom: 1px solid #d8d8d8;border-left: 1px solid #888888;}.wpsEditorToolbarButtonSelected {background-color: #aeb8c4;margin:0px;padding: 2px;border-top: 1px solid #95a5b9;border-right: 1px solid #e4edf5;border-bottom: 1px solid #e4edf5;border-left: 1px solid #95a5b9;}.wpsEditorToolbarButtonSelectedRollover {background-color: #aeb8c4;margin:0px;padding: 2px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsEditorToolbarButtonIcon {width: 18px;height: 18px;margin:0px;padding:0px;}.wpsEditorToolbarControl {padding: 1px 1px;}select.wpsEditorToolbarControl {border-top: 1px solid #cccccc;border-bottom: 1px solid #cccccc;border-left: 1px solid #cccccc;border-right: 1px solid #cccccc;}.wpsEditorToolbarText {color: #333333;}.wpsEditorToolbarLink, .wpsEditorToolbarLink:hover, .wpsEditorToolbarLink:visited, .wpsEditorToolbarLink:active {color: #333333 ;}.wpsEditorToolbarSeparatorNew {background-color: #355787;height: 18px;width: 5px;margin: 0px;padding: 0px;border-top: 0px none #305080;border-bottom: 0px none #305080;border-left: 1px none #aebccf;}.wpsEditorToolbarSeparator {background-image: url(/wps/DocEditor/images/separator.gif);margin: 0px;padding: 0px 7px 0px 7px;}.wpsEditorToolbarSpacer {padding: 0px 2px 0px 2px;}.wpsEditorToolbarHandle {background-color: #c5d1de;padding: 0px;margin: 0px;width: 1px;border-top: 1px solid #e4edf5;border-right: 1px solid #95a5b9;border-bottom: 1px solid #95a5b9;border-left: 1px solid #e4edf5;}.wpsEditorTextArea {background-color: #fff;border: 1px solid #cccccc;padding: 0px;margin: 0px;}.wpsEditorTextAreaText {margin: 0px; padding: 0px;border: 0px none;}.clearing {clear: both;}.layoutRow {width: 99%;}.layoutColumn {width: 100%;}.generalErrorText {color: red;}.portlet-separator {margin:0px; line-height:1px;background-color: #999999;}.ibm-portlet-section-header {border-bottom: 1px solid #E0E0E0;}.information {color: #888; margin-bottom: 0.4em;}.ibm-portlet-section-body {width: 100%;clear: both;}.ibm-portlet-item-summary-list {padding:0;margin:0}.ibm-portlet-item-summary-list UL {padding: 0; margin: 0;}.ibm-portlet-item-summary-list LI {padding: 0; margin: 0; list-style: none;}.ibm-portlet-item-summary-list .ibm-portlet-item-summary {margin-bottom: 2em;}.centered-div-outer {overflow: hidden;position: relative; width: 100%;}.centered-div-outer[class] {display: table; position: static;}.centered-div-outer .centered-div-middle {position: absolute; top: 50%; text-align: center; width: 100%;} .centered-div-outer .centered-div-middle[class] {display: table-cell; vertical-align: middle; position: static;}.centered-div-outer .centered-div-middle .centered-div-inner {position: relative; top: -50%} .ibm-portlet-item-summary-list .ibm-portlet-item-summary {margin-bottom: 2em;}.ibm-portlet-item-summary H3 {margin:0;padding:0;display:inline; ;font-weight:normal;}.ibm-portlet-item-summary UL.property-list {margin: 0.05em 0; padding:0; width: 100%;}.ibm-portlet-item-summary UL.property-list LI {display: inline; color: gray; float: left; margin: 0; margin-right:0.5em; padding: 0; list-style-type: none;}.ibm-portlet-item-summary PRE.text {font-family: Helvetica, Arial, sans-serif; font-size: 1em;margin:0;padding:0;}.ibm-portlet-item-summary .abstract {padding: 0; margin-top: 0.75em;}.ibm-portlet-item-summary .abstract P {margin-top:0;padding-top:0;}.ibm-portlet-item-summary .item-affordance TD {padding-top: 0.7em; padding-bottom: 0.7em;}.ibm-portlet-item-summary .item-affordance TD.locked-icon {padding:0; vertical-align: top; text-align: right;}.ibm-portlet-item-summary .item-affordance TD.icon {vertical-align: middle; padding-left: 1.5em; padding-right: 1.5em;}.ibm-portlet-item-summary .item-affordance UL.property-list {padding-left: 0.7em;}.ibm-portlet-item-summary .item-affordance TD.folder .abstract {padding: 0 0.6em; margin-top: 0.75em;}.ibm-portlet-item-summary .item-affordance TD.document .abstract {padding: 0 0.6em; margin-top: 0.75em;}* HTML .ibm-portlet-item-summary .item-affordance TD .drag-image {margin-right: 10px;}*:first-child+html .ibm-portlet-item-summary .item-affordance TD .drag-image {margin-right: 10px;}TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary DIV.name-indent {padding: 0 0.6em;}TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary H3 A.folder-link,TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary H3 A.folder-link:visited {color: #0063DC;}TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary H3 A.document-link,TABLE.ibm-portlet-table-summary .ibm-portlet-item-summary H3 A.document-link:visited {color: #0063DC;}A.document-link {color: #0063DC; text-decoration: none;}A.document-link:visited {color: #0063DC;}A.document-link:hover {text-decoration: underline;}.ibm-portlet-sidebar .info-section UL.property-list {margin: 0;padding: 0;}.ibm-portlet-sidebar .info-section UL.property-list LI {margin: 0;padding: 0;margin-bottom: 0.5em;list-style: none;}.ibm-portlet-sidebar .info-section UL.property-list LI LABEL {color: #888;}.palette h5{color: #FFFFFF !important;background-color: #578adb;background: #578adb url(/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/toolbar_background.gif) repeat-x;font-size: 1.333em;border: 1px solid;border-right: 0px;border-color: #97A9C1;height: 48px;margin-top: 0px; margin-bottom: 0px;}.palette h5 div{margin-top: 18px;margin-left: 10px;}.palette form{display: inline;}.contentTypeSearch{background-color: #E8EBF1;color: #7A93BB;margin-top: 0px;margin-bottom: 0px;}.contentTypeSearch table{margin-left: 10px;} .categoryTitleExpanded{background: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/palette_selected_cat.gif") repeat-x;background-position: top;background-color: #E8EBF1;font-size: 0.9166em;font-family: arial;padding: 5px 10px;color: #7A93BB;margin-bottom: 0px;}.categoryTitleCollapsed{background: url("/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/palette_unselected_cat.gif") repeat-x;background-position: top;background-color: #E8EBF1;font-family: arial;font-size: 0.9166em;color: #7A93BB;padding: 5px 10px;margin-bottom: 0px;}.contentItemListCollapsed{display: none;}.contentItem{font-weight: normal;font-family: arial;font-size: 0.9166em;color: #4E4E4E;}.contentItemGrayed{font-weight: normal;font-family: arial;font-size: 0.9166em;color: #C6C6C6;}.contentItemHover{font-weight: normal;font-family: arial;font-size: 0.9166em;color: #4E4E4E;}.contentItemGrayedHover{font-weight: normal;font-family: arial;font-size: 0.9166em;color: #C6C6C6;}.contentItemIcon{vertical-align: middle; border: 0px;} .contentItem button{visibility: hidden;}.contentItemHover button{visibility: visible;}.contextMenu{border: 0px; background-color: transparent;} .actionMainArea{margin: 4px;}.actionFooter{margin-top: 4px;}.dropActive{border: 1px solid #FF9000;}.dropAware{border: 1px solid #FFEBC5;}.personMenu {border:1px solid rgb(224,224,224); background-color:rgb(245,248,255); font-family:Helvetica, Arial, sans-serif; font-style:normal; margin:0px; padding:0px; -moz-border-radius: 7px;}.personMenu a {color:#0063dc; text-decoration:underline;}.semtag_header {}.photoCard {float:left; margin:10px 5px 10px 10px; padding:0px;}.photoCard img {border:1px solid rgb(192,192,192); padding:2px ! important; height:115px; width:115px; background-color:white;}.businessCard {float:right; margin:11px 3px; padding-top:0px; line-height:1.7em;}.businessCard ul {list-style-type:none; margin:0px; padding-left:0px}.businessCard .cardName {color:black; font-weight:bold; font-size:1.3em;}.businessCard li {color:black; font-size:1.2em;}.businessCard a {text-decoration:underline;}.personMenuActions {clear:both; background-color:white; width:100%; padding:0px; margin-bottom:0px; border-top:1px solid #ACB9CD;}.personMenuActions ul {padding:0px; margin:0px; list-style:none;}.menu_drop_icon {color:black; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; font-size:1.0em; background-color:#e2eeff; border:1px solid #ACB9CD; padding:3px 5px; -moz-border-radius: 7px;}.menu_drop_icon img {border:none;}a.menu_drop_icon {background: url(/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/menu_dropdown.gif) no-repeat scroll center;}a.menu_drop_icon:link, a.menu_drop_icon:visited{color:#000; text-decoration:none;}a.menu_drop_icon:hover {background: url(/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/menu_dropdown.gif) no-repeat scroll center;}.hasHover {border-bottom: 1px dotted #306bc4;}.personMenu {width:400px;}.personMenu .personMenuActions a {color:black; font-size:1.2em; text-decoration:none; border: solid 1px; display:block; padding:1px 2px 1px 5px; -moz-border-radius: 7px;}.personMenu .personMenuActions a:link, .personMenu .personMenuActions a:visited {border-color: white;}.personMenu .personMenuActions a:hover, .personMenu .personMenuActions a:active {background-color:#e2eeff; border-color: #8bb5e8;}.personMenu .personMenuActions a:focus, .personMenu .personMenuActions a:active {background-color:#e2eeff; border-color: #8bb5e8;}.businessCardExtended {border:1px solid rgb(241,241,241); background-color:F1F1F1; float:left; margin:3px 3px; padding-top:0px; line-height:1.2em;}.businessCardExtended ul {list-style-type:none; margin:0px; padding-left:0px}.businessCardExtended .cardName {color:black; font-weight:bold; font-size:1.1em;}.businessCardExtended li {color:black; font-size:1.0em;}.businessCardExtended a {text-decoration:underline;}.hyperLink {color:black; text-decoration:none;}.dijitRtl .wpsPagingTableHeaderEnd {background-image: url(/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PagingTableTopRight_rtl.gif); background-position: left top;}.dijitRtl .wpsPagingTableFooterEnd {background-image: url(/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PagingTableBottomRight_rtl.gif); background-position: left bottom;}.dijitRtl .wpsPagingTableHeaderStart {border-width: 1px 1px 0 0; border-style: solid solid none none;}.dijitRtl .wpsPagingTableFooterStart {border-width: 0 1px 1px 0; border-style: none solid solid none;}.dijitRtl .wpsPortletSelectedTabTopStart {background-image: url(/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopRight.jpg); background-position: right bottom;}.dijitRtl .wpsPortletTabTopStart {background-image: url(/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopRight.jpg); background-position: right bottom;}.dijitRtl .wpsPortletSelectedTabMiddleStart, .dijitRtl .wpsPortletTabMiddleStart, .dijitRtl .wpsPortletSelectedTabBottomStart, .dijitRtl .wpsPortletTabBottomStart {border-width: 0 1px 0 0; border-style: none solid none none;}.dijitRtl .wpsPortletSelectedTabTopEnd {background-image: url(/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletSelectedTabTopLeft.jpg); background-position: left bottom;}.dijitRtl .wpsPortletTabTopEnd {background-image: url(/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/PortletTabTopLeft.jpg); background-position: left bottom;}.dijitRtl .wpsPortletSelectedTabMiddleEnd, .dijitRtl .wpsPortletTabMiddleEnd, .dijitRtl .wpsPortletSelectedTabBottomEnd, .dijitRtl .wpsPortletTabBottomEnd {border-width: 0 0 0 1px; border-style: none none none solid;}.dijitRtl .wpsTableDataStart, .dijitRtl .wpsTableDataMiddle, .dijitRtl .wpsTableDataEnd {text-align: right;}.dijitRtl .wpsTableHeadStart, .dijitRtl .wpsTableHeadMiddle, .dijitRtl .wpsTableHeadEnd {text-align: right;}.dijitRtl H2.help {text-align: right;}#mainSitemContainer .dijitContentPane {width:50% !important}#mainSitemContainer #dijit_layout_ContentPane_1{left:50% !important;right:50% !important;} #mainSitemContainer .dijitSplitContainerSizerH {left:49% !important;right:49% !important;cursor:default;}.lwpMenuItem, a.lwpMenuItem, a.lwpMenuItem:visited, a.lwpMenuItem:hover a.lwpMenuItem:active {color: #000000;text-decoration: none;background-color: #ffffff;}.lwpSelectedMenuItem, a.lwpSelectedMenuItem:visited, a.lwpSelectedMenuItem:hover, a.lwpSelectedMenuItem:active{background-color: #284888;color: #ffffff !important;text-decoration: none;cursor: pointer;}.lwpMenuItemDisabled, a.lwpMenuItemDisabled, a.lwpMenuItemDisabled:visited, a.lwpMenuItemDisabled:hover, a.lwpMenuItemDisabled:active {color: #888888 !important;text-decoration: none;background-color: #ffffff;font-style: italic;}.lwpBorderAll {border-right: 1px solid #DCDCDC;border-left: 1px solid #DCDCDC; border-top: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC;}.lwpShadowBorder {border-right: 1px solid #888888;border-bottom: 1px solid #888888;}.lwpPpkList {width: 250px;height: 200px;border-right: 1px solid #c0c0c0;border-bottom: 1px solid #c0c0c0;border-left: 1px solid black;border-top: 1px solid black;overflow: auto;}.lwpPpkListBorder {width: 250px;height: 200px;border-left: 1px solid #a0a0a0;border-top: 1px solid #a0a0a0;border-bottom: 2px solid #c0c0c0;}.lwpPpkNormalText {background-color: white; color: black;}.lwpPpkSelectedText {background-color: #284888;color: white;}.lotusLoginRememberMe label {display:inline;}.lotusLoginBoxOpenID {width: 940px !important;}.lotusLoginContentOpenID {padding:20px !important;}.lotusLoginDividerContainer{background-image: url(/wps/contenthandler/!ut/p/digest!-zuv7ajeoYuZZ_TlayKS4w/dav/fs-type1/common-resources/ibm/css/portal/images/loginSeparatorBg.jpg); background-repeat: repeat-y; background-position: top center;display: table; height: 25em; #position: relative; overflow: hidden; margin: 0 10px;}.lotusui_ie7 .lotusLoginDividerContainer {display: block;}.lotusLoginDivider{#position: absolute;#top: 50%;display: table-cell; vertical-align: middle;}.lotusui_ie7 .lotusLoginDivider {#position: relative; #top: 90%; display: block;}.lotusLoginDividerText{text-align: center; #position: relative;#top: -50%; background-color: #fff; padding: 15px; font-size: 2.5em;}.lotusLoginFormContainer{max-width:400px;}.lotusLogin2 .lotusLoginBox {-moz-box-shadow: 0 2px 8px #EEEEEE;}@media (max-width: 1024px) {.lotusLogin2 .lotusui30_layout .lotusFormField label {font-size: 1.2em;}}@media (max-width: 600px) {.lotusLogin2 .lotusui30_layout .lotusLoginBox {width: 373px !important;} .lotusLoginDividerContainer {display: none;} .lotusLogin2 .lotusui30_layout .lotusLoginForm .lotusText {width: 97%;}}@media (max-width: 480px) {.lotusLogin2 .lotusui30_layout .lotusLoginBox {width: 95% !important; margin: 20px auto; border: 0; box-shadow: none;} .lotusLogin2 .lotusui30_layout .lotusLoginContent, .lotusLogin2 .lotusui30_layout .lotusLoginForm {padding: 0 !important;} .lotusLogin2 .lotusui30_layout .lotusLoginBox .lotusHeading {font-size: 1.4em; font-weight: bold;} .lotusLoginContent .clearing {clear: none;} .lotusLoginFormContainer.lotusLeft {float: none;} .lotusLoginFormContainer {max-width: 100%; margin: 0 auto; padding-bottom: 30px;} .lotusui30 input.lotusFormButton {clear: both; width: 100%; margin-bottom: 20px; font-size: 13.92px; height: 35px;} .lotusui30 .lotusBtnContainer {white-space: normal; width: 100% !important} .lotusLoginFormContainer .lotusLoginForm p.lotusSignUpText {margin: 0 auto; width: 136px;}}.lotusSelfCareBoxOpenID .lotusHeading{background-color: transparent !important;-moz-box-shadow: 0 0 0 0 ; padding-left :0;} .lotusSelfCareBoxOpenID form{background-color: transparent !important;}.lotusSelfCareBoxOpenID {width: auto;min-height: 60px;}.lotusLogin2 .lotusLoginForm img {margin-top: 0px;}.lotusLoginBoxOpenID .lotusBtnImg img{width:auto;height:auto;} .lotusSelfCareBoxOpenID .lotusBtnImg img {height: auto;width: auto;}.wpthemeImagesOff .portlet-form-input-field,.wpthemeImagesOff .portlet-menu,.wpthemeImagesOff .wpsButtonText,.wpthemeImagesOff .wpsEditField {border-style: outset;}