/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-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 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.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: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  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: 10px;
  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;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .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: #999;
}
.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 #eee;
}
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;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 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: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
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: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.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;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -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-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.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: 768px) {
  .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%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .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%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .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%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .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;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-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;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
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: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(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: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
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, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 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,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.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 {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.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 {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #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-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
          transition: height .35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.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;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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-right: 0;
  padding-left: 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 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 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: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #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: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .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: 768px) {
  .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 {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .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: 768px) {
  .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-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.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;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #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 {
  right: 5px;
  bottom: 0;
  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;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.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: 767px) {
  .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: 768px) 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: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) 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 v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.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;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.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 #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .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 td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  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: #eeeeee;
  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 {
  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 {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.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: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,
.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] {
  background-color: #fdf59a;
}
.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 {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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 {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  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: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,
.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] {
  background-color: #f3e97a;
}
.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 {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  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: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,
.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] {
  background-color: #808080;
}
.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 {
  background-color: #666666 \9;
}
.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-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  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: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,
.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] {
  background-color: #0044cc;
}
.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 {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled: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-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child .cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.wm-jvm .jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/*
not part of the container
*/
.jvectormap-tip {
    position: absolute;
    display: none;
    border-radius: 3px;
    font-family: sans-serif, Tahoma;
    font-size: larger;
    padding: 3px;
    z-index: 1000 !important;
}

.jvectormap-tip .worldMapTooltip{
    min-width:150px;
    background:url("") no-repeat;
    background-position: right ;
    padding-right: 30px;
    font-weight: bold;
}

.wm-jvm .jvectormap-zoomin,
.wm-jvm .jvectormap-zoomout,
.wm-jvm .jvectormap-goback {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    padding: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    box-sizing: content-box;
}

.wm-jvm .jvectormap-zoomin {
    top: 10px;
}

.wm-jvm .jvectormap-zoomout {
    top: 30px;
}

.wm-jvm .jvectormap-zoomin,
.wm-jvm .jvectormap-zoomout {
    width: 10px;
    height: 10px;
}

.wm-jvm .jvectormap-zoomin {
    top: 10px;
}

.wm-jvm .jvectormap-zoomout {
    top: 30px;
}

.wm-jvm .jvectormap-goback {
    bottom: 10px;
    z-index: 1000;
    padding: 6px;
}

.wm-jvm .loading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

.wm-jvm .jvectormap-legend-title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.wm-jvm .jvectormap-legend-cnt {
    position: absolute;
}

.wm-jvm .jvectormap-legend-cnt-h {
    bottom: 0;
    left: 0;
}

.wm-jvm .jvectormap-legend-cnt-v {
    bottom: 10px;
    left: 10px;
}

.wm-jvm .jvectormap-legend {
    border-radius: 5px;
    min-width: 75px;
}

.wm-jvm .jvectormap-legend-cnt-h .jvectormap-legend {
    float: left;
    margin: 0 10px 10px 0;
    padding: 3px 3px 1px 3px;
}

.wm-jvm .jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
    float: left;
}

.wm-jvm .jvectormap-legend-cnt-v .jvectormap-legend {
    margin: 10px 10px 0 0;
    padding: 3px;
}

.wm-jvm .jvectormap-legend-cnt-h .jvectormap-legend-tick {
    width: 40px;
}

.wm-jvm .jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
    height: 15px;
}

.wm-jvm .jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
    text-align: center;
}

.wm-jvm .jvectormap-legend-cnt-v .jvectormap-legend-tick {
    clear: both;
}

.wm-jvm .jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
    height: 20px;
    width: 20px;
    float: left;
}

.wm-jvm .jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
    vertical-align: middle;
    line-height: 20px;
    padding-left: 3px;
    text-align: right;
}

/*
coloring
*/
.wm-jvm .jvectormap-zoomin,
.wm-jvm .jvectormap-zoomout,
.wm-jvm .jvectormap-goback,
.jvectormap-tip,
.wm-jvm .jvectormap-legend
{
    border: solid 1px #a1a1a1;
    background: #F0F0F0;
    color: rgb(78, 78, 78);
}
.wm-jvm .jvectormap-legend {
    border: solid 1px #d0d0d0;
}
.night .wm-jvm .jvectormap-zoomin,
.night .wm-jvm .jvectormap-zoomout,
.night .wm-jvm .jvectormap-goback,
.night .jvectormap-tip,
.night .wm-jvm .jvectormap-legend
{
    background: rgb(42, 52, 82);
    color: #efefef;
}

.fc input,
.fc select,
.fc div,
.fc table,
.fc tr,
.fc td,
.fc span,
.fc th {
    font-size: 11px;
    font-family:Arial, sans-serif;
}
.fc tspan{
    cursor:default;
}
.fc .highcharts-legend-item *{
    cursor:pointer;
}
.fc .scales {
	position:absolute;
	top:1px;
    left:1px;
    right:1px;
	z-index:20;
	text-align:center;
}
.fc .scales table {
	width:100%;
	border-spacing: 0;
}
.fc .scales table tr td {
    text-align: center;
    padding: 1px 0;
    height: auto;
    vertical-align: middle;
	width:auto;
	border-style: solid;
	white-space:nowrap;
}
.night .fc .scales table tr td:first-child,
.day .fc .scales table tr td:first-child {
    border-left-width: 0;
    border-top-left-radius: 5px;
}
.night .fc .scales table tr td,
.day .fc .scales table tr td {
    border-style: solid;
    border-width: 0 0 1px 1px;
}
.day .fc .scales table tr td {
    color:#4E4E4E;
    border-color:#AAA;
}
.night .fc .scales table tr td {
    background-color:#140037;
    border-color: #858F9F;
}
.day .fc .scales table tr td.background {
    background-color: #428BCA;
    color:#FFFFFF;
}
.night .fc .scales table tr td.background {
    background-color: #0958B3;
    color:#FFFFFF;
}
.fc .scales .scaleButton {
    width:27px;
    border-top-right-radius: 5px;
}
.fc .scales .scaleButton .chartSettingsButton {
    margin-left: 5px;
}

.fc .chartInfoButton{
    background: url("../../../../static/images/financechart/info-icon.png") no-repeat;
    display:block;
    color:transparent;
	width:20px;
	height:16px;
	cursor:pointer;
	cursor:hand;
}
.fc .scales .chartGridButton{
    background: url("../../../../static/images/financechart/excel-16.gif") no-repeat;
    display:block;
    color:transparent;
	width:20px;
	height:16px;
	cursor:pointer;
	cursor:hand;
}
.fc .gridWrapper{
    padding: 25px 5px 5px 5px;
    border:1px solid #004390;
    border-radius:4px;
}

.fc .scales .chartSettingsButton{
    background: url("../../../../static/images/financechart/settings.png") no-repeat;
    display:block;
    color:transparent;
	width:20px;
	height:16px;
	cursor:pointer;
	cursor:hand;
}

.fc .scales .chartDrawingButton{
    background: url("../../../../static/images/financechart/pencil.png") no-repeat;
    display:block;
    color:transparent;
	width:20px;
	height:16px;
	cursor:pointer;
	cursor:hand;
}
.fc .chartSettings,
.fc .drawSettings {
	z-index:20;
	position:absolute;
	top:25px;
	display:none;
    width: 535px;
    border-radius: 3px;
}
.night .fc .chartSettings,
.night .fc .drawSettings {
    color:#858F9F;
    background-color: #0A1F40;
    border: 1px solid #072a58;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
}
.day .fc .chartSettings,
.day .fc .drawSettings{
    background-color: #FFFFFF;
    border: 1px solid #d0d0d0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
}

.fc .scales select{
    font-size:10px;
    width:75px;
}

.fc #head-chartSettings{
	cursor:move;
}

.fc #tab-chartSettings{
	text-align:center;
    border: 0 solid #004390;
    border-bottom-width: 1px;
    border-radius:5px;
}
.fc #tab-chartSettings td{
	width:50%;
}
.day .fc .background {
    border:none;
    background: #428BCA;
    color:#fff;
}
.night .fc .background {
    border:none;
    background: #140037;
    color: #858F9F;
}

.fc .chartSettings .tab,
.fc .chartSettings .tab.background {
    background-color: transparent;
	text-align:center;
	border: 1px solid #004390;
	border-radius: 5px;
	margin:auto;
	cursor:pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width:100%;
}
.night .fc .chartSettings .tab {
    border-color: rgb(0, 200, 255);
    color: rgb(0, 200, 255);
}
.day .fc .chartSettings .tab {
    border-color: rgb(66, 139, 202);
    color: rgb(66, 139, 202);
}
.fc .chartSettings .fcbutton {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width:100%;
    padding: 7px 12px;
    height: 30px;
}
.night .fc .chartSettings .fcbutton.buttonBackground,
.night .fc .chartSettings .tab.background {
    background: rgb(9, 88, 179);
    color: rgb(255,255,255);
    border-color: rgb(255,255,255);
}
.day .fc .chartSettings .fcbutton.buttonBackground,
.day .fc .chartSettings .tab.background {
    background: rgb(66, 139, 202);
    color: rgb(255,255,255);
    border-color: rgb(255,255,255);
}

.fc .chartSettings .spacer {
	height:3px;
}
.fc .chartSettings .spacerBottom {
	height:15px;
}
.fc .chartSettings div table{
	margin:0;
}
.fc .chartSettings table {
	border-spacing: 0;
	border-collapse:collapse;
	width:100%;
	padding:0;
}
.fc .chartSettings table td {
	white-space: nowrap;
	width:25%;
}
.fc .chartSettings table tr th {
    /* Dialog title */
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}
.fc .chartSettings > table tr th,
.fc .chartSettings > table tr td {
    /* Dialog content */
    padding-left: 5px;
    padding-right: 5px;
}
.fc .close {
    background: url("../../../../static/images/financechart/close16x16.png") no-repeat;
    display:block;
    height:18px;
    width:18px;
	cursor:pointer;
	padding:1px;
	border:1px solid #777;
	border-radius:3px;
    line-height: 1em;
}
.day .fc .close {
    border-color: #FFFFFF;
    opacity: 0.8;
}
.night .fc .close {
    border-color: #858F9F;
    opacity: 0.8;
}

.fc .chartSettings .textclose{
    margin-right:10px;
}

.fc .indDesc{
    white-space:normal !important;
}
.fc .dialogCenter{
    text-align:center;
    width:33% !important;
}

.fc .lineTable select{
    text-align:right;
}

.fc .chartSettings .volumeTable{
    width:100%;
    margin:0;
    text-align:left;
}
.fc .chartSettings .tblWrapper{
    border:1px solid #c0c0c0;
    border-radius:3px;
    width:150px;
}
.fc .chartSettings .lineTable{
    width:98%;
}
.fc .chartSettings .lineTable td {
    width:75%;
    text-align:right !important;
}

.fc .chartSettings tr:last-child td:last-child {
	text-align:right;
}
.fc .chartSettings td:first-child {
	width:25%;
}

.fc .chartSettings .volumeTable td:first-child {
    width:20px;
}

.fc .chartSettings select,
.fc .drawSettings select {
	width:120px;
    height:auto;
    padding-top:6px;
    padding-bottom:6px;
}
.day .fc .chartSettings select,
.night .fc .chartSettings select,
.day .fc .drawSettings select,
.night .fc .drawSettings select {
    background-position: 92% 50%;
}

.fc input, .fc input[type=text] {
    height: auto;
    padding-bottom: 7px;
    padding-top: 6px;
}
.fc input[type="checkbox"],
.fc input[type="radio"] {
    display: block;
    position: static;
    left: auto;
    margin: 0;
}
.fc label{
    text-transform: none !important;
    color: #858F9F;
    font-size:11px!important;
    margin:0px!important;
    padding:0px!important;
}
.fc label[for=chartContainer-volumecolored]{
    position:relative;
    top:10px;
}
.fc label[for=chartContainer-volumeoverlay]{
    position:relative;
    top:-4px;
}
.fc .chartSettings .tblWrapper select{
    margin-right:0;
}

.fc .chartSettings .right{
	text-align:right;
}
.fc label:hover{
    cursor:hand;
    cursor:pointer;
}

.fc #chart-loading-indicator{
    background: url("../../../../static/images/financechart/ajax-loader.gif") no-repeat center bottom;
    height:45%;
	width:22px;
	margin:auto;
}
.fc .chartDrawbar{
	z-index:30;
	position:absolute;
    padding:2px;
	display:none;
	border-radius:3px;
    float:left;
    height: 28px;
}
.day .fc .chartDrawbar {
    border:1px solid #d0d0d0;
    background-color:#fff;
}
.night .fc .chartDrawbar {
    border:1px solid #072a58;;
    background-color: #0A1F40;
}
.fc .direction{
	top:0;
    left:25px;
	width:510px;
}
.fc .direction[dir=vertical]{
	top:1px;
    left:0;
	height:500px;
}

.fc .settingsdirection{
    top:30px;
    left:425px;
	width:300px;
	min-height:320px;
}
.fc .settingsdirection[dir=vertical]{
    top:25px;
    left:35px;
	width:300px;
	min-height:320px;
}

.fc .drawSettings > div:first-child > table {
    /* Dialog title */
    margin: 0;
}
.fc .drawSettings > div:last-child > table {
    /* Dialog body */
    margin: 5px 0 0;
}
.fc .drawSettings > div > table th,
.fc .drawSettings > div > table td {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}
.fc .drawSettings table td,
.fc .drawSettings select {
    font-size:11px;
	white-space: nowrap;
}
.fc .drawSettings table tr td hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.fc #userDrawgetAddedLines td{
    width:33%;
}
.fc .underline{
   border-bottom:1px solid red;
}
.fc #head-chartDrawing{
	cursor:move;
}
.fc #body-chartDrawing {
	margin-bottom:10px;
    padding:3px;
}

.fc .chartDrawbar .drawButton{
	background-repeat:no-repeat;
	display:block;
	height:22px;
	width:22px;
    padding:0;
    margin:1px;
	cursor:pointer;
	cursor:hand;
    float:left;
	border-color:#efefef;
}
.fc .chartDrawbar .add{
    padding:0 3px 0 4px;
    background: url("../../../../static/images/financechart/add.png") right;
}
.fc .chartDrawbar .minus{
    padding:4px 3px 0 8px;
    background: url("../../../../static/images/financechart/minus.png") right;
}
.fc .chartDrawbar .aline{
    background-image:url("../../../../static/images/financechart/line.png");
}
.fc .chartDrawbar .pline{
    background-image:url("../../../../static/images/financechart/pline.png");
}
.fc .chartDrawbar .vline{
    background-image:url("../../../../static/images/financechart/vline.png");
}
.fc .chartDrawbar .hline{
    background-image:url("../../../../static/images/financechart/hline.png");
}
.fc .chartDrawbar .perline{
    background-image:url("../../../../static/images/financechart/percentline.png");
}
.fc .chartDrawbar .cline{
    background-image:url("../../../../static/images/financechart/changeline.png");
}
.fc .chartDrawbar .tline{
    background-image:url("../../../../static/images/financechart/tline.png");
}
.fc .chartDrawbar .etline{
    background-image:url("../../../../static/images/financechart/etline.png");
}
.fc .chartDrawbar .rafline{
    background-image:url("../../../../static/images/financechart/rafline.png");
}
.fc .chartDrawbar .delline{
    background-image:url("../../../../static/images/financechart/deletelines.png");
    margin:1px 5px;
}
.fc .chartDrawbar .delline[dir=vertical]{
    margin:5px 1px;
}
.fc .chartDrawbar .settings{
 	background-image:url("../../../../static/images/financechart/settings.png");
    margin:1px 5px 1px 3px;
}
.fc .chartDrawbar .settings[dir=vertical]{
    margin:5px 1px 5px 1px;
}

.fc .chartDrawbar .arrow_custom{
    background-image:url("../../../../static/images/financechart/customArrow.png");
}
.fc .chartDrawbar .arrow_green{
    background-image:url("../../../../static/images/financechart/greenArrow.png");
}
.fc .chartDrawbar .arrow_red{
    background-image:url("../../../../static/images/financechart/redArrow.png");
}
.fc .chartDrawbar .delarrow{
    background-image:url("../../../../static/images/financechart/delArrow.png");
}
.fc .chartDrawbar .text{
    background-image:url("../../../../static/images/financechart/text.png");
    margin:1px 5px 1px 3px;
}
.fc .chartDrawbar .text[dir=vertical]{
    margin:5px 1px 2px 1px;
}
.fc .chartDrawbar .deltext{
    background-image:url("../../../../static/images/financechart/deltext.png");
    margin:1px 5px 1px 3px;
}
.fc .chartDrawbar .deltext[dir=vertical]{
    margin:2px 1px 5px 1px;
}
.fc .chartDrawbar .trash{
    background-image:url("../../../../static/images/financechart/trash.png");
    margin:1px 8px 1px 8px;
}
.fc .chartDrawbar .trash[dir=vertical]{
    background-image:url("../../../../static/images/financechart/trash.png");
    margin:6px 1px 6px 1px;
}
.fc .chartDrawbar .done{
    background-image:url("../../../../static/images/financechart/tick.png");
    float:right;
}
.fc .chartDrawbar .done[dir=vertical]{
    margin:6px 1px;
}

