/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !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) ")";
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*: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: "ciscosanslight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0096d6;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0096d6;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.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;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 320px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
  *width: 92%;
}
.col-xs-11 {
  width: 91.66666667%;
  *width: 84.33333333%;
}
.col-xs-10 {
  width: 83.33333333%;
  *width: 76.66666667%;
}
.col-xs-9 {
  width: 75%;
  *width: 69%;
}
.col-xs-8 {
  width: 66.66666667%;
  *width: 61.33333333%;
}
.col-xs-7 {
  width: 58.33333333%;
  *width: 53.66666667%;
}
.col-xs-6 {
  width: 50%;
  *width: 46%;
}
.col-xs-5 {
  width: 41.66666667%;
  *width: 38.33333333%;
}
.col-xs-4 {
  width: 33.33333333%;
  *width: 30.66666667%;
}
.col-xs-3 {
  width: 25%;
  *width: 23%;
}
.col-xs-2 {
  width: 16.66666667%;
  *width: 15.33333333%;
}
.col-xs-1 {
  width: 8.33333333%;
  *width: 7.66666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 320px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
    *width: 92%;
  }
  .col-sm-11 {
    width: 91.66666667%;
    *width: 84.33333333%;
  }
  .col-sm-10 {
    width: 83.33333333%;
    *width: 76.66666667%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 69%;
  }
  .col-sm-8 {
    width: 66.66666667%;
    *width: 61.33333333%;
  }
  .col-sm-7 {
    width: 58.33333333%;
    *width: 53.66666667%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 46%;
  }
  .col-sm-5 {
    width: 41.66666667%;
    *width: 38.33333333%;
  }
  .col-sm-4 {
    width: 33.33333333%;
    *width: 30.66666667%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 23%;
  }
  .col-sm-2 {
    width: 16.66666667%;
    *width: 15.33333333%;
  }
  .col-sm-1 {
    width: 8.33333333%;
    *width: 7.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
    *width: 92%;
  }
  .col-md-11 {
    width: 91.66666667%;
    *width: 84.33333333%;
  }
  .col-md-10 {
    width: 83.33333333%;
    *width: 76.66666667%;
  }
  .col-md-9 {
    width: 75%;
    *width: 69%;
  }
  .col-md-8 {
    width: 66.66666667%;
    *width: 61.33333333%;
  }
  .col-md-7 {
    width: 58.33333333%;
    *width: 53.66666667%;
  }
  .col-md-6 {
    width: 50%;
    *width: 46%;
  }
  .col-md-5 {
    width: 41.66666667%;
    *width: 38.33333333%;
  }
  .col-md-4 {
    width: 33.33333333%;
    *width: 30.66666667%;
  }
  .col-md-3 {
    width: 25%;
    *width: 23%;
  }
  .col-md-2 {
    width: 16.66666667%;
    *width: 15.33333333%;
  }
  .col-md-1 {
    width: 8.33333333%;
    *width: 7.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
    *width: 92%;
  }
  .col-lg-11 {
    width: 91.66666667%;
    *width: 84.33333333%;
  }
  .col-lg-10 {
    width: 83.33333333%;
    *width: 76.66666667%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 69%;
  }
  .col-lg-8 {
    width: 66.66666667%;
    *width: 61.33333333%;
  }
  .col-lg-7 {
    width: 58.33333333%;
    *width: 53.66666667%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 46%;
  }
  .col-lg-5 {
    width: 41.66666667%;
    *width: 38.33333333%;
  }
  .col-lg-4 {
    width: 33.33333333%;
    *width: 30.66666667%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 23%;
  }
  .col-lg-2 {
    width: 16.66666667%;
    *width: 15.33333333%;
  }
  .col-lg-1 {
    width: 8.33333333%;
    *width: 7.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.fade {
  opacity: 0;
}
.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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  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.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.btn-group.open .dropdown-menu .disabled > a,
.btn-group.open .dropdown-menu .disabled > a:hover,
.btn-group.open .dropdown-menu .disabled > a:focus {
  color: #999999;
}
.btn-group.open .dropdown-menu .disabled > a:hover,
.btn-group.open .dropdown-menu .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 320px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.open.t-combobox-focus .dropdown-menu.pull-right {
  left: auto;
}
/*used*/
.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 {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-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-bottom-right-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.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-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  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:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[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[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  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: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0096d6;
}
.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 #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 320px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 320px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #fff;
  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;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 320px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 320px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #C0C0C0;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #959596;
}
.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;
  background-color: #fff;
  cursor: not-allowed;
}
.alert {
  padding: 8px;
  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: 28px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #DFF0F7;
  border-color: #ccc;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #bfbfbf;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.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 {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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;
  outline: none;
}
.t-ie7 .modal-dialog,
.t-ie8 .modal-dialog {
  margin-left: auto;
  margin-right: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #ffffff;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  float: right;
  font-size: 16px;
  line-height: 20px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 320px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.t-poptip {
  width: 100%;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  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 {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix,
.container,
.container-fluid,
.row,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.pager,
.modal-footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.show-inline {
  display: inline-block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 319px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  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-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 319px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker-input {
  display: inline;
  width: 120px;
}
.highContrast .datepicker table {
  border-collapse: separate;
}
.highContrast .datepicker table tr td {
  cursor: pointer;
}
.highContrast .datepicker table tr td span:hover,
.highContrast .datepicker table tr td.day:hover,
.highContrast .datepicker table tr td.day.focused {
  font-size: 1.5em;
  text-decoration: underline;
  font-weight: bolder;
}
.highContrast .datepicker table tr td.old,
.highContrast .datepicker table tr td.new {
  border: none;
}
.highContrast .datepicker .active,
.highContrast .datepicker .active:hover,
.highContrast .datepicker .active.disabled,
.highContrast .datepicker .active.disabled:hover {
  border: double 2px;
  border-spacing: 0;
}
.highContrast thead tr:first-child th,
.highContrast tfoot tr th {
  cursor: pointer;
  border: dotted 1px transparent;
}
.highContrast thead tr:first-child th:hover,
.highContrast tfoot tr th:hover {
  border: solid 1px blue;
}
.datepicker {
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker tr.datepicker-head-row {
  border-bottom: solid 1px #ECECEC;
}
.datepicker .datepicker-head-row .prev,
.datepicker .datepicker-head-row .next {
  visibility: visible;
  font-size: 18px;
  line-height: 29px;
  font-weight: bold;
  font-family: sans-serif;
  color: #666;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: none;
  /*removes the arrow that points from calendar to input*/
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
  display: none;
  /*removes the arrow that points from calendar to input*/
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #959596;
  color: #fff;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.disabled.new,
.datepicker table tr td.disabled.new:hover,
.datepicker table tr td.disabled.old,
.datepicker table tr td.disabled.old:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #f2f2f2;
  border-color: #bfbfbf;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000;
  background-color: #dedede;
  border-color: #a0a0a0;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #f2f2f2;
  border-color: #bfbfbf;
}
.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
  color: #f2f2f2;
  background-color: #000;
}
.datepicker table tr td.today:hover:hover {
  background: #959596;
  color: #fff;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
  color: #f7ca77;
  background-color: #000;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #fff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
  color: #999999;
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background: #00AEF8;
  color: #fff;
  background-color: #22bdff;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #00aef8;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #22bdff;
  border-color: #357ebd;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
  color: #22bdff;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover,
.datepicker table tr td span.disabled.new,
.datepicker table tr td span.disabled.new:hover,
.datepicker table tr td span.disabled.old,
.datepicker table tr td span.disabled.old:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background: #00AEF8;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
  font-size: 17px;
  font-weight: normal;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th.next:hover,
.datepicker tfoot tr th.next:hover,
.datepicker thead tr:first-child th.prev:hover,
.datepicker tfoot tr th.prev:hover {
  color: #00AEF8;
  background: #fff;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #fff;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
a.btn {
  line-height: 28px;
  min-width: 60px;
}
a.btn:focus,
a.btn:active {
  border-color: #0092CC;
  border-width: 2px;
}
.t-ie9 .btn {
  border-radius: 0;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 80px;
  min-width: 60px\9;
  margin-right: 8px;
  *min-width: auto;
  /*ie7 does not handle min-width well, it uses it for actual width*/
  outline: none;
  -moz-user-select: none;
  text-decoration: none;
  /**/
}
.btn.btn-wrap {
  word-wrap: break-word;
  white-space: pre-wrap;
  *white-space: pre;
  text-align: center;
  height: auto;
  line-height: 20px;
  padding: 5px 10px;
  *padding-top: 3px;
  *padding-bottom: 2px;
  *white-space: normal;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  border-color: #0092CC;
  padding: 0 9px;
  line-height: 26px;
  border-width: 2px;
}
.btn:hover,
.btn:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
.btn:active,
.btn.active {
  outline: none;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  color: #999;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn {
  border-radius: 4px;
  min-width: 80px;
  min-width: 60px\0;
  min-width: 80px\9\0;
  *min-width: auto;
  /*fix the black border in button IE7*/
  *overflow: visible;
  /* ie7 border*/
  padding: 1px 10px;
  height: 30px;
  line-height: 28px;
  *line-height: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.t-ie8 .btn {
  min-width: 60px !important;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  color: #b2b2b2;
  background: #D9D9DA;
  background-image: -webkit-linear-gradient(top, #D9D9DA 0%, #CBCCCB 100%);
  background-image: linear-gradient(to bottom, #D9D9DA 0%, #CBCCCB 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9d9da', endColorstr='#ffcbcccb', GradientType=0);
  border-color: #cbcbca;
}
.btn.disabled,
.btn[disabled],
.btn fieldset[disabled] {
  color: #999 ;
}
.btn.bigest {
  font-size: 20px;
  height: 45px;
  line-height: 31px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn.big {
  height: 36px;
  line-height: 22px;
  padding-top: 6px;
  padding-bottom: 6px;
  min-width: 120px;
}
.btn-default {
  border-radius: 4px;
  color: #666;
  border-color: #C0C0C0;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #E7E7E7 100%);
  background-image: linear-gradient(to bottom, #FEFEFE 0%, #E7E7E7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#ffe7e7e7', GradientType=0);
}
.btn-default:hover,
.open .dropdown-toggle .btn-default {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #A3A3A3 0%, #878788 100%);
  background-image: linear-gradient(to bottom, #A3A3A3 0%, #878788 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa3a3a3', endColorstr='#ff878788', GradientType=0);
  border-color: #888;
}
.btn-default:focus {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #b5b5b6 0%, #969796 100%);
  background-image: linear-gradient(to bottom, #b5b5b6 0%, #969796 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5b5b6', endColorstr='#ff969796', GradientType=0);
  border-color: #0092CC;
  padding: 0 9px;
  line-height: 26px;
  border-width: 2px;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle .btn-default {
  color: #fff;
  background: #979796;
  background-image: -webkit-linear-gradient(top, #979796 0%, #b6b6b6 100%);
  background-image: linear-gradient(to bottom, #979796 0%, #b6b6b6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff979796', endColorstr='#ffb6b6b6', GradientType=0);
  border-color: #8b8b8b;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  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-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  border-radius: 4px;
  color: #fff;
  border-color: #3AB616;
  background: #50D71D;
  background-image: -webkit-linear-gradient(top, #50D71D 0%, #34C213 100%);
  background-image: linear-gradient(to bottom, #50D71D 0%, #34C213 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff50d71d', endColorstr='#ff34c213', GradientType=0);
}
.btn-success:hover,
.open .dropdown-toggle .btn-success {
  color: #fff;
  background: #48C019;
  background-image: -webkit-linear-gradient(top, #48C019 0%, #30AD11 100%);
  background-image: linear-gradient(to bottom, #48C019 0%, #30AD11 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff48c019', endColorstr='#ff30ad11', GradientType=0);
  border-color: #37A514;
}
.btn-success:focus {
  color: #fff;
  background: #50D71D;
  background-image: -webkit-linear-gradient(top, #50D71D 0%, #34C213 100%);
  background-image: linear-gradient(to bottom, #50D71D 0%, #34C213 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff50d71d', endColorstr='#ff34c213', GradientType=0);
  border-color: #0092CC;
  padding: 0 9px;
  line-height: 26px;
  border-width: 2px;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle .btn-success {
  color: #fff;
  background: #34C113;
  background-image: -webkit-linear-gradient(top, #34C113 0%, #50D71D 100%);
  background-image: linear-gradient(to bottom, #34C113 0%, #50D71D 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff34c113', endColorstr='#ff50d71d', GradientType=0);
  border-color: #3AB616;
}
.btn-gray {
  border-radius: 4px;
  color: #fff;
  border-color: #979796;
  background: #b5b5b6;
  background-image: -webkit-linear-gradient(top, #b5b5b6 0%, #969796 100%);
  background-image: linear-gradient(to bottom, #b5b5b6 0%, #969796 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5b5b6', endColorstr='#ff969796', GradientType=0);
}
.btn-gray:hover,
.open .dropdown-toggle .btn-gray {
  color: #fff;
  background: #a3a3a3;
  background-image: -webkit-linear-gradient(top, #a3a3a3 0%, #878788 100%);
  background-image: linear-gradient(to bottom, #a3a3a3 0%, #878788 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa3a3a3', endColorstr='#ff878788', GradientType=0);
  border-color: #999;
}
.btn-gray:focus {
  color: #fff;
  background: #b5b5b6;
  background-image: -webkit-linear-gradient(top, #b5b5b6 0%, #969796 100%);
  background-image: linear-gradient(to bottom, #b5b5b6 0%, #969796 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5b5b6', endColorstr='#ff969796', GradientType=0);
  border-color: #0092CC;
  padding: 0 9px;
  line-height: 26px;
  border-width: 2px;
}
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle .btn-gray {
  color: #fff;
  background: #979796;
  background-image: -webkit-linear-gradient(top, #979796 0%, #b6b6b6 100%);
  background-image: linear-gradient(to bottom, #979796 0%, #b6b6b6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff979796', endColorstr='#ffb6b6b6', GradientType=0);
  border-color: #8B8A8B;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  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-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  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-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  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-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #0096d6;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link,
.btn-link[disabled].btn,
.btn-link.disabled,
.btn-link.disabled[disabled] {
  background-color: transparent;
  filter: none;
  /*remoes IE gradient filters*/
  background-image: none;
  /*prevent default buttons style which have a gradient bg img*/
  border: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0096d6;
  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: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 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%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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: 0px;
  font-weight: 400;
}
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;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #0092CC;
  outline: 0;
  /*.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}");*/
  /* use box shadow to make a thicker focus outline without affecting layout*/
  -webkit-box-shadow: #0092CC  0 0 0 1px;
  box-shadow: #0092CC  0 0 0 1px;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
.form-control.readonly,
fieldset[disabled] .form-control {
  background-color: #f8f8f8;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 14px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-top: 0px;
}
.radio label,
.checkbox label {
  display: inline;
  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;
  vertical-align: middle;
  font-weight: normal;
  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,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #999;
}
@media (min-width: 320px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
    min-width: 150px;
  }
  .form-inline .form-content {
    min-width: 300px;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label {
  text-align: right;
  line-height: 30px;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  /* min-height: (@line-height-computed + (@padding-base-vertical + 1));*/
  padding-top: 0px;
}
.form-horizontal .form-group {
  *zoom: 1;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 320px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.form-password-generate {
  position: relative;
  display: inline-block;
}
.form-password-generate .ico {
  position: absolute;
  right: 18px;
  top: 8px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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: 100%;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  /*margin-top: @line-height-computed;*/
  margin: 0;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  /*margin-top: (@line-height-computed / 2);*/
  margin: 0;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
  color: #000;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0;
}
.type-p {
  margin: 0 0 30px;
  line-height: 20px;
}
.type-p .type-line {
  display: block;
  line-height: 20px;
  margin-top: 10px;
}
.type-p .type-line:first-child {
  margin-top: 0;
}
.type-p .type-line-mb {
  margin-bottom: 10px;
}
.t-main .type-thank {
  margin-top: 120px;
}
.t-main .type-thank h3 {
  margin-bottom: 15px;
}
.type-help {
  line-height: 1;
  margin-bottom: 10px;
  color: #999;
}
.type-help p {
  line-height: 20px;
  margin: 0;
}
ul.type-list {
  margin-bottom: 15px;
}
ul.type-list li {
  padding-bottom: 15px;
  line-height: 21px;
}
ul.type-list p {
  margin: 0;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1;
}
@media (min-width: 320px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 320px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
/**darken(@link-color, 15%);*/
/* Note: Deprecated @dropdown-caret-color as of v3.1.0*/
@font-face {
  font-family: 'ciscosanstt_extralight';
  src: url('../fonts/ciscosansextralight-webfont.eot');
  src: url('../fonts/ciscosansextralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ciscosansextralight-webfont.woff') format('woff'), url('../fonts/ciscosansextralight-webfont.ttf') format('truetype'), url('../fonts/ciscosansextralight-webfont.svg#CiscoSansExtraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ciscosanslight';
  src: url('../fonts/CiscoSansLight-webfont.eot');
  src: url('../fonts/CiscoSansLight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/CiscoSansLight-webfont.woff') format('woff'), url('../fonts/CiscoSansLight-webfont.ttf') format('truetype'), url('../fonts/CiscoSansLight-webfont.svg#CiscoSansLight-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ciscosansttregular';
  src: url('../fonts/ciscosansregular-webfont.eot');
  src: url('../fonts/ciscosansregular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ciscosansregular-webfont.woff') format('woff'), url('../fonts/ciscosansregular-webfont.ttf') format('truetype'), url('../fonts/ciscosansregular-webfont.svg#CiscoSansReg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.t-top {
  min-width: 1005px;
}
.t-header {
  background: #00A9FF;
  height: 75px;
  position: relative;
  overflow: hidden;
  clear: both;
  zoom: 1;
}
.t-header img {
  line-height: 0;
  font-size: 0;
}
.t-header td.header {
  vertical-align: middle;
  height: 75px;
}
.t-header-logo {
  float: left;
  line-height: 75px;
  vertical-align: middle;
  *display: inline-block;
  margin-left: 13px;
}
.t-header-logo img {
  *margin-top: 26px;
}
.t-header-cicsologo {
  float: right;
  line-height: 75px;
  vertical-align: middle;
  margin-right: 20px;
}
.t-header-cicsologo img {
  *margin-top: 28px;
}
.t-header-cus {
  line-height: 0;
  font-size: 0;
}
.t-top-menu {
  height: 40px;
  overflow: hidden;
}
.t-top-menu table {
  height: 40px;
  border-collapse: collapse;
}
.t-top-menu td {
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
  white-space: nowrap;
  height: 38px;
}
.t-top-menu a,
.t-top-menu span {
  color: #666;
  text-decoration: none;
}
.t-top-menu a:hover,
.t-top-menu a:active {
  color: #666;
  text-decoration: none;
}
.t-top-menu .t-top-menu-item.current {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.t-top-menu .t-top-menu-item.disabled {
  border: 1px solid #d9d9d9;
}
.t-top-menu .t-top-menu-item.disabled a,
.t-top-menu .t-top-menu-item.disabled a:hover {
  background: #f5f5f5;
  color: #ccc;
  border: none;
  margin: 0;
}
.t-top-menu .t-top-menu-item a,
.t-top-menu .t-top-menu-item span {
  display: block;
  min-width: 70px;
  padding: 0 12px;
  text-align: center;
  height: 38px;
  line-height: 39px;
  overflow: hidden;
  font-size: 13px;
  *min-width: 0px;
}
.t-top-menu .t-top-menu-item a img,
.t-top-menu .t-top-menu-item span img {
  *margin-top: 10px;
}
.t-top-menu .t-top-menu-item a:hover {
  text-decoration: none;
  background-color: #d9d9d9;
}
.t-top-menu.home td {
  background: #fff;
  border-color: #fff;
}
.t-top-menu.home a,
.t-top-menu.home a:hover {
  background-color: #fff;
}
.t-top-menu.home a.t-home-icon {
  background: url("../img/icons.png?ver=759061355") no-repeat -51px -25px;
  width: 18px;
  height: 22px;
  min-width: inherit;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  margin-left: 13px;
}
.t-top-menu-r {
  padding: 0 10px;
  text-align: right;
  font-size: 12px;
  /*a#wcc-lnk-logoutLink,a#wcc-lnk-loginLink{ background:#fff;.border-radius-all(4px);padding:2px 8px 3px;}*/
}
.t-top-menu-r a,
.t-top-menu-r span {
  margin-right: 10px;
  padding: 0;
  min-width: inherit;
}
.t-top-menu-r a {
  color: #008cd2;
}
.t-top-menu-r a:hover {
  color: #008cd2;
  background: #f5f5f5;
  text-decoration: underline;
  margin: 0;
  height: 37px;
  margin-right: 10px;
  padding: 0;
  min-width: inherit;
}
.t-top-menu-r .t-top-menu-r-bg {
  background: #fff;
  border-radius: 4px;
  padding: 2px 0px 3px 10px;
  margin: 0;
}
.t-footer {
  clear: both;
  zoom: 1;
  overflow: hidden;
  text-align: right;
  line-height: 1;
  *line-height: normal;
  font-size: 11px;
  color: #666;
  vertical-align: bottom;
  padding-top: 40px;
  padding-bottom: 16px;
  padding-right: 32px;
  position: relative;
  /*fix ie focus outline display issue*/
}
.t-footer img {
  vertical-align: text-bottom;
  margin-left: 16px;
}
.t-footer a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.t-footer span {
  margin: 0 5px;
}
.t-main .t-footer {
  padding-right: 2px;
}
/*top-notice ---------------------------------------------------------------*/
/*.top-notice:first-child {
  border-top:none
}
//for bug 481635: change the width 940 to 960
.top-notice:first-child>div {
  border-top:none;
}//for bug 481635: change the width 940 to 960
*/
.top-notice {
  background: #FFFBDD;
  color: #333;
  border: 1px solid #E6DAAC;
  min-width: 1020px;
}
.top-notice-inner {
  position: relative;
  margin: 12px 0 11px;
  padding: 0 16px;
}
.top-notice-s {
  float: left;
}
.top-notice-c {
  margin-left: 42px;
  margin-right: 0px;
}
.top-notice-c h3 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.top-notice-c p {
  word-wrap: break-word;
  text-align: left;
  line-height: 20px;
}
/*
 .top-notice-c::-webkit-scrollbar {
width:10px
}
.top-notice-c::-webkit-scrollbar-track {
-webkit-border-radius:10px;
border-radius:10px
}
.top-notice-c::-webkit-scrollbar-thumb {
-webkit-border-radius:10px;
border-radius:10px;
background:rgba(255, 255, 255, 0.5)
}
.top-notice-c::-webkit-scrollbar-thumb:window-inactive {
background:rgba(255, 255, 255, 0.5)
}
*/
.t-header-cicsologo {
  color: #6a6b6c;
  font-family: ciscosanstt_extralight;
  font-size: 11pt;
  height: 100%;
}
.t-header-cicsologo img {
  margin-left: 8px;
  max-height: 42px;
  max-width: 100px;
  vertical-align: middle;
  line-height: normal;
}
.height-auto {
  height: auto !important;
}
.width-auto {
  width: auto !important;
}
.width-all {
  width: 100%!important;
  *width: auto !important;
}
.readonly {
  background-color: #f8f8f8!important;
  opacity: 1;
}
html {
  word-spacing: 0;
  background: #fff;
}
body,
html {
  height: 100%;
  overflow: auto;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  *height: auto;
  *overflow: hidden;
  padding: 0!important;
}
.t-ie8 body {
  height: auto;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
}
.t-ff input[type="password"] {
  font-size: 12px;
}
.t-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t-radius6 {
  border-radius: 6px;
}
.t-tl {
  text-align: left !important;
}
.t-tr {
  text-align: right !important;
}
.t-wordwrap {
  word-wrap: break-word;
  white-space: pre-wrap;
  *white-space: pre;
}
.t-f14 {
  font-size: 14px!important;
}
a,
a:active {
  color: #0096d6;
}
a:hover {
  color: #0096d6;
}
.type-p {
  *zoom: 1;
  margin-bottom: 30px;
}
.type-p:before,
.type-p:after {
  content: " ";
  display: table;
}
.type-p:after {
  clear: both;
}
.type-p:before,
.type-p:after {
  content: " ";
  display: table;
}
.type-p:after {
  clear: both;
}
.type-help {
  line-height: 20px;
  margin-bottom: 10px;
  color: #999;
}
.type-help p {
  line-height: 20px;
  margin: 0;
}
.type-help-s {
  line-height: 20px;
  margin-bottom: 10px;
  color: #999;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.type-help-s p {
  line-height: 20px;
  margin: 0;
}
.t-type-textarea p {
  margin: 5px 0 10px;
  line-height: 20px;
  word-wrap: break-word;
  white-space: normal;
}
.t-ie9 .t-main .form-group .col-sm-3 {
  line-height: 21px;
}
.t-split {
  padding: 0 4px;
  color: #ccc;
}
.form-error {
  color: #F05011;
  line-height: 20px;
  padding: 0;
  margin: 10px 0 0 0;
  position: relative;
  padding-left: 24px;
  *padding-top: 2px;
}
.form-error i {
  background: url("../img/icons.png?ver=759061355") no-repeat 0 0;
  vertical-align: top;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  height: 18px;
  width: 18px;
}
.form-warning {
  color: #333;
  line-height: 20px;
  padding: 0;
  margin: 10px 0 0 0;
  position: relative;
  padding-left: 24px;
  *padding-top: 2px;
}
.form-warning i {
  background: url("../img/icons.png?ver=759061355") no-repeat -170px -150px;
  vertical-align: top;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  height: 18px;
  width: 18px;
}
.t-main {
  min-width: 310px;
  margin: 0 30px;
  padding: 12px 0 0px /*30px- header16px*/;
  clear: both;
  zoom: 1;
  position: relative;
  min-height: 100%;
  height: auto;
  margin-bottom: -68px !important;
  padding-bottom: 68px!important;
  *overflow: visible;
  /* fix ie input x*/
  /* for min-width max-width of the label
.form-horizontal{display:table;width:100%;max-width:720px
>div{display:table-row-group;}
	.form-group{display:table-row;
		.col-sm-3,.col-sm-9{display:block; display:table-cell}
		.col-sm-3{
			max-width:200px;
			min-width:100px;
			width:auto;
			text-align:right;
			float:none;
			vertical-align:top;
			padding-bottom:14px;
		}
		.col-sm-9{
			float:none;
			vertical-align:top;
			padding-bottom:14px;
		}
		&.form-group-all{ display:table-caption;}
		&.form-group-btns{
			.col-sm-9{padding-top:25px;}
		}
	}
	.col-sm-3::before{ margin-bottom:14px;}
	.t-detail-more{display:table-row-group;}
}



	.form-gutter-l{margin-bottom:14px!important;
		.col-sm-3{padding-bottom:14px!important;}
		.col-sm-9{padding-bottom:14px!important;}
	}
	.form-gutter-m{margin-bottom:10px!important;
		.col-sm-3{padding-bottom:10px!important;}
		.col-sm-9{padding-bottom:10px!important;}
	}
	.form-gutter-s{margin-bottom:6px!important;
		.col-sm-3{padding-bottom:6px!important;}
		.col-sm-9{padding-bottom:6px!important;}
	}

	.form-gutter-xs{margin-bottom:2px!important;
		.col-sm-3{padding-bottom:2px!important;}
		.col-sm-9{padding-bottom:2px!important;}
	}
	.no-gap{margin:0!important;
		.col-sm-3{padding-bottom:0px!important;}
		.col-sm-9{padding-bottom:0px!important;}
	}
	*/
  /* dailog Form */
  /*advanced schedule page*/
  /* Meeting detail Form */
  /* h3 title*/
  /* btn gap ico*/
  /*required text*/
}
.t-main.max720 {
  max-width: 720px!important;
}
.t-main.max720 .form-horizontal {
  min-width: 720px;
  max-width: 720px;
}
.t-main.min600 {
  min-width: 600px !important;
}
.t-main a:focus {
  -moz-outline-style: none;
  /*fix the issue focus issue case of  text-indent */
}
.t-main h3 {
  color: #333;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 38px;
  /*follow the element type SG*/
  word-wrap: break-word;
  white-space: normal;
  font-family: "ciscosanstt_extralight", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.t-main h4 {
  color: #333;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  /*follow the element type SG*/
  word-wrap: break-word;
  white-space: normal;
  font-family: "ciscosanslight", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.t-main h4.title-underline {
  border-bottom: 1px solid #ddd;
  display: block;
}
.t-main h4.modal-title {
  margin: 0;
}
.t-main .no-gap {
  margin: 0!important;
}
.t-main .form-horizontal {
  margin-bottom: 25px;
  min-width: 700px;
}
.t-main .type-oneline {
  margin-top: 14px;
}
.t-main .form-control::-ms-clear {
  display: none;
}
.t-main .form-length-xxxs {
  width: 40px!important;
}
.t-main .form-length-xxs {
  width: 46px!important;
}
.t-main .form-length-xs {
  width: 70px!important;
}
.t-main .form-length-s {
  width: 115px!important;
}
.t-main .form-length-m {
  width: 160px!important;
}
.t-main .form-length-l {
  width: 240px!important;
}
.t-main .form-length-xl {
  width: 300px!important;
}
.t-main input[type="text"].form-control,
.t-main input[type="password"].form-control {
  max-width: 390px;
  *max-width: inherit;
}
.t-main .form-control {
  display: inline-block;
  height: 30px;
  max-width: 420px;
  margin-right: 8px;
  padding-top: 4px\9;
  *vertical-align: middle;
  *padding: 4px 0px 0;
  *height: 24px;
  *padding-left: 10px;
}
.t-main .form-control.form-length-calendar {
  width: 100px;
  text-align: left;
}
.t-main .form-control.bigest {
  font-size: 35px;
  height: 56px;
  line-height: 1;
  padding-top: 7px;
  padding-bottom: 7px;
  *height: 40px;
  font-family: Helvetica, Arial, sans-serif;
  *padding: 10px 0 0;
  *height: 44px;
  *text-indent: 0;
}
.t-main .form-control.big {
  font-size: 17px;
  height: 39px;
  line-height: 1;
  padding-top: 7px;
  padding-bottom: 7px;
  *height: 23px;
  font-family: Helvetica, Arial, sans-serif;
  *padding: 9px 10px 0;
  *height: 28px;
}
.t-main .form-control.gray {
  color: #999;
}
.t-main .form-control.form-control-error,
.t-main .form-control.form-control-error:focus {
  border-color: #f05011;
  outline: 0;
  /*.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}");*/
  /* use box shadow to make a thicker focus outline without affecting layout*/
  -webkit-box-shadow: #f05011  0 0 0 1px;
  box-shadow: #f05011  0 0 0 1px;
}
.t-main textarea.form-control {
  height: auto;
  max-width: 500px;
  margin-right: 0;
  width: 380px;
  display: block;
}
.t-main input[type="file"].form-control {
  line-height: 20px;
}
.t-main select.form-control {
  height: auto;
  max-width: none;
  width: 300px;
}
.t-main .form-oneline {
  clear: both;
  zoom: 1;
  margin-bottom: 30px;
}
.t-main .form-oneline a {
  display: inline-block;
  line-height: 20px;
  margin-top: 5px;
}
.t-main .form-oneline .form-label {
  float: left;
  line-height: 30px;
  margin-right: 8px;
}
.t-main .form-oneline .form-group {
  display: table;
  zoom: 1;
  clear: none;
}
.t-main .form-oneline .form-group .form-control {
  margin-right: 8px;
}
.t-main .form-line-gap {
  margin-right: 8px;
}
.t-main .form-group {
  /*.col-sm-offset-3.col-sm-9{line-height:20px}*/
  /* table radio group*/
  /*fOR 10px form-group*/
  /* from-line-gutter*/
  /* line-height:20px;*/
  /* label wording format*/
}
.t-main .form-group.disabled {
  cursor: not-allowed;
  color: #999!important;
}
.t-main .form-group.disabled input {
  cursor: not-allowed;
  background-color: #f8f8f8;
}
.t-main .form-group .t-tablelist {
  padding-top: 1px;
}
.t-main .form-group .t-tablelist td {
  vertical-align: middle;
}
.t-main .form-group.form-captcha .form-captcha-img {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.t-main .form-group.form-captcha .form-control-static.form-captcha-link {
  padding: 2px 0;
}
.t-main .form-group.form-captcha .form-control-static.form-captcha-link a img {
  vertical-align: middle;
  margin-right: 8px;
  line-height: 20px;
  *margin-top: -3px;
}
.t-main .form-group input {
  vertical-align: middle;
}
.t-main .form-group .col-sm-3 {
  width: 200px;
  padding: 0;
}
.t-main .form-group .col-sm-3.control-label {
  *line-height: 20px;
  *padding: 6px 0 0 0 ;
}
.t-main .form-group .col-sm-9 {
  min-width: 500px;
  max-width: 500px;
  line-height: 30px;
  width: auto;
  padding: 0 0 0 14px;
  *width: auto!important;
  *min-width: 0px!important;
  *text-align: left;
  /*fix ie focus outline display issue*/
}
.t-main .form-group .col-sm-9 .form-control-static {
  line-height: 20px;
  padding: 5px 0;
  word-wrap: break-word;
  white-space: normal;
}
.t-main .form-group .col-sm-9 .form-control-static a {
  display: inline-block;
}
.t-main .form-group .col-sm-9 span.form-control-static {
  display: inline-block;
}
.t-main .form-group .col-sm-9 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.t-main .form-group .popover {
  line-height: 1.2em;
  /*override col-sm-9*/
}
.t-main .form-group .col-sm-offset-3 {
  margin-left: 200px;
}
.t-main .form-group .t-radios-group td {
  line-height: 30px;
  vertical-align: top;
}
.t-main .form-group .form-line {
  margin-top: 5px;
}
.t-main .form-group .form-line:first-child {
  margin-top: 0;
}
.t-main .form-group.form-line {
  margin-bottom: 10px;
}
.t-main .form-group .form-line-text {
  line-height: 20px;
}
.t-main .form-group.form-group-btns {
  margin-top: 25px;
}
.t-main .form-group .control-label {
  padding: 5px 0;
  line-height: 20px;
}
.t-main .form-group .form-area {
  padding: 10px;
  border: 1px solid #d9d9d9;
  display: inline-block;
}
.t-main .form-group .form-area .form-control-static {
  margin-top: -4px;
}
.t-main .form-group.big .col-sm-3 {
  padding: 10px 0;
}
.t-main .form-gutter-xxl {
  margin-bottom: 40px!important;
}
.t-main .form-gutter-xl {
  margin-bottom: 20px!important;
}
.t-main .form-gutter-l {
  margin-bottom: 14px!important;
}
.t-main .form-gutter-m {
  margin-bottom: 10px!important;
}
.t-main .form-gutter-s {
  margin-bottom: 6px!important;
}
.t-main .form-gutter-xs {
  margin-bottom: 2px!important;
}
.t-main .no-gap {
  margin: 0!important;
}
.t-main.t-dailog {
  /*fix ie focus outline display issue*/
  min-width: 290px;
  max-width: 936px;
  min-height: 284px;
  max-height: 748px;
  padding: 30px 15px 0 15px;
  padding-bottom: 0px!important;
  margin: 0;
}
.t-main.t-dailog a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.t-main.t-dailog h3 {
  margin-bottom: 20px;
}
.t-main.t-dailog .form-oneline {
  margin-bottom: 20px;
}
.t-main.t-dailog .form-horizontal {
  min-width: 480px;
}
.t-main.t-dailog .form-group .col-sm-3 {
  width: 130px;
  text-align: right;
}
.t-main.t-dailog .form-group .col-sm-9 {
  width: 350px;
  max-width: 350px;
  min-width: inherit;
}
.t-main.t-dailog .form-group .col-sm-offset-3 {
  margin-left: 130px;
}
.t-main.t-dailog.large {
  min-width: 800px;
}
.t-main.t-dailog.large .form-group .col-sm-3 {
  width: 160px;
  text-align: right;
}
.t-main.t-dailog.large .form-group .col-sm-9 {
  width: 590px;
  max-width: 590px;
  min-width: inherit;
}
.t-main.t-dailog.large .form-group .col-sm-offset-3 {
  margin-left: 160px;
}
.t-main.t-dailog.m {
  min-width: 655px;
}
.t-main.t-dailog.m .form-group .col-sm-3 {
  width: 160px;
  text-align: right;
}
.t-main.t-dailog.m .form-group .col-sm-9 {
  width: 465px;
  max-width: 465px;
  min-width: inherit;
}
.t-main.t-dailog.m .form-group .col-sm-offset-3 {
  margin-left: 160px;
}
.t-main.t-dailog.longlabel {
  min-width: 490px;
}
.t-main.t-dailog.longlabel .form-group .col-sm-3 {
  width: 190px;
  text-align: right;
}
.t-main.t-dailog.longlabel .form-group .col-sm-9 {
  width: 265px;
  max-width: 265px;
  min-width: inherit;
}
.t-main.t-dailog.longlabel .form-group .col-sm-offset-3 {
  margin-left: 190px;
}
.t-main.t-advanced {
  /*.form-group-btns{ .col-sm-9{min-width:505px;}}*/
  /*advanced schedule menu */
}
.t-main.t-advanced .form-horizontal {
  float: left;
  width: 572px;
  min-width: 572px;
  max-width: 572px;
}
.t-main.t-advanced .form-horizontal .col-sm-3 {
  width: 150px;
}
.t-main.t-advanced .form-horizontal .col-sm-9 {
  min-width: 422px;
  max-width: 422px;
}
.t-main.t-advanced .form-horizontal .form-group-btns .btn {
  min-width: 40px;
  min-width: 30px\9;
  *min-width: auto;
}
.t-main.t-advanced .t-advanced-main {
  position: relative;
  min-height: 300px;
  height: auto !important;
  height: 300px;
}
.t-main.t-advanced .t-advanced-menu {
  position: absolute;
  left: 602px;
}
.t-main.t-advanced .t-advanced-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-main.t-advanced .t-advanced-menu li:first-child {
  *height: 24px;
}
.t-main.t-advanced .t-advanced-menu li:first-child i {
  display: none;
}
.t-main.t-advanced .t-advanced-menu li {
  *height: 34px;
  *overflow: hidden;
}
.t-main.t-advanced .t-advanced-menu li i {
  width: 12px;
  height: 10px;
  border-right: 1px solid #dbdbdb;
  display: block;
  overflow: hidden;
}
.t-main.t-advanced .t-advanced-menu li a {
  text-decoration: none;
  color: #00AEF8;
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t-main.t-advanced .t-advanced-menu li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #999;
  line-height: 13px\9\0;
  padding-top: 6px\9\0;
  *line-height: 24px;
  *padding: 2px 0 0 0;
  text-align: center;
  margin-right: 20px;
  background: url("../img/icons.png?ver=759061355") -72px -24px;
  font-size: 14px;
}
.t-main.t-advanced .t-advanced-menu li div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t-main.t-advanced .t-advanced-menu li.active span {
  background-position: -24px -24px;
  color: #fff;
}
.t-main.t-advanced .t-advanced-menu li.active a {
  color: #333;
}
.t-main.t-advanced .t-advanced-menu li.error span {
  background-position: 0px -160px;
  color: #fff;
}
.t-main.t-advanced .t-advanced-menu li.error a {
  color: #333;
}
.t-main.t-detail.t-detail-center .t-detail-body {
  margin: 0 auto;
  max-width: 720px;
  overflow: hidden;
}
.t-main.t-detail h3 {
  margin-bottom: 4px;
}
.t-main.t-detail .form-notic {
  color: #F60;
  margin-bottom: 10px;
}
.t-main.t-detail .t-meeting-num {
  font-size: 18px;
}
.t-main.t-detail .t-arrowlink {
  display: inline-block;
  margin-left: 1px;
}
.t-main.t-detail .t-inline-items {
  margin-right: 21px;
}
.t-main.t-detail .t-detail-more {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 18px;
  padding-bottom: 6px;
}
.t-main.t-detail .ico {
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -1px;
  *margin-top: -6px;
}
.t-main.t-detail .form-horizontal {
  max-width: 720px;
}
.t-main.t-detail .t-detail-footer {
  font-size: 12px;
  margin-top: 0px;
  line-height: 18px;
}
.t-main.t-detail .form-group {
  margin-bottom: 3px;
  line-height: 30px;
}
.t-main.t-detail .form-group span {
  display: inline-block;
}
.t-main.t-detail .form-group .col-sm-3 {
  width: 130px;
}
.t-main.t-detail .form-group .col-sm-9 {
  width: 500px;
  min-width: inherit;
}
.t-main.t-detail .form-group .col-sm-offset-3 {
  margin-left: 130px;
}
.t-main.t-detail .form-group .col-sm-offset-3.whole-line {
  margin-left: 144px;
}
.t-main.t-detail .form-group .form-control-static {
  line-height: 20px;
  padding: 5px 0;
}
.t-main.t-detail .form-group.form-group-btns {
  margin-bottom: 12px;
}
.t-main.t-detail .form-group.big {
  margin-bottom: 14px;
}
.t-main.t-detail .form-group.t-detail-area p {
  line-height: 20px;
}
.t-main.t-detail .form-group.t-detail-area .t-detail-gap {
  height: 10px;
  line-height: 0px;
  overflow: hidden;
}
.t-main.t-detail .form-group.t-detail-area .t-detail-gap.gap5 {
  height: 5px;
}
.t-main.t-detail .form-group.form-cookie {
  margin: 20px 0 25px;
}
.t-main.t-detail .form-group.form-cookie h4 {
  display: inline;
  margin-right: 2px;
}
.t-main .t-h3-tile {
  margin-bottom: 20px;
  *zoom: 1;
}
.t-main .t-h3-tile h3 {
  float: left;
  margin-bottom: 0;
}
.t-main .t-h3-tile span,
.t-main .t-h3-tile span.fr {
  float: right;
  margin-top: 0px;
  font-weight: 700;
  line-height: 30px;
}
.t-main .t-h3-tile span label,
.t-main .t-h3-tile span.fr label {
  line-height: 30px;
}
.t-main .t-h3-tile span span,
.t-main .t-h3-tile span.fr span {
  float: none;
}
.t-main .t-h3-tile span {
  line-height: 30px;
}
.t-main .t-h3-tile:before,
.t-main .t-h3-tile:after {
  content: " ";
  display: table;
}
.t-main .t-h3-tile:after {
  clear: both;
}
.t-main .t-h3-tile:before,
.t-main .t-h3-tile:after {
  content: " ";
  display: table;
}
.t-main .t-h3-tile:after {
  clear: both;
}
.t-main .t-h3-tile span.required {
  font-weight: normal;
  line-height: 40px;
}
.t-main .t-h3-tile span.schedule {
  line-height: 20px;
}
.t-main .t-h3-tile span.schedule span {
  line-height: 20px;
}
.t-main .t-btns {
  margin-top: 25px;
}
.t-main .required {
  color: #F05011;
}
.t-main i.required {
  display: inline-block;
  padding-right: 4px;
  margin-bottom: -4px;
  vertical-align: middle;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
}
.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 {
  float: left;
}
/*.form-control:focus{padding:@padding-focus-base-vertical @padding-focus-base-horizontal;border:2px solid @btn-focus-border:}*/
.t-playerlist,
.t-plyaerlist {
  width: auto;
  /*fix ie focus outline display issue*/
}
.t-playerlist td,
.t-plyaerlist td {
  width: auto;
  vertical-align: top;
  line-height: 20px;
}
.t-playerlist .t-playerlist-a,
.t-plyaerlist .t-playerlist-a,
.t-playerlist .t-plyaerlist-a,
.t-plyaerlist .t-plyaerlist-a {
  padding: 0 0 10px 20px;
  text-align: right;
}
.t-playerlist a,
.t-plyaerlist a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.t-tablelist {
  width: auto;
  /*fix ie focus outline display issue*/
}
.t-tablelist tr td:first-child {
  padding-right: 20px;
}
.t-tablelist td {
  width: auto;
  vertical-align: top;
  text-align: left;
  line-height: 20px;
  padding-bottom: 10px;
}
.t-tablelist a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.t-orderlist {
  padding: 5px 0 5px 30px;
}
.t-orderlist li:first-child {
  margin-top: 0;
}
.t-orderlist li {
  line-height: 20px;
  margin-top: 16px;
}
.t-orderlist .t-orderlist-c {
  padding-top: 9px ;
}
.t-orderlist .t-orderlist-c p:first-child {
  padding-top: 0;
}
.t-orderlist .t-orderlist-c p {
  padding-top: 15px;
}
/*time-zone*/
.t-time-zone {
  position: absolute;
  right: 1px;
  top: 0px;
  font-size: 11px;
  /*fix ie focus outline display issue*/
}
.t-time-zone a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.t-ie8 .t-time-zone a {
  display: inline;
}
/* help ico*/
.t-helpico {
  float: right;
  margin-top: 12px;
}
.t-helpico span.required {
  margin-right: 15px;
}
/*Form*/
.form-indent {
  padding-left: 24px;
}
.form-control.form-control-inline {
  margin-right: 8px;
  display: inline-block;
  max-width: 300px;
}
.form-control.form-control-inline span {
  margin-right: 4px;
}
.t-review-content {
  width: 380px;
  height: 282px;
  overflow-y: auto;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 10px;
}
/* for toll free selector section*/
.t-toll-free table td {
  padding-right: 8px;
}
.t-toll-free * {
  *display: block;
  *overflow: hidden;
}
/* t-search for the search in meeting list*/
.t-search {
  margin-bottom: 20px;
}
.t-search .t-search-input {
  display: inline-block;
  position: relative;
  margin-right: 8px;
}
.t-search .t-search-input .form-control {
  padding-left: 40px;
  *padding-left: 0;
  *border-left-width: 40px;
}
.t-search .t-search-input .form-control:focus {
  outline: 2px solid #006;
  border-color: transparent;
}
.t-search .t-search-input i {
  position: absolute;
  left: 20px;
}
.t-poptip p.mb {
  margin-bottom: 24px;
}
.modal {
  overflow: auto !important;
}
.modal-content {
  box-shadow: 6px 8px 18px rgba(0, 0, 0, 0.15);
  border: 1px solid #cdcdcd;
  overflow: hidden;
}
.modal-header {
  padding: 14px 15px 14px 25px;
  background: #f2f2f2;
  border-color: #cdcdcd;
}
.modal-body {
  padding: 26px 25px 25px;
}
h4.modal-title {
  font-size: 20px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
}
.modal-dialog {
  width: 700px;
  margin: 0 auto;
}
.modal-header a.close {
  opacity: 1;
  font-size: 17px;
  margin-top: 4px;
}
.modal-header a.close span {
  color: #666!important;
  vertical-align: top;
}
.modal-footer {
  border-top: none;
  padding-top: 0;
}
.popover .arrow {
  text-indent: -9999px;
}
.t-pop .gray {
  color: #666;
  display: inline-block;
}
.t-pop .t-pop-inner h3 {
  margin-bottom: 26px;
  font-size: 30px;
  line-height: 32px;
  color: #333;
  font-family: "ciscosanstt_extralight", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.t-pop .t-pop-inner h4 {
  font-size: 18px;
  line-height: 27px;
}
.t-pop .t-pop-intro {
  *zoom: 1;
}
.t-pop .t-pop-intro img {
  float: right;
  margin: 5px 0 30px 35px;
  *margin: 5px 0 30px 25px;
}
.t-pop .t-pop-intro p {
  font-size: 16px;
  margin-bottom: 18px;
}
.t-pop .t-pop-intro p.gray {
  font-size: 14px;
}
.t-pop .t-pop-intro:before,
.t-pop .t-pop-intro:after {
  content: " ";
  display: table;
}
.t-pop .t-pop-intro:after {
  clear: both;
}
.t-pop .t-pop-intro:before,
.t-pop .t-pop-intro:after {
  content: " ";
  display: table;
}
.t-pop .t-pop-intro:after {
  clear: both;
}
.t-pop .type-list {
  margin-left: -15px;
  *margin-left: 0px;
  font-size: 16px;
  word-wrap: break-word;
  white-space: normal;
}
.t-pop .type-list .gray {
  font-size: 16px;
  padding-top: 3px;
}
.t-pop .type-list p {
  margin-bottom: 0;
}
.t-pop .type-list li {
  *list-style-type: square;
}
.t-pop.t-pop-cmr .type-list {
  width: 645px;
}
.t-pop.t-pop-cmr .type-list .gray {
  max-width: 605px;
}
.t-pop.t-pop-cmr .type-list.t-pop-inner-l {
  width: 400px;
}
.t-pop.t-pop-cmr .type-list.t-pop-inner-l .gray {
  max-width: 360px;
  display: inline-block;
}
.t-pop .t-cmr-pininput {
  margin-bottom: 30px;
}
.t-pop .t-cmr-pininput input.form-control {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.t-pop .t-cmr-pininput span.gray {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  width: 460px;
}
.t-pop .t-cmr-pininput.t-pop-inner-l span.gray {
  width: 384px;
  vertical-align: top;
  padding-top: 10px;
  display: inline-block;
  *display: inline;
}
.t-pop .t-pop-footer {
  font-size: 12px;
}
.t-pop .t-pop-footer .t-pop-footer-txt {
  vertical-align: middle;
  margin-bottom: -1px;
  display: inline-block;
}
.t-pop .t-pop-footer .btns {
  display: block;
  min-width: 230px;
  *min-width: inherit;
  *width: 230px;
}
.t-pop.t-pop-cmr .modal-footer {
  padding: 0;
}
.t-pop .modal-footer {
  margin-top: 0;
  padding: 30px 0 0;
}
.t-pop .modal-footer .btn {
  margin-right: 0;
  margin-left: 8px;
}
.t-pop .modal-footer .btns {
  display: inline-block;
}
/* in Perferences page titles*/
.form-list .form-list-title {
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  line-height: 25px;
  padding: 7px 0;
}
.form-list .form-list-title.disabled {
  color: #999;
}
.form-list .form-list-content {
  margin: 15px 0 10px;
}
.form-selection {
  position: relative;
  display: inline-block;
}
.form-selection a.btn-sort {
  min-width: 30px;
  min-width: 30px\9;
  min-width: 30px\0;
  min-width: 30px\9\0;
  width: 30px;
  *min-width: 28px;
  *width: 28px;
  *height: 28px;
}
.form-selection .btn-sort {
  position: absolute;
  padding: 0;
  text-align: center;
}
.form-selection .btn-sort .ico {
  width: 12px;
  height: 28px;
  text-indent: -9999px;
  background-position: 100px 100px;
  vertical-align: middle;
  *margin-top: 4px;
}
.form-selection .btn-sort:focus,
.form-selection .btn-sort:active {
  line-height: 26px;
}
.form-selection .btn-sort-desc {
  top: 0px;
  right: -40px;
}
.form-selection .btn-sort-desc .ico {
  background-position: -110px -191px;
}
.form-selection .btn-sort-desc:hover .ico,
.form-selection .btn-sort-desc:focus .ico,
.form-selection .btn-sort-desc:active .ico {
  background-position: -172px -191px;
}
.form-selection .btn-sort-expand {
  top: 40px;
  right: -40px;
}
.form-selection .btn-sort-expand .ico {
  background-position: -132px -191px;
}
.form-selection .btn-sort-expand:hover .ico,
.form-selection .btn-sort-expand:focus .ico,
.form-selection .btn-sort-expand:active .ico {
  background-position: -154px -191px;
}
.t-btn-popover {
  vertical-align: top;
  clear: both;
  zoom: 1;
}
.t-btn-popover input.btn {
  vertical-align: top;
}
.t-btn-popover .t-btn-popover-c {
  display: inline-block;
}
.t-btn-popover .t-btn-popover-c .popover {
  position: relative;
}
.popover {
  line-height: 1.2em;
  /*override col-sm-9*/
}
#navbarcontent {
  border-right: 1px solid #d7d7d7;
  padding-left: 10px;
  /*for the non-reskin page*/
}
.leftnav {
  overflow: hidden;
  /*CSCup26187, could not reporduce, but this will liekely fix it*/
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 1px\9;
}
.leftnav a {
  display: block;
  text-decoration: none;
  padding: 3px 0 3px 20px;
  margin: 0;
  color: #0096D6;
  font-size: 14px;
  font-family: "ciscosansttregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px 0 0 5px;
}
.leftnav a:hover {
  background: #E4F7FE;
  border: none;
  outline: none;
}
.leftnav a:focus {
  outline: none;
  border-radius: 0;
  border: thin dotted;
  padding: 2px 0 2px 19px;
}
.leftnav a img.link-img {
  max-width: 32px;
  height: 1.3em;
  margin-right: 3px;
}
.leftnav ul {
  margin: 6px 0;
  list-style: none;
  padding: 0;
}
.leftnav li {
  position: relative;
  margin-bottom: 1px;
  overflow-x: hidden;
}
.leftnav .caret {
  display: none;
}
.leftnav li.drawer {
  height: auto;
}
.leftnav li.drawer a {
  color: #333333;
}
.leftnav li.drawer ul .caret {
  display: none;
}
.leftnav li.drawer ul a {
  color: #0096D6;
  font-size: 13px;
}
.leftnav li.drawer .caret {
  border: none;
  display: block;
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 13px;
  margin: 0px;
  position: absolute;
  _position: static;
  left: 5px;
  top: 7px;
  top: 6px\9;
  background: url("../img/icons.png?ver=759061355") no-repeat -53px -6px;
}
.leftnav li.drawer .caret span {
  display: none;
  font-size: 22px;
}
.leftnav li.drawer.expanded .caret {
  border: none;
  background: url("../img/icons.png?ver=759061355") no-repeat -78px -6px;
}
.btn-group .btn {
  min-width: inherit;
  margin-right: 0px;
  height: 28px;
  *height: 18px;
  padding: 4px 10px 6px 10px;
  line-height: 20px;
}
.t-combobox-focus .combobox-label {
  padding: 3px 9px 5px 9px;
}
.btn-group .btn-default {
  color: #333333;
  border-color: #CBCBCB;
  border: none;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.btn-group.t-combobox-default,
.btn-group.t-combobox-focus {
  display: inline-block;
  position: relative;
  padding-right: 33px;
  *z-index: 1;
}
.btn-group .combobox-label {
  display: inline-block;
  text-align: left;
}
.t-ie7 .btn-group .combobox-label {
  min-width: auto;
}
.btn-group .dropdown-toggle {
  position: absolute!important;
  width: 33px;
  min-width: auto;
  *width: 17px;
  height: 28px;
  *height: 22px;
  border-left: solid 1px #979796;
  border-color: #969796;
  background-color: #e9e9e9;
  background-image: -moz-linear-gradient(top, #FEFEFE, #E7E7E7);
  /**#firefox#**/
  background-image: -ms-linear-gradient(top, #FEFEFE, #E7E7E7);
  /**#IE10#**/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#E7E7E7));
  /** #safari# **/
  background-image: -o-linear-gradient(top, #FEFEFE, #E7E7E7);
  /**#opera#**/
  background-image: linear-gradient(top, #FEFEFE, #E7E7E7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#E7E7E7', GradientType=0);
  /**#ie7# #ie8# #ie9# **/
}
.btn-group .dropdown-toggle .caret {
  color: #999999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  display: inline-block;
  height: 0px;
  margin-top: 1px\9;
  padding: 0px;
  vertical-align: top;
  width: 0;
}
.btn-group .btn.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0px!important;
}
.t-combobox-default .dropdown-toggle .caret {
  margin-top: 11px;
}
.t-combobox-focus .dropdown-toggle .caret {
  margin-top: 10px;
}
.btn-group .btn-default.combobox-label:hover {
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  /**#firefox#**/
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  /**#IE10#**/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  /** #safari# **/
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  /**#opera#**/
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /**#ie7# #ie8# #ie9# **/
  color: #333333;
}
.btn-group .combobox-label.btn-default:focus {
  background-color: #FFFFFF;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  /**#firefox#**/
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  /**#IE10#**/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
  /** #safari# **/
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  /**#opera#**/
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /**#ie7# #ie8# #ie9# **/
  color: #333333;
  border-right: 2px solid #09A2E0;
  padding: 3px 9px 5px 9px;
}
.btn-group .dropdown-toggle:hover {
  background-image: -moz-linear-gradient(top, #EFEFEF, #D8D8D8);
  /**#firefox#**/
  background-image: -ms-linear-gradient(top, #EFEFEF, #D8D8D8);
  /**#IE10#**/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EFEFEF), to(#D8D8D8));
  /** #safari# **/
  background-image: -o-linear-gradient(top, #EFEFEF, #D8D8D8);
  /**#opera#**/
  background-image: linear-gradient(top, #EFEFEF, #D8D8D8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#D8D8D8', GradientType=0);
  /**#ie7# #ie8# #ie9# **/
}
.btn-group.open .dropdown-toggle {
  background-image: -moz-linear-gradient(top, #E7E7E7, #FEFEFE);
  /**#firefox#**/
  background-image: -ms-linear-gradient(top, #E7E7E7, #FEFEFE);
  /**#IE10#**/
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E7E7E7), to(#FEFEFE));
  /** #safari# **/
  background-image: -o-linear-gradient(top, #E7E7E7, #FEFEFE);
  /**#opera#**/
  background-image: linear-gradient(top, #E7E7E7, #FEFEFE);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7E7E7', endColorstr='#FEFEFE', GradientType=0);
  /**#ie7# #ie8# #ie9# **/
  box-shadow: none;
}
.btn-group .btn-default:focus {
  color: #666;
  background-image: -webkit-linear-gradient(top, #E7E7E7 0%, #FEFEFE 100%);
  background-image: linear-gradient(to bottom, #E7E7E7 0%, #FEFEFE 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7E7E7', endColorstr='#FEFEFE', GradientType=0);
  border-color: none;
  padding: 3px 9px 5px 9px;
  border-width: 1px;
}
.t-combobox-default.disabled {
  color: #999 !important;
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
  background: #f8f8f8;
  cursor: default;
  opacity: 1;
  pointer-events: none;
}
.t-combobox-default.disabled .combobox-label,
.t-combobox-default.disabled .dropdown-toggle {
  color: #999999;
  cursor: default;
  pointer-events: none;
}
.t-combobox-default.disabled .btn-default {
  background-color: #EEEEEE;
}
.t-combobox-default.disabled .combobox-label,
.t-combobox-default.disabled .combobox-label:hover,
.t-combobox-default.disabled .combobox-label:focus {
  background-color: #EEEEEE;
  background-image: none;
  filter: #EEEEEE;
  color: #999999;
  border-right: 1px;
  padding-top: 4px;
  padding-left: 10px;
}
.t-combobox-default.disabled .dropdown-toggle {
  background-color: #CCCCCC;
  background-image: none;
  filter: #CCCCCC;
}
.t-combobox-default.disabled .dropdown-toggle .caret {
  color: #FFFFFF;
}
.t-combobox-default.error {
  border: 1px solid #F05011;
}
.t-combobox-focus {
  border: 2px solid #09a2e0;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.t-combobox-focus .combobox-label,
.t-combobox-focus .dropdown-toggle {
  height: 26px;
  *height: 18px;
}
.t-combobox-focus .dropdown-toggle {
  *height: 20px;
}
.btn-group .btn {
  border: 0px ;
}
.t-combobox-default {
  border: 1px solid #BFBFBF;
  border-radius: 5px 5px 5px 5px;
  margin-right: 1px;
}
.t-combobox-default .combobox-label {
  border-right: 1px solid #BFBFBF;
}
.btn-group .btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.form-horizontal .form-group .btn-group .btn {
  margin-top: 0px;
}
.t-combobox-focus .combobox-label {
  border-right: 2px solid #09a2e0;
}
.btn-group .dropdown-toggle.btn {
  margin-left: 0px!important;
}
.btn-group .btn:focus,
.btn-group .btn:active:focus,
.btn-group .btn.active:focus {
  outline: none;
  line-height: 20px;
}
.btn:active,
.btn.active {
  outline: none;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-offset: 0px;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t-combobox-text.disabled {
  color: #999;
}
/*dropdown*/
.t-ie8 .btn-group .btn {
  min-width: auto !important;
}
.btn-group .dropdown-menu {
  padding: 0px;
  margin: 5px 0 0;
  overflow: hidden;
  border: none;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.t-ie7 .btn-group .dropdown-menu {
  min-width: auto;
  overflow: visible;
}
.t-ie8 .btn-group .dropdown-menu,
.t-ie7 .btn-group .dropdown-menu {
  border: 1px solid #BFBFBF;
}
.t-ie9 .dropdown-menu,
.t-ie8 .dropdown-menu,
.t-ie7 .dropdown-menu {
  border-collapse: separate;
}
.btn-group .dropdown-menu li a:hover,
.btn-group .dropdown-menu li a:focus {
  background-color: #E4F7FE;
  color: #333333;
  line-height: 20px;
  text-decoration: none;
}
.btn-group.open .dropdown-menu ul li a {
  *display: block;
  *width: 100%;
}
.btn-group.open .dropdown-menu ul li a {
  height: 30px;
  *height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  display: block;
  color: #333333;
  white-space: nowrap;
  font-weight: normal;
}
.btn-group div.dropdown-menu ul li.selected {
  background-color: #00AFF5;
}
.btn-group div.dropdown-menu ul li.selected a {
  background-color: #00AFF5;
}
.btn-group div.dropdown-menu ul li.selected a {
  color: #FFFFFF;
}
.t-ie7 div.dropdown-menu ul li {
  cursor: pointer;
}
div.dropdown-menu ul li:hover {
  background-color: #E4F7FE;
}
.t-ie7 div.dropdown-menu ul li:hover a {
  color: #333333;
  background-color: transition;
}
.t-ie7 .btn-group div.dropdown-menu ul li.selected a {
  color: #FFFFFF;
}
.open.t-combobox-focus .dropdown-menu {
  position: absolute;
  left: -1px;
  top: 27px;
}
.dropdown-menu ul {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}
.f-pc .dropdown-backdrop {
  display: none;
}
/*----combobox text alignment for ie 7
.t-ie7 .btn-group .btn{
  padding-top:4px;
  padding-bottom:6px;
}
.t-ie7 .t-combobox-focus .combobox-label{
  padding:3px 9px 5px 9px;
}
.t-ie7 .btn-group .combobox-label.btn-default:focus{
  padding:3px 9px 5px 9px;
}
.t-ie7 .btn-group .btn-default:focus {
  padding: 3px 9px 5px 9px;
}
.t-ie7 .t-combobox-default.disabled .combobox-label,
.t-ie7 .t-combobox-default.disabled .combobox-label:hover,
.t-ie7 .t-combobox-default.disabled .combobox-label:focus
{
  padding-top: 4px;
}
-----*/
.t-checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  min-width: 20px;
  min-height: 20px;
}
.t-checkbox-img {
  display: inline-block;
  background-image: url("../img/icon_sprite.png");
  width: 20px;
  height: 20px;
  background-position: -293px -39px;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}
.t-checkbox:hover .t-checkbox-img {
  background-position: -359px -39px;
}
.t-checkbox:focus .t-checkbox-img,
.t-checkbox-focus .t-checkbox-img {
  background-position: -337px -39px;
}
.t-checkbox:active .t-checkbox-img {
  background-position: -161px -39px;
}
.t-checkbox input[type=checkbox] {
  display: none;
}
.t-checkbox .t-checkbox-img.checked {
  background-position: -205px -39px;
}
.t-checkbox:hover .t-checkbox-img.checked {
  background-position: -271px -39px;
}
.t-checkbox-focus .t-checkbox-img.checked,
.t-checkbox .t-checkbox-img.checked:focus {
  background-position: -249px -39px;
}
.t-checkbox:active .t-checkbox-img.checked {
  background-position: -183px -39px;
}
.t-checkbox .t-label.disabled {
  color: #999999;
}
.t-checkbox .t-checkbox-img .checked {
  background-position: -315px -39px;
}
.t-checkbox .t-checkbox-img.disabled {
  background-position: -315px -39px;
}
.t-checkbox .t-checkbox-img.checked.disabled {
  background-position: -227px -39px;
}
.t-checkbox-group {
  margin-top: 5px;
}
.t-checkbox-group .t-checkbox {
  vertical-align: top;
}
.t-checkbox-group-vertical {
  margin-top: 5px;
}
.t-checkbox-group-vertical .t-checkbox {
  display: block;
  margin: 0 0 10px;
}
.t-label {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  white-space: normal;
  margin-left: 24px;
}
.t-radio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  word-wrap: normal;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  margin: 5px 0;
  position: relative;
  min-width: 20px;
  min-height: 20px;
}
.t-radio-img {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background-image: url("../img/icon_sprite.png");
  width: 20px;
  height: 20px;
  background-position: -89px -65px;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}
.t-radio input[type=radio] {
  display: none;
}
.t-radio-focus .t-radio-img,
.t-radio:focus .t-radio-img {
  background-position: -133px -65px;
}
.t-radio:hover .t-radio-img {
  background-position: -155px -65px;
}
.t-radio:active .t-radio-img {
  background-position: -447px -39px;
}
.t-radio:visited .t-radio-img {
  background-position: -155px -65px;
}
.t-radio .t-radio-img.checked {
  background-position: -1px -65px;
}
.t-radio-focus .t-radio-img.checked,
.t-radio:focus .t-radio-img.checked {
  background-position: -45px -65px;
}
.t-radio:hover .t-radio-img.checked {
  background-position: -67px -65px;
}
.t-radio:active .t-radio-img.checked {
  background-position: -469px -39px;
}
.t-radio:visited .t-radio-img.checked {
  background-position: -67px -65px;
}
.t-radio .t-label.disabled {
  color: #999999;
}
.t-radio .t-radio-img.disabled {
  background-position: -111px -65px;
}
.t-radio .t-radio-img.checked.disabled {
  background-position: -23px -65px;
}
.t-radio-group {
  margin-top: 5px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.t-radio-group .t-radio {
  vertical-align: middle;
}
.t-checkbox .t-label {
  margin: 0px 8px 0px 24px;
}
.t-radio .t-label {
  margin: 0px 8px 0px 24px;
}
.t-checkbox .t-label.disabled,
.t-checkbox .t-checkbox-img.checked.disabled,
.t-radio .t-radio-img.disabled,
.t-radio .t-radio-img.checked.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.t-group-mid .t-radio-group .t-radio {
  vertical-align: middle;
}
.t-group-mid .t-radio-group {
  margin-top: 0px;
}
/*-------fix checkbox and radio button outline issues---------*/
.t-checkbox,
.t-radio {
  overflow: visible;
}
/*--- check box wrap----*/
.t-label.t-label-wrap {
  white-space: normal;
  height: auto;
}
/*-----check box focus style-----*/
.t-checkbox-img:focus {
  background-position: -337px -39px;
}
.ico {
  background-image: url(../img/icons.png?ver=759061355);
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  *font-size: 0;
  *line-height: 0;
  *text-indent: 0px!important;
  overflow: hidden;
}
.ico.ico-help {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-position: -23px 1px;
}
.ico.ico-info {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-position: -98px -23px;
}
.ico.ico-info span {
  display: none;
}
.ico.ico-refresh {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-position: 1px -23px;
}
.ico.ico-setting {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-position: -31px -159px;
}
.ico.ico-bookmark {
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-position: -60px -159px;
}
.ico.ico-cookie {
  width: 27px;
  height: 27px;
  text-indent: -9999px;
  background-position: -90px -160px;
}
.ico.ico-close {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background-position: -137px -157px;
}
.ico.ico-exception {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-position: -60px -191px;
}
.ico.ico-exception.big {
  width: 20px;
  height: 20px;
  background-position: 0px -192px;
}
.ico.ico-recurrence {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-position: -82px -191px;
}
.ico.ico-recurrence.big {
  width: 20px;
  height: 20px;
  background-position: -30px -192px;
}
.ico.ico-forcesignin {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-position: -29px -219px;
}
.ico.ico-slock {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-position: -55px -219px;
}
.ico.ico-pdownload {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-position: -79px -219px;
}
.ico.ico-blank16 {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-position: 999px 999px;
}
.ico.ico-gpwd {
  width: 16px;
  height: 18px;
  text-indent: -9999px;
  background-position: -133px -219px;
  font-size: 25px;
  line-height: 6px;
}
.ico.ico-tip {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background-position: -157px -219px;
}
.ico-gap {
  width: 14px;
  height: 18px;
  border-left: 1px solid #999;
  vertical-align: middle;
  text-indent: -9999px;
  margin-left: 14px;
  display: inline-block;
}
.ico-progress,
.ico-notstarted {
  width: 15px;
  height: 15px;
  text-indent: -99em;
  background-position: -101px -4px;
  *vertical-align: top;
}
.ico-notstarted {
  background-position: -173px -6px;
}
.ico-bluearrow,
.ico-bluearrow-expand,
.ico-bluearrow-desc {
  height: 14px;
  width: 10px;
  text-indent: -999em;
  background-position: -175px -25px;
}
.ico-bluearrow span,
.ico-bluearrow-expand span,
.ico-bluearrow-desc span {
  display: none;
}
.ico-bluearrow-expand {
  background-position: -154px -25px;
}
.ico-bluearrow-desc {
  background-position: -154px -42px;
}
.disabled .ico-bluearrow {
  background-position: -175px -42px;
}
.ico-audio {
  width: 32px;
  height: 32px;
  text-indent: -999px;
  background-position: 0px -120px;
}
.ico-phone {
  width: 32px;
  height: 32px;
  text-indent: -999px;
  background-position: -40px -120px;
}
.ico-help-s {
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  background-position: -143px -84px;
}
.ico-copy {
  height: 13px;
  width: 18px;
  text-indent: -9999px;
  background-position: -172px -61px;
}
.caret.up {
  border-top: 0;
  border-bottom: 4px solid;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.caret.right {
  border-right: 0;
  border-left: 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.ico-disabled {
  width: 13px;
  height: 13px;
  text-indent: -99em;
  background-position: -103px -61px;
}
.ico-pwd {
  width: 11px;
  height: 14px;
  text-indent: -99em;
  background-position: -126px -61px;
}
.ico-email {
  width: 30px;
  height: 26px;
  text-indent: -99em;
  background-position: 0px -85px;
}
.ico-more {
  width: 30px;
  height: 26px;
  text-indent: -99em;
  background-position: -40px -85px;
}
.ico-play {
  width: 30px;
  height: 26px;
  text-indent: -99em;
  background-position: -80px -85px;
}
.ico-error {
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background-position: -120px 0px;
}
.ico-error-s {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background-position: -126px -85px;
}
.ico-right {
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background-position: -144px 0px;
}
.ico-right-s {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background-position: -172px -85px;
}
.ico-tp {
  width: 19px;
  height: 14px;
  text-indent: -9999px;
  background-position: -120px -24px;
}
.ico-calendar {
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background-position: -144px -61px;
  display: inline-block;
}
.ico-hasmeeting {
  width: 12px;
  height: 12px;
  text-indent: -99999px;
  background-position: -126px -99px;
  display: inline-block;
}
button.ico {
  background-color: transparent;
  border: 0;
}
button.ico:focus {
  outline: solid 2px #09A2E0;
}
.ico-rsclose {
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background-position: -146px -120px;
}
.ico-rswlist {
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background-position: -123px -120px;
}
.ico-rsreg {
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background-position: -103px -120px;
}
.ico-rsfull {
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background-position: -83px -120px;
}
.ico-list-check {
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background-position: 0px -211px;
}
.ico-list-thinclient {
  width: 18px;
  height: 12px;
  margin-left: 11px;
  text-indent: -9999px;
  background-position: -108px -219px;
}
table {
  max-width: 100%;
}
th {
  text-align: left;
}
.tdcenter {
  text-align: center;
}
.t-table {
  width: 100%;
  margin-bottom: 20px;
}
.t-table th,
.t-table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-bottom: 1px solid #EBEBEB;
}
.t-table th {
  vertical-align: bottom;
}
.bs-tabletxt {
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.bs-tabletxt tbody td {
  text-align: center;
  height: 57px;
  border-left: 1px solid #EBEBEB;
  padding: 0 8px;
}
.bs-tabletxt th {
  text-align: center;
  height: 23px;
  background: #f8f8f8;
  font-size: 14px;
  border-left: 1px solid #EBEBEB;
  font-weight: normal;
}
.bs-tabletxt .bs-tabletxt-label {
  background: #f8f8f8;
  border-left: 0;
  width: 9%;
  vertical-align: middle;
  font-size: 16px;
}
.bs-tabletxt .bs-tabletxt-label a:hover {
  text-decoration: none;
}
.bs-tabletxt .bs-tabletxt-label-date {
  margin-left: 8px;
}
.bs-tabletxt .bs-tabletxt-col {
  width: 13%;
}
.bs-tabletxt .bs-tabletxt-icon {
  margin-left: 2px;
  margin-right: 2px;
}
.bs-tabletxt .bs-tabletxt-mname {
  display: block;
}
.bs-tabletxt-unavailable {
  color: #666;
}
.bs-tabletxt-date {
  background: #EAEAEA;
  margin: 0 -8px;
  padding: 0 8px;
  line-height: 28px;
  text-align: left;
  font-size: 16px;
}
.bs-tabletxt-date.currence {
  background: #ccc;
}
.bs-tabletxt-list {
  padding: 8px 0;
  text-align: left;
}
.bs-tabletxt-list ul {
  padding-left: 0;
  margin-bottom: 0;
}
.bs-tabletxt-list li {
  list-style: none;
}
.bs-tabletxt-list li .ico {
  margin-right: -18px;
  width: 18px;
}
.bs-tabletxt-list li a,
.bs-tabletxt-list li .bs-tabletxt-list-topic {
  margin-left: 26px;
}
.bs-tabletxt-past {
  color: #999999;
}
.bs-tabletxt-past a {
  color: #999999;
}
.bs-tabletxtm2.bs-tabletxt tbody td {
  height: 140px;
}
.bs-table-tr {
  text-align: right;
}
.bs-tablelist td {
  height: 29px;
  line-height: 29px;
  vertical-align: middle;
}
.bs-tablelist td .ico-progress {
  vertical-align: middle;
}
.bs-tablelist .caret {
  border-width: 6px 6px 0 6px;
}
.bs-tablelist .caret.up {
  border-width: 0 6px 6px 6px;
}
.bs-tablelist .caret.right {
  border-width: 6px 0 6px 6px;
  border-color: transparent #333333;
}
.bs-tablelist .bs-tablelist-label th,
.bs-tablelist .bs-tablelist-label td {
  font-weight: normal;
  background: #EAEAEA;
  height: 21px;
  font-size: 14px;
  line-height: 20px;
}
.bs-tablelist .bs-tablelist-label th .caret,
.bs-tablelist .bs-tablelist-label td .caret {
  margin-left: 4px;
}
.bs-tablelist .bs-tablelist-label-sort {
  color: #333333;
  cursor: pointer;
}
.bs-tablelist .bs-tablelist-label-sort:hover {
  text-decoration: none;
}
.bs-tablelist .bs-tablelist-label-expand {
  color: #333333;
  cursor: pointer;
}
.bs-tablelist .bs-tablelist-label-expand a {
  color: #333333;
}
.bs-tablelist .bs-tablelist-label-expand a:hover {
  text-decoration: none;
}
.bs-tablelist .bs-tablelist-label-expand .caret {
  margin-left: 0;
  margin-right: 5px;
  display: inline-block;
}
.bs-tablelist .bs-tablelist-label-expand .right {
  padding-right: 6px;
}
.bs-tablelist .bs-tablelist-iconfcol {
  padding-right: 0;
  width: 21px;
}
.bs-tablelist .bs-tablelist-iconfcol .t-checkbox {
  margin: 0;
}
.bs-tablelist .bs-table-vt {
  vertical-align: top;
}
.bs-tablelist .bs-tablelist-header td,
.bs-tablelist .bs-tablelist-header th {
  background: #f8f8f8;
  height: 25px;
  font-size: 16px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  line-height: 25px;
}
.bs-tablelist .bs-tablelist-current {
  background: #ccc;
}
.bs-tablelist .bs-tablelist-current td {
  background: #ccc;
}
a.bs-tablelist-label-expand {
  display: inline-block;
}
.bs-tablelist-nomeetings {
  color: #999999;
}
.bs-tablelist-past {
  color: #999999;
}
.bs-tablelist-past a.btn-success {
  color: #fff;
}
.bs-tablelist-iconinline {
  vertical-align: middle;
}
.bs-tablelist-iconinline .ico {
  margin-right: 8px;
}
.bs-tablelist-caption {
  background: #f8f8f8;
  font-size: 16px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #ffffff;
  text-align: left;
  height: 46px;
  line-height: 29px;
  vertical-align: middle;
  padding: 8px;
}
.bs-tablelableCheck .bs-tablelist-fcol {
  padding-left: 30px;
}
.bs-tablelableCheck .bs-tablelist-iconfcol-checkbox,
.bs-tablelableCheck .t-checkbox-img {
  vertical-align: middle;
}
.table-bordered {
  border: 1px solid #EBEBEB;
}
.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 #EBEBEB;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.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-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.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;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.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;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.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;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
/*
This file is meant to contain the custom styles used in the meeting calendar component.
One of the places, where it is shown is Meeting Center -> Browse Meetings.
*/
.meet-cal .time-header {
  color: #333333;
  font-family: "ciscosanslight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  padding-left: 30px;
}
.meet-cal .search-input {
  vertical-align: middle;
}
.meet-cal .checkbox-position {
  margin-left: 30px;
  margin-right: 10px;
}
.meet-cal td.col-short,
.meet-cal th.col-short {
  width: 1%;
  padding: 0px;
}
.meet-cal .btn-link-group {
  padding-right: 16px;
}
.meet-cal .btn-link-group .ico-gap {
  margin-left: 8px;
  width: 8px;
}
.meet-cal .btn-link-group .ico-gap:first-child {
  border: 0;
  margin-left: 0;
  width: 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination li {
  display: inline-block;
  *display: inline;
  margin-left: 3px;
}
.pagination a {
  height: 28px;
  position: relative;
  float: left;
  padding: 3px 9px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #666;
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #C0C0C0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  *margin-left: 3px;
  *overflow: hidden;
  *height: 24px;
  *padding-bottom: 0px;
}
.pagination-page a:hover {
  color: #fff;
  background-color: #959596;
  border-color: #959596;
}
.pagination-page a:focus {
  color: #666;
  background-color: #fff;
  border-color: #00A4FD;
  border-width: 2px;
  padding: 2px 8px;
}
.pagination-page.active a,
.pagination-page.active a:hover,
.pagination-page.active a:focus {
  z-index: 2;
  color: #fff;
  background-color: #00A4FD;
  border-color: #00A4FD;
  cursor: default;
}
.pagination-page.disabled a,
.pagination-page.disabled a:hover,
.pagination-page.disabled a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-page.omit a,
.pagination-page.omit a:hover,
.pagination-page.omit a:focus {
  background: none;
  border: none;
  cursor: default;
  color: #666;
}
.pagination-previous a {
  margin-left: 0;
  background: none;
  border: none;
}
.pagination-next a {
  background: none;
  border: none;
}
.pageavbox {
  text-align: right;
}
Large .pagination-lg > li > a,
Large .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
Large .pagination-lg > li:first-child > a,
Large .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
Large .pagination-lg > li:last-child > a,
Large .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-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-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.t-ie7 .pagination a,
.t-ie7 .pagination-page a {
  line-height: 1.42857143;
  height: auto;
}
.nav-tabs {
  display: block;
  width: 100% !important;
  *height: 34px;
  *margin-left: 0px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0px;
  margin-right: -1px;
}
.nav-tabs > li:first-child a {
  border-radius: 4px 0 0 0;
}
.nav-tabs > li:last-child a {
  border-radius: 0 4px 0 0;
}
.nav-tabs > li a {
  padding: 0 15px;
  line-height: 32px;
  *height: 32px;
  border-radius: 0;
  color: #555555;
  background-color: #f5f5f5;
  border: 1px solid #D9D9D9;
  border-bottom: none;
  cursor: default;
}
.nav-tabs > li a:hover {
  background-color: #cccccc;
}
.nav-tabs > li.active {
  margin-bottom: -1px;
  position: relative;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 320px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 320px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.highContrast .t-welcome .t-welcome-help {
  display: none;
}
.highContrast .t-welcome img.t-welcome-help {
  display: block !important;
}
.highContrast .form-error i::before {
  content: url(../img/ico-error.png);
}
.highContrast .leftnav li.drawer .caret {
  top: -3px;
  left: 3px;
  text-indent: 0px;
  background: none;
}
.highContrast .leftnav li.drawer .caret .leftnav-normal {
  display: inline;
}
.highContrast .leftnav li.drawer .caret .leftnav-expanded {
  display: none;
}
.highContrast .leftnav li.drawer.expanded .caret .leftnav-normal {
  display: none;
}
.highContrast .leftnav li.drawer.expanded .caret .leftnav-expanded {
  display: inline;
}
.highContrast .btn-default {
  background-color: #bbbbbb;
  background-image: -webkit-linear-gradient(top, #c0c0c0 0%, #bbbbbb 100%);
  background-image: linear-gradient(to bottom, #c0c0c0 0%, #bbbbbb 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc0c0c0', endColorstr='#ffbbbbbb', GradientType=0);
}
.highContrast .ico.ico-exception,
.highContrast .ico.ico-recurrence,
.highContrast .t-welcome-help,
.highContrast .ico.ico-info,
.highContrast .ico.ico-bookmark,
.highContrast .ico.ico-help,
.highContrast .ico.ico-setting,
.highContrast .ico.ico-refresh,
.highContrast .popover .arrow,
.highContrast .ico.ico-bluearrow,
.highContrast .ico.ico-bluearrow-expand {
  width: auto!important;
  height: auto!important;
  text-indent: 0!important;
  background: none!important;
  border: none !important;
}
.highContrast .popover > .arrow {
  color: #aaa;
  font-size: 16px;
  left: 25px!important;
  top: -17px;
}
.highContrast .popover > .arrow:after {
  border: none;
}
.highContrast .popover.right .arrow {
  top: 50%;
  left: -11px !important;
  margin-top: -11px;
}
.highContrast .t-welcome-help,
.highContrast .ico.ico-info {
  font-size: 15px;
  font-weight: bold;
}
.highContrast .t-welcome-help:hover,
.highContrast .ico.ico-info:hover {
  text-decoration: none;
}
.highContrast .t-welcome-help span,
.highContrast .ico.ico-info span {
  display: inline;
}
.highContrast span.arrow img {
  display: block !important;
}
.highContrast .ico.ico-bookmark,
.highContrast .ico.ico-help,
.highContrast .ico.ico-setting,
.highContrast .ico.ico-refresh {
  font-size: 17px;
}
.highContrast .pwdicon .pass {
  display: inline-block;
}
.highContrast .pwdicon.unpass .pass {
  display: none;
}
.highContrast .pwdicon.unpass .unpass {
  display: inline-block;
}
.highContrast .ico-bluearrow span.arrow {
  display: inline;
}
.highContrast .ico-bluearrow-expand span.arrow-expand {
  display: inline;
}
.highContrast .combobox-label,
.highContrast .dropdown-toggle,
.highContrast .t-combobox-focus .combobox-label:focus {
  background: #b5b5b6;
  background-image: -webkit-linear-gradient(top, #b5b5b6 0%, #969796 100%);
  background-image: linear-gradient(to bottom, #b5b5b6 0%, #969796 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb5b5b6', endColorstr='#ff969796', GradientType=0);
}
.highContrast .ico.ico-help,
.highContrast .ico.ico-right,
.highContrast .ico.ico-error,
.highContrast .ico.ico-help-s,
.highContrast .ico.ico-right-s,
.highContrast .ico.ico-error-s,
.highContrast .ico-refresh,
.highContrast .ico-help,
.highContrast .ico-email,
.highContrast .ico-more,
.highContrast .ico-play,
.highContrast .ico-disabled,
.highContrast .ico-pwd,
.highContrast .ico-refresh,
.highContrast .ico-help,
.highContrast .ico-right,
.highContrast .ico-error,
.highContrast .ico-progress,
.highContrast .ico-hasmeeting,
.highContrast .ico-rsclose,
.highContrast .ico-rswlist,
.highContrast .ico-rsreg,
.highContrast .ico-rsfull,
.highContrast .ico-tp,
.highContrast .ico-calendar,
.highContrast .ico-close,
.highContrast .ico-exception,
.highContrast .ico-recurrence,
.highContrast .ico-forcesignin,
.highContrast .ico-slock,
.highContrast .ico-pdownload,
.highContrast .ico-gpwd {
  width: auto;
  height: auto;
  text-indent: 0;
}
.highContrast .ico-email:before {
  content: "◛";
  font-size: 18px;
}
.highContrast .ico-more:before {
  content: "⋯";
  font-size: 18px;
}
.highContrast .ico-play:before {
  content: "▶";
}
.highContrast .ico-disabled:before {
  content: "⊘";
}
.highContrast .ico-pwd:before {
  content: "☨";
}
.highContrast .ico-refresh:before {
  content: "↻";
}
.highContrast .ico-help:before,
.highContrast .ico-help .before {
  content: "?";
}
.highContrast .bs-tablelist .caret {
  border: 0;
  width: auto;
  text-indent: 0;
  display: inline;
}
.highContrast .bs-tablelist .caret:before {
  content: "▾";
}
.highContrast .bs-tablelist .caret.right:before {
  content: "▸";
}
.highContrast .bs-tablelist .caret.up:before {
  content: "▴";
  font-size: 18px;
}
.highContrast .ico-right:before {
  content: "√";
}
.highContrast .ico-error:before {
  content: "×";
}
.highContrast .ico-progress:before {
  content: "◉";
  font-size: 20px;
}
.highContrast .ico-rsclose:before {
  content: "⊘";
}
.highContrast .ico-rswlist:before {
  content: "⚠";
}
.highContrast .ico-rsreg:before {
  content: "✎";
}
.highContrast .ico-rsfull:before {
  content: "⊗";
}
.highContrast .ico-tp:before {
  content: "▣";
  font-size: 20px;
}
.highContrast .ico-calendar:before {
  content: "⊞";
  font-size: 20px;
}
.highContrast .ico-hasmeeting:before {
  content: "⊞";
  font-size: 18px;
}
.highContrast .form-control::-moz-placeholder {
  color: #fff;
}
.highContrast .form-control::-webkit-input-placeholder {
  color: #fff;
}
.highContrast .form-control {
  border: 1px inset #fff;
}
.highContrast input.btn {
  border: 1px inset #fff !important;
  filter: none;
}
.highContrast a.btn {
  color: #fff !important;
  background: #fff !important;
  filter: none;
}
.highContrast .pagination-page.active {
  border: 1px solid #fff;
  border-radius: 4px;
}
.highContrast .t-checkbox input[type=checkbox] {
  display: inline-block;
}
.highContrast .calendarItem-combox-option .t-checkbox-img {
  visibility: hidden;
  *display: none;
}
.highContrast .calendarItem-combox-option .t-label {
  *padding-left: 25px;
}
.highContrast .calendarItem-combox-option .checkbox-hidden-input {
  float: left;
  margin-right: -20px;
  margin-top: 3px;
  *margin-top: -20px;
}
.t-notice {
  background: #DFF0F7;
  color: #333;
  border: 1px solid #E6DAAC;
  min-width: 800px;
  position: relative;
  padding: 12px 16px 11px;
  border-radius: 4px;
}
.t-notice.t-info {
  background: #DFF0F7;
  border-color: #E6E6E6;
}
.t-notice .t-notice-x {
  position: absolute;
  right: 10px;
  top: 0px;
}
.t-notice-s {
  float: left;
}
.t-notice-c {
  margin-left: 42px;
  margin-right: 0px;
}
.t-notice-c h3 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.t-notice-c p {
  word-wrap: break-word;
  text-align: left;
  line-height: 20px;
}
.t-notice-error {
  background: #ffe5dc;
  border-color: #fcccc1;
}
.modal.dialog-left {
  padding-right: 230px;
  *overflow-x: hidden!important;
}
.popoverbubble.popover li {
  line-height: 1.2em;
  padding-bottom: 9px;
  padding-left: 7px;
}
/*override futurama*/
.popoverbubble .popover-title {
  font-size: 18px;
  background: none;
  border-bottom: none;
  font-weight: bold;
}
.popoverbubble .popover-content {
  margin: 11px 0px 10px 20px;
}
.t-ie10 .disabled-overlay-for-hover-behavior,
.t-ie9 .disabled-overlay-for-hover-behavior {
  background: 'rgba(255,255,255,0.01)';
  /* needs to have a color to fire the hover event*/
  cursor: not-allowed;
  /*match default style of disabled buttons for IE*/
}
.popover.popoverbubble.right .arrow,
.popover.popoverbubble.right .arrow::after {
  border-color: transparent;
}
.join-via-browser-pop {
  min-width: 365px;
}
.join-via-browser-pop .fte-bubblecloser {
  position: absolute;
  right: 4px;
  top: 10px;
}
.join-via-browser-pop .popover-title {
  padding: 20px 27px 0 20px;
  background-color: transparent;
  border: none;
  font-size: 16px;
}
.join-via-browser-pop ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  padding: 0 0 0 24px;
  text-indent: -24px;
  list-style: none;
}
.join-via-browser-pop li {
  line-height: 1.5em;
  margin: 5px 0 5px 0;
  font-size: 13px;
}
.popover-learnmore {
  margin: 10px 0 10px 25px;
}
.popover-line {
  height: 1px;
  padding: 0px;
  background-color: #CCC;
  overflow: hidden;
}
/*TODO: comments can be removed if nothing went worg, comment added on Jun 12, 2014*/
/*
@row-height: 2.45em;
@same-row-right-margin: 7px;
*/
/*
.text-to-top {
  vertical-align: top;
}
.big-form {
  max-width: 800px;
}
*/
.form-group {
  clear: both;
}
/*
.big-form {
  label {
    display: inline;
  }
  .row-special-button {
    display: inline;
  }
  .input-small {
    width: 75px;
    height: @row-height;
    padding-right: 0;
    //override bootstrap to get ie to work
    margin-right: @same-row-right-margin;
  }

  .no-margin-below {
    margin-bottom: 0;
  }

  .special-square-input {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .special-square-input label{
    display: inline;
    float: left;
    line-height: @row-height;
    margin-right: @same-row-right-margin;
  }
  .radio-container {
    vertical-align: middle;
    float: left;
    // position: relative;
    // top: 4px;
  }
  .checkbox-container {
    vertical-align: middle;
  }
  // * {
  //   float: left;
  // }

  .left-label {
    line-height: @row-height;
    padding-right: 0;
  }
  .input-container {
    line-height: @row-height;
  }
  .form-control {
    display: block;
    float: left;
  }
  .form-control-full {
    width: 70%;
  }
  .form-control-half {
    width: 25%;
  }
  .radio-button-container,
  .checkbox-button-container {
    line-height: 1;
    display: inline;
  }
  .label-text-container {

  }

  .label-text-container {
  }
  .required label::before {
    content: "*";
    color: red;
  }
  .no-inputs {
    line-height: @row-height;
  }
  .use-addressbook-link {
    line-height: 2.7em;//push use addressbook lower
  }
  .nested-col-system-edge {
    padding: 0;
  }

}

.required-placeholder {
  display: none;
}
.required .required-placeholder {
  display: inline;
  color: red;
}
*/
input[type="text"],
input[type="password"] {
  *padding: 0;
}
ol.leftnav,
ul.leftnav {
  *margin-left: 0;
  _margin-left: 0;
}
.meet-cal .btn-link-group .ico-gap,
.meet-cal .links-group .ico-gap {
  text-indent: 0;
}
.mcinfo {
  color: #666;
}
.mcinfo h5 {
  margin-bottom: 5px;
}
.mcinfo-title {
  line-height: 18px;
}
.mcinfo-item {
  margin-top: 15px;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 10px;
}
.mcinfo-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: -4px;
  padding-bottom: 8px;
}
.mcinfo-list li {
  padding: 4px 0;
}
.mcinfo-item .mcinfo-file {
  float: right;
  margin-top: 0;
}
.mcinfo-item .fr {
  float: right;
  padding-left: 8px;
}
.mcinfo-file {
  margin-top: 10px;
}
.mcinfo-file a {
  font-size: 14px;
}
.mcinfo-file-box {
  display: inline-block;
  font-weight: normal;
}
.mcinfo-file-box .ico {
  margin-right: 10px;
}
.ico-pdf {
  width: 16px;
  height: 16px;
  background-position: -51px -61px;
  display: inline-block;
  vertical-align: middle;
}
.ico-html {
  width: 16px;
  height: 16px;
  background-position: -72px -61px;
  display: inline-block;
  vertical-align: middle;
}
.userguides-con {
  color: #666;
}
.userguides-con h5 {
  margin-bottom: 5px;
  font-size: 16px;
  color: #333333;
}
.userguides-con h4 {
  line-height: 22px;
  margin-bottom: 13px;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 6px;
  padding-top: 8px;
  color: #333333;
}
.userguides-con p {
  margin-bottom: 0;
}
.userguides-con .fr {
  float: right;
}
.userguides-con-l {
  float: left;
  margin-top: -51px;
}
.userguides-con-r {
  float: left;
  width: 200px;
}
.t-userguides-title {
  margin-bottom: 30px;
}
.userguides-con-l {
  float: left;
  width: 480px;
  margin-right: 40px;
}
.userguides-con-l-header {
  margin-top: 51px;
}
.userguides-con-l-item {
  margin-bottom: 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EBEBEB;
}
.userguides-con-l-item-side {
  float: right;
  width: 68px;
  margin-top: -10px;
}
.userguides-con-l-item-main {
  float: left;
  width: 380px;
}
.userguides-con-l-item-main-title {
  line-height: 18px;
}
.userguides-con-l-item-main-title a {
  color: #333333;
}
.userguides-con-l-item-main-sp {
  margin-top: 8px;
}
.no-margint {
  margin-top: 0;
}
p.userguides-notes {
  margin-bottom: 15px;
}
.userguides-links {
  border-top: 1px solid #EBEBEB;
  padding-top: 13px;
}
.no-margint .userguides-con-l-item-main {
  width: auto;
}
.t-oneclick .t-helpico {
  margin-top: 0px;
}
.t-oneclick h3 {
  margin-top: -10px;
}
.oneclick-main {
  overflow: hidden;
}
.oneclick-con {
  position: relative;
  border-bottom: 1px solid #EBEBEB;
  float: left;
}
.oneclick-con-l {
  float: left;
  margin-right: 20px;
  padding-bottom: 20px;
}
.oneclick-con-r {
  float: left;
  padding-bottom: 20px;
}
.oneclick-con-l:after {
  content: '';
  display: block;
  width: 20px;
  background: #c00;
  height: 5px;
  background: #fff;
  left: 350px;
  bottom: -5px;
  position: absolute;
}
.oneclick-con-icon {
  margin-bottom: 10px;
}
.oneclick-con-item {
  width: 350px;
  border: 1px solid #EBEBEB;
  padding: 20px 15px;
  padding-bottom: 9999px;
  margin-bottom: -9999px;
}
.oneclick-con-item h4 .navbar-right {
  font-size: 14px;
}
.oneclick-con-item-main {
  margin-top: 30px;
  text-align: center;
}
.oneclick-con-item-main .btn {
  margin-top: 25px;
}
.oneclick-con-item-list {
  margin-bottom: 0;
  padding-left: 15px;
}
.oneclick-con-item-list li {
  padding: 4px 0;
}
.training-con-item {
  margin-bottom: 30px;
}
.training-con-item h4 {
  margin-bottom: 7px;
}
.training-con-item-main {
  color: #666;
}
.training-con-item-list {
  margin-bottom: 5px;
  margin-top: 5px;
}
.training-con-item-list li {
  padding: 4px 0;
}
.training-con-item-list-em {
  font-weight: bolder;
}
.training-con-item-contact {
  margin-top: -4px;
}
.training-con-item-contact-item {
  padding: 4px 0;
}
.training-w-uni-img {
  width: 155px;
  background: url('../img/CWEU-logo.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.training-w-learning-service-img {
  width: 155px;
  background: url('../img/Learn-service-logo.png');
}
.download-con-l-main-sp {
  margin-top: 10px;
}
.t-download .userguides-con-l-item-main {
  width: auto;
}
.t-download {
  width: 720px;
}
.t-download .userguides-con-l {
  margin-top: 0;
}
.t-download .userguides-con-l-item {
  margin-bottom: 18px;
  padding-bottom: 17px;
}
.userguides-con-l-item .comboxContainer {
  margin-top: 15px;
}
.userguides-con-l-item .btn-download {
  margin-top: 15px;
}
.download-con-l-main-sp strong {
  margin-right: 5px;
}
.downloadTpl {
  color: #666;
}
.media-check.t-dailog {
  padding-bottom: 30px;
}
.media-check .media-check-download-link {
  display: block;
  margin-top: 20px;
}
.t-main.t-loginpage {
  max-width: 960px;
  min-width: 730px;
  *min-width: 810px;
}
.t-main {
  /* login Form */
}
.t-main .t-login .form-horizontal {
  min-width: inherit;
}
.t-main .t-login .form-group .col-sm-3 {
  width: 100px;
}
.t-main .t-login .form-group .col-sm-9 {
  width: 220px;
  min-width: inherit;
  *min-width: 0px;
}
.t-main .t-login .form-group .col-sm-offset-3 {
  margin-left: 100px;
}
.t-login {
  width: 360px;
  float: left;
}
.t-login .form-horizontal .control-label {
  text-align: left;
}
.t-login .form-error {
  padding-bottom: 10px;
}
.t-login .form-control {
  *width: 220px;
}
.t-login .t-login-forgot {
  line-height: 20px;
  padding: 10px 0 5px;
}
.t-login-r {
  width: 350px;
  padding: 8px 0 0 40px;
  border-left: 1px solid #ccc;
  margin-top: 50px;
  min-height: 300px;
  float: left;
}
.t-login-r h4 {
  margin-bottom: 20px;
}
.t-login-r .t-btns {
  margin-top: 7px;
}
.t-login-r p.type-p {
  margin-bottom: 20px;
}
.t-main.t-welcome {
  max-width: none;
  margin: 0 20px;
}
.t-main.t-welcome .t-welcome-inner {
  margin: 30px auto 0;
}
.t-main.t-welcome .t-welcome-inner .t-welcome-info {
  text-align: center;
}
.t-main.t-welcome .t-welcome-inner .t-welcome-info-cmr {
  margin-bottom: 32px;
}
.t-main.t-welcome .t-welcome-inner .t-welcome-info-cmr h3 {
  margin-bottom: 10px;
}
.t-main.t-welcome .t-welcome-inner .t-welcome-info-cmr .ico.ico-info {
  margin-top: -2px;
  *margin-top: 0;
}
.t-main.t-welcome .t-welcome-inner .t-welcome-info-cmr .t-welcome-info span.noti {
  color: #f00;
}
.t-main.t-welcome .t-welcome-inner .t-welcome-info-cmr .t-welcome-info .t-welcome-infoin {
  position: relative;
  display: inline-block;
}
.t-main.t-welcome .t-welcome-inner .t-welcome-info-cmr .t-welcome-info .t-welcome-infoin .ico-info {
  position: absolute;
  right: -24px;
  top: 2px;
  *top: 0px;
}
.t-main.t-welcome .t-welcome-inner .t-welcome-info-cmr .t-welcome-help {
  height: 18px;
  width: 18px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  display: inline-block;
  background: url("../img/icons.png?ver=759061355") no-repeat -99px -24px;
}
.t-main.t-welcome .t-welcome-inner .t-welcome-info-cmr img.t-welcome-help {
  display: none;
}
.t-main.t-welcome .t-welcome-inner h3 {
  text-align: center;
  margin-bottom: 32px;
}
.t-main.t-welcome .t-welcome-inner .form-horizontal {
  width: 300px;
  margin: 0 auto;
  position: relative;
  min-width: inherit;
  *min-width: 300px;
}
.t-main.t-welcome .t-welcome-inner .form-horizontal .t-welcome-help {
  position: absolute;
  right: -30px;
  top: 19px;
  height: 18px;
  width: 18px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  background: url("../img/icons.png?ver=759061355") no-repeat -99px -24px;
}
.t-main.t-welcome .t-welcome-inner .form-horizontal img.t-welcome-help {
  display: none;
}
.t-main.t-welcome .t-welcome-inner .form-horizontal p.form-error {
  margin-top: 14px;
}
.t-main.t-welcome .t-welcome-inner .form-horizontal .type-oneline {
  margin-top: 10px;
}
.t-main.t-welcome .t-welcome-inner .form-horizontal input.form-control::-ms-clear {
  display: none;
}
.t-main.t-welcome .t-welcome-inner .form-horizontal .form-control.bigest,
.t-main.t-welcome .t-welcome-inner .form-horizontal .btn.bigest {
  width: 300px;
  text-align: center;
  border-radius: 6px;
}
.t-main.t-welcome .hostname-link {
  color: #666;
}
.t-main.t-welcome .hostname-link .hostname {
  background: #ffd9d9;
  color: #000;
}
.t-main.t-welcome .hostname-noti {
  padding-right: 40px;
  color: #f00;
  text-align: right;
  vertical-align: top;
}
.t-main.t-welcome .hostname-noti span.title {
  display: inline-block;
  width: 165px;
  padding-top: 12px;
  padding-right: 4px;
  vertical-align: top;
}
.t-main.t-welcome .hostname-noti span.arrow {
  background: url(../img/cmr-hostname.png);
  display: inline-block;
  width: 33px;
  height: 26px;
  vertical-align: top;
}
.t-main.t-welcome .hostname-noti span.arrow img {
  display: none;
}
/*-----add for my recording list---*/
.mRecordingTips {
  margin-bottom: 10px;
}
.mRecordingTips-account {
  float: left;
  padding-top: 30px;
}
.mRecordingTips-account-em {
  margin-right: 5px;
}
.mRecordingTips-storage {
  float: right;
  text-align: right;
}
.mRecordingTips-storage-status {
  border: 1px solid #ebebeb;
  text-align: center;
  width: 160px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
}
.mRecordingTips-storage-status-bg {
  background: #00A7FB;
  height: 18px;
  *height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.inputTextBlur {
  color: #999;
}
.mRecordingTips-storage-warning {
  color: #C50A2B;
  margin-bottom: 10px;
}
.mrecordInfo {
  text-align: center;
}
.mrecordInfo-icon {
  display: inline-block;
  margin: 0 20px;
}
.mrecordInfo-icon .ico {
  margin-right: 5px;
  margin-top: -3px;
}
.btn-AlignLeft {
  float: left;
}
.form-footer {
  margin-top: 20px;
  margin-bottom: 10px;
}
.form-footer .pageavbox {
  float: right;
}
.form-footer .pagination {
  margin: 0;
}
.mrecordingTable td {
  vertical-align: top;
  line-height: 1.42857143;
}
.mrecordingTable td .type-help {
  line-height: 1.42857143;
  margin-top: 5px;
}
.mrecordingTable-topic {
  width: 40%;
}
.mrecordingTable .dropmenu {
  text-align: left;
}
.mrecordingTable .btn-group a {
  display: inline-block;
}
.t-cmr-notices {
  padding: 2px 0 15px;
}
.t-cmr-notices.t-cmr-lobby {
  padding: 2px 60px 15px;
}
.t-cmr.t-notice {
  margin: 0 60px 5px 60px;
}
.t-cmr.t-notice.t-cmr-lobby {
  margin: 0 auto 5px;
}
.t-main.t-crm {
  width: 720px;
  padding-top: 12px;
  min-width: inherit;
}
.t-main.t-crm h3 {
  margin-bottom: 5px;
}
.t-main.t-crm h4 {
  margin-bottom: 8px;
  line-height: 32px;
}
.t-main.t-crm .ico {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -1px;
}
.t-main.t-crm .ico.ico-audio,
.t-main.t-crm .ico.ico-phone {
  margin-right: 0;
}
.t-main.t-crm .crm-top {
  margin-bottom: 12px;
}
.t-main.t-crm .cmr-state {
  font-size: 16px;
  color: #666;
  font-family: ciscosansttregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 15px 0 36px;
}
.t-main.t-crm .crm-copy {
  margin-right: 16px;
}
.t-main.t-crm .crm-text {
  font-size: 12px;
  margin-top: 10px;
  line-height: 18px;
}
.t-main.t-crm .crm-text.font14 {
  font-size: 14px;
}
.t-main.t-crm .t-btns {
  margin-top: 25px;
  margin-bottom: 10px;
}
.t-main.t-crm .cmr-copy {
  margin: 30px 0;
  line-height: 20px;
}
.t-main.t-crm .form-group {
  margin-bottom: 18px;
}
.t-main.t-crm .form-group.form-section {
  margin-top: 24px;
}
.t-main.t-crm .form-group .col-sm-3 {
  width: 160px;
  padding: 10px 0;
}
.t-main.t-crm .form-group .col-sm-3 .ico {
  vertical-align: top;
  margin-top: -7px;
}
.t-main.t-crm .form-group .col-sm-9 {
  width: 560px;
  min-width: inherit;
  max-width: 560px;
  padding-left: 30px;
  line-height: 20px;
}
.t-main.t-crm .form-group .col-sm-offset-3 {
  margin-left: 160px;
}
.t-main.t-crm .form-group .form-group .col-sm-3 {
  width: 100px;
}
.t-main.t-crm .form-group .form-group .col-sm-9 {
  width: 400px;
  min-width: inherit;
  padding-left: 20px;
  line-height: 20px;
}
.t-main.t-crm .form-group .form-group .col-sm-9 .form-indent {
  padding-left: 28px;
}
.t-main.t-crm .form-group .form-group .col-sm-offset-3 {
  margin-left: 140px;
}
.t-main.t-crm .form-group .form-group.form-group-btns {
  margin-top: 10px;
  margin-bottom: 0px;
}
.t-main.t-crm .form-group.form-cookie {
  margin: 20px 0 25px;
}
.t-main.t-crm .form-group.form-cookie h4 {
  display: inline;
  margin-right: 2px;
}
.t-main.t-crm .crm-pic {
  position: relative;
}
.t-main.t-crm .crm-pic:hover .crm-pic-edit {
  display: block;
  transform: translate(0, -36px);
  -webkit-transform: translate(0, -36px);
  -moz-transform: translate(0, -36px);
  -o-transform: translate(0, -36px);
  -ms-transform: translate(0, -36px);
}
.t-main.t-crm .crm-pic .crm-pic-edit {
  position: absolute;
  bottom: -36px;
  height: 36px;
  line-height: 36px;
  width: 160px;
  left: 0;
  text-align: center;
  color: #fff;
  background: #000;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}
.cmr {
  position: relative;
  min-height: 100%;
  height: auto;
  min-width: 860px;
  margin-bottom: -68px !important;
  padding-bottom: 68px!important;
  *overflow: visible;
}
.cmr .t-time-zone {
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 100;
}
.cmr .t-helpico {
  position: absolute;
  top: 12px;
  right: 30px;
  z-index: 100;
}
.cmr .t-main.t-crm {
  margin-bottom: 0!important;
  padding-bottom: 0px !important;
}
.cmr a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.t-cmr.t-dailog textarea.form-control {
  height: 100px;
  width: 460px;
  margin-bottom: 30px;
}
.t-cmr.t-dailog input.form-control {
  width: 460px;
  max-width: 460px;
}
/*-----add for my recording list---*/
.calendarItem-date-pre,
.calendarItem-date-next {
  color: #ABABAB;
  vertical-align: middle;
  font-size: 20px;
  display: inline-block;
}
.calendarItem-date-pre:hover,
.calendarItem-date-next:hover,
.calendarItem-date-pre:active,
.calendarItem-date-next:active {
  text-decoration: none;
  color: #00A7FB;
}
.calendarItem-date-pre {
  margin-left: 30px;
}
.calendarItem-date-txt {
  font-size: 24px;
  vertical-align: middle;
  margin: 0 5px;
}
.calendarItem-date {
  margin-bottom: 5px;
}
.calendarItem-combox {
  margin-left: 30px;
  margin-bottom: 10px;
}
.calendarItem-date-icon {
  margin-left: 15px;
}
.calendarItem-combox-option {
  margin-left: 35px;
}
/*---add for Schedule meeting-Registration---*/
#Registration #checklist {
  font-size: 14px;
}
.t-profile {
  clear: both;
  zoom: 1;
  margin-top: 30px;
  min-width: 940px;
}
.t-profile h4 {
  clear: both;
  zoom: 1;
}
.t-profile:before,
.t-profile:after {
  content: " ";
  display: table;
  clear: both;
}
.t-profile .t-profile-l {
  float: left;
  width: 160px;
  overflow: hidden;
  margin-right: 30px;
}
.t-profile .t-profile-l div {
  text-align: center;
  margin-top: 10px;
}
.t-profile .t-profile-r {
  float: left;
  width: 690px;
}
.t-profile .t-profile-r .col-sm-3 {
  width: 150px;
}
.t-pwdv {
  padding: 3px 0 0;
}
.t-pwdv .t-pwdv-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}
.t-pwdv dl {
  margin-bottom: 8px;
}
.t-pwdv dd {
  margin: 0 0 2px 0;
  font-size: 12px;
  color: #666;
}
.t-pwdv dt {
  margin: 0 0 6px 0;
  font-size: 13px;
  font-weight: bold;
}
.t-pwdv .pwdicon {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/pwd_pass.png) no-repeat 0 1px;
  margin-left: 0px;
  margin-right: 1px;
  vertical-align: middle;
}
.t-pwdv .pwdicon span {
  display: none;
}
.t-pwdv .pwdicon.unpass {
  background: url(../img/pwd_unpass.png) no-repeat 0 1px;
}
.preference-subtitle {
  cursor: pointer;
  color: #0096d6;
}
.my-webex .links-group .ico-gap:first-child {
  display: none;
}
.my-webex .seach-group-header {
  padding-left: 30px;
  white-space: nowrap;
}
.my-webex .pagination {
  margin: 0 0 20px;
}
.thin-join {
  font-size: 15px;
}
.btn-link.thin-join {
  font-style: italic;
  padding-left: 0px;
}
.btn-link.thin-join:focus {
  padding-left: 0px;
}
.btn-link.thin-join:active:focus {
  padding-left: 0px;
}
.btn.thin-join {
  padding-bottom: 7px;
}
.beta-label {
  padding: 0 5px;
  color: #FF130A;
  line-height: 1.2em;
  border-radius: 3px;
  cursor: default;
  font-size: 13px;
  font-style: italic;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  margin-left: -13px;
  vertical-align: middle;
}
/*compatibility*/
.tl-ru .t-main {
  /* login Form */
}
.tl-ru .t-main h3,
.tl-ru .t-main h4,
.tl-ru .t-main .leftnav a {
  font-family: Helvetica, Arial, sans-serif;
}
.tl-ru .t-main .t-login .form-group .col-sm-3 {
  width: 130px;
}
.tl-ru .t-main .t-login .form-group .col-sm-9 {
  width: 200px;
}
.tl-ru .t-main .t-login .form-group .col-sm-offset-3 {
  margin-left: 130px;
}
.tl-ru .t-main .t-login {
  width: 370px;
}
.tl-es .t-main {
  /* login Form */
}
.tl-es .t-main .t-login .form-group .col-sm-3 {
  width: 125px;
}
.tl-es .t-main .t-login .form-group .col-sm-9 {
  width: 205px;
}
.tl-es .t-main .t-login .form-group .col-sm-offset-3 {
  margin-left: 125px;
}
.tl-es .t-main .t-login {
  width: 370px;
}
.t-ie8 .t-main.t-advanced .form-horizontal {
  float: left;
  width: 610px;
  min-width: 610px;
  max-width: 610px;
}
.t-ie8 .t-main.t-advanced .form-horizontal .col-sm-9 {
  min-width: 445px;
  max-width: 445px;
}
.t-ie8 .t-main.t-advanced .form-horizontal .form-group-btns .btn {
  min-width: 30px !important;
}
.t-ie8 .t-main.t-advanced .t-advanced-menu {
  position: absolute;
  left: 620px;
}
.tl-ru .t-main.t-advanced .form-horizontal,
.tl-ja .t-main.t-advanced .form-horizontal {
  float: left;
  width: 625px;
  min-width: 625px;
  max-width: 625px;
}
.tl-ru .t-main.t-advanced .form-horizontal .col-sm-9,
.tl-ja .t-main.t-advanced .form-horizontal .col-sm-9 {
  min-width: 460px;
  max-width: 460px;
}
.tl-ru .t-main.t-advanced .t-advanced-menu,
.tl-ja .t-main.t-advanced .t-advanced-menu {
  left: 630px;
}
.tl-ru .t-pop .t-pop-footer.t-pop-longbtns .btns {
  min-width: 295px;
  *min-width: inherit;
  *width: 295px;
}
.t-ch .ico.ico-refresh,
.t-ff .ico.ico-refresh,
.t-ch .ico.ico-help,
.t-ff .ico.ico-help {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.t-ie8 .meet-cal .time-header {
  font-family: Helvetica, Arial, sans-serif;
}
.t-ie8 .t-main h3,
.t-ie8 .t-main h4,
.t-ie8 .t-main .leftnav a {
  font-family: Helvetica, Arial, sans-serif;
}
.t-ie7 .z-index1 {
  z-index: 1;
}
.t-ff .btn-sort.btn-sort-desc span.ico,
.t-ff .btn-sort.btn-sort-expand span.ico {
  position: absolute;
  left: 8px;
  top: 2px;
}

/*# sourceMappingURL=futurama.css.map */