.fc .colorwrap{
    width:100px;
    padding-left:10px;
}
.fc .drawSettings .color{
    display:block;
    width:16px;
    height:16px;
    float:left;
    margin: 1px;
}
.fc #lineattributes,.fc #arrowattributes,.fc #textattributes{
    width:100%;
    display:none;
}
.fc #donediv{
	padding-top:25%;
	text-align:right;
    vertical-align:bottom;
}
.fc #drawtoolbox .top{
    vertical-align:top;
}
.fc #drawtoolbox .bottom{
    vertical-align:bottom;
}
.fc #drawtoolbox .right{
    text-align:right;
}

.tablescroll td,
.tablescroll_wrapper,
.tablescroll_head,
.tablescroll_foot
{ border:1px solid #004390; }

.tablescroll td
{ padding:2px 5px; }

.tablescroll td
{ width:10%;text-align: left; }

.tablescroll_wrapper
{ border-left:0; }

.tablescroll_head {
    font-size:11px; 
    font-weight:bold; 
    border-left:0; 
    border-top:0;
    border-bottom:0; 
    margin-bottom:0;
    padding:2px 5px;
    cursor:hand;
    cursor:pointer;
    background: #eee url('../../../../static/images/financechart/close16x16.png') no-repeat right;
}

.tablescroll thead td
{ border-right:0; border-bottom:0; }

.tablescroll tbody td
{ border-right:0; border-bottom:0; }

.tablescroll tbody tr.first td
{ border-top:0; }

.tablescroll_foot
{ font-weight:bold; background-color:#eee; border-left:0; border-top:0; margin-top:0; padding:2px 5px;}

.tablescroll tfoot td
{ border-right:0; border-bottom:0; }

#theTable thead{
    background-image:url("../../../../static/images/financechart/close16x16.png");
}

#solid .fc .select2-choices,
#solid .fc .select2-choice {
    min-height: 18px;
    height: 30px;
}

#solid .fc .select2-chosen {
    line-height: 30px;
    text-transform: none;
}

#solid .fc .select2-arrow {
    background-image: url("../../../../static/themes/easy/img/arrow-dropdown-header-red.svg");
}

.fc .drawSettings table tr td .select2-container,
.fc .chartSettings table tr td .select2-container {
    width: 100%;
}
.day .fc .chartSettings table tr td select,
.day .fc .drawSettings table tr td select,
.day .fc .chartSettings table tr td input[type=text]{
    width: 100%;
    border: 1px solid #AAA;
    color: #737373;
    text-indent: 0.01px;
    text-overflow: "";
    background-color: #FFF;
    padding-left: 5px;
    padding-right: 5px;
}
.night .fc .chartSettings table tr td select,
.night .fc .drawSettings table tr td select,
.night .fc .chartSettings table tr td input[type=text]{
    width: 100%;
    border: 1px solid #858F9F;
    color: #FFF;
    text-indent: 0.01px;
    text-overflow: "";
    background-color: #140037;
    padding-left: 5px;
    padding-right: 5px;
}

.day .tablescroll{
    font: 12px normal Arial, sans-serif;
    background-color:#fff;
}

.day .tablescroll_head,.day .tablescroll_foot{
    background-color: #eee;
    color:#4E4E4E;
}
.day .tablescroll_head thead tr td:last-child, .day .tablescroll_foot tfoot tr td:last-child {
    padding-right:25px;
}

#solid .fc .scales .select2-container .select2-choice {
    height: 1.5em !important;
    min-height: 1em !important;
}

#solid .fc .scales .select2-container .select2-chosen {
    line-height: 1.5em !important;
}

#solid.day .fc .scales .select2-container .select2-choices,
#solid.day .fc .scales .select2-container .select2-choice,
#solid.night .fc .scales .select2-container .select2-choices,
#solid.night .fc .scales .select2-container .select2-choice {
    border: none !important;
    padding-left: 13px !important;
    padding-right: 1px !important;
    padding-top: 1px !important;
}

#solid.night .fc .scales .select2-dropdown-open .select2-choices,
#solid.night .fc .scales .select2-dropdown-open .select2-choice {
    padding-left: 12px !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    border: 1px solid rgb(81, 81, 81) !important;
}

#solid.day .fc .scales .select2-dropdown-open .select2-choices,
#solid.day .fc .scales .select2-dropdown-open .select2-choice {
    padding-left: 12px !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    border: 1px solid #D9D9D9 !important;
}

#solid .fc .scales .select2-container,
.fc .scales select {
    height: 100%;
    width: 85%;
    text-indent: 0.01px;
    text-overflow: "";
    padding-top: 0;
    padding-bottom: 0;
}
.day .fc .scales select {
    border: 1px solid #FFF;
    color: #737373;
    background-color: #FFF;
}
.night .fc .scales select {
    border: 1px solid #140037;
    color: #858F9F;
    background-color: #140037;
}
.day .fc .scales select option {
    background-color: #FFF;
    border: 1px solid #FFF;
}
.night .fc .scales select option {
    background-color: #140037;
    border: 1px solid #140037;
}

.night .tablescroll{
    font: 12px normal Arial, sans-serif;
    background-color:#2A3452;
    color:#BFBFBF;
}

.night .tablescroll_head,.night .tablescroll_foot{
    background-color: #140037;
    color:#BFBFBF;
}
.night .tablescroll_head thead tr td:last-child, .night .tablescroll_foot tfoot tr td:last-child {
    padding-right:25px;
}

.fc table {
    margin-top: 0;
}
.night .fc table tr td,
.day .fc table tr td {
    border:none;
}
.fc #m-detail-interactive-chart-scales td {
    line-height: 35px;
    text-align: center;
}
.fc .chartSettings {
    z-index: 5000;
}
.fc #chartContainer-body-chartSettings-1 td {
    text-align: left;
}
/* /SOLID easy enhancements */
.ts .tablescroll {
    font: 11px normal Arial, sans-serif;
}

.ts .tablescroll td {
    padding: 2px 5px;
    text-align: right;
}

.ts .tablescroll td:first-child {
    width: 50px;
    text-align: left;
    white-space: nowrap;
}
.ts .tablescroll_head td,
.ts .tablescroll_foot td{
    line-height: 25px;
    white-space: nowrap;
}
.ts .tablescroll_head td > div,
.ts .tablescroll_foot td > div {
    position:relative;
    height:22px;
}

.ts .tablescroll_head td div > div ,
.ts .tablescroll_foot td div > div {
  position: absolute;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin: auto ;
  top: 0;
  bottom:0;
}
.ts .tablescroll_head td:last-child div,
.ts .tablescroll_foot td:last-child div{
    margin-right:20px;
}

.ts .tablescroll_head td:last-child {
    cursor: pointer;
    background: url('../../bubbles/css/images/close16x16.png') no-repeat 99%;
}

  /*
.ts .tablescroll_head td:last-child div > div::after,
.ts .tablescroll_foot td:last-child div > div::after {
    content: "__";
    padding-left: 10px;
    margin-right: -5px;
    color: rgba(0, 0, 0, 0);
}
.ts .tablescroll_head td:last-child div > div::after{
    content: "__";
    cursor: pointer;
    background: url('../../bubbles/css/images/close16x16.png') no-repeat right;
}
    */
.ts .tablescroll_wrapper {
    border-left: 0;
}

.ts .tablescroll_head,
.ts .tablescroll_foot {
    border-left: 0;
    border-top: 0;
    font-weight: bold;
}

.ts .tablescroll_head {
    border-radius: 2px 2px 0 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.ts .tablescroll_foot {
    border-radius: 0 0 2px 2px;
    margin-top: 0;
}

.ts .tablescroll thead td {
    border-right: 0;
    border-bottom: 0;
}

.ts .tablescroll tbody td {
    border-right: 0;
    border-bottom: 0;
}

.ts .tablescroll tbody tr.first td {
    border-top: 0;
}

.ts .tablescroll tfoot td {
    border-right: 0;
    border-top: 0;
}

/* color customization */
.ts .tablescroll td,
.ts .tablescroll_wrapper,
.ts .tablescroll_head,
.ts .tablescroll_foot {
    border: 0px solid #a8d3f7;
}

.day .ts .tablescroll {
    background-color: #fff;
    color: #428BCA;
}

.night .ts .tablescroll {
    background-color: rgb(42, 52, 82);
    color: #ffffff;
}

.day .ts .tablescroll_head,
.day .ts .tablescroll_foot {
    color: #ffffff;
    background-color: #a8d3f7;
}

.night .ts .tablescroll_head,
.night .ts .tablescroll_foot {
    color: #ffffff;
    background-color: rgb(20, 0, 55);
}

.ts .tableLink {
    text-decoration: underline;
    cursor: hand;
    cursor: pointer;
}

.ts .tableLinkvisited {
    color: #990099;
}

.night .ts .tableLink {
    color: #ffffff;
}

.night .ts .tableLinkvisited {
    color: #bbaabb;
}


.bubble .wrapper {
    position: relative;
    border-radius: 5px;
    width: 100%;
    height: 0;
    z-index: 25;
}

.bubble .settings {
    font: 11px normal Arial, sans-serif;
    position: absolute;
    border: 1px solid #004390;
    border-radius: 5px;
    min-width: 180px;
    min-height: 60px;
    top: 10px;
    right: 10px;
    z-index: 25;
    background-color: #fff;
    display: inline-block;
}

.night .bubble .settings {
    background-color: rgb(42, 52, 82);
    color: #fff;
}

.bubble .head {
    background-color: #428BCA;
/*    background: -webkit-gradient(linear, left top, left bottom, from(#004390), to(#5C93BF));
    background: -moz-linear-gradient(top, #004390, #5C93BF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004390', endColorstr='#5C93BF');
*/    color: #fff;
    height: 21px;
    border-radius: 3px 3px 0 0;
}

.night .bubble .head {
    background-color: #140037;
/*    background: -webkit-gradient(linear, left top, left bottom, from(#140037), to(#5C93BF));
    background: -moz-linear-gradient(top, #140037, #5C93BF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#140037', endColorstr='#5C93BF');
*/}

.bubble .head .title {
    /*    width:80%;*/
    float: left;
    padding-left: 5px;
    padding-top: 1px;
    font-weight: bold;
}

.bubble .head .close {
    float: right;
    background-image: url("images/close16x16.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    cursor: hand;
    padding: 1px;
    border: 1px solid #777;
    border-radius: 3px 5px 0 0;
}

.bubble .line {
    white-space: nowrap;
    line-height: 25px;
    margin-top: 5px;
    width: 100%;
}

.bubble .line .label {
    width: auto;
    margin-left: 5px;
    float: left;
    font-size: 11px;
    white-space: nowrap;
}

.bubble .line .action {
    width: auto;
    text-align: right;
    margin-right: 5px;
}

.bubble .line .label::after,
.bubble .settings::after,
.bubble .line .action::after {
    clear: both;
}

/* the mobile class is the default class name for mobile device*/
.bubble.mobile .head {
    height: 26px;
}

.bubble.mobile .title {
    padding-top: 3px;
}

.bubble.mobile .head .close {
    background-position: 2px 3px;
    width: 18px;
    height: 18px;
}

.bubble.mobile input[type="checkbox"] {
    width: 20px;
    height: 20px
}

.bubble.mobile .line {
    line-height: 30px;
}

/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('../../../../static/themes/easy/img/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../../../../static/themes/easy/img/select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('../../../../static/themes/easy/img/select2.png') no-repeat 100% -22px;
    background: url('../../../../static/themes/easy/img/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../../../../static/themes/easy/img/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../../../static/themes/easy/img/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../../../static/themes/easy/img/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('../../../../static/themes/easy/img/select2.png') no-repeat -37px -22px;
    background: url('../../../../static/themes/easy/img/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../../../../static/themes/easy/img/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../../../static/themes/easy/img/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../../../static/themes/easy/img/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('../../../../static/themes/easy/img/select2-spinner.gif') no-repeat 100%;
    background: url('../../../../static/themes/easy/img/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('../../../../static/themes/easy/img/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../../../static/themes/easy/img/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('../../../../static/themes/easy/img/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

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

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('../../../../static/themes/easy/img/select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('../../../../static/themes/easy/img/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('../../../../static/themes/easy/img/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('../../../../static/themes/easy/img/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

/**
 * Select2 Bootstrap CSS
 * Compatible with Select2 3.3.2, 3.4.1, 3.4.2 and Twitter Bootstrap 3.0.0
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
    background: transparent;
    border: none;
    display: block;
    /* 1 */
    margin: 0;
    padding: 0;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
    background: none;
    padding: 0;
    border-color: #cccccc;
    border-radius: 4px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -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);
}

.select2-search input {
    border-color: #cccccc;
    border-radius: 4px;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -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);
}

.select2-container .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
    height: 34px;
    line-height: 1.42857;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
    height: auto;
}

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
    height: 45px;
    line-height: 1.33;
    border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
    height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
    height: 43px;
}

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
    margin: 0;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
    padding: 6px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
    padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
    padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 5px;
    margin-bottom: 3px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
    line-height: 24px;
}

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
    border-left: 1px solid #cccccc;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
    border-left-color: transparent;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
    background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
    background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
    background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
    background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
    background-position: -18px 9px;
}

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
    border-color: #c09853;
}
.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning.select2-drop-active {
    border-color: #a47e3c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #a47e3c;
}

.has-error .select2-choice,
.has-error .select2-choices {
    border-color: #b94a48;
}
.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error.select2-drop-active {
    border-color: #953b39;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #953b39;
}

.has-success .select2-choice,
.has-success .select2-choices {
    border-color: #468847;
}
.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success.select2-drop-active {
    border-color: #356635;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #356635;
}

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    border-color: #66afe9;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-drop-active {
    border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #66afe9;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^="select2-choice"] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^="select2-choice"] {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^="select2-choice"] {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
    color: white;
    background-color: #428bca;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top;
}

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
    color: #555555;
    background: white;
    border-color: #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #ebebeb;
    border-color: #adadad;
    color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
    margin-top: -7px;
    top: 50%;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
    top: 50%;
}

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: #fcf8e3;
    color: #c09853;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #eeeeee;
    border-color: #cccccc;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
    background-color: transparent;
    border-left: 1px solid transparent;
    /* 2 */
}

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
    background-position: 99%;
    /* 4 */
    background-position: right 4px center;
    /* 5 */
}


#solid .select2-choices,
#solid .select2-choice{
    border-radius: 0;
    background-image: none;
    box-shadow: none;
    min-height: 40px;
    padding-left: 12px;
    vertical-align: middle;
}

#solid .select2-arrow b {
    display: none;
}

#solid .select2-chosen{
    line-height: 40px;
    display: inline;
    padding: 0;
    margin-right: 30px;
    text-transform: uppercase;
}

#solid .select2-search-field > .select2-input{
    line-height: 40px;
    padding: 0;
    height: 40px;
    text-transform: uppercase;
}

#solid .select2-search-field{
    overflow: visible;
}

#solid .select2-no-results{
    display: none;
}

#solid .select2-input{
    width: auto !important;
    overflow: visible;
    min-width: 15px;
    z-index: 1;
}

#solid .select2-search-choice{
    height:30px;
    line-height: 24px;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 4px;
}

#solid .select2-drop{
    border-color: #757575;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: none;
}

/* For combination with Fastsearch */

#solid .hideDropDown {
    display: none !important; /*Hides the drop down in */
}

#solid .fastsearch .select2-choices{
    position: static; /*Allows to show fastseach result list*/
}



/* SELECT BOXES STYLING */

#solid .select2-choices{
    background-image: url("../../../../static/themes/easy/img/arrow-dropdown-content-white.svg");
    background-repeat: no-repeat;
    background-position: right 13px center;
}

#solid #simpleSearch .select2-choices{
    background-image: url("../../../../static/themes/easy/img/arrow-dropdown-header-red.svg");
}


#solid .select2-arrow{
    background-image: url("../../../../static/themes/easy/img/arrow-dropdown-content-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    border-radius: 0;
    /*background-color: inherit; */
    margin-right: 10px;
}

#solid #simpleSearch .select2-arrow{
    background-image: url("../../../../static/themes/easy/img/arrow-dropdown-header-red.svg");
}

#solid .select2-container:hover{
    border: none;
}

#solid .select2-container{
    border: none !important;
}

/* General day */

.day .select2-choices,
.day .select2-choice {
    border: 1px solid #D9D9D9;
}

.day .select2-choices:hover,
.day .select2-choice:hover{
    border: 1px solid #757575;
    color: #555;
}

.day .select2-choices:active,
.day .select2-choice:active{
    border: 1px solid #757575;
}

.day .select2-container-active .select2-choice,
.day .select2-container-active .select2-choices {
    border: 1px solid #757575 !important;
}

.day .select2-drop{
    border-top: 1px solid #757575;
}

/* Simple search night */

.night #navbar-extended-search .select2-choices:hover,
.night #navbar-extended-search .select2-choice:hover {
    border: 1px solid #383838 !important;
}

.night #navbar-extended-search .select2-container{
    background-color: #242424;
}

.night #navbar-extended-search .select2-choices,
.night #navbar-extended-search .select2-choice {
    background-color: #242424;
    border: 1px solid #383838;
}

.night #navbar-extended-search .select2-search-choice{
    background-color: #292929;
    color: #BFBFBF;
    border-color: #383838;
}

.night #navbar-extended-search .select2-container-active .select2-choices,
.night #navbar-extended-search .select2-container-active .select2-choice{
    background-color: #242424 !important;
    border-color: #ed1c23 !important;
}

/* General night */

.night .select2-choices,
.night .select2-choice {
    background-color: #140037;
    border: 1px solid #140037;
    color: #BFBFBF;
}

.night .select2-drop{
    border-color: #140037 !important;
    background-color: #140037;
    color: #BFBFBF;
}

.night .extSearchDropDown{
    background-color: #242424;
    color: #BFBFBF;
    border-color: #ed1c23 !important;
}

.night .select2-drop-above .select2-choice,
.night .select2-drop-above .select2-choices{
    filter: none;
    background-color: #140037;
}

.night .select2-container-active .select2-choices,
.night .select2-container-active .select2-choice{
    background-color: #140037;
    border-color: #140037;
}

.night .select2-container.select2-container-disabled .select2-choice,
.night .select2-container.select2-container-disabled .select2-choices {
    background-color: #161638;
    border-color: #161638;
}

/* BREAD CRUMB in Lists page */

#solid  .solid-breadcrumb {
    height: auto;
    min-height: 10px;
}

#solid .solid-breadcrumb .select2-choice{
    border: 1px solid transparent !important;
    height: auto;
    min-height: 10px;
}

#solid .solid-breadcrumb .select2-arrow{
    background-image: none;
    margin-right: 2px;
    top: -1px;
}

#solid .solid-breadcrumb:hover .select2-arrow{
    background-image: url("../../../../static/themes/easy/img/arrow-dropdown-header-red.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
}

#solid .solid-breadcrumb .select2-chosen{
    margin-right: 22px;
    font-size: 12px;
    border-bottom: 1px dashed;
    line-height: normal;
}

#solid .solid-breadcrumb .select2-choice:hover{
    border: 1px solid transparent;
}

.solid-breadcrumb-drop .select2-result-label {
    white-space: nowrap;
}

.night .solid-breadcrumb,
.night .solid-breadcrumb .select2-choice{
    background-color: #0A1F40;
    border: none;
}

.chartDropDown{
    text-transform: none !important;
}
/*---------------------------------------------------

      Coloring Theme Stylesheet: night mode

  ---------------------------------------------------*/

body.night {
    color: white;
    background-color: rgb(10, 31, 64);
}

/* Bootstrap Badges */

.night .badge {
    background-color: rgb(161, 15, 21);
}

/* Tables */
.night .table > thead > tr > th,
.night .table > thead > tr:first-child > th {
    border-top: 1px solid #858F9F;
    border-bottom: 1px solid #FFFFFF;
}

.night .table .barChartNeg {
    background-color: #FA3700 !important;
}

.night .table .barChartPos {
    background-color: #0FA50F !important; /*97CC00*/
}

/*-- Forms ------------------------------*/

.night input[type=radio] {
    border-color: rgb(56, 56, 56) !important;
}

.night label, .night legend {
    color: rgb(191, 191, 191);
}

.night .loading {
    background-image: url("../../../../static/themes/easy/img/throbber-night.gif")
}

.night #extendedSearchContainer .loading {
    background-image: url("../../../../static/themes/easy/img/throbber-night-search.gif")
}

.night .content-default select option {
    background-color: #140037;
}

.night select option {
    background-color: rgb(36, 36, 36);
}

.night .btn-radio {
    color: rgb(255, 255, 255);
    background-color: rgb(102, 102, 102);
    border-color: rgb(53, 126, 189);

}

.night input[type="radio"] + label {
    background: transparent url(../../../../static/themes/easy/img/rdo_inactive_enabled_night.png) left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_enabled_night.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_enabled_night.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_enabled_night.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_enabled_night.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_enabled_night.svg);
}

.night input[type="radio"].checked + label {
    background: transparent url(../../../../static/themes/easy/img/rdo_active_enabled_night.png) left center no-repeat;
}
.night input[type="radio"]:checked + label {
    background: transparent url(../../../../static/themes/easy/img/rdo_active_enabled_night.png) left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_active_enabled_night.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_active_enabled_night.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_active_enabled_night.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_active_enabled_night.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_active_enabled_night.svg);
}

.night input[type="radio"].disabled + label {
    background: transparent url(../../../../static/themes/easy/img/rdo_inactive_disabled_night.png) left center no-repeat;
}
.night input[type="radio"]:disabled + label {
    background: transparent url(../../../../static/themes/easy/img/rdo_inactive_disabled_night.png) left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_disabled_night.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_disabled_night.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_disabled_night.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_disabled_night.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_disabled_night.svg);
}

.night input[type="checkbox"] + label {
    background: transparent url(../../../../static/themes/easy/img/chk_inactive_enabled_night.png) left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_enabled_night.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_enabled_night.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_enabled_night.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_enabled_night.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_enabled_night.svg);
    border-radius: 0;
}

.night input[type="checkbox"] + label > span[title] {
    cursor: pointer;
}

.night input[type="checkbox"].checked + label {
    background: transparent url(../../../../static/themes/easy/img/chk_active_enabled_night.png) left center no-repeat;
}
.night input[type="checkbox"]:checked + label {
    background: transparent url(../../../../static/themes/easy/img/chk_active_enabled_night.png) left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_active_enabled_night.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_active_enabled_night.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_active_enabled_night.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_active_enabled_night.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_active_enabled_night.svg);
}

.night input[type="checkbox"].disabled + label {
    background: transparent url(../../../../static/themes/easy/img/chk_inactive_disabled_night.png) left center no-repeat;
}
.night input[type="checkbox"]:disabled + label {
    background: transparent url(../../../../static/themes/easy/img/chk_inactive_disabled_night.png) left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_disabled_night.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_disabled_night.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_disabled_night.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_disabled_night.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_disabled_night.svg);
}

.night .form-control {
    border: 1px solid #DDD;
}

.night .form-control:focus,
.night .form-control:active,
.night .form-control:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: none;
    -webkit-transition: none;
    border: 1px solid #AAA;
}

.night .content-default .form-control:focus,
.night .content-default .form-control:active,
.night .content-default .form-control:hover {
    border: 0 solid #140037;
}

.night .input-group-addon {
    background-color: #140037;
    border-color: #140037;
    color: #BFBFBF;
}

/*---- Datepicker/Calendar Plugin ----------------*/

.night .bootstrap-datetimepicker-widget,
.night .datepicker {
    border: 1px solid rgb(56, 56, 56);
    background-color: rgb(36, 36, 36);
}

.night .bootstrap-datetimepicker-widget *,
.night .datepicker * {
    background-color: rgb(36, 36, 36);
}

.night .bootstrap-datetimepicker-widget td,
.night .bootstrap-datetimepicker-widget th,
.night .datepicker td,
.night .datepicker th {
    border: 0;
    color: rgb(191, 191, 191);
}

.night .bootstrap-datetimepicker-widget th,
.night .datepicker th {
    font-weight: 700;
}

.night .bootstrap-datetimepicker-widget td.day,
.night .datepicker td.day {
    color: rgb(191, 191, 191);
}

.night .bootstrap-datetimepicker-widget td.day:hover,
.night .bootstrap-datetimepicker-widget td.hour:hover,
.night .bootstrap-datetimepicker-widget td.minute:hover,
.night .bootstrap-datetimepicker-widget td.second:hover,
.night .datepicker td.day:hover,
.night .datepicker td.hour:hover,
.night .datepicker td.minute:hover,
.night .datepicker td.second:hover {
    background: transparent;
    background-color: rgb(9, 88, 179);
    color: rgb(255, 255, 255);
}

.night .bootstrap-datetimepicker-widget td.old,
.night .bootstrap-datetimepicker-widget td.new,
.night .datepicker td.old,
.night .datepicker td.new {
    color: rgb(102, 102, 102);
}

.night .bootstrap-datetimepicker-widget td.active,
.night .bootstrap-datetimepicker-widget td.active:hover,
.night .datepicker td.active,
.night .datepicker td.active:hover {
    background-color: rgb(9, 88, 179);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #04c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.night .bootstrap-datetimepicker-widget td.active:hover,
.night .bootstrap-datetimepicker-widget td.active:hover:hover,
.night .bootstrap-datetimepicker-widget td.active:active,
.night .bootstrap-datetimepicker-widget td.active:hover:active,
.night .bootstrap-datetimepicker-widget td.active.active,
.night .bootstrap-datetimepicker-widget td.active:hover.active,
.night .bootstrap-datetimepicker-widget td.active.disabled,
.night .bootstrap-datetimepicker-widget td.active:hover.disabled,
.night .bootstrap-datetimepicker-widget td.active[disabled],
.night .bootstrap-datetimepicker-widget td.active:hover[disabled],
.night .datepicker td.active:hover,
.night .datepicker td.active:hover:hover,
.night .datepicker td.active:active,
.night .datepicker td.active:hover:active,
.night .datepicker td.active.active,
.night .datepicker td.active:hover.active,
.night .datepicker td.active.disabled,
.night .datepicker td.active:hover.disabled,
.night .datepicker td.active[disabled],
.night .datepicker td.active:hover[disabled] {
    color: #fff;
    background-color: rgb(9, 88, 179);
    *background-color: rgb(9, 88, 179)
}

.night .bootstrap-datetimepicker-widget td.active:active,
.night .bootstrap-datetimepicker-widget td.active:hover:active,
.night .bootstrap-datetimepicker-widget td.active.active,
.night .bootstrap-datetimepicker-widget td.active:hover.active,
.night .datepicker td.active:active,
.night .datepicker td.active:hover:active,
.night .datepicker td.active.active,
.night .datepicker td.active:hover.active {
    background-color: #039 \9;
}

.night .bootstrap-datetimepicker-widget td.disabled,
.night .bootstrap-datetimepicker-widget td.disabled:hover,
.night .datepicker td.disabled,
.night .datepicker td.disabled:hover {
    background: 0;
    color: #999;
}

.night .datepicker thead tr:first-child th.cw {
    background-color: #242424 !important;
}

.night .datepicker table tr td.day:hover {
    background: none repeat scroll 0 0 #0958B3;
    cursor: pointer;
}

.night .datepicker {
    background-color: #242424 !important;
}

.night .input-append.date:hover {
    border-color: #ffffff;
}

/* Datetime Datepicker */

.night .m-detail-header {
    color: #BFBFBF;
}

.night .panel {
    background-color: #140037;
    border-color: rgba(100, 100, 100, 0.3);
}

.night input, .night textarea {
    background-color: #140037;
    border: 0 solid #383838;
    color: #BFBFBF;
}

.night #elasticSearch {
    background-color: #140037;
    border: 1px solid #140037;
}

.night #m-detail-other-markets_filter input {
    background-color: #140037;
    border: 1px solid #140037;
    margin-left: 15px;
}

/*-- Links --*/

.night a {
    color: #00c8ff;
}

.night a:hover, .night a:focus, .night a:active {
    color: #dadde2;
}

/*---- Tables ------*/

table.instrument-detail-table tbody tr.grouped > th,
.night table > thead > tr.group > th,
.night table > tbody > tr.group > th,
.night caption {
    color: rgb(218, 221, 226);
}

.night thead th {
    background-color: rgb(20, 0, 55);
    border-top: 1px solid rgb(133, 143, 159);
    border-bottom: 1px solid rgb(231, 233, 236);
    color: rgb(133, 143, 159);
}

.night tbody th {
    background-color: transparent;
    border-top: 1px solid rgb(133, 143, 159);
    border-bottom: 1px solid rgb(133, 143, 159);
    color: #FFF;
}

.night td {
    border-top: 1px solid rgb(133, 143, 159);
    border-bottom: 1px solid rgb(133, 143, 159);
    /*border-left:  1px solid rgb(20, 0, 55);*/
}

/* Coloring of signed values */
.night .value-pos {
    color: #0FA50F !important; /* rgb(151, 204, 0) */
}

.night .value-neg {
    color: rgb(250, 55, 0) !important;
}

/* -== BUTTONS ==- */
/* determines the colour of the default primary button */
.night .btn-default,
.night .btn-primary {
    background: none repeat scroll 0 0 #005c9d;
    color: #dadde2;
    border-color: #005c9d;
}

.night .btn-default:hover,
.night .btn-primary:hover {
    background-color: rgb(9, 88, 179);
    border-color: rgb(9, 88, 179);
}

.night .btn-default:hover,
.night .btn-default:focus,
.night .btn-default:active,
.night .btn-default.active,
.night .btn-primary:hover,
.night .btn-primary:focus,
.night .btn-primary:active,
.night .btn-primary.active {
    color: #dadde2;
    background-color: #005c9d;
    border-color: #005c9d;
}

.night .input-group-btn .btn {
    border-width: 0;
}

.night #extendedSearchContainer .input-group-btn .btn,
.night .searchbar-nav .input-group-btn .btn {
    border-width: 1px;
    border-color: rgb(56, 56, 56);
}

.night .searchbar-nav .input-group-btn .btn:hover {
    color: #dadde2;
}

/**** /copied ***/
/* -== /BUTTONS ==- */

/*---- Header ----------------------*/

.night .nav-main-menu {
    background: rgb(19, 30, 63);
}

.night .navbar-header {
    background: rgb(19, 30, 63);
    z-index: 1200;
}

.night .nav-menu-state-extended {
    border-bottom: 4px solid rgb(52, 52, 52);
}

.night .bottom-border {
    background-color: rgb(161, 15, 21);
}

.night a.btn-close {
    color: rgb(166, 166, 166) !important;
}

.night .meta-nav {
    background-color: rgb(17, 27, 55);
}

.night .menu-meta {
    background-color: rgb(10, 31, 64);
    color: rgb(0, 100, 200);
    -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.3);
}

.night h5.menu-meta-nav {
    color: white;
}

.night h6.menu-meta-nav {
    color: #00c8ff;
}

.night #menu-meta-overlay a {
    color: #00c8ff;
}

.night .brand-image {
    background: transparent url(../../../../static/themes/easy/img/SOLID_Easy_a3_bright.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/SOLID_Easy_a3_bright.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/SOLID_Easy_a3_bright.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/SOLID_Easy_a3_bright.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/SOLID_Easy_a3_bright.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/SOLID_Easy_a3_bright.svg);
    background-size: 100% 100%, 100% 100%;
    background-clip: padding-box;
}

/* Day/Night mode icon */
.night .color-theme-icon {
    background: transparent url(../../../../static/themes/easy/img/icon-switch-sun.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-switch-sun.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-switch-sun.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-switch-sun.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-switch-sun.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-switch-sun.svg);
}

.night .navbar .nav.navbar-right li a:focus {
    background-color: transparent;
}

.night .navbar .nav li.active {
    background-color: rgb(36, 36, 36);
    border-bottom: 4px solid rgb(36, 36, 36);
}

.night .searchbar-nav {
    background-color: rgb(41, 41, 41);
}

.night .navbar .nav a {
    border-left-color: transparent;
    color: rgb(191, 191, 191);
}

.night .navbar .nav a {
    border-left-color: transparent;
    color: rgb(191, 191, 191);
    text-transform: uppercase;
}

.night .navbar .nav.navbar-right li.active {
    border-bottom-color: transparent;
    background-color: #0958B3;
}

.night .navbar .nav.navbar-right li.active a {
    color: #ffffff;
}

.night .navbar .nav.navbar-right li a:hover,
.night .navbar .nav.navbar-right li.open > a,
.night #color-theme-toggle:hover {
    color: #ffffff;
    background-color: #0958B3;
}

.night .tabNavigation .btn.btn-default:hover,
.night .tabNavigation .btn.btn-default:focus,
.night .tabNavigation .btn.btn-default.active,
.night .open .dropdown-toggle.btn.btn-default {
    color: rgb(255, 255, 255);
    background-color: rgb(9, 88, 179);
    border-color: #383838;
}

.night [class^="icon-"]:not([class^="icon-trend"]):hover:before,
.night [class*=" icon-"]:not([class*=" icon-trend"]):hover:before {
    color: rgb(237, 27, 35);
}

.night .icon.icon-menu:hover:before {
    color: rgb(237, 27, 35);
}

/*------ Main/Meta Menu Extension ------------------*/

.night .navbar-menu-extended h2 {
    color: rgb(166, 166, 166);
}

.night .navbar-menu-extended h3 {
    color: rgb(191, 191, 191);
}

.night #navbar-extended-nav {
    border-bottom: 4px solid rgb(238, 28, 36);
    background-color: rgb(41, 41, 41);
}

.night #navbar-extended-nav .nav > li > a:hover {
    color: rgb(255, 255, 255);
    background-color: transparent;
}

/*------- Search -----------------------------------------*/

.night .search-comp .form-control:focus,
.night .search-comp .form-control:active,
.night .search-comp .form-control:hover {
    border: 1px solid rgb(56, 56, 56);
}

.night .content-default .form-control,
.night .modal-dialog .form-control {
    border: 0 solid rgb(56, 56, 56);
    color: #BFBFBF;
}

/*Disabled state, not in design proposal */
.night .form-control[disabled], .night .form-control[readonly], .night fieldset[disabled] .form-control {
    background-color: #161638;
}

.night .navbar select {
    background-color: rgb(36, 36, 36);
    background-image: url('../../../../static/themes/easy/img/arrow-dropdown-header-red.svg');
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 12px;
}

.night .searchbar-nav .form-control,
.night .searchbar-nav .btn {
    background-color: rgb(36, 36, 36);
    border: 1px solid rgb(56, 56, 56);
    color: rgb(191, 191, 191);
}

.night .searchbar-nav input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgb(191, 191, 191);
}

.night .searchbar-nav input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(191, 191, 191);
}

.night .searchbar-nav input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(191, 191, 191);
}

.night .searchbar-nav input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgb(191, 191, 191);
}

/*------- Extended search ---------------*/

.night #navbar-extended-search .form-control {
    background-color: #242424;
    border: 1px solid #383838;
    color: #BFBFBF;
}

.night #navbar-extended-search {
    background-color: rgb(41, 41, 41);
}

.night #navbar-extended-search input[type="checkbox"]:focus  + label {
    border: dotted 1px #BFBFBF;
}

.night #navbar-extended-search input[type="checkbox"]:focus  + label {
    border: dotted 1px #ed1c23;
}

.night #navbar-extended-search .form-control:focus {
    border: solid 1px #ed1c23;
}

.night .slider {
    background: rgb(77, 77, 77);
}

.night .slider-amount {
    color: rgb(102, 102, 102);
    background-color: transparent;
}

.night .ui-slider-handle {
    background: rgb(102, 102, 102) !important;
    color: rgb(102, 102, 102) !important;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.night .ui-slider-range {
    background: rgb(0, 92, 157) !important;
}

.night .btn-default.tooltip-trigger:hover {
    color: rgb(237, 27, 35);
    background-color: rgb(36, 36, 36) !important;
    border: 1px solid rgb(56, 56, 56) !important;
}

.night .tooltip-inner {
    background-color: rgb(77, 77, 77);
}

.night .tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgb(77, 77, 77);
}

.night .icon-calendar {
    font-size: 10px;
    width: 3em;
    background: transparent url(../../../../static/themes/easy/img/icon-calendar-night.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-night.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-night.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-night.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-night.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-night.svg);
    background-size: 1em 1em;
}

.night button.icon-calendar {
    background-color: rgb(36, 36, 36);
}

/*---------------------- Content and misc -------------------*/

.night h2 {
    color: rgb(218, 221, 226);
}

.night .icon {
    color: rgb(0, 201, 255);
}

.night .active {
    color: rgb(218, 221, 226);
}

.night .commodities-data-table {
    color: #FFFFFF;
}

.night .icon-trade-container {
    background-color: white;
    border-color: green;
}

.night .icon-trade {
    background: transparent url(../../../../static/themes/easy/img/icon-trade.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-trade.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-trade.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-trade.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-trade.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-trade.svg);
}

.night .red {
    color: rgb(266, 0, 0) !important;
}

.night .yellow {
    color: rgb(232, 216, 064) !important;
}

.night .dark-blue {
    color: rgb(9, 96, 159) !important;
}

.night .bright-blue {
    color: rgb(0, 201, 255);
}

.night .content-default {
    background-color: rgb(10, 31, 64); /* 2A3452 */
}

.night .content-default select {
    background: url('../../../../static/themes/easy/img/arrow-dropdown-content-white.svg');
    background-repeat: no-repeat;
    background-position: 96% center;
    color: rgb(191, 191, 191);
    background-color: rgb(20, 0, 55);
    border: 0;
}

.night ul.nav-pills li.disabled {
    background-color: rgb(10, 31, 64);
}

.night .nav-pills > li.active > a,
.night .nav-pills > li.active > a:hover,
.night .nav-pills > li.active > a:focus {
    background-color: #0950a0;
    color: #ffffff;
}

/*--------------- Widgets --------------------- */

.night .container-widgets {
    background-color: rgb(10, 31, 64);
}

.night .widget-container-icon-group .icon {
    color: rgb(9, 96, 159);
}

.night .widget h3 {
    color: rgb(218, 221, 226);
}

.night .widget .section-title {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(231, 233, 236);
    margin-left: 0;
    margin-right: 0;
}

/*-- Positive bars */

.night .widget td.value-positive div {
    background-color: rgb(151, 204, 0);
}

.night .widget td.percent-bar-positive div {
    background-color: rgb(151, 204, 0);
}

/*-- Negative bars */
.night .widget td.value-negative div {
    background-color: rgb(151, 204, 0);
}

.night .widget td.percent-bar-negative div {
    background-color: rgb(250, 55, 0);
}

/*---- Table currencies overview ------*/

.night .widget-table-overview-currencies td {
    color: rgb(133, 143, 159);
}

.night .widget-table-overview-currencies td.column-header {
    color: rgb(133, 143, 159);
}

/*---- News ------*/

.night .widget-news {
    color: rgb(218, 221, 226);
}

.night .news-creation-date {
    color: rgb(133, 143, 159);
}

/*--------------------- Footer -----------------------*/

.night .footer-default {
    background-color: rgb(10, 31, 64);
}

/*
  Restore differences from changed bootstrap.css
*/
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
}

.navbar {
    z-index: 1000;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 15px;
}

/*
    Hide arrow on the right on lang chooser
*/
.dropdown-toggle .caret {
    display: none;
}


/*
    This change allows a subnavigation.
*/
.nav-main-menu {
    overflow: visible !important;
}

.night .dropdown-menu {
    background-color: #131E3F;
    background-clip: border-box;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.night .dropdown-menu li a {
    color: #00C8FF;
}

.night .nav .open > a,
.night .nav .open > a:hover,
.night .nav .open > a:focus {
    background-color: #131E3F;
}

.night .nav > li > a:hover,
.night .nav > li > a:focus {
    background-color: #0958B3;
}

/* Modal Dialog */

.night .modal select {
    background: url("../../../../static/themes/easy/img/arrow-dropdown-content-white.svg") no-repeat scroll 96% center #140037;
    border: 0 none;
    color: #BFBFBF;
}

.night .modal-content {
    background-clip: padding-box;
    background-color: #0A1F40 !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: medium none;
    position: relative;
}

.night .modal-title {
    color: #BFBFBF !important;
}

.night .modal-header .close {
    color: #FFFFFF !important;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.8 !important;
    text-shadow: 0 1px 0 #000000 !important;
}

.night .modal-body .panel {
    background-color: transparent;
}

/* scroller */
.night .ghostTable {
    background-color: #0a1f40;
}

/* end:scroller */

.night #bond-benchmark-country-container .panel-default, .pane {
    border-color: transparent;
    box-shadow: none;
}

.night #bond-benchmark-country-container .panel-default > .panel-heading {
    background-color: rgb(20, 0, 55) !important;
    border-top: 1px solid rgb(133, 143, 159);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 7px;
}

.night #bond-benchmark-country-container .panel-group .panel {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: -1px !important;
}

/* Screener */
.night .screener-table .short-explanation {
    background-color: #140037;
}

.night .screener-table .variable-column {
    background-color: #140037;
}

.night table.helpTable {
    background-color: #140037;
}

/* /screener */

/* STYLE NIGHT TOP */
.night .navbar-fixed-top .sbToggle {
    background: url("../../../../static/themes/easy/img/arrow-dropdown-header-red.png") 50% 50% no-repeat;
}

.night .navbar-fixed-top .sbHolder {
    background-color: #242424;
    border: solid 1px #383838;
}

.night .navbar-fixed-top .sbHolder:focus {
    border: 1px solid #AAAAAA;
}

.night .navbar-fixed-top .sbHolder:hover {
    border: solid 1px #AAAAAA;
}

.night .navbar-fixed-top .sbSelector:link,
.night .navbar-fixed-top .sbSelector:visited,
.night .navbar-fixed-top .sbSelector:hover {
    color: #BFBFBF;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
}

.night .navbar-fixed-top .sbOptions {
    background-color: #242424;
    border: solid 1px #515151;
}

.night .navbar-fixed-top .sbOptions a:link,
.night .navbar-fixed-top .sbOptions a:visited {
    color: #BFBFBF;
    text-decoration: none;
    text-transform: uppercase;
}

.night .navbar-fixed-top .sbOptions a:hover,
.night .navbar-fixed-top .sbOptions a:focus,
.night .navbar-fixed-top .sbOptions a.sbFocus {
    color: #FFFFFF;
    background-color: #005C9D;
}

/* /STYLE NIGHT TOP */

/* Fast Search */
.night div.solid-fastsearch-result table tr.highlight td {
    background-color: #00C8FF;
    cursor: pointer;
}

.night div.solid-fastsearch-result {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
    z-index: 1000;
    background-color: #0A1F40;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
/* /Fast Search */

.night .dropdown-header {
    color: #BFBFBF;
    font-size: 100%;
}

/*----------Login -----------*/
.night .login a,
.night .login a:hover,
.night .login a:visited,
.night .login a:focus {
    color: #DADDE2;
    text-decoration: none;
}

.night .login button,
.night .login a {
    margin-top: 5px;
}

/*---------------- Others --------------------*/
.night .excel-logo{
    background: transparent url(../../../../static/themes/easy/img/excel_w.png) left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/excel_w.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/excel_w.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/excel_w.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/excel_w.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/excel_w.svg);
}

/* Currency Converter */
.night .currencyOverlay {
    background-color: #0A1F40;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.night .currencyOverlay a {
    color: white;
}

.night .currencyOverlay a.active {
    background-color: #00C8FF;
}

.night .currencyOverlay h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/*-------- WELL ---*/
.night .well {
    background-color: #0A1F40;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

/* Dropdown Navigation */

.night .dropdown-nav .btn {
    border-color: #00C8FF;
    color: #00C8FF;
}

.night .dropdown-nav .active,
.night .dropdown-nav .btn-default:hover,
.night .dropdown-nav .btn-default:focus {
    border-color: #fff;
    color: #fff;
    background-color: #0950A0;
}

/* Filters on Detail pages */

.night .details-filter-buttons .btn{
    color: #757575;
    border: 1px solid #757575;
}

.night .details-filter-buttons .active{
    color: #FFF;
    background-color: #757575;
}

.night .details-filter-buttons .btn-default:hover,
.night .details-filter-buttons .btn-primary:hover {
    background-color: #A5A5A5;
    border-color: #757575;
}

.night .details-filter .slider-track{
    background-color: #AAAAAA;
}

.night .details-filter .select2-choice{
    background-color: transparent;
    border-color: #757575;
    color: #757575;
}

/* Breadcrumbs */
.night .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #140037;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Separator for news?? */
.night .separator {
    background-color: rgb(42, 52, 82);
    height: 10px;
    margin-bottom: 10px;
}

/* Paging / Pagination */
.night .pagination > .disabled > span,
.night .pagination > .disabled > a,
.night .pagination > .disabled > a:hover,
.night .pagination > .disabled > a:focus {
    background-color: #140037;
    border-color: rgba(221, 221, 221, 0.5);
}

.night .pagination > li > a,
.night .pagination > li > span {
    background-color: #140037;
    border: 1px solid rgba(221, 221, 221, 0.5);
}

.night .pagination > .active > a,
.night .pagination > .active > span,
.night .pagination > .active > a:hover,
.night .pagination > .active > span:hover,
.night .pagination > .active > a:focus,
.night .pagination > .active > span:focus {
    background-color: rgb(9, 88, 179);
    border-color: rgba(221, 221, 221, 0.5);
    color: rgb(255, 255, 255);
}

.night .pagination > li > a:hover,
.night .pagination > li > span:hover,
.night .pagination > li > a:focus,
.night .pagination > li > span:focus {
    background-color: rgb(9, 88, 179);
}

/* Blog */
.night .showChatCount {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #140037;
    color: #FFFFFF;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
}

.night .article .comments .comment .comment_header .comment_author {
    color: rgb(161, 15, 21);
}

.night .article .comments .comment .comment_header {
    color: rgb(191, 191, 191);
}

/* Heatmap */

.night .heatmap .heatmapElement {
    border: 1px solid #858F9F;
}

.night .heatmap .heatmapElement .table tbody tr td.m_name a {
    color: rgb(217,217,217);
}

/* Generic coloring */

.night .stale {
    color: rgb(89, 89, 89);
}

.night .pos {
    color: #0FA50F;
}

.night .neg {
    color: #FA3700;
}

.night .value-equal {
    color: #ffffff;
}
/*---------------------------------------------------

      Coloring Theme Stylesheet: day mode

  ---------------------------------------------------*/

body.day {
    color: rgb(78, 78, 78);
    background-color: white;
}

/* Bootstrap Badges */

.day .badge {
    background-color: rgb(238, 28, 36);
}

/* Tables */

.day .table > thead > tr > th,
.day .table > thead > tr:first-child > th {
    border-bottom: 1px solid #858F9F;
    border-top: 1px solid #858F9F;
}

.day .table .barChartNeg {
    background-color: red !important;
}

.day .table .barChartPos {
    background-color: green !important;
}

/*-- Forms ------------------------------*/

.day input[type=radio] {
    border-color: rgb(56, 56, 56) !important;
}

.day label, .day legend {
    color: rgb(128, 128, 128);
}

.day select option {
    background-color: rgb(255, 255, 255);
}

.day input[type="radio"] + label {
    background: transparent url(../../../../static/themes/easy/img/rdo_inactive_enabled_day.png) left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_enabled_day.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_enabled_day.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_enabled_day.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_enabled_day.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_enabled_day.svg);
}

.day input[type="radio"].checked + label {
    background: transparent url(../../../../static/themes/easy/img/rdo_active_enabled_day.png) left center no-repeat;
}
.day input[type="radio"]:checked + label {
    background: transparent url(../../../../static/themes/easy/img/rdo_active_enabled_day.png) left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_active_enabled_day.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_active_enabled_day.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_active_enabled_day.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_active_enabled_day.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_active_enabled_day.svg);
}

.day input[type="radio"].disabled + label {
    background: transparent url(../../../../static/themes/easy/img/rdo_inactive_disabled_day.png) left center no-repeat;
}
.day input[type="radio"]:disabled + label {
    background: transparent url(../../../../static/themes/easy/img/rdo_inactive_disabled_day.png) left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_disabled_day.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_disabled_day.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_disabled_day.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_disabled_day.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/rdo_inactive_disabled_day.svg);
}

.day input[type="checkbox"] + label {
    background: transparent url(../../../../static/themes/easy/img/chk_inactive_enabled_day.png) left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_enabled_day.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_enabled_day.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_enabled_day.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_enabled_day.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_enabled_day.svg);
}

.day input[type="checkbox"] + label > span[title] {
    cursor: pointer;
}

.day input[type="checkbox"].checked + label {
    background: transparent url(../../../../static/themes/easy/img/chk_active_enabled_day.png) left center no-repeat;
}
.day input[type="checkbox"]:checked + label {
    background: transparent url(../../../../static/themes/easy/img/chk_active_enabled_day.png) left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_active_enabled_day.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_active_enabled_day.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_active_enabled_day.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_active_enabled_day.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_active_enabled_day.svg);
}

.day input[type="checkbox"].disabled + label {
    background: transparent url(../../../../static/themes/easy/img/chk_inactive_disabled_day.png) left center no-repeat;
}
.day input[type="checkbox"]:disabled + label {
    background: transparent url(../../../../static/themes/easy/img/chk_inactive_disabled_day.png) left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_disabled_day.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_disabled_day.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_disabled_day.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_disabled_day.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/chk_inactive_disabled_day.svg);
}

.day .input-group-addon {
    background-color: #ffffff ;
    border-color: #BFBFBF ;
    color: #BFBFBF ;
}

.day .has-error .input-group-addon {
    background-color: #F2DEDE;
    border-color: #B94A48;
    color: #B94A48;
}

/*---- Datepicker/Calendar Plugin ------------------*/

.day .bootstrap-datetimepicker-widget,
.day .datepicker {
    border: 1px solid rgb(217, 217, 217);
    background-color: rgb(255, 255, 255);
}

.day .bootstrap-datetimepicker-widget td,
.day .bootstrap-datetimepicker-widget th,
.day .datepicker td,
.day .datepicker th {
    border: 0;
    color: rgb(128, 128, 128);
}

.day .bootstrap-datetimepicker-widget th,
.day .datepicker th {
    font-weight: 700;
}

.day .bootstrap-datetimepicker-widget td.day,
.day .datepicker td.day {
    color: rgb(128, 128, 128);
}

.day .bootstrap-datetimepicker-widget td.day:hover,
.day .bootstrap-datetimepicker-widget td.hour:hover,
.day .bootstrap-datetimepicker-widget td.minute:hover,
.day .bootstrap-datetimepicker-widget td.second:hover,
.day .datepicker td.day:hover,
.day .datepicker td.hour:hover,
.day .datepicker td.minute:hover,
.day .datepicker td.second:hover {
    background: transparent;
    background-color: rgb(9, 88, 179);
    color: rgb(255, 255, 255);
}

.day .bootstrap-datetimepicker-widget td.old,
.day .bootstrap-datetimepicker-widget td.new,
.day .datepicker td.old,
.day .datepicker td.new {
    color: rgb(180, 180, 180);
}

.day .bootstrap-datetimepicker-widget td.active,
.day .bootstrap-datetimepicker-widget td.active:hover,
.day .datepicker td.active,
.day .datepicker td.active:hover {
    background-color: rgb(9, 88, 179);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #04c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.day .bootstrap-datetimepicker-widget td.active:hover,
.day .bootstrap-datetimepicker-widget td.active:hover:hover,
.day .bootstrap-datetimepicker-widget td.active:active,
.day .bootstrap-datetimepicker-widget td.active:hover:active,
.day .bootstrap-datetimepicker-widget td.active.active,
.day .bootstrap-datetimepicker-widget td.active:hover.active,
.day .bootstrap-datetimepicker-widget td.active.disabled,
.day .bootstrap-datetimepicker-widget td.active:hover.disabled,
.day .bootstrap-datetimepicker-widget td.active[disabled],
.day .bootstrap-datetimepicker-widget td.active:hover[disabled],
.day .datepicker td.active:hover,
.day .datepicker td.active:hover:hover,
.day .datepicker td.active:active,
.day .datepicker td.active:hover:active,
.day .datepicker td.active.active,
.day .datepicker td.active:hover.active,
.day .datepicker td.active.disabled,
.day .datepicker td.active:hover.disabled,
.day .datepicker td.active[disabled],
.day .datepicker td.active:hover[disabled] {
    color: #fff;
    background-color: rgb(9, 88, 179);
    *background-color: rgb(9, 88, 179)
}

.day .bootstrap-datetimepicker-widget td.active:active,
.day .bootstrap-datetimepicker-widget td.active:hover:active,
.day .bootstrap-datetimepicker-widget td.active.active,
.day .bootstrap-datetimepicker-widget td.active:hover.active,
.day .datepicker td.active:active,
.day .datepicker td.active:hover:active,
.day .datepicker td.active.active,
.day .datepicker td.active:hover.active {
    background-color: #039 \9
}

.day .bootstrap-datetimepicker-widget td.disabled,
.day .bootstrap-datetimepicker-widget td.disabled:hover,
.day .datepicker td.disabled,
.day .datepicker td.disabled:hover {
    background: 0;
    color: #999;
}

.day .datepicker thead tr:first-child th.cw {
    background-color: #FFFFFF !important;
}

.day .datepicker table tr td.day:hover {
    background: none repeat scroll 0 0 #0958B3;
    cursor: pointer;
}

.day .datepicker {
    background-color: #FFFFFF !important;
}

/* / Datetime Datepicker */

.day .m-detail-header {
    color: #858F9F;
}

/*-- Links --*/

.day a {
    /*color: rgb(85, 150, 188);*/
    color: #0950a0; /* SOL-676*/
}

.day a:hover, .day a:focus, .day a:active {
    color: #5596BC; /* sol-704 -> SOL-676*/
}

/*---- Tables ------*/

table.instrument-detail-table tbody tr.grouped > th,
.day table > thead > tr.group > th,
.day table > tbody > tr.group > th,
.day caption {
    color: rgb(39, 71, 96);
}

.day thead th {
    background-color: #F2F2F2;
    border-top: 1px solid rgb(133, 143, 159);
    border-bottom: 1px solid rgb(133, 143, 159);
    color: black;
}

.day tbody th {
    background-color: transparent;
    border-top: 1px solid rgb(133, 143, 159);
    border-bottom: 1px solid rgb(133, 143, 159);
    color: rgb(133, 143, 159);
}

.day td {
    border-top: 1px solid rgb(133, 143, 159);
    border-bottom: 1px solid rgb(133, 143, 159);
    /*border-left:  0px solid rgb(20, 0, 55);*/
}

.day .extSearchResult .tableWrapper table thead th {
    background-color: rgb(255, 255, 255);
    color: rgb(133, 143, 159);
}

/* Coloring of signed values */
.day .value-pos {
    color: rgb(29, 156, 77) !important;
}

.day .value-neg {
    color: rgb(195, 0, 41) !important;
}

/* -== BUTTONS ==- */
/* determines the colour of the default and primary button in the content */
.day .btn-default,
.day .btn-primary {
    background: none repeat scroll 0 0 #0950a0;
    color: #ffffff;
    border-color: #0950a0;
}

.day .btn-default:hover,
.day .btn-primary:hover {
    background-color: #428bca;
    color: #ffffff;
    border-color: #428bca;
}

.day .input-group-btn .btn-default {
    background-color: #fff;
    color: #999999;
}

.day .input-group-btn .btn-default.disabled {
    background-color: rgb(238, 238, 238);
    color: rgb(85, 85, 85);
    border-color: rgb(217, 217, 217);
}

.day .searchbar-nav .input-group-btn .btn {
    color: rgb(115, 115, 115);
}
.day .searchbar-nav .input-group-btn .btn:hover {
    color: rgb(237, 27, 35);
    background-color: rgb(242, 242, 242);
    border: 1px solid rgb(217, 217, 217);
}

/* -== /BUTTONS ==- */

/*---- Header ----------------------*/

.day .nav-main-menu {
    background: rgb(9, 80, 160);
}

.day .navbar-header {
    background: rgb(9, 80, 160);
    z-index: 1200;
}

.day .nav-menu-state-extended {
    border-bottom: 4px solid rgb(9, 80, 159);
}

.day .bottom-border {
    background-color: rgb(237, 27, 35);
}

.day a.btn-close {
    color: rgb(255, 255, 255) !important;
}

.day .meta-nav {
    background-color: rgb(9, 88, 180);
}

.day .menu-meta {
    background-color: rgb(9, 88, 180);
    color: rgb(0, 100, 200);
    -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.3);
}

.day h5.menu-meta-nav {
    color: white;
}

.day h6.menu-meta-nav {
    color: #00c8ff;
}

.day #menu-meta-overlay a {
    color: #00c8ff;
}

.day .brand-image {
    background: transparent url(../../../../static/themes/easy/img/SOLID_Easy_a3_bright.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/SOLID_Easy_a3_bright.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/SOLID_Easy_a3_bright.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/SOLID_Easy_a3_bright.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/SOLID_Easy_a3_bright.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/SOLID_Easy_a3_bright.svg);
    background-size: 100% 100%, 100% 100%;
    background-clip: padding-box;
}

/* Day/Night mode icon */
.day .color-theme-icon {
    background: transparent url(../../../../static/themes/easy/img/icon-switch-moon.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-switch-moon.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-switch-moon.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-switch-moon.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-switch-moon.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-switch-moon.svg);
}

.day .navbar .nav.navbar-right li a:focus {
    background-color: transparent;
}

.day .navbar .nav li.active {
    background-color: rgb(9, 88, 179);
    border-bottom: 4px solid rgb(9, 88, 179);
}

.day .searchbar-nav {
    background-color: rgb(242, 242, 242);
}

.day .tabNavigation .btn.btn-default:hover,
.day .tabNavigation .btn.btn-default:focus,
.day .tabNavigation .btn.btn-default.active,
.day .open .dropdown-toggle.btn.btn-default {
    color: #ffffff;
    background-color: #0950a0;
    border-color: #0950a0;
}

.day .navbar .nav a {
    color: rgb(229, 229, 229);
    text-transform: uppercase;
}

.day .navbar .nav.navbar-right a {
    color: rgb(229, 229, 229);
    border-left: 1px solid rgb(9, 80, 159);
}

.day .navbar .nav.navbar-right li.active {
    border-bottom-color: transparent;
    background-color: #09509F;
}

.day .navbar .nav.navbar-right li.active a {
    color: #ffffff;
}

.day .navbar .nav.navbar-right li a:hover,
.day .navbar .nav.navbar-right li.open > a,
.day #color-theme-toggle:hover {
    color: #ffffff;
    background-color: #09509F;
}

.day [class^="icon-"]:not([class^="icon-trend"]):hover:before {
    color: rgb(237, 27, 35);
}

.day [class*=" icon-"]:not([class*=" icon-trend"]):hover:before {
    color: rgb(237, 27, 35);
}

.day span.icon:hover:before {
    color: rgb(237, 27, 35);
}

/*------ Main/Meta Menu Extension ------------------*/

.day .navbar-menu-extended {
    background-color: rgb(9, 88, 180);
}

.day .navbar-menu-extended h2 {
    color: rgb(218, 233, 251);
}

.day .navbar-menu-extended h3 {
    color: rgb(255, 255, 255);
}

.day #navbar-extended-nav {
    border-bottom: 4px solid rgb(238, 28, 36);
    background-color: rgb(9, 88, 180);
}

.day #navbar-extended-nav .nav > li > a:hover {
    color: rgb(255, 255, 255);
    background-color: transparent;
}

/*------- Search -----------------------------------------*/

.day .search-comp .form-control:focus,
.day .search-comp .form-control:active,
.day .search-comp .form-control:hover {
    border: 1px solid rgb(217, 217, 217);
}

.day .navbar select {
    background-color: rgb(255, 255, 255);
    background-image: url('../../../../static/themes/easy/img/arrow-dropdown-header-red.svg');
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 12px;
}

.day .form-control {
    box-shadow: none;
    border: 1px solid rgb(217, 217, 217);
}

.day .form-control:focus,
.day .form-control:active,
.day .form-control:hover {
    border: 1px solid rgb(117, 117, 117);
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: none;
    -webkit-transition: none;
}

.day .searchbar-nav .form-control,
.day .searchbar-nav .btn  {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(217, 217, 217);
    color: rgb(115, 115, 115);
}

.day .searchbar-nav input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgb(115, 115, 115);
}

.day .searchbar-nav input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(115, 115, 115);
}

.day .searchbar-nav input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(115, 115, 115);
}

.day .searchbar-nav input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgb(115, 115, 115);
}

/*------- Extended search ---------------*/

.day #navbar-extended-search {
    background-color: rgb(242, 242, 242);
}

.day #navbar-extended-search input[type="checkbox"]:focus  + label {
    border: dotted 1px #757575;
}

.day #navbar-extended-search input[type="radio"]:focus  + label {
    border: dotted 1px #757575;
}

.day #navbar-extended-search.navbar-menu-extended h2 {
    color: rgb(115, 115, 115);
}

.day #navbar-extended-search.navbar-menu-extended a.btn-close {
    color: rgb(115, 115, 115) !important;
}

.day .slider {
    background: rgb(179, 179, 179) !important;
}

.day .slider-amount {
    color: rgb(128, 128, 128);
    background-color: transparent;
}

.day .ui-slider-handle {
    background: rgb(255, 255, 255) !important;
    color: rgb(255, 255, 255) !important;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.day .ui-slider-range {
    background: rgb(17, 134, 216) !important;
}

.day .tooltip-inner {
    background-color: rgb(77, 77, 77);
}

.day .tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgb(77, 77, 77);
}

.day .icon-calendar {
    font-size: 10px;
    width: 3em;
    background: white url(../../../../static/themes/easy/img/icon-calendar-day.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-day.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-day.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-day.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-day.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-day.svg);
    background-size: 1em 1em;
}

.day button.icon-calendar,
.day button.icon-calendar:hover,
.day button.icon-calendar:active {
    background: white url(../../../../static/themes/easy/img/icon-calendar-day.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-day.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-day.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-day.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-day.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-calendar-day.svg);
    background-size: 1em 1em;
}

/*---------------------- Content and misc -------------------*/

.day h2 {
    color: rgb(39, 71, 96);
}

.day .icon {
    color: rgb(85, 150, 188);
}

.day .active {
    color: rgb(49, 111, 160);
}

.day .commodities-data-table {
    color: #4E4E4E;
}

.day .icon-trade-container {
    background-color: white;
    border-color: green;
}

.day .icon-trade {
    background: transparent url(../../../../static/themes/easy/img/icon-trade.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-trade.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-trade.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-trade.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-trade.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-trade.svg);
}

.day .red {
    color: rgb(232, 0, 0) !important;
}

.day .yellow {
    color: rgb(232, 216, 064) !important;
}

.day .dark-blue {
    color: rgb(9, 96, 159) !important;
}

.day .bright-blue {
    color: rgb(0, 201, 255);
}

.day .content-default {
    background-color: rgb(255, 255, 255);
}

.day .content-default select {
    background: url('../../../../static/themes/easy/img/arrow-dropdown-content-aqua.svg');
    background-repeat: no-repeat;
    background-position: 96% center;
    color: rgb(191, 191, 191);
}

.content-default select:hover, .content-default select:focus, .content-default select:active {
    border: 1px solid rgb(117, 117, 117);
}

.day .nav-pills > li.active > a,
.day .nav-pills > li.active > a:hover,
.day .nav-pills > li.active > a:focus {
    background-color: #0950a0;
    color: #ffffff;
}

.day .nav-pills > li > a:hover {
    background-color: #428bca;
    color: #ffffff;
}

/*--------------- Widgets --------------------- */

.day .container-widgets {
    background-color: rgb(255, 255, 255);
}

.day .widget-container-icon-group .icon {
    color: rgb(144, 144, 144);
}

.day .widget h3 {
    color: rgb(80, 80, 80);
}

.day .widget .section-title {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(148, 148, 148);

    margin-left: 0;
    margin-right: 0;
}

/*-- Positive bars */
.day .widget td.value-positive div {
    background-color: rgb(151, 204, 0);
}

.day .widget td.percent-bar-positive div {
    background-color: rgb(29, 156, 77);
}

/*-- Negative bars */
.day .widget td.value-negative div {
    background-color: rgb(151, 204, 0);
}

.day .widget td.percent-bar-negative div {
    background-color: rgb(195, 0, 41);
}

/*---- Table currencies overview ------*/

.day .widget-table-overview-currencies td {
    color: inherit;
}

.day .widget-table-overview-currencies td.column-header {
    color: rgb(133, 143, 159);
}

/*---- News ------*/

.day .widget-news {
    color: rgb(80, 80, 80);
}

.day .news-creation-date {
    color: rgb(80, 80, 80);
}

/*--------------------- Footer -----------------------*/

.day .footer-default {
    background-color: rgb(255, 255, 255);
}

/*
  Restore differences from changed bootstrap.css
*/
/*In the css, it has general instructions which are not repeated here*/

.day .dropdown-menu {
    background-color: #0958B4;
    background-clip: border-box;
}

.day .dropdown-menu li.dropdown-header {
    color: #BFBFBF;
    font-size: 100%;
}

.day .dropdown-menu li a {
    color: #DDDDDD;
}

.day .nav .open > a,
.day .nav .open > a:hover,
.day .nav .open > a:focus {
    background-color: #0958B4;
}

.day .nav > li > a:hover,
.day .nav > li > a:focus {
    background-color: #09509F;
}

.day .modal select {
    background: url("../../../../static/themes/easy/img/arrow-dropdown-content-aqua.svg") no-repeat scroll 96% center rgba(0, 0, 0, 0);
    color: #BFBFBF;
}

/* scroller */
.day .ghostTable {
    background-color: #FFF;
}

/* end:scroller */

.day #bond-benchmark-country-container .panel-default, .pane {
    border-color: rgb(242, 242, 242);
    box-shadow: none;
}

.day #bond-benchmark-country-container .panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: -1px !important;
}

/* Screener */
.day .screener-table .short-explanation {
    background-color: #f2f2f2;
}

.day .screener-table .variable-column {
    background-color: #f2f2f2;
}

.day table.helpTable {
    background-color: #f2f2f2;
}

/* /screener */

/* Fast Search */
.day div.solid-fastsearch-result table tr.highlight td {
    background-color: #0958B3;
    color: #ffffff;
    cursor: pointer;
}

.solid-fastsearch-result .table > thead > tr > th {
    text-align: left;
    background-color: #D2D2D2;
    height: 12px;
}

.day div.solid-fastsearch-result {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    background-color: #EEE;
    border: 1px solid #D9D9D9;
}
/* /Fast Search */

/*----------Login -----------*/
.day .login a,
.day .login a:hover,
.day .login a:visited,
.day .login a:focus {
    color: #ffffff;
    text-decoration: none;
}

.day .login button,
.day .login a {
    margin-top: 5px;
}

/*---------------- Others --------------------*/
.day .excel-logo{
    background: transparent url(../../../../static/themes/easy/img/excel_g.png) left center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/excel_g.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/excel_g.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/excel_g.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/excel_g.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/excel_g.svg);
}

/* Currency Converter */
.day .currencyOverlay {
    background-color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    border: 1px solid #D9D9D9;
}

.day .currencyOverlay a {
    color: rgb(78, 78, 78);
}

.day .currencyOverlay a.active {
    background-color: #0958B3;
    color: white;
}

.day .currencyOverlay h3 {
    border-bottom: 1px solid #D9D9D9;
}

/* Blog */
.day .showChatCount {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    color: #4E4E4E;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
}

.day .article .comments .comment .comment_header .comment_author {
    color: rgb(238, 28, 36);
}

.day .article .comments .comment .comment_header {
    color: rgb(128, 128, 128);
}

/* Heatmap */

.day .heatmap .heatmapElement {
    border: 1px solid rgb(217, 217, 217);
}

.day .heatmap .heatmapElement .table tbody tr td {
    color: rgb(40, 40, 40);
}

.day .heatmap .heatmapElement .table tbody tr td.m_name a {
    color: black;
}

/* Generic coloring */

.day .stale {
    color: rgba(194, 194, 194, 1);
}

.day .pos {
    color: green;
}

.day .neg {
    color: red;
}

.day .value-equal {
    color: blue;
    /* Arrow sizes in tables */
    font-size: 18px;
    line-height: 14px;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
    src: url('../../../../static/themes/easy/fonts/OpenSans-Light-webfont.eot');
    src: url('../../../../static/themes/easy/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../static/themes/easy/fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../../../../static/themes/easy/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../../../../static/themes/easy/fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
    src: url('../../../../static/themes/easy/fonts/OpenSans-Regular-webfont.eot');
    src: url('../../../../static/themes/easy/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../static/themes/easy/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../../../../static/themes/easy/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../../../../static/themes/easy/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
    src: url('../../../../static/themes/easy/fonts/OpenSans-Bold-webfont.eot');
    src: url('../../../../static/themes/easy/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../../static/themes/easy/fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../../../../static/themes/easy/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../../../../static/themes/easy/fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
}
@font-face {
    font-family: 'LLB serif';
    font-style: normal;
    font-weight: normal;
    src: url('../../../../static/themes/easy/fonts/llb-serif/llbseree.woff') format('woff'),
    url('../../../../static/themes/easy/fonts/llb-serif/llbseree.ttf') format('truetype'),
    url('../../../../static/themes/easy/fonts/llb-serif/llbseree.svg#llbseree') format('svg');
}

@font-face {
    font-family: 'LLB sans Standard';
    font-style: normal;
    font-weight: normal;
    src: url('../../../../static/themes/easy/fonts/llb-sans-standard/llbsaree.woff') format('woff'),
    url('../../../../static/themes/easy/fonts/llb-sans-standard/llbsaree.eot'),
    url('../../../../static/themes/easy/fonts/llb-sans-standard/llbsaree.ttf') format('truetype'),
    url('../../../../static/themes/easy/fonts/llb-sans-standard/llbsaree.svg#llbsaree') format('svg');
}

/*Axa customer*/


@font-face {
    font-family: 'Publico Banner Web';
    src: url('../../../../static/themes/easy/fonts/PublicoBanner-Bold-Web.eot');
    src: url('../../../../static/themes/easy/fonts/PublicoBanner-Bold-Web.eot?#iefix') format('embedded-opentype'),
    url('../../../../static/themes/easy/fonts/PublicoBanner-Bold-Web.woff') format('woff'),
    url('../../../../static/themes/easy/fonts/PublicoBanner-Bold-Web.ttf') format('truetype'),
    url('../../../../static/themes/easy/fonts/PublicoBanner-Bold-Web.svg#Publico Banner Web') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Publico Banner Web';
    src: url('../../../../static/themes/easy/fonts/PublicoBanner-Medium-Web.eot');
    src: url('../../../../static/themes/easy/fonts/PublicoBanner-Medium-Web.eot?#iefix') format('embedded-opentype'),
    url('../../../../static/themes/easy/fonts/PublicoBanner-Medium-Web.woff') format('woff'),
    url('../../../../static/themes/easy/fonts/PublicoBanner-Medium-Web.ttf') format('truetype'),
    url('../../../../static/themes/easy/fonts/PublicoBanner-Medium-Web.svg#Publico Banner Web') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'MetricBold';
    src: url('../../../../static/themes/easy/fonts/MetricWeb-Semibold.eot');
    src: url('../../../../static/themes/easy/fonts/MetricWeb-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../../../../static/themes/easy/fonts/MetricWeb-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Metric';
    src: url('../../../../static/themes/easy/fonts/MetricWeb-Medium.eot');
    src: url('../../../../static/themes/easy/fonts/MetricWeb-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../../../static/themes/easy/fonts/MetricWeb-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}







/*---------------------------------------------------

      Base Stylesheet for
      measurements and element definitions

  ---------------------------------------------------*/

/*----- CSS Font Definition Includes --------------------------------------------------*//*
@import url("/solidweb/static/themes/easy/css/RolotecIconfont1.css");
@import url("/solidweb/static/themes/easy/css/fonts.css");

----- Style Definitions ------------------------------------------------------------*/

/*----- Generic ----------------------------------------------------------*/
body {
    padding-right: 0;
    padding-left: 0;
    padding-top: 120px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 20px;
}

footer {
    padding-left: 15px;
    padding-right: 15px;
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* Icon mapping located in font definition css */

[class^="icon-"], [class*=" icon-"] {
    font-size: 22px;
    line-height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 1em;
}

[class^="icon-rating-stars"], [class*=" icon-rating-stars"] {
    width: 2em;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    width: 1em;
    height: 1em;
    font-family: RolotecIconfont01;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    vertical-align: middle;
    padding-right: 0.25em;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -o-transform: scale(1);
    speak: none;
}

td.icon {
    text-align: center;
}

.icon-trade-container {
    overflow: hidden;
    border-width: 0;
    border-style: solid;
}

.icon-trade {
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    line-height: 13px;
}

.icon-small {
    font-size: 16px;
    margin-left: 0.25em;
}

.font-default {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    /*color: white;*/
    text-decoration: none;
}

.no-leading-space {
    padding-left: 0 !important;
}

.no-trailing-space {
    padding-right: 0 !important;
}

.clear-negative-padding {
    padding: 0 !important;
}

.clear-negative-margin {
    margin: 0 !important;
}

.content-default {
    font-size: 10px;
    padding-left: 2.5em;
    padding-right: 2.5em;
}


/*-- Forms ------------------------------*/
.btn {
    border-radius: 0;
}

/* -== BUTTONS ==- */
/* determines the dimensions of the buttons */
#solid a.btn {
    line-height: 2.5em;
}

.btn {
    border-radius: 0;
    border: medium none;
    height: 3.64em;
    font-size: 11px;
    margin: 0 0 0 0;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    width: 15em;
}

.input-group-btn .btn {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    width: auto;
    border: 1px solid rgb(217, 217, 217);
}

.input-group-btn .btn:focus,
.input-group-btn .btn:active,
.input-group-btn .btn:hover {
    border-color: rgb(117, 117, 117);
}

.input-group-btn .btn.icon-calendar {
    height: 4em;
    width: 3.5em;
}

/* -== /BUTTONS ==- */

.form-control {
    box-shadow: none;
    transition: none;
    padding-left: 1em;
    border-radius: 0;
    font-size: 10px;
    height: 4em;
    text-transform: none;
}

textarea.form-control {
    height: 6em;
}

.btn-radio {
    font-size: 10px;
    width: 1.5em;
    height: 1.5em;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    display: inline-block;
    padding-left: 23px;
    min-height: 15px;
    font-size: 10px;
    vertical-align: middle;
}

input[type="checkbox"] {
    display: none;
}

input, select {
    border-radius: 0 !important;
}

.radio, .checkbox {
    padding-left: 0;
}

.content-default select {
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/
    padding: 0.5em; /* V2 */
    padding-top: 10px;
    height: 4em;
}

@-moz-document url-prefix() {
    .content-default .chartContainer select {
        background: none;
    }
    .noSelectbox {
        background-image: none !important;
    }
    .day .content-default select {
        background: none;
    }
    .night .content-default select {
        background: none;
    }
    .day .navbar select {
        background-image: none;
    }
    .night .navbar select {
        background-image: none;
    }
    .day .modal select {
        background-image: none;
    }
    .night .modal select {
        background-image: none;
    }
}

.content-default select[multiple] {
    height: 12em;
}

.label-container, .slider-container {
    display: table;
}

.label-container, .slider-container {
    height: 4em;
}

.label-container.label-container-slider, .slider-container {
    height: 2.5em;
}

.label-container label {
    display: block; /* For old browsers */
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
}

/* V2 */
legend.label-container {
    display: table;
    vertical-align: bottom;
    padding-top: 0;
    margin-bottom: 0;
}

legend.label-container > span {
    display: table-row;
    height: inherit;
}

.control-label.control-label-slider {
    display: table-cell;
    vertical-align: bottom;
}

/* /V2 */

.ui-slider-horizontal {
    height: 0.6em !important;
}

.slider-container-inner {
    display: block; /* For old browsers */
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 0.4em;
}

.label-container.label-container-slider legend {
    vertical-align: bottom;
}

.navbar label, legend {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 10px;
    border: 0;
    padding-top: 0;
}

/*-- Links --*/

a {
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

a:visited {
}

/*---- Tables ------*/
table {
    width: 100%;
    /* margin-top: 1em;*/
}

.fullWidth {
    width: 100%;
}

table.instrument-detail-table tbody tr.grouped > th,
table > thead > tr.group > th,
table > tbody > tr.group > th {
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 7px;
}

table.instrument-detail-table tbody tr.grouped > th,
table > thead > tr.group > th,
table > tbody > tr.group > th,
caption {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    padding-left: 0.25em;
    margin-bottom: 0.5em;
}

table > thead > tr.group > th {
    padding-top: 0;
}

table.instrument-detail-table tbody tr.grouped > th {
    border-top: 0;
}

td, th {
    /*padding: 0.25em 0.38461em 0.38461em 0.38461em;
    text-align: right;*/
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
}

th {
    /* Border styles are defined in the color themes */
    height: 31px;
}

th.iconheader {
    text-align: center;
}

td {
    /* Border styles are defined in the color themes */
    text-align: right;
    vertical-align: top;
    height: 31px;
}

td.title {
    text-align: left;
}

table th {
    text-align: right;
}

table .market,
table .market_description,
table .m_market,
table .m_name,
table .m_isin,
table .m_fullname,
table .trsymb,
table .name,
table .sub,
table .compfullname {
    text-align: left;
}

table .cur,
table .m_cur,
table .barchart {
    text-align: center;
}

.table td.barchart {
    vertical-align: middle;
}
.table td.nested.barchart {
    vertical-align: top;
}

.table td.nested.barchart > div:first-child {
    height: 18px;
    padding-top: 2px;
}

table td.nested > div.nested > span.barchart {
    display: inline-block;
    width: 40px;
    height: 13px;
    padding-top: 2px;
}

table tr > .nested > div.nested {
    clear: both;
    font-size: 75%;
}

table.instrument-detail-table tbody tr > .nested > div.nested {
    font-size: inherit;
}

.table thead tr th {
    vertical-align: top;
}

.table tbody + tbody {
    border-top: none;
}

table.instrument-list-table .comment,
table.instrument-list-table .name {
    text-align: left;
}

table.instrument-list-table th:first-child,
table.instrument-list-table td:first-child {
    text-align: left;
}

table.instrument-detail-table tbody > tr > th {
    text-align: left;
}

table.instrument-detail-table > tbody > tr > td {
    text-align: right;
}

table.orderbook-table th:first-child,
table.orderbook-table td:first-child {
    text-align: left;
}

table.indices-list-table th.ytd_perf_pr,
table.commodities-data-table th.ytd_perf_pr {
    text-align: center;
}

table.news-table th,
table.news-table td {
    text-align: left;
}

table.news-table .headline {
    width: 90%;
}

#m-indicators-data-table th.nc2_pr, #m-indices-data-table th.nc2_pr {
    width: 100px;
}

#watchlistTable th.m_name {
    width: 15%;
}

#m-detail-other-markets th.market,
#m-detail-other-markets td.market {
    text-align: center;
}

#m-detail-other-markets th.m_domicile,
#m-detail-other-markets td.m_domicile {
    text-align: center;
    width: 8%;
}

#m-detail-other-markets th.m_exchdomicile,
#m-detail-other-markets td.m_exchdomicile {
    text-align: center;
    width: 12%;
}

#m-detail-other-markets th.cur,
#m-detail-other-markets th.nc2_pr,
#m-detail-other-markets th.nc2 {
    width: 8%;
}

#m-detail-other-markets th.lval_norm {
    width: 10%;
}

#m-invest-data-table th.name {
    width: auto;
}

#portfolio .table th.m_name {
    width: 15%;
}

/* end tests for scrollabel tables */
/* ellipsis except name and m_name class named columns */
table > thead > tr > th.name,
table > thead > tr > th.m_name,
table > tbody > tr > td.name,
table > tbody > tr > td.m_name {
    white-space: normal;
}

table th.l,
table td.l {
    text-align: left;
}

table th.r,
table td.r {
    text-align: right;
}

table th.c,
table.td.c {
    text-align: center;
}

/*---- Header -----------------------------------------------------------------*/
.nav-main-menu {
    font-size: 10px;
    height: 6em;
}

.navbar-header {
    font-size: 10px;
    height: 6em;
    float: none;
    position: absolute;
    width: auto;
    /* Border styles are defined in the color themes */
    padding: 1em 1em 1em 4em;
}

.bottom-border {
    display: block;
    width: 100%;
    height: 4px;
    font-size: 10px;
}

a.btn-close {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300 !important;
    font-size: 21px !important;
    cursor: pointer;
}

.meta-nav {
    height: auto;
    padding-left: 0;
    position: relative;
}

.menu-meta {
    padding: 20px 30px 40px 30px;
    position: absolute;
    top: 65px;
    left: -125px;
    width: 780px;
    z-index: 1000;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.brand-image {
    display: inline-block;
    font-size: 10px;
    margin: -5px 0 0 0;
    padding: 0;
    width: 111px;
    height: 45px;
}

/* Login icon */
.user-login {
    background: transparent url(../../../../static/themes/easy/img/icon-login.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/login.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/login.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/login.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/login.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/login.svg);
}

/* Logout icon */
.user-logout {
    background: transparent url(../../../../static/themes/easy/img/icon-logout.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/logout.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/logout.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/logout.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/logout.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/logout.svg);
}

/* No favorite site icon */
.favoritesOff {
    background: transparent url(../../../../static/themes/easy/img/icon-star-outline.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-star-outline.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-star-outline.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-star-outline.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-star-outline.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-star-outline.svg);
}

/* Favorite site icon */
.favoritesOn {
    background: transparent url(../../../../static/themes/easy/img/icon-star.png) center center no-repeat;
    background-image: linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-star.svg);
    background-image: -webkit-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-star.svg);
    background-image: -moz-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-star.svg);
    background-image: -ms-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-star.svg);
    background-image: -o-linear-gradient(transparent, transparent), url(../../../../static/themes/easy/img/icon-star.svg);
}

/* Drop-downs */
.dropdown-menu {
    z-index: 3000 !important;
}

.searchbar-nav {
    height: 6em;
    padding-top: 1em;
}

.navbar .nav {
    font-size: 11px;
    margin: 0;
    display: inline-table;
}

.navbar .nav.navbar-right a {
    font-family: Open Sans, sans-serif;;
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1px;
}

.navbar .nav.navbar-right > li {
    font-size: 10px;
    margin: 0;
    padding: 0;
    width: 14.5em;
    text-align: center;
    height: 6em;
    overflow: hidden;
    display: table;
}

.navbar .nav.navbar-right > li.toggle {
    width: 7em;
    overflow: visible;
}

.navbar .nav.navbar-right > li > a {
    display: table-cell;
    vertical-align: middle;
}

.navbar .nav.navbar-right > li > .dropdown-menu a {
    margin: 0;
    padding: 2.3em 0 1.8em 0;
    height: 100%
}

.navbar select {
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/
}

/*------ Main/Meta Menu Extension ------------------*/

.navbar-menu-extended {
    /* Hide menu dropdown initially */
    display: none;
    font-size: 10px;
    padding-top: 4.5em;
    padding-left: 2em;
}

.navbar-menu-extended h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 35px;
}

.navbar-menu-extended h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
}

#navbar-extended-nav {
    max-height: 440px;
    padding: 20px;
}

.navbar-menu {
    padding-bottom: 30px;
}

#navbar-extended-nav h2,
#navbar-extended-search h2 {
    display: inline-block;
}

#navbar-extended-nav a {
    font-size: 10px;
    padding: 0.6em 0 0.6em 0;
    float: left;
}

#navbar-extended-nav li {
    clear: both;
}

#navbar-extended-nav a.fav-action {
    cursor: auto;
    margin-right: 10px;
    color: #BFBFBF;
}

#navbar-extended-nav .nav > li > a.fav-action:hover {
    color: #C90000;
}

.cssHide {
    display: block;
}

/*
   Text-Tranform uppercase only for tabnavigation;
   Icons are displayed incorrectly when uppercase is used
*/
.searchbar-nav .btn {
    font-size: 10px;
    height: 4em;
    border-radius: 0;
    text-transform: none;
    padding-left: 1em;
}

.tabNavigation {
    z-index: 10;
}

.tabNavigation .btn {
    text-transform: uppercase;
}

.tabNavigation .btn {
    margin-left: -2px;
    margin-right: -2px;
}

.tabNavigation .btn span.icon {
    color: inherit;
}

.day .tabNavigation .btn:hover span.icon {
    color: rgb(237, 27, 35);
}

.night .tabNavigation .btn:hover span.icon {
    color: rgb(237, 27, 35);
}

.tabNavigation .btn-group-container .btn {
    width: auto;
}

.tabNavigation .btn-group-container button.btn {
    margin-left: -4px;
}

.tabNavigation .btn-group-container button.btn:first-child {
    margin-left: 0;
}

.tabNavigation .btn-group-container {
    z-index: 10;
}

.tabNavigation .dropdown-menu {
    border-width: 0;
    margin-top: 0;
}

.tabNavigation .dropdown-menu .btn {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -1px;
}

.tabNavigation .dropdown-menu li:first-child .btn {
    margin-top: 0;
}

.tabNavigation .btn.dropdown-toggle {
    width: 44px;
}

/* Make sure text-transform is disabled for all glyphicons & icons!*/
.glyphicon,
.icon {
    text-transform: none !important;
}

.dropdown-button-menu {
    min-width: 0;
    padding:0;
}

.dropdown-button-menu > li > a {
    padding-top: 5px;
}

/*------- Search -----------------------------------------*/

.toUpper {
    text-transform: uppercase !important;
}

label {
    text-transform: uppercase !important;
}

.searchbar-nav button.icon, .navbar-fixed-top button.icon {
    font-family: RolotecIconfont01;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    height: 40px;
    width: 2.1em;
    padding: 0;
}

.searchbar-nav button.icon:before, .navbar-fixed-top button.icon:before {
    font-family: RolotecIconfont01;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    height: 40px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.panel-collapse {
    margin-bottom: 15px;
}

#filterForm label {
    display: inline-table;
    line-height: 40px;
    text-transform: uppercase;
    white-space: nowrap;
    float: left;
    margin-right: 15px;
}

#filterForm .control-label {
    font-size: 10px;
    padding-top: 0;
    text-align: left !important;
}

label {
    font-size: 10px;
    font-weight: 400;
}

/*------- Extended search ---------------*/

#navbar-extended-search {
    padding-bottom: 7em;
    padding-right: 2.5em;
    position: relative;
}

#navbar-extended-search .control-label {
    text-align: left;
    padding-top: 0;
}

.form-table {
    display: table;
}

#navbar-extended-search .form-group {
    font-size: 10px;
    margin-bottom: 0 !important;
    padding-top: 1.5em !important;
}

#navbar-extended-search .form-group:first-child {
    margin-bottom: 0;
    padding-top: 0;
}

.slider {
    border: 0 !important;
    /*margin-top: 8px;*/
}

.datepicker {
    z-index: 2200 !important;
}

.slider-amount {
    width: 3.5em;
    height: 1.2em;
    position: absolute;
    border: 0px;
    padding: 0px;
    margin: 0px;
    z-index: 5000;
    text-align: center;
}

.ui-slider-handle {
    border-radius: 0 !important;
    border: 0 !important;
}

#button-search-extended {
    font-size: 16px;
    font-weight: normal;
}

.tooltip-inner {
    font-size: 11px;
    padding: 1.81em 3em;
    border-radius: 0px;
}

.datepickerfield {
    padding-left: 0.5em;
    padding-right: 0;
    margin-right: 0.5em;
    width: 7.3em;
}

.submit-ext-search {
    padding-left: 2px;
}

.searchResultContainer {
    margin-top: 6em;
}

.resetSearchResults {
    position: relative;
    top: -50px;
}

/*---------- Content  ------------------------------------------------------------------------*/

.content-default label {
    font-size: 10px;
}

/*----------- Tabs ------------*/
/* Initially hide tabs except active tab */

.content-tab {
    display: none;
}

ul.content-default {
    background: transparent;
}

/*--------------- Widgets --------------------- */
button.transparent-background-icon {
    background: none;
    border: none;
    padding-left: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin-right: 0.5em;
}

.container-widgets {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.widget {
    font-size: 10px;
    margin-bottom: 3em;
    padding: 0em;
}

.widget-container-icon-group, .widget-section-title-icon-group {
    text-align: right;
    white-space: nowrap;
}

.widget-container-icon-group > button.icon {
    margin-left: 0;
    margin-right: 0.25em !important;
}

.widget button.icon {
    background: none;
    border: none;
    padding-left: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin-right: 0.5em;
}

.widget h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin-top: 0px;
}

.widget .section-title {
    border-bottom-width: 1px;
    border-bottom-style: solid;

    margin-left: 0px;
    margin-right: 0px;
}

.widget .section-title.no-bottomrow {
    border-bottom: none !important;
}

.widget .section-title .column-title {
    padding-left: 0.385em;
    padding-right: 0px;
}

/*-- Widget tables --*/

.widget td:first-child, .widget th:first-child, .footer-default td:first-child, .footer-default th:first-child {
    text-align: left;
    white-space: nowrap;
    border-left: none;
}

.widget td.title {
    width: 20%;
}

.letter-selection {
    font-size: 16px;
    margin: 2em 0 1em 0;
}

.letter-selection a {
    margin-right: 1em;
}

/*-- Positive bars */
.widget td.percent-bar-positive {
    text-align: right;
}

.widget td.percent-bar-positive div {
    float: right;
}

/*-- Negative bars */
.widget td.percent-bar-negative {
    text-align: left;
}

.widget td.percent-bar-negative div {
    float: left;
}

/*---- Table currencies overview ------*/
.widget-table-overview-currencies td {
    vertical-align: top;
}

/*---- News ------*/

.news-creation-date {
    margin-bottom: 0.9em;
}

.widget-news img {
    width: 135px;
    float: left;
    padding: 0px 1em 1em 0px;
}

.widget-news h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0em;
}

.widget-news p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1em;
    font-weight: 400;
}

.copytext {
    margin-top: 0.9em;
}

.news-link-readmore {
    float: right;
}

/*----- Media Library ------*/
.row.section-title, .section-content-media-library {
    margin-bottom: 1em;
}

.has-error .help-block, .has-error .control-label {
    color: #B94A48;
}

.has-error .form-control {
    border-color: #B94A48;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-error .form-control:focus {
    border-color: #953B39;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #D59392;
}

.has-error .input-group-addon {
    background-color: #F2DEDE;
    border-color: #B94A48;
    color: #B94A48;
}

#topics_view .rubric {
    margin-left: -5px;
}

.airy {
    margin: 15px !important;
}

.airy_small {
    margin: 5px !important;
}

.airy-bottom-large {
    margin-bottom: 3em !important;
}

.airy-bottom {
    margin-bottom: 15px !important;
}

.airy-right {
    margin-right: 15px !important;
}

.airy-top {
    margin-top: 15px !important;
}

.airy-left {
    margin-left: 15px !important;
}

.airy-left-small {
    margin-left: 5px !important;
}

.no-margin {
    margin: 0 !important;
}

.nav-pills > li {
    margin-top: 15px;
}

.solid-container {
    max-width: 100%;
    margin-top: 2em;
    padding-top: 1em;
}

:focus, :active {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

/*overflow hack for ie */

.ieOverflow {
    overflow: visible !important;
}

select {
    padding-top: 10px;
    padding-bottom: 12px;
}

/*--------------------- Footer ------------------------------------------------------------------*/

.footer-default {
    margin-top: 1em;
    padding: 1.5em 2.5em 1.5em 2.5em;
}

.footer-default caption {
    margin-bottom: 0.25em;
}

.footer-default th {
    text-align: left;
}

.footer-default td {
    text-align: left;
}

span.date {
    font-size: 0.8em;
    color: #ABABAB;
}

#limits .limitType, #limits .limitValue {
    text-align: right;
}

.numberOfListings {
    text-align: right;
}

.defaultWatchlist {
    text-align: right;
}

table.wpArticleTable td,
table.wpArticleTable th {
    text-align: left;
}

#newsInternational .headline {
    width: 84%;
}

#newsInternational .newsprovider {
    width: 15%;
}

#l-detail-content .container {
    max-width: 100% !important;
}

/*/tables*/
.clear {
    clear: both;
}

.modal-footer {
    padding-right: 15px;
}

/* Currency Converter */
.currencyOverlay {
    padding: 5px;
}

.currencyOverlay a {
    display: block;
}

.currencyOverlay h3 {
    font-size: 14px;
    margin: 6px 0 3px;
}

/* Other */

#m-nav-footer section a {
    margin-left: 10px;
}

#m-six-branding {
    margin-left: 10px;
}

.recommendation-icon{
    color: #5bc0de;
    font-size: 2em;
}

@media (max-width: 360px){

    .content-default {
        font-size: 10px;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}

/*

*/

/* Class for the RWD Tables feature .. */
div.tableWrapper {
    overflow-x: hidden;
    width: 100%;
}

/* Needed for Safari on iOS7 */
div.tableWrapper table.table {
    max-width: none;
}

/* / Class for the RWD Tables feature .. */

.loading {
    min-width: 50px;
    min-height: 50px;
    background: transparent url("../../../../static/themes/easy/img/throbber-day.gif") no-repeat center center
}

/*
  Temp
*/

.solidLogo {
    position: relative;
    top: -2px;
}

.mainLogo {
    left: 25px;
    top: 0;
    padding-left: 5px;
}

.logo_helper {
    background-color: rgba(255, 255, 255, 0.48);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.48);
    position: absolute;
    z-index: -10;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.logo_helper.solid {
    height: 47px;
    left: 2px;
    top: 5px;
    width: 106px;
}

.m-tag-cloud a {
    padding: 0 1px;
}

.m-tag-cloud .s7 {
    font-size: 7px;
}

.m-tag-cloud .s8 {
    font-size: 8px;
}

.m-tag-cloud .s9 {
    font-size: 9px;
}

.m-tag-cloud .s10 {
    font-size: 10px;
}

.m-tag-cloud .s11 {
    font-size: 11px;
}

.m-tag-cloud .s12 {
    font-size: 12px;
}

.m-tag-cloud .s13 {
    font-size: 13px;
}

.m-tag-cloud .s14 {
    font-size: 14px;
}

.m-tag-cloud .s15 {
    font-size: 15px;
}

.m-tag-cloud .s16 {
    font-size: 16px;
}

.m-tag-cloud .s17 {
    font-size: 17px;
}

.m-tag-cloud .s18 {
    font-size: 18px;
}

.m-tag-cloud .s19 {
    font-size: 19px;
}

.m-tag-cloud .s20 {
    font-size: 20px;
}

.m-tag-cloud .s21 {
    font-size: 21px;
}

.m-tag-cloud .s22 {
    font-size: 22px;
}

.m-tag-cloud .s23 {
    font-size: 23px;
}

.m-tag-cloud .s24 {
    font-size: 24px;
}

.m-tag-cloud .s25 {
    font-size: 25px;
}

.m-tag-cloud .s26 {
    font-size: 26px;
}

.m-tag-cloud .s27 {
    font-size: 27px;
}

.navbar.navbar-fixed-top #simpleSearch #extendedSearch-content-left label {
    text-transform: uppercase;
    white-space: nowrap;
    display: none;
}

.navbar.navbar-fixed-top #simpleSearch #extendedSearch-content-left input[type="checkbox"] + label.showLabel {
    display: inline-table;
}

@media (max-width: 768px) {
    .navbar.navbar-fixed-top #simpleSearch label {
        text-transform: uppercase;
        line-height: 40px;
        white-space: nowrap;
        display: inline-table;
    }
}

@media (min-width: 768px) {

    /* For media > xs, ellipsises labels so that each form row does not wrap to a second line
     in order not to encroach on pie-chart. On xs screens, pie-chart is not displayed*/
    #extendedSearch-content-center .label-container-search {
        height:40px;
        display: table;
    }

    #extendedSearch-content-center label {
        display: block; /* For old browsers */
        display: table-cell;
        vertical-align: middle;
        padding-top: 0;
        text-transform: uppercase;
        line-height: 20px;
    }

    #extendedSearch-content-center label.radio {
        line-height: 40px;
    }
}

/* Checkbox & Radio-button tabindex highlighting when active */
input[type="checkbox"], input[type="radio"] {
    display: inline;
    position: absolute;
    left: -5000px;
}

/* End Checkbox & Radio-button tabindex highlighting when active */

.extSearchResult{
    padding-top: 20px;
}

.innerLabel {
    display: none;
}

#l-content {
    position: relative;
    z-index: 1;
}

#tabTopNavigation {
    margin-top: 10px;
    z-index: 10000;
}

.dropdown-menu .divider {
    background-color: #444444;
}

.padRight-10 {
    margin-right: 10px;
}

.marketInfo .bc .bcClock {
    float: left;
    height: 80px;
    margin-top: 3px;
    width: 80px;
    margin-left: 20px;
}

.widget {
    float: left;
}

.market-data-infos {
    margin-left: 110px;
    margin-top: 10px;
}

.materials table {
    margin-top: 0 !important;
}

.tableFilter input {
    width: 200px;
}

.table > thead > tr.group > th,
.table > tbody > tr.group > th {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
}

a:focus, select:focus {
    outline: 0 none;
}

.newsImage img {
    width: 180px;
}

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

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}

#simpleSearch .checkbox {
    padding-top: 0;
    display: inline;
    float: left;
}

.nav-pills > li > a {
    border: 1px solid;
    border-radius: 0px;
}

.modal-body {
    font-size: 13px;
}

.modal-body a i {
    line-height: 1.5em;
    margin-right: 15px;
}

/* /bootstrap overwrites */

/* cleanup for alertings; colors have to clear and easy accessible */
.table .width50P {
    width: 50%;
}

.table .no-display {
    display: none;
}

.table .float-left {
    float: left;
}

.table .float-right {
    float: right;
}

.table .barChartPos, .table .barChartNeg {
    height: 14px;
}

table td.nested > div.nested > span.barchart .barChartPos,
table td.nested > div.nested > span.barchart .barChartNeg {
    display: block;
    height: 9px;
}

/* DETAILHEADER */
@media (max-width: 768px) {
    .panel {
        overflow: auto;
    }
}

.m-detail-header {
    white-space: nowrap;
    padding-top: 15px;
    padding-bottom: 15px;
}

.m-detail-header .h1 {
    font-size: 2em;
    white-space: normal;
    margin:0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.m-detail-header .h1d {
    margin: 30px 0 10px;;
}

.m-detail-header {
    color: #000000;
    font-size: 14px;
}

.m-detail-header-row-left .value-equal,
.m-detail-header-row-left .value-equal:before,
.m-detail-header-row-left .value-neg,
.m-detail-header-row-left .value-neg:before,
.m-detail-header-row-left .value-pos,
.m-detail-header-row-left .value-pos:before {
    line-height: 44px !important;
}

.m-detail-header .trend > span:before {
    font-size: 30px !important; /*like h1 as it ist another font paddings has to be redefined*/
    line-height: 30px !important;
}

.m-detail-header .m-detailcurrency {
    font-size: 14px;
}

/* /DETAILHEADER */

.tab-content {
    margin-top: 20px;
}

/* Trends in table */
.value-equal,
.value-equal:before,
.value-neg,
.value-neg:before,
.value-pos,
.value-pos:before {
    font-size: 18px !important;
    line-height: 14px !important;
    width: 22px;
    margin-right: 5px;
    overflow: inherit;
    vertical-align: baseline;
}

/* Trends in header */
.m-detail-header .value-equal, .m-detail-header .value-equal:before,
.m-detail-header .value-neg, .m-detail-header .value-neg:before,
.m-detail-header .value-pos, .m-detail-header .value-pos:before {
    vertical-align: text-top;
    line-height: 28px !important;
}

.night #div_solrac_searchKeywordInput.panel {
    border-radius: 0;
    background-color: #292929;
    color: #BFBFBF;
    border-color: #BFBFBF;
    cursor: pointer;
}

/** /Arrow sizes in tables */
/* /cleanup for alertings; colors have to clear and easy accessible */

/* Portfolio, Watchlist, Alerting, ... */
.context-menu {
    position: relative;
    display: inline-block;
    text-align: left;
}

.context-menu .opaque {
    opacity: 0.5;
    /*width: 100%;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.context-menu .pf-actions-icon {
    width: 16px;
    height: 16px;
    cursor: pointer
}

.context-menu-holder {
    position: absolute;
    top: 0;
    left: 0;
}

.context-menu-holder .dropdown-menu {
    top: 0;
    left: 16px;
}

#m-detail-interactive {
    font-size: 1.3em;
}

/* Data-Tables Sorting */

.table .sorting,
.table .sorting_asc,
.table .sorting_desc,
.table .sorting_asc_disabled,
.table .sorting_desc_disabled {
    padding-right: 18px;
}

.sorting {
    background: url('../../../../static/images/jqueryTables/sort_both.png') no-repeat center right;
}

.sorting_asc {
    background: url('../../../../static/images/jqueryTables/sort_asc.png') no-repeat center right;
}

.sorting_desc {
    background: url('../../../../static/images/jqueryTables/sort_desc.png') no-repeat center right;
}

.sorting_asc_disabled {
    background: url('../../../../static/images/jqueryTables/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
    background: url('../../../../static/images/jqueryTables/sort_desc_disabled.png') no-repeat center right;
}

.sorting, .sorting_asc, .sorting_desc {
    cursor: pointer; /* ns-resize */
}

/* scrollable tables */
.scrollWrapper table {
    table-layout: auto !important;
}

.scrollWrapper .mCSB_container {
    min-width: 100% !important;
    float: left;
}

.scrollWrapper table tr td, .scrollWrapper table tr th {
    overflow: auto !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
}

/*mobile table helper*/
.tdPresenter_wrapper {
    position: relative;
}

.tdPresenter {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
    top: -20px;
    box-shadow: 1px 1px 10px #888888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

/*/mobile table helper*/

.newsStory .text p {
    font-size: 15px;
    font-weight: normal;
}

.newsStory .text {
    font-size: 15px;
    font-weight: normal;
    margin-left: auto;
}

@media (min-width: 768px) {
    .newsStory .text {
        margin-left: 175px;
    }
}

[title] {
    cursor: help;
}

a[title], button[title] {
    cursor: pointer;
}

img[title="news"] {
    height: 100px;
}

.detailChart {
    height: 600px;
}

.m-eusipa-container .name {
    width: 85%;
}

.modal {
    z-index: 2175; /* 3975  */
}

.modal-backdrop {
    z-index: 2000; /* 3950 */
}

.modal-dialog {
    z-index: 2175; /*  4000 */
}

#results .nsin {
    text-align: right;
}

#results .symb, #results .exchange {
    text-align: center;
}

.has-error .form-control {
    border-color: #b94a48 !important;
}

.m-eusipa-container h2 {
    line-height: 30px;
    padding-left: 5px;
}

.m-eusipa-container h2 {
    color: #ffffff;
}

.m-eusipa-11 h2 {
    background-color: #005870;
}

.m-eusipa-12 h2 {
    background-color: #006E5D;
}

.m-eusipa-13 h2 {
    background-color: #D48D20;
}

.m-eusipa-14 h2 {
    background-color: #818386;
}

.m-eusipa-20 h2 {
    background-color: #EA622D;
}

.m-eusipa-21 h2 {
    background-color: #EE1D23;
}

.m-eusipa-22 h2 {
    background-color: #8B0202;
}

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

.noUserError {
    color: #ffef93;
}

.solid-fastsearch-result {
    min-width: 300px;
    min-height: 50px;
}

.solid-fastsearch-result .table > thead > tr > th {
    text-align: left;
}

.solid-fastsearch-result .table > tbody > tr > td,
.solid-fastsearch-result .table > thead > tr > th {
    font-size: 10px;
    padding: 2px;
}

/*smaller devices need bigger buttons */
@media (max-width: 768px) {
    .solid-fastsearch-result table td,
    .solid-fastsearch-result table th {
        font-size: 12px;
        padding: 8px;
    }

    .modal-dialog {
        width: auto;
    }
}

/* Allow popup with to be up to 900px if screen/browser window width >= 768 ..*/
@media screen and (min-width: 768px) {
    .modal-dialog {
        right: auto;
        left: auto;
        width: auto;
        max-width: 900px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.showChatCount {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline;
    font-size: 8px;
    line-height: 10px;
    padding: 2px;
    position: relative;
    text-align: center;
    padding-left: 7px;
    padding-right: 6px;
    top: -14px;
    left: 6px;
}

.settingsLabel {
    clear: both;
    color: #B2D7F1;
    display: block;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 150px;
}

.settingsEntry .value {
    font-size: 13px;
}

.addressEntry .value {
    font-size: 13px;
}

.actions {
    font-size: 13px;
}

.dialogForm label {
    width: 100%;
}

.modal select {
    font-size: 10px;
    height: 4em;
    padding: 10px 0.5em 0.5em;
    text-indent: 0.01px;
    text-overflow: "";
}

.edit .glyphicon {
    margin-left: 10px;
    cursor: pointer;
}

.control-label {
    line-height: 4em;
}

.agenciesSelectionContainer {
    height: 165px;
    overflow: hidden;
}

.companiesSelectionContainer {
    height: 165px;
    overflow: hidden;
    width: 100%;
}

.topicsSelectionContainer {
    height: 165px;
    overflow: hidden;
    width: 100%;
}

.generalTopicsView {
    max-height: 165px;
    overflow: hidden;
    width: 100%;
}

.companyView {
    max-height: 165px;
    overflow: hidden;
    width: 100%;
}

.topicsView {
    max-height: 165px;
    overflow: hidden;
    width: 100%;
}

.icon-pdf:before {
    font-size: 30px;
}

.icon-pdf {
    width: 30px;
    line-height: 30px;
    float: right;
}

.disabled {
    cursor: not-allowed !important;

    background-color: #eeeeee;
}

.dataSpace {
    clear: both;
    display: inline-table;
    line-height: 4em;
    padding-left: 10px;
    vertical-align: middle;
    width: 12.9em;
}

.dataSpace > div {
    display: inline-table;
}

.newsSearchPrevDate {
    text-align: right;
}

.newsSearchTime {
    text-align: right;
}

.newsSearchAttachement {
    text-align: center;
}

.newsSearchHeader {
    text-align: left;
}

.favoritesDescription {
    text-transform: uppercase;
}

.pdfPrint {
    position: relative;
    top: -6px;
}

.form-control-static {
    padding-top: 7px;
    line-height: 4em;
}

/* temp: for ama with darker headers END */

#searchKeywordInput {
    background-image: url("../../../../static/themes/easy/img/magnifier.svg");
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 97% center;
}

.no-svg #searchKeywordInput {
    background-image: url("../../../../static/themes/easy/img/magnifier.png");
}

.noFloat {
    float: none;
}

.scrollWrapper {
    position: relative;
}

/* scroller */
.ghostTable {
    position: absolute;
    top: 0;
    left: 0;
}

/* end:scroller */

/* Alerting */
.priceLimit.upper {
    color: green;
}

.priceLimit.lower {
    color: red;
}

/* BONDS */
#bond-benchmark-chart-container {
    height: 210px;
}

.loadingText {
    display: block;
    height: 100%;
    margin-top: 25%;
    text-align: center;
}

#bond-benchmark-country-container .panel-title a {
    display: block;
}

#bond-benchmark-country-container .panel-title a .glyphicon {
    float: right;
}

#bond-benchmark-country-container .panel-title a img {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

#bond-benchmark-country-container .panel-title {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
}

#bond-benchmark-country-container .panel-collapse {
    margin-bottom: 0;
}

#bond-benchmark-country-container .panel-body {
    padding: 0;
}

/* News Search */
.newsSearch .plusbtn,
.newsSearch .clearbtn {
    font-size: 12px;
    line-height: 2em;
    margin-left: 1px;
    margin-right: 5px;
    padding-top: 0;
}

.newsSearch .companyView,
.newsSearch .agencyView {
    padding-top: 0;
    margin-top: 10px;
    line-height: 100%;
    width: 100%;
    float: left;
}

#agency-filter-dialog-content .btn,
#company-dialog-content .btn {
    margin-bottom: 10px;
}

.agencyView .agencyEntry,
.companyView .companyEntry {
    font-size: 12px;
}

.agencyView .agencyEntry > a,
.companyView .companyEntry > a {
    margin-right: 5px;
}

.newsSearchContent .control-label {
    line-height: 2em;
}

.newsSearch .timeTrigger.glyphicon {
    height: 2.7em;
    width: 2.7em;
}

.newsSearch .timeTrigger.glyphicon:hover,
.newsSearch .timeTrigger.glyphicon:active,
.newsSearch .timeTrigger.glyphicon:focus {
    color: rgb(157, 157, 157) !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

.newsSearch .bootstrap-timepicker-widget table td input {
    width: 45px;
}

.newsSearch select.disabled {
    background-color: #eeeeee;
}

.newsSearch .sbHolderDisabled {
    background-color: #eeeeee;
}

@media (max-width: 767px) {
    .newsSearch .hidden-xs-custom {
        display: none;
    }
}

/* Screener */

.screener-table .screener_symbol {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.screener-table .screener_image {
    vertical-align: middle !important;
}

.screener-table .left_symbol {
    float: left;
    margin-left: 10px;
}

.screener-table thead tr th {
    white-space: nowrap;
    padding-left: 20px;
}

.screener-table .screener_group th, .screener-table .screener_group td {
    border-top-width: 3px !important;
}

.screener-table .right_symbol {
    float: right;
}

table.helpTable td {
    padding-left: 5px;
    padding-right: 5px;
}

/* /screener */

/* Blog/Article Comments */

.wpArticleTable th.rss_category a {
    padding-right: 5px;
}

.wpArticleTable th.rss_category a.inactive {
    color: #999;
}

.wpArticleCategorySelection ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 1em;
}

/* HeatMap Component */

.heatmap {
    margin-left: auto;
    margin-right: auto;
}

.heatmap .heatmapElement {
    float: left;
    min-width: 150px;
    max-width: 250px;
    width: 19.5%;
    height: 150px;
    margin: 2px;
}

.heatmap .heatmapElement .table {
    height: 100%;
    table-layout: fixed;
}

.heatmap .heatmapElement .table tr {
    height: 50%;
}

.heatmap .heatmapElement .table tbody tr td {
    font-size: 150%;
    font-weight: bolder;
    padding: 8px;
    height: auto;
    border: none;
}

.heatmap .heatmapElement > .table > tbody > tr > td.m_name > span {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.heatmap .heatmapElement .table tbody tr td.nested div.nested {
    font-weight: normal;
}

.heatmap.mini .heatmapElement {
    width: 150px;
    height: 100px;
}

.heatmap.mini .heatmapElement .table tbody tr td {
    font-size: 110%;
}

.heatmap .heatmapElement.pos3 {
    background-color: rgba(0, 128, 0, 0.66);
}

.heatmap .heatmapElement.pos2 {
    background-color: rgba(0, 128, 0, 0.50);
}

.heatmap .heatmapElement.pos1 {
    background-color: rgba(0, 128, 0, 0.33);
}

.heatmap .heatmapElement.neg1 {
    background-color: rgba(255, 0, 0, 0.33);
}

.heatmap .heatmapElement.neg2 {
    background-color: rgba(255, 0, 0, 0.50);
}

.heatmap .heatmapElement.neg3 {
    background-color: rgba(255, 0, 0, 0.66);
}

.heatmap .heatmapElement.empty {
    background-color: rgba(194, 194, 194, 0.5);
}

/* DROP DOWN NAVIGATION STYLING */

.dropdown-nav {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.dropdown-nav .btn-default,
.details-filter-buttons .btn-default{
    background: transparent;
}

.dropdown-nav .btn,
.details-filter-buttons .btn{
    font-size: 12px;
    border-radius: 4px;
    color: #0950A0;
    border: 1px solid #0950A0;
    width: auto;
    height: auto;
    line-height: normal !important;
}

.dropdown-nav button,
.details-filter-buttons button{
    border-radius: 4px;
}

.dropdown-nav .dropdown-toggle .caret,
.details-filter-buttons .dropdown-toggle .caret{
    display: inline-block;
}

.dropdown-nav .active,
.details-filter-buttons .active{
    color: #FFF;
    background-color: #0958B3;
}

.excel-logo {
    height: 20px;
    width: 20px;
    margin-top: 5px;
    float: left;
}

/*
This class is used for the portfolio structure plugin
It sets a min and max height as well as forcing a bottom margin
*/
#portfolio .chartsContainer{
    min-height: 300px;
    max-height: 500px;
    margin-bottom: 25px;
}

.clearboth{
    clear:both;
}


.details-filter .tooltip-inner {
    padding: 0.5em;
    border-radius: 4px;
}

.details-filter .btn-group{
    padding-bottom: 10px;
}

.details-filter .slider-handle{
    background-color: #757575;
    background-image: none;
    width: 15px;
    height: 15px;
}

.details-filter .slider{
    margin-top: 5px;
    background: none;
}

.center-block{
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.details-filter .slider.slider-horizontal{
    width: 50%;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 0;
}

.details-filter-buttons .btn{
    color: #757575;
    border: 1px solid #757575;
}

.details-filter-buttons .active{
    color: #FFF;
    background-color: #757575;
}

#solid .details-filter .select2-choice{
    border-radius: 4px;
    border-color: #757575;
    min-height: 0;
    margin-bottom: 10px;
}

#solid .details-filter .select2-chosen{
    line-height: 28px;
    text-transform: none;
    font-size: 12px;
    font-family: "Open Sans",sans-serif;
}

#solid .details-filter .select2-container .select2-choice {
    height: 31px;
}

#solid .slider.slider-horizontal .slider-handle {
    margin-top: -3px;
}

.day .details-filter-buttons .btn-default:hover,
.day .details-filter-buttons .btn-primary:hover {
    background-color: #A5A5A5;
    border-color: #757575;
}
#performanceChart.fc{
    min-height:150px;
}
#bubblesContainer.bubbleChart{
    min-height: 250px;
}


/*********/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-top: 0px;
}
body.day {
    color: #333333;
}
.day h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight:normal;
    color: #581d74;
}
.day .nav-pills > li.active > a, .day .nav-pills > li.active > a:hover, .day .nav-pills > li.active > a:focus, .day .nav-pills > li > a:hover {
    background-color: #581d74;
    font-size: 13px;
    border: 1px solid #581d74;
}
.day a {
    color: #581d74;
}
.nav-pills > li {
    font-size: 13px;
}
.nav-pills > li > a {
    background-color: #ffffff;
    border: 1px solid #581d74;
    border-radius: 0px;
    color: #581d74;
}
.day tbody th {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    color: #333333;
}
.day td {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: none;
}
.m-detail-header .h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #581d74;
    text-transform: uppercase;
}
.day .m-detail-header {
    color: #333333;
}
.panel-default {
    border: 1px solid #E6E6E6;
}
.panel {
    box-shadow: none;
    border-radius: 0px;
}
.day .table > thead > tr > th, .day .table > thead > tr:first-child > th {
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
}
.day thead th {
    background-color: #E6E6E6;
    font-weight:bold;
    color: #581d74;
}
td, th {
    font-family: Arial, Helvetica, sans-serif;
}
.day .nav > li > a:hover, .day .nav > li > a:focus {
    background-color: #581d74;
}
.day a:hover, .day a:focus, .day a:active {
    color: #581d74;
}
.nav > li.disabled > a {
    color: #333333;
}
.day .fc .background {
    border: none;
    background: #581d74;
    color: #fff;
}
.day .fc .chartSettings .fcbutton.buttonBackground, .day .fc .chartSettings .tab.background {
    background: #581d74;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.fc .chartSettings .tab, .fc .chartSettings .tab.background {
    border: 1px solid #581d74;
    border-radius: 0px;
}
.day .fc .chartSettings .tab {
    border-color: #581d74;
    color: #581d74;
}
.select2-results .select2-highlighted {
    color: white;
    background-color: #581d74;
}
.select2-drop, .day label, .day legend {
    color: #333333;
}
#solid .fc .select2-arrow {
    background-image: url("../../../../static/themes/easy/img/arrow-dropdown-content-aqua.svg");
}
.day .btn-default, .day .btn-primary {
    background: none repeat scroll 0 0 #581d74;
    color: #ffffff;
    border-color: #581d74;
}
.day .btn-default:hover, .day .btn-primary:hover {
    background: none repeat scroll 0 0 #581d74;
    color: #ffffff;
    border-color: #581d74;
}
.day .input-group-btn .btn-default {
    color: #ffffff;
    border-color: #E6E6E6;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #581d74;
    border-color: #581d74;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #FFFFFF;
    background-color: #581d74;
    border-color: #E6E6E6;
}
.pagination > li > a, .pagination > li > span {
    color: #581d74;
}
.day .select2-choices:hover, .day .select2-choice:hover {
    border: 1px solid #581d74;
    color: #581d74;
}
.day .datepicker thead th,.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background-color: #581d74;
    font-weight: bold;
    color: #FFFFFF;
}
.day .datepicker th {
    border: 0;
    color: #FFFFFF;
}
.datepicker td, .datepicker th {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}
.day .datepicker td.active.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #581d74;
    background-image: none;
    border: 1px solid #581d74;
    color: #FFFFFF ;
}
.day .datepicker table tr td.day:hover {
    background: none repeat scroll 0 0 #581d74;
    cursor: pointer;
}

.marketInfo .bc .bcClock {
    float: left;
    height: 100px;
    margin-top: 3px;
    width: 100px;
    margin-left: 20px;
}

.market-data-infos {
    margin-left: 150px;
    margin-top: 10px;
    color: #333333;
    font-size:12px;
}

.market-data-infos span.title {
    font-weight: bold;
    text-decoration: underline;
    cursor: help;
}
@media (max-width: 400px) {
    .m-detail-header .h1 {
        font-size: 25px;
    }
}
.m-detail-header .trend{
    text-transform: none; !important;
    margin-left: 10px;
}
.m-detail-header .icon-trend-up{
    background: url("../../../../static/themes/easy/img/arrow_up.PNG") center center;
    width: 19px;
    height: 19px;
    margin-top: 6px;
}
.m-detail-header .icon-trend-down{
    background: url("../../../../static/themes/easy/img/arrow_down.PNG") center center;
    width: 19px;
    height: 19px;
    margin-top: 6px;
}
.m-detail-header .icon-trend-equal{
    background: url("../../../../static/themes/easy/img/arrow_equal.PNG") center center;
    width: 25px;
    height: 16px;
    margin-top: 6px;
}
footer{
    display: none;
}
