html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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: 10px;
  -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 {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.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;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
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: #777;
}
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: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.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;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.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: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}
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;
  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, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.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: auto;
}
.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: auto;
}
.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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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 {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-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;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  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;
  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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.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"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  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,
.form-horizontal .form-group-lg .form-control {
  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;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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 {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .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;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn: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 {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.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 {
  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,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.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 {
  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,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.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 {
  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,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.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 {
  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,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.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 {
  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,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  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: #777;
  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%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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 {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #595959;
  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.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 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;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 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;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@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;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
@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 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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 {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .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;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    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;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 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-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-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-left: 15px;
    margin-right: 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 > .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-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 {
  background-color: #e7e7e7;
  color: #555;
}
@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 > .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-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.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-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 {
  background-color: #080808;
  color: #fff;
}
@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: #777;
  }
  .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 > .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: #777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  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;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.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-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-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-right-radius: 3px;
  border-top-left-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;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-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 {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  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-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.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-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  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 (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !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 (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !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;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@charset "utf-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 0;
  zoom: 1;
}
*:focus {
  outline: none !important;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  min-height: 100%;
  position: relative;
}
img {
  height: auto;
  max-width: 100%;
}
a {
  color: #2e5481;
}
a:visited {
  color: #7996b7;
}
a:active {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 22px;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
p {
  margin-bottom: 22px;
}
p:last-child {
  margin-bottom: 0;
}
address {
  font-size: 13px;
}
hr {
  border: 0;
  border-bottom: 0 none;
  border-top: 1px solid #e1e1e1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 40px 0;
}
ul,
ol {
  margin: 0 0 22px 0;
  padding: 0 0 0 60px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.close,
.close:visited {
  -webkit-transition: color 0.2s linear;
  color: #7f7f7f;
  filter: alpha(opacity=100);
  float: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  opacity: 1;
  position: relative;
  text-shadow: none;
  transition: color 0.2s linear;
  vertical-align: top;
}
.close:hover,
.close:focus {
  -webkit-transition: color 0.2s linear;
  color: #1e1e1e;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: color 0.2s linear;
}
form {
  margin-bottom: 22px;
}
label {
  font-weight: bold;
  margin: 0 0 3px;
}
.form-control {
  -moz-border-radius: 3px;
  -moz-box-shadow:
    0 1px #fff,
    inset 0 1px 4px rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -webkit-box-shadow:
    0 1px #fff,
    inset 0 1px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  box-shadow:
    0 1px #fff,
    inset 0 1px 4px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  height: 40px;
  line-height: 22px;
  margin-bottom: 22px;
  min-height: 40px;
  padding: 8px 12px;
  width: 100%;
}
.form-control:hover {
  border-color: #ccc;
  text-decoration: none;
}
.form-control:focus {
  -moz-box-shadow: 0 0 10px rgba(46, 84, 129, 0.3);
  -moz-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  -webkit-box-shadow: 0 0 10px rgba(46, 84, 129, 0.3);
  -webkit-transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
  border: solid 1px #839bb7;
  box-shadow: 0 0 10px rgba(46, 84, 129, 0.3);
  outline: none;
  transition:
    border linear 0.2s,
    box-shadow linear 0.2s;
}
button {
  outline: none;
  text-decoration: none;
}
.dropdown-menu {
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  min-width: 156px;
  padding: 0;
  z-index: 800;
}
.btn,
.btn:visited,
.btn.btn-default {
  -moz-border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: none;
  -webkit-transition:
    background 0.2s linear,
    color 0.2s linear;
  background: #1e1e1e;
  border: 0 none;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  filter: none;
  line-height: 22px;
  outline: none;
  padding: 9px 20px;
  text-shadow: none;
  transition:
    background 0.2s linear,
    color 0.2s linear;
  white-space: normal;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.disabled,
.btn[disabled],
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active,
.open .dropdown-toggle.btn-default {
  -webkit-transition:
    background 0.2s linear,
    color 0.2s linear;
  background: #565656;
  color: #fff;
  outline: none;
  transition:
    background 0.2s linear,
    color 0.2s linear;
}
.btn[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary,
.btn.btn-primary:visited {
  background: #037ac5;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.disabled,
.btn.btn-primary[disabled] {
  background-color: #048ce2;
  color: #fff;
}
.btn.btn-primary:active,
.btn-group.open .btn.dropdown-toggle.btn-primary {
  background-color: #048ce2;
}
.btn.btn-warning,
.btn.btn-warning:visited {
  background: #f89406;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.disabled,
.btn.btn-warning[disabled] {
  background-color: #fda425;
  color: #fff;
}
.btn.btn-warning:active,
.btn-group.open .btn.dropdown-toggle.btn-warning {
  background-color: #fda425;
}
.btn.btn-danger,
.btn.btn-danger:visited {
  background: #c10841;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.disabled,
.btn.btn-danger[disabled] {
  background-color: #d70a49;
  color: #fff;
}
.btn.btn-danger:active,
.btn-group.open .btn.dropdown-toggle.btn-danger {
  background-color: #d70a49;
}
.btn.btn-success,
.btn.btn-success:visited {
  background: #738d00;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.disabled,
.btn.btn-success[disabled] {
  background-color: #8aa902;
  color: #fff;
}
.btn.btn-success:active,
.btn-group.open .btn.dropdown-toggle.btn-success {
  background-color: #8aa902;
}
.btn.btn-info,
.btn.btn-info:visited {
  background: #0098ca;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.disabled,
.btn.btn-info[disabled] {
  background-color: #02a9e0;
  color: #fff;
}
.btn.btn-info:active,
.btn-group.open .btn.dropdown-toggle.btn-info {
  background-color: #02a9e0;
}
.btn-group > .btn:first-child {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.btn-group > .btn:last-child {
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.btn-group > .btn:before,
.btn-group > .btn:after {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.btn-group > .btn:after {
  left: auto;
  right: 0;
}
.btn-group > .btn:first-child:before,
.btn-group > .btn:last-child:after,
.btn-group > .btn:only-of-type:after,
.btn-group > .btn:only-of-type:before {
  display: none;
}
.table {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 22px;
  text-align: center;
}
th {
  text-align: center;
}
.table th,
.table td,
.table > thead > tr > th,
.table > tbody > tr > td {
  border-top: 1px solid #e1e1e1;
  line-height: 24px;
  padding: 8px 10px 3px;
}
.table > thead > tr > th {
  border-bottom: 1px solid #e1e1e1;
  font-size: 18px;
  padding: 13px 10px 12px;
}
.table-striped thead th {
  background-color: #f7f7f7;
}
.table-striped tbody > tr:nth-child(odd) > td {
  background: none;
}
.table-hover tbody tr > td {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.table-hover tbody tr:hover > td {
  -webkit-transition: all 0.4s linear;
  background-color: #fffdee;
  transition: all 0.4s linear;
}
.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: 4px 5px;
}
blockquote {
  border-left: 2px solid #e1e1e1;
  margin: 0 0 22px;
  padding: 0 0 0 20px;
}
.panel {
  -webkit-box-shadow: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 22px;
}
.panel-body {
  padding: 10px 20px;
}
.panel-default {
  border-color: #e1e1e1;
}
.fixed-header {
  margin-top: 0;
  padding-top: 104px;
}
.fixed-header-scroll {
  padding-top: 60px;
}
.fixed-header .header {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition:
    background 0.2s linear,
    margin-top 0.2s linear;
  background: #fff;
  left: 0;
  margin: 0;
  position: fixed;
  top: 0;
  transition:
    background 0.2s linear,
    margin-top 0.2s linear;
  z-index: 870;
}
.sidebar .widget {
  margin: 0 0 80px;
}
.sidebar .widget:last-of-type {
  margin-bottom: 0;
}
.sidebar .widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.sidebar .widget ul li a {
  display: inline-block;
  line-height: 24px;
  min-height: 24px;
}
.sidebar .widget header {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 40px;
  padding: 0 0 15px;
  position: relative;
}
.sidebar .widget header:before {
  background: #1e1e1e;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
#main {
  padding: 50px 0 160px;
}
#footer {
  bottom: 0;
  color: #7f7f7f;
  margin: -310px 0 0 0;
  overflow-x: hidden;
  position: absolute;
  width: 100%;
}
#footer.footer-two {
  margin: -183px 0 0 0;
}
#footer .footer-top {
  background: #f2f2f2;
  font-size: 12px;
  line-height: 21px;
  padding: 50px 0 13px;
}
#footer.footer-two .footer-top {
  padding-bottom: 43px;
}
.frame {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.lead {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 26px;
}
.big-icon,
.big-icon:visited {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -webkit-transition: opacity 0.2s linear;
  border-radius: 50px;
  color: #1e1e1e;
  display: block;
  height: 100px;
  margin: 0 auto 20px;
  text-align: center;
  transition: opacity 0.2s linear;
  width: 100px;
}
.big-services-box {
  margin-bottom: 40px;
  text-align: center;
}
.big-services-box a:not(.btn) {
  -webkit-transition: opacity 0.2s linear;
  color: #1e1e1e;
  display: inline-block;
  transition: opacity 0.2s linear;
}
.big-services-box a:hover {
  -webkit-transition: opacity 0.2s linear;
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration: none;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
.bg {
  background-color: #f2f2f2;
}
.livicon {
  display: inline-block;
  line-height: inherit;
  vertical-align: middle;
}
.bottom-padding {
  margin-bottom: 80px;
}
.box-404 {
  -moz-border-radius: 177px;
  -webkit-border-radius: 177px;
  border-radius: 177px;
  font-weight: normal;
  height: 354px;
  margin: 0 auto;
  padding: 92px 0 0;
  text-align: center;
  width: 354px;
}
.big-icon,
.big-icon:visited,
.close:hover,
.close:focus,
.box-404 h1 {
  color: #0098ca;
}
.box-404 h1 {
  font-size: 150px;
  font-weight: normal;
  line-height: 0.9;
  margin: 0;
}
.box-404 h2 {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
.bs-callout {
  border-left: 3px solid #eee;
  padding: 10px 20px;
}
.bs-callout h6 {
  margin-bottom: 5px;
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  background-color: #fff;
  border-radius: 3px;
}
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.bs-callout-danger h6 {
  color: #d9534f;
}
.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.bs-callout-warning h6,
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.bs-callout-info h6,
.bs-callout-info h3,
.bs-callout-info h4 {
  color: #007aa5;
}
@media (min-width: 992px) {
  .navbar-collapse {
    display: block !important;
    height: auto !important;
  }
}
@media (max-width: 991px) {
  .fixed-header .header {
    -moz-box-shadow: none;
    -webkit-backface-visibility: inherit;
    -webkit-box-shadow: none;
    -webkit-transform: inherit;
    box-shadow: none;
    position: static;
    top: inherit;
    z-index: inherit;
  }
  .fixed-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .header .primary .navbar .nav .megamenu .title .open-sub span {
    background: #7f7f7f;
    height: 2px;
    margin: 14px 0 0 38px;
    position: absolute;
    width: 12px;
  }
  .header .primary .navbar .nav .megamenu .title .open-sub span + span {
    height: 12px;
    margin: 9px 0 0 43px;
    width: 2px;
  }
  .header .primary .navbar .nav > .parent.active > a,
  .header .primary .navbar .nav > .parent.active:hover > a {
    background: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header .primary .navbar .nav > .parent.active > a .open-sub span {
    background: #fff;
  }
  .header .primary .navbar .nav .parent.active > a .open-sub span + span,
  .header .primary .megamenu .box.active .title .open-sub span + span {
    display: none;
  }
  .header .primary .navbar .nav > .parent.active > a,
  .header .primary .navbar .nav > .parent.active:hover > a {
    background-color: #0098ca;
  }
  .header .primary .navbar .nav > .parent.active > a,
  .header .primary .navbar .nav > .parent.active:hover > a {
    border-color: #0098ca;
  }
  .sidebar.col-sm-12 {
    margin-top: 40px;
  }
  .portfolio .filter-buttons {
    float: none;
    margin-bottom: 20px;
  }
  .count-down-box {
    float: none;
    margin-bottom: 30px;
  }
  #footer .sidebar .widget:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-top .col-md-3 {
    margin-bottom: 40px;
  }
}
.filter-list.filter-buttons .dropdown-menu {
  width: auto;
}
.filter-list.filter-buttons .dropdown-menu > li:hover {
  background: transparent !important;
}
.filter-list.filter-buttons .dropdown-menu > li > a:hover,
.filter-list.filter-buttons .dropdown-menu > li > a:focus {
  background: transparent !important;
}
@media (min-width: 420px) {
  .filter-list.filter-buttons .dropdown-toggle {
    display: none;
  }
  .filter-list.filter-buttons .dropdown-menu {
    -webkit-box-shadow: none;
    background: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    display: block !important;
    float: none;
    left: inherit;
    margin: 0;
    min-width: inherit;
    padding: 0;
    position: relative;
    top: inherit;
    z-index: inherit;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
  }
  .filter-list.filter-buttons .dropdown-menu > li {
    float: none;
    margin: 0 20px 10px 0;
    padding: 0;
  }
  .filter-list.filter-buttons .dropdown-menu > li:hover {
    background: transparent !important;
  }
  .filter-list.filter-buttons .dropdown-menu > li > a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: opacity 0.2s ease-out;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    clear: none;
    color: #1e1e1e;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0 20px;
    transition: opacity 0.2s ease-out;
  }
  .filter-list.filter-buttons .dropdown-menu > li > a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    background: transparent !important;
    background-color: transparent !important;
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
  }
  .filter-list.filter-buttons .dropdown-menu > li > a.active {
    border: 1px solid #e1e1e1;
    filter: alpha(opacity=100);
    font-weight: bold;
    opacity: 1;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  body {
    min-width: 320px;
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
  }
  #main {
    padding: 40px 0;
  }
  .sidebar {
    margin-top: 40px;
  }
  .sidebar .widget {
    margin: 0 0 40px;
  }
  .bottom-padding {
    margin-bottom: 40px;
  }
  .bottom-padding-mini {
    margin-bottom: 0;
  }
  .bottom-padding.bottom-padding-mini {
    margin-bottom: 40px;
  }
  .box-404 {
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    height: 300px;
    margin: 0 auto 40px;
    padding: 75px 0 0;
    width: 300px;
  }
  .box-404 h1 {
    font-size: 120px;
  }
  #footer {
    margin-top: 0;
  }
  #footer .sidebar {
    margin-top: 0;
  }
  #footer .footer-top {
    padding-bottom: 0;
  }
  #footer .footer-top .col-md-3 {
    margin-bottom: 36px;
    overflow: hidden;
  }
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.scrollable-menu {
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
}
.st-hide {
  display: none !important;
}
.breadcrumb-box {
  background: #f2f2f2;
  overflow: hidden;
}
.breadcrumb {
  background: #f2f2f2;
  color: #595959;
  font-size: 11px;
  line-height: 18px;
  list-style: none;
  margin: 0;
  padding: 11px 0;
}
.breadcrumb > li {
  display: inline-block;
  line-height: 18px;
  text-shadow: none;
}
.breadcrumb > .active {
  color: #595959;
}
.breadcrumb > li > a {
  -webkit-transition: opacity 0.2s linear;
  color: #595959;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
.breadcrumb > li > a:hover {
  -webkit-transition: opacity 0.2s linear;
  filter: alpha(opacity=80);
  opacity: 0.8;
  transition: opacity 0.2s linear;
}
.breadcrumb > li + li:before {
  color: #595959;
  content: "/ ";
  padding: 0 6px;
}
.sidebar .widget header .title {
  color: #666;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
.page-header {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 80px;
  padding: 0;
}
.page-header .title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
}
.page-header .container {
  position: relative;
}
.page-header .container:before {
  background: #1e1e1e;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 15px;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding-left: 10px;
    padding-right: 60px;
  }
  .page-header .container:before {
    left: 10px;
  }
  .page-header {
    margin-bottom: 40px;
  }
}
.page-header {
  margin-bottom: 50px;
}
.page-header .title {
  padding-top: 50px;
  padding-bottom: 18px;
}
.nav-pills li.active > a,
.nav-pills li.active > a:hover,
.nav-pills li.active > a:focus {
  -ms-border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #006f95;
  border-radius: 0;
  color: #006f95;
  margin-bottom: -1px;
}
.breadcrumb-box .container {
  position: relative;
}
.breadcrumb-box .hour-switch {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
}
.breadcrumb-box .hour-switch .hour-format {
  background-color: transparent;
  color: #006f95;
}
.breadcrumb-box .hour-switch .hour-format.active {
  color: #595959;
}
.title-box .title {
  color: #666;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 12px 0;
  padding: 14px 0 0;
}
@media (max-width: 767px) {
  .page-header .title {
    padding-top: 0;
  }
}
.countries .title {
  font-size: 24px;
}
.local-info-title .title {
  color: #333;
  font-size: 32px;
}
.nav-pills li > a:hover {
  -ms-border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #006f95;
  border-radius: 0;
  color: #006f95;
  margin-bottom: -1px;
}
.sub-nav .nav-pills li > a:hover,
.sub-nav .nav-pills li > a:focus,
.sub-nav .nav-pills li.active > a,
.sub-nav .nav-pills li.active > a:hover,
.sub-nav .nav-pills li.active > a:focus {
  text-decoration: none;
}
.nav-pills li > a {
  color: #006f95;
}
.nav-pills > li + li {
  margin-left: 0;
}
.sub-nav {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.sub-nav.navbar-fixed-top {
  z-index: 865;
}
.sub-nav .nav-pills li > a {
  display: block;
  padding: 5px 15px 5px;
}
.no-margin {
  margin: 0;
}
.no-padding,
.header.no-padding {
  padding: 0;
}
.page-header-wrap {
  margin-bottom: 40px;
}
#footer.footer-two {
  margin-top: -110px;
}
#footer .footer-top {
  font-size: 13px;
  text-align: center;
}
.home-current-time .home-time-loading {
  visibility: hidden;
}
.icon-spinner {
  animation: spin 1s linear infinite;
  font-size: 18px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.home-current-time {
  margin-bottom: 30px;
  margin-top: 40px;
}
.home-current-time .content-block {
  padding: 20px 30px 25px;
}
.home-current-time .time {
  margin-bottom: 10px;
}
.home-current-time .details {
  color: #666;
  line-height: 20px;
}
.home-current-time .time .time-extra {
  color: #666;
}
.hour-switch-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 34px;
}
.hour-switch {
  color: #555;
  cursor: default;
  float: right;
  font-size: 18px;
}
.hour-switch-container .hour-switch {
  float: none;
  position: relative;
  z-index: 2;
}
.hour-switch .hour-format {
  background-color: #fff;
  color: #005f84;
  padding: 5px 8px;
}
.hour-switch .hour-format.active {
  color: #333;
  cursor: default;
  pointer-events: none;
}
.bigger-icon i:before {
  font-size: 64px;
  line-height: 102px;
}
.bigger-icon i.icon-timer:before {
  line-height: 100px;
}
.bigger-icon i.icon-stopwatch:before {
  line-height: 96px;
  padding-left: 2px;
}
.bigger-icon .livicon {
  height: 64px;
  padding-top: 18px;
  width: 63px;
}
.bigger-icon .livicon svg {
  height: 64px;
  max-height: 100px;
  max-width: 100px;
}
.time-selector {
  display: none;
}
.sidebar .widget header {
  margin-bottom: 20px;
}
.sidebar .widget ul {
  padding-left: 20px;
}
.title-box {
  border-bottom-width: 1px;
  margin-bottom: 40px;
  position: relative;
}
.title-box:before {
  background: #1e1e1e;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
.banner-set:before {
  border-top: 1px solid #e1e1e1;
  content: "";
  display: block;
  left: 0;
  margin-top: -1px;
  position: absolute;
  right: 0;
}
.banner-set:after {
  border-top: 1px solid #e1e1e1;
  content: "";
  display: block;
  left: 0;
  margin-top: -1px;
  position: absolute;
  right: 0;
}
.sort-catalog .dropdown-backdrop {
  position: static;
}
.sort-catalog .btn-group .dropdown-toggle,
.sort-catalog .btn-group.open .dropdown-toggle {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sort-catalog .dropdown-menu {
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  padding: 0;
  width: 100%;
  z-index: 800;
}
.sort-catalog .open > .dropdown-menu {
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}
.toolbar .sort-catalog {
  float: left;
  margin: 0 20px 30px 1px;
}
.toolbar .sort-catalog .btn.dropdown-toggle {
  background-color: #037ac5;
}
.toolbar .checkbox label {
  margin-left: 20px;
}
.sort-catalog + .sort-catalog {
  margin-right: 0;
}
.btn-group.btn-select {
  color: #7f7f7f;
  font-size: 12px;
  vertical-align: top;
}
.btn-group.btn-select .dropdown-toggle {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  box-shadow: none;
  color: #7f7f7f;
  z-index: 2;
}
.btn-group.btn-select.open .btn.dropdown-toggle {
  -moz-border-radius: 3px 3px 0 0;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0 none;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #7f7f7f;
}
.btn-group.btn-select .btn.dropdown-toggle .caret {
  color: #fff;
  margin-left: 0;
}
.btn-group.btn-select.open .btn.dropdown-toggle .caret {
  color: #777;
}
.btn-group.btn-select.open .btn.dropdown-toggle:after {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin: 0 0 -6px;
  position: absolute;
  right: 0;
  top: auto;
  z-index: 3;
}
.btn-group.btn-select .dropdown-menu {
  -moz-border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  margin: 0;
  padding-top: 8px;
  z-index: 1;
}
.btn-group.btn-select .dropdown-menu > li > a {
  font-size: 13px;
  line-height: 22px;
  padding: 6px;
}
.btn-group.btn-select .dropdown-menu > li > a:hover {
  background: #f2f2f2;
}
.btn-group.btn-select .dropdown-menu > li > a img {
  margin: 5px 9px 0 0;
  vertical-align: top;
}
.dropdown-menu > li > a i {
  font-size: 18px;
  margin-right: 10px;
  min-width: 18px;
  vertical-align: middle;
}
.toolbar .sort-catalog .dropdown-toggle {
  background-color: #1e1e1e;
  background-color: rgba(30, 30, 30, 0.7);
  color: #ccc;
  z-index: 26;
}
.toolbar .sort-catalog .dropdown-toggle span {
  color: #fff;
}
.toolbar .sort-catalog .open .dropdown-toggle span {
  color: #7f7f7f;
}
.btn-group.btn-select .dropdown-toggle,
.product .product-hover,
.employee .employee-hover,
.slider .slid-content {
  color: #fff;
}
#main > .container {
  padding-bottom: 30px;
}
#main {
  padding: 0 0 160px;
}
@media (max-width: 767px) {
  #footer.footer-two {
    margin: 0;
  }
  .container.hour-switch-container {
    min-height: 28px;
    padding-left: 0;
    padding-right: 0;
  }
  body .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-two li {
  line-height: 21px;
}
.footer-two a,
.footer-two a:visited {
  -webkit-transition: color 0.2s linear;
  color: #595959;
  margin: 8px;
  text-decoration: none;
  transition: color 0.2s linear;
}
.footer-two a:hover {
  -webkit-transition: color 0.2s linear;
  color: #000;
  transition: color 0.2s linear;
}
.footer-links {
  text-align: center;
}
.footer-links hr {
  margin: 0;
}
.footer-links a {
  display: inline-block;
  margin: 0 10px;
  padding: 10px;
}
.icon.icon-globe {
  padding-top: 17px;
  width: 100px;
  height: 84px;
  padding-left: 5px;
}
.icon-globe:before {
  line-height: 100px;
}
#footer .newsletter input:focus + .submit,
.icon,
.big-icon,
.big-icon:visited,
.service .icon,
.close:hover,
.close:focus,
.img-thumbnail:hover .bg-images i:before,
.box-404 h1,
.gallery-images:hover .bg-images i:before,
.features-block .header-box .icon-box,
.features-block .header-box,
.sidebar .newsletter input:focus + .submit,
.sidebar .section .selected .close:hover,
.package .price-box .price,
.package .price-box .icon,
.pricing .options li span,
.banner-set .next:hover,
.banner-set .prev:hover,
.btn.btn-border,
.btn.btn-border .caret,
.product-remove:hover,
.one-page .header .primary .navbar .nav .active {
  color: #0098ca;
}
#top-box,
.carousel-box .next:hover,
.carousel-box .prev:hover,
.product .product-hover,
#footer .up:hover,
.btn,
.btn:visited,
.slider .slider-nav,
.banner-set .pagination a:hover,
.employee .employee-hover,
.carousel-box .pagination a:hover,
.pagination > li > a:hover,
.pagination > li > a:focus,
.sidebar .tags a:hover,
.sidebar .banners .banner-text,
#catalog .category-img .description,
.product-bottom .related-products header:before,
.slider.rs-slider .tparrows,
.slider.rs-slider .tparrows:hover,
.toolbar .sort-catalog .dropdown-toggle,
.toolbar .grid-list .grid,
.toolbar .grid-list .list,
.toolbar .up-down,
.toolbar .grid-list a.grid:hover,
.toolbar .grid-list a.list:hover,
.sidebar .tags a,
.panel-group .panel-default .panel-heading > .panel-title > a:before,
.panel-group .panel-default .panel-heading > .panel-title > a:after,
.new-radio.checked span,
.list .product .actions a:hover,
.product-page .col-md-7 .actions a:hover,
.product-page .image-box .thumblist-box .prev:hover,
.product-page .image-box .thumblist-box .next:hover,
.sidebar .calendar-wrap caption,
.btn-group.open .btn.dropdown-toggle,
.product .limit-offer,
.product .not-rotation-actions,
.fancybox-nav span:hover,
.progressive-slider-two .pagination a,
.progressive-slider-two .pagination a:hover,
.progressive-slider-two .pagination .selected {
  background-color: #0098ca;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#_atssh {
  display: none;
}
@media (min-width: 992px) {
  .sub-nav.navbar-fixed-top {
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.15);
    margin-top: 60px;
  }
  .footer-links {
    bottom: 110px;
    position: absolute;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .fixed-header .header {
    -moz-box-shadow: none;
    -webkit-backface-visibility: inherit;
    -webkit-box-shadow: none;
    -webkit-transform: inherit;
    box-shadow: none;
    position: static;
    top: inherit;
    z-index: inherit;
  }
}
@media (max-width: 767px) {
  #main {
    margin: 40px 0 0;
    padding: 0 0 100px 0;
  }
  .sidebar .widget ul li a {
    line-height: 44px;
    min-height: 44px;
  }
  .sidebar .widget ul li {
    margin: 5px 0;
  }
  .footer-links {
    display: none;
  }
  #footer.footer-two .footer-top {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 480px) {
  .sub-nav {
    display: none;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.no-gutter-left {
  padding-left: 0;
}
.no-gutter-right {
  padding-right: 0;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
nextjs-portal,
#__next-dev-overlay,
#__next-build-watcher,
#nextjs__container,
.nextjs__container {
  display: none !important;
}

@media print {
  .header .navbar {
    display: none;
  }
}

.header {
  background: rgba(255, 255, 255, 0.97);
  min-height: 60px;
  padding: 22px 0;
  width: 100%;
}

.header.header-shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.header .container {
  min-height: 60px;
  position: relative;
}

.header .logo {
  color: inherit;
  display: table-cell;
  height: 60px;
  max-width: 100%;
  table-layout: fixed;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}

.header .logo img {
  max-height: 60px;
}

.logo {
  text-align: left;
}

.logo-box .logo {
  min-width: 160px;
}

.logo-box .logo img {
  vertical-align: bottom;
}

h5.logo-text {
  color: #333;
  display: inline-block;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 0 5px;
  text-align: left;
}

h5.logo-text small {
  color: #595959;
  display: block;
  font-size: 10px;
}

a.logo:active,
a.logo:hover,
a.logo:focus,
a.logo:visited {
  text-decoration: none;
}

.header .right-box {
  padding-left: 0;
}

.header .primary {
  margin-top: 7px;
  width: 100%;
}

.header .primary .navbar {
  background: none;
  border: 0;
  margin: 0;
  min-height: inherit;
  position: relative;
}

.header .primary .navbar .desktop-nav {
  display: none;
}

.header .primary .navbar .mobile-nav {
  display: inline-block;
  position: relative;
}

.header .primary .navbar .mobile-nav > .mobile-main-toggle {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.header .primary .navbar .mobile-nav > .btn-navbar:before {
  border-left: 0;
  content: none;
  display: none;
}

.header .primary .navbar .mobile-nav > .navbar-collapse {
  clip-path: inset(0 0 100% 0);
  display: block;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition:
    clip-path 0.28s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.22s cubic-bezier(0.22, 0.61, 0.36, 1),
    visibility 0s linear 0.28s;
  visibility: hidden;
  will-change: clip-path, transform;
}

.header .primary .navbar .mobile-nav > .mobile-main-toggle:checked ~ .navbar-collapse {
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
  transform: translateY(0);
  transition:
    clip-path 0.32s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.22s cubic-bezier(0.22, 0.61, 0.36, 1),
    visibility 0s linear 0s;
  visibility: visible;
}

.header .primary .navbar .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .primary .navbar .nav > li {
  position: relative;
}

.header .primary .navbar .nav > li > a {
  color: #1e1e1e;
  display: block;
  text-decoration: none;
}

.header .primary .navbar .nav > li > a:hover,
.header .primary .navbar .nav > li > a:focus {
  background-color: transparent;
}

.header .primary .sub {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .primary .sub a {
  color: #1e1e1e;
  display: block;
  text-decoration: none;
}

.header .primary .sub a:hover {
  opacity: 0.7;
}

.header .primary .navbar .nav .open-sub {
  display: none;
}

.header .primary .navbar .mobile-menu .mobile-sub-toggle {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

@media (min-width: 992px) {
  .header .primary .navbar .desktop-nav {
    display: block;
    margin-left: 150px;
  }

  .header .primary .navbar .mobile-nav {
    display: none;
  }

  .header .primary .navbar .nav {
    float: none;
    margin: 0;
    position: relative;
  }

  .header .primary .navbar .nav > li {
    padding: 0 4px;
    position: relative;
  }

  .header .primary .navbar .nav > li > a {
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 11px 15px;
    position: static;
    transition: all 0.2s linear;
    z-index: 901;
  }

  .header .primary .navbar .nav > li > a:hover,
  .header .primary .navbar .nav > li > a:focus,
  .header .primary .navbar .nav > li:hover > a {
    background: #fff;
    border-color: #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }

  .header .primary .navbar .nav > li.parent:hover > a {
    border-bottom-color: transparent;
    border-radius: 3px 3px 0 0;
  }

  .header .primary .navbar .nav > li.parent > a::after {
    background: transparent;
    bottom: 0;
    content: "";
    display: none;
    height: 12px;
    left: 5px;
    margin: 0 0 -6px;
    position: absolute;
    right: 5px;
    transition: background 0.5s linear;
    z-index: 906;
  }

  .header .primary .navbar .nav > li.parent:hover > a::after,
  .header .primary .navbar .nav > li.parent:focus-within > a::after {
    background: #fff;
    display: block;
    transition: background 0.1s linear;
  }

  .header .primary .sub {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 3px 3px 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 13px;
    line-height: 24px;
    margin: -1px 0 0;
    padding: 15px 20px;
    position: absolute;
    top: 100%;
    z-index: 905;
  }

  .header .primary .sub li {
    font-size: 13px;
    line-height: 24px;
  }

  .header .primary .sub a {
    width: 175px;
  }

  .header .primary .parent:hover > .sub,
  .header .primary .parent:focus-within > .sub {
    display: block;
  }
}

@media (max-width: 991px) {
  .header.header-shadow {
    border-bottom: 0;
    box-shadow: none;
  }

  .header {
    padding: 10px 0;
    width: auto;
  }

  .header .right-box-wrapper {
    text-align: right;
  }

  .header .primary {
    float: right;
    margin: 0;
    width: auto;
  }

  .header .right-box {
    margin-top: 10px;
    position: relative;
  }

  .header .primary .navbar .mobile-nav > .btn-navbar {
    align-items: center;
    background: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    height: 46px;
    justify-content: center;
    line-height: 15px;
    margin: 0;
    min-width: 44px;
    padding: 0 10px;
    position: relative;
    z-index: 920;
  }

  .header .primary .navbar .mobile-nav > .mobile-main-toggle:checked + .btn-navbar {
    background: #fff;
    border-color: #ccc;
    border-bottom: 0;
  }

  .header .primary .navbar .mobile-nav > .btn-navbar .icon-bar {
    background: #0098ca;
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 22px;
  }

  .header .primary .navbar .mobile-nav > .navbar-collapse {
    left: auto;
    margin: 21px 0 0;
    max-width: calc(100vw - 24px);
    min-width: 280px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: calc(100vw - 24px);
    z-index: 919;
  }

  .header .primary .navbar .nav {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px 0 3px 3px;
    float: none;
    padding: 6px 6px 3px;
    width: 100%;
  }

  .header .primary .navbar .nav > li {
    margin: 0 0 3px;
    padding: 0;
  }

  .header .primary .navbar .nav > li > a {
    align-items: center;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    display: flex;
    min-height: 44px;
    padding: 7px 9px 7px 59px;
    text-align: left;
  }

  .header .primary .navbar .nav > li > a:hover,
  .header .primary .navbar .nav > li > a:focus {
    background: #e9e9e9;
    border-color: #e9e9e9;
  }

  .header .primary .sub,
  .header .primary .parent:hover > .sub,
  .header .primary .parent:focus-within > .sub {
    display: none;
  }

  .header .primary .navbar .mobile-menu .mobile-parent .open-sub {
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 55px;
  }

  .header .primary .navbar .mobile-menu .mobile-parent .open-sub span {
    background: #0098ca;
    display: block;
    height: 2px;
    margin: 17px 0 0 15px;
    position: absolute;
    width: 16px;
  }

  .header .primary .navbar .mobile-menu .mobile-parent .open-sub span + span {
    height: 16px;
    margin: 10px 0 0 22px;
    width: 2px;
  }

  .header .primary .navbar .mobile-menu .mobile-parent > .sub {
    animation: none;
    background: #f7f7f7;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    max-height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: static;
    transform: translateY(-2px);
    transition:
      max-height 0.24s ease,
      opacity 0.18s ease,
      padding 0.24s ease,
      transform 0.18s ease;
  }

  .header .primary .navbar .mobile-menu .mobile-parent > .sub a {
    align-items: center;
    color: #7f7f7f;
    display: flex;
    min-height: 44px;
    padding: 4px 9px 4px 60px;
    text-align: left;
    width: auto;
  }

  .header .primary .navbar .mobile-menu .mobile-parent > .mobile-sub-toggle:checked ~ .sub {
    max-height: 240px;
    opacity: 1;
    padding: 6px 0 5px;
    pointer-events: auto;
    transform: translateY(0);
  }

  .header
    .primary
    .navbar
    .mobile-menu
    .mobile-parent
    > .mobile-sub-toggle:checked
    + a
    + .open-sub
    span
    + span {
    display: none;
  }
}

@media (max-width: 767px) {
  .header .primary .navbar .mobile-nav > .btn-navbar {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 600px) {
  .header .primary .navbar .mobile-nav > .btn-navbar {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.autocomplete-list {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.autocomplete-list .list-group-item:hover {
  cursor: pointer;
  background-color: #e9e9e9;
}
.autocomplete-active {
  background-color: #e9e9e9;
}
.autocomplete-list .quick-search-time {
  flex: 0 0 auto;
  font-weight: normal;
  white-space: nowrap;
  align-self: center;
}
.autocomplete-list .list-group-item {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.autocomplete-list .list-group-item .text {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}

.city-header {
  margin-top: 50px;
}
.city-header > div {
  padding: 0;
}
.local-info-title {
  margin-top: 0;
}
.inactive {
  color: #999;
}
.local-info {
  padding: 30px;
}
.local-info .row {
  padding: 10px 0;
}
.local-info .row.border-bottom {
  border-bottom: 1px solid #e1e1e1;
}

:root {
  --converter-bg: #f9fbfc;
  --converter-bg: oklch(98.7% 0.006 220);
  --converter-surface: #fcfdfd;
  --converter-surface: oklch(99.3% 0.004 220);
  --converter-surface-muted: #f3f6f7;
  --converter-surface-muted: oklch(96.8% 0.007 220);
  --converter-line: #d9e0e4;
  --converter-line: oklch(87.8% 0.011 220);
  --converter-line-strong: #abb8c0;
  --converter-line-strong: oklch(77% 0.023 220);
  --converter-text: #2c3942;
  --converter-text: oklch(26% 0.024 232);
  --converter-muted: #697782;
  --converter-muted: oklch(51% 0.023 232);
  --converter-accent: #1689b8;
  --converter-accent: oklch(58% 0.118 220);
  --converter-accent-strong: #0c729c;
  --converter-accent-strong: oklch(47% 0.12 220);
  --converter-focus-ring: rgba(22, 137, 184, 0.28);
  --converter-focus-ring: color-mix(in oklch, var(--converter-accent) 38%, transparent);
  --converter-on-accent: #fbfdfe;
  --converter-on-accent: oklch(99% 0.004 220);
  --converter-radius: 8px;
  --converter-shadow: none;
}

.converter-panel {
  background-color: var(--converter-surface);
  border-color: var(--converter-line);
  border-radius: var(--converter-radius);
  border-top-width: 1px;
  box-shadow: none;
  min-height: 250px;
  overflow: visible;
}

.breadcrumb-box .container {
  position: relative;
}

.breadcrumb-box .hour-switch {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
}

.breadcrumb-box .hour-switch .hour-format {
  background-color: transparent;
  color: #006f95;
}

.breadcrumb-box .hour-switch .hour-format.active {
  color: #595959;
}

html.st-format-24 .breadcrumb-box .hour-switch .hour-format[data-format="format12"] {
  color: #006f95;
}

html.st-format-24 .breadcrumb-box .hour-switch .hour-format[data-format="format24"] {
  color: #595959;
}

html.st-format-24 body.dark .breadcrumb-box .hour-switch .hour-format[data-format="format12"] {
  color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}

html.st-format-24 body.dark .breadcrumb-box .hour-switch .hour-format[data-format="format24"] {
  color: var(--SECONDARY_TEXT_COLOR);
}

.converter-panel .panel-footer {
  background-color: var(--converter-surface-muted);
  border-bottom: 1px solid var(--converter-line);
  border-radius: var(--converter-radius) var(--converter-radius) 0 0;
  border-top: 0;
  padding: 2px 15px;
}

.converter-panel .panel-body {
  padding: 0 20px 4px;
}

.converter-panel.runtime-loading .panel-footer,
.converter-panel.runtime-loading .panel-body {
  pointer-events: none;
}

.converter-panel.runtime-loading {
  cursor: progress;
}

.converter-start {
  color: var(--converter-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 520px;
  padding: 56px 20px 60px;
  text-align: center;
}

.converter-start h2 {
  color: var(--converter-text);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 0 8px;
}

.converter-start p {
  margin: 0 auto;
  max-width: 46ch;
}

.table-time {
  --converter-table-time-border: var(--converter-line);

  background-color: var(--converter-surface);
  border-color: var(--converter-table-time-border);
  border-width: 1px;
  margin-left: -21px;
  margin-right: -21px;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  transition:
    border-color 180ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}
.table-time.active {
  --converter-table-time-border: #0098ca;

  border-color: #0098ca;
  z-index: 5;
}

.table-time.timepicker-open {
  z-index: 15;
}

.table-time {
  padding-left: 5px;
}

.table-time .time-abb {
  color: var(--converter-text);
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  margin-bottom: 5px;
  margin-top: 2px;
  max-width: 100%;
  min-height: 38px;
  overflow-wrap: anywhere;
  width: fit-content;
}

.time-abb-alt {
  color: #686868;
  font-weight: normal;
}

.table-time .time {
  font-size: 24px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.table-time + .table-time {
  margin-top: -1px;
}

#converter-view .table-time:last-child {
  border-bottom-width: 1px;
  box-shadow: inset 0 -1px 0 var(--converter-table-time-border);
}

.add-time-wrap > .search-result {
  margin-bottom: 0;
}

.collapse {
  display: none;
}

.collapse.in,
.collapse.show {
  display: block;
}

.converter-share-panel {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(-12px);
  transition:
    max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0.35s;
}

.converter-share-panel.is-open {
  max-height: 720px;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.time.form-control,
.date .form-control {
  text-align: center;
}

.timepicker-wrap {
  margin-bottom: 5px;
}

html.st-format-24 #converter .timepicker-wrap.format12,
html.st-format-24 #converter input.time.format12,
html.st-format-24 #time-diff span.time.format12,
html.st-format-24 #table-view tbody.time.format12 {
  display: none !important;
}

html.st-format-24 #converter .timepicker-wrap.format24 {
  display: table !important;
}

html.st-format-24 #converter input.time.format24 {
  display: block !important;
}

html.st-format-24 #time-diff span.time.format24 {
  display: inline !important;
}

html.st-format-24 #table-view tbody.time.format24 {
  display: table-row-group !important;
}

.add-time-wrap .list-group-item {
  font-weight: 400;
  text-align: left;
}

.add-time-wrap .list-group-item .highlight {
  font-weight: 700;
}

.add-time-wrap .time-search {
  margin-bottom: 0;
}

.add-time-wrap .btn {
  height: 40px;
  width: 60px;
  padding-left: 0;
  padding-right: 0;
}

.time-search {
  font-size: 14px;
  height: initial;
  min-height: 44px;
  padding: 9px 12px;
  transition:
    border-color 160ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 160ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Use Roboto Mono for main time inputs only */
.converter-panel input.time {
  font-family:
    "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.time-search:focus {
  -moz-transition: none;
  -webkit-transition: none;
  border-color: var(--converter-accent);
  box-shadow: 0 0 0 3px var(--converter-focus-ring);
  outline: 0;
  transition: none;
}

.add-tz-box {
  -webkit-transition: width 0.2s;
  padding: 8px 0;
  position: relative;
  transition: width 0.2s;
}

.add-tz-box input {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: var(--converter-line);
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding-right: 52px;
}

.add-tz-box i {
  color: #006f95;
  font-size: 18px;
  padding: 4px 16px;
  vertical-align: middle;
}

.add-tz-box .i-wrap {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0 5px 5px 0;
  color: var(--converter-accent);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 8px;
  width: 44px;
}

.add-tz-box .i-wrap::before {
  border-left: 1px solid var(--converter-line);
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 10px;
}

.add-tz-box .i-wrap:focus-visible {
  box-shadow: 0 0 0 3px var(--converter-focus-ring);
  outline: 0;
}

.add-tz-box .icon-spinner {
  animation: spin 1s linear infinite;
  font-size: 18px;
}

.add-tz-box i:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s linear;
}

.settings-toggle-wrap {
  align-items: center;
  display: flex;
  gap: 12px;
  position: relative;
  width: 100%;
}

.settings-toggle-wrap .add-tz-box {
  flex: 1 1 auto;
  min-width: 0;
}

.converter-settings-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--converter-accent);
  background-color: var(--converter-surface);
  border: 1px solid var(--converter-line-strong);
  padding: 6px 12px;
  transition:
    background-color 0.2s linear,
    color 0.2s linear,
    border-color 0.2s linear;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  min-width: 48px;
  height: 36px;
  margin-left: -1px;
}

.converter-reset-time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--converter-accent);
  background-color: var(--converter-surface);
  border: 1px solid var(--converter-line-strong);
  padding: 6px;
  transition:
    background-color 0.2s linear,
    color 0.2s linear,
    border-color 0.2s linear;
  cursor: pointer;
  border-radius: 4px 0 0 4px;
  min-width: 48px;
  height: 36px;
  z-index: 1;
}

.converter-reset-time svg {
  color: inherit;
  display: block;
  height: 18px;
  width: 18px;
  stroke: currentColor;
  stroke-width: 2px;
  fill: none;
  transition: stroke 0.2s linear;
}

.converter-reset-time:hover,
.converter-reset-time:focus {
  background-color: var(--converter-accent);
  color: #fff;
}

.converter-reset-time:active:not(.disabled):not(:disabled) {
  background-color: var(--converter-accent-strong);
  transform: translateY(1px);
}

.converter-reset-time.disabled,
.converter-reset-time:disabled,
.converter-reset-time.disabled:hover,
.converter-reset-time:disabled:hover,
.converter-reset-time.disabled:focus,
.converter-reset-time:disabled:focus {
  background-color: #fcfcfc;
  color: #a0a0a0;
  cursor: default;
  pointer-events: none;
}

.converter-settings-toggle:hover,
.converter-settings-toggle:focus {
  background-color: var(--converter-accent);
  color: #fff;
}

.converter-settings-toggle.disabled,
.converter-settings-toggle:disabled,
.converter-settings-toggle.disabled:hover,
.converter-settings-toggle:disabled:hover,
.converter-settings-toggle.disabled:focus,
.converter-settings-toggle:disabled:focus {
  background-color: #fcfcfc;
  color: #a0a0a0;
  cursor: default;
  pointer-events: none;
}

.converter-settings-toggle:focus {
  outline: none;
  box-shadow: none;
}

.converter-settings-toggle:focus-visible,
.converter-reset-time:focus-visible,
.converter-settings-item:focus-visible,
.converter-settings-subitem:focus-visible,
.share-url-copy-button:focus-visible,
.converter-date-picker-toggle:focus-visible {
  box-shadow: 0 0 0 3px var(--converter-focus-ring);
  outline: 0;
}

.converter-settings-toggle .svg-settings {
  height: 18px;
  width: 18px;
}

.converter-settings-toggle svg {
  color: inherit;
  display: block;
  stroke: currentColor;
  stroke-width: 2px;
  fill: none;
  transition: stroke 0.2s linear;
}

.converter-settings-toggle.collapsed {
  background-color: var(--converter-surface);
}

.converter-settings-toggle.collapsed:hover,
.converter-settings-toggle.collapsed:focus {
  background-color: var(--converter-accent);
}

.converter-settings-toggle:not(.collapsed) {
  background-color: var(--converter-accent);
  color: #fff;
  border-bottom-right-radius: 0;
  z-index: 11;
}

.converter-settings-toolbar {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.converter-settings-group {
  gap: 0;
  margin-left: auto;
  margin-right: 0;
  padding-top: 8px;
  display: flex;
}
.converter-settings-group .btn svg {
  width: 18px;
  height: 18px;
}

.converter-settings-menu {
  background-color: var(--converter-surface);
  border: 1px solid var(--converter-line);
  border-radius: 6px;
  border-top-right-radius: 0;
  box-shadow: 0 16px 36px -24px rgba(31, 43, 56, 0.34);
  margin-top: -1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-8px);
  transform-origin: top right;
  visibility: hidden;
  width: 280px;
  max-width: calc(100vw - 40px);
  max-height: 0;
  transition:
    max-height 0.22s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.18s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.18s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0.22s;
  z-index: 10;
}

.converter-settings-menu.is-open {
  max-height: 520px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition:
    max-height 0.22s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.18s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.18s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0s;
}

.converter-settings-item,
.converter-settings-subitem {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--converter-accent);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  line-height: 1.35;
  min-height: 44px;
  padding: 8px 16px;
  text-align: left;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
  width: 100%;
}

.converter-settings-item:focus,
.converter-settings-item:hover,
.converter-settings-subitem:focus,
.converter-settings-subitem:hover {
  background-color: rgba(0, 152, 202, 0.08);
  background-color: color-mix(in oklch, var(--converter-accent) 9%, transparent);
  color: var(--converter-accent-strong);
  text-decoration: none;
}

.converter-settings-item[disabled],
.converter-settings-item.disabled,
.converter-settings-item[disabled]:hover,
.converter-settings-item.disabled:hover,
.converter-settings-item[disabled]:focus,
.converter-settings-item.disabled:focus {
  background: transparent;
  color: rgba(0, 152, 202, 0.45);
  cursor: default;
  pointer-events: none;
}

.converter-settings-icon {
  align-items: center;
  background-color: rgba(0, 152, 202, 0.08);
  background-color: color-mix(in oklch, var(--converter-accent) 9%, transparent);
  border-radius: 50%;
  color: inherit;
  display: inline-flex;
  flex: 0 0 32px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.converter-settings-item[disabled] .converter-settings-icon,
.converter-settings-item.disabled .converter-settings-icon {
  background-color: rgba(0, 152, 202, 0.05);
  background-color: color-mix(in oklch, var(--converter-accent) 5%, transparent);
}

.converter-settings-item .icon,
.converter-settings-subitem .icon {
  color: inherit;
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.converter-settings-item .converter-settings-glyph {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.converter-settings-item .converter-settings-glyph circle,
.converter-settings-item .converter-settings-glyph path {
  vector-effect: non-scaling-stroke;
}

.converter-settings-item.btn-cal:hover .converter-settings-icon,
.converter-settings-item.btn-cal:focus .converter-settings-icon {
  background-color: rgba(0, 152, 202, 0.12);
  background-color: color-mix(in oklch, var(--converter-accent) 14%, transparent);
  color: var(--converter-accent);
}

.converter-settings-text,
.converter-settings-subtext {
  flex: 1 1 auto;
}

.converter-settings-hint {
  color: var(--converter-muted);
  font-size: 12px;
  margin-left: auto;
}

.converter-settings-menu button.converter-settings-item {
  font-family: inherit;
}

.converter-settings-option {
  position: relative;
}

.converter-settings-option + .converter-settings-option {
  border-top: 1px solid var(--converter-line);
}
.converter-settings-option.has-submenu > .converter-settings-item {
  width: 100%;
}
.converter-settings-submenu {
  /* background-color: #fff; */
  border-top: 1px solid transparent;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: static;
  transform: translateY(-4px);
  visibility: hidden;
  width: 100%;
  transition:
    max-height 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.16s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.16s cubic-bezier(0.16, 1, 0.3, 1),
    border-top-color 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0.2s;
}

.converter-settings-submenu.is-open {
  border-top-color: #f2f2f2;
  max-height: 320px;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
  transition:
    max-height 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.16s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.16s cubic-bezier(0.16, 1, 0.3, 1),
    border-top-color 0.2s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0s;
}
.converter-calendar-menu-inner {
  display: flex;
  flex-direction: column;
}
.converter-calendar-menu-inner .converter-settings-subitem + .converter-settings-subitem {
  border-top: 1px solid rgba(0, 152, 202, 0.08);
  border-top: 1px solid color-mix(in oklch, var(--converter-accent) 10%, transparent);
}

.converter-settings-subitem {
  background-color: var(--converter-surface-muted);
  margin: 0;
  padding-left: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.converter-settings-subitem .converter-settings-icon {
  background-color: rgba(0, 152, 202, 0.06);
  flex-basis: 28px;
  height: 28px;
  width: 28px;
}

.converter-settings-subitem:hover,
.converter-settings-subitem:focus {
  background-color: rgba(0, 152, 202, 0.09);
}
.calendar-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.calendar-icon-google {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23fbc02d' d='M43.611 20.083H42V20H24v8h11.303c-1.649 4.657-6.08 8-11.303 8-6.627 0-12-5.373-12-12s5.373-12 12-12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4 12.955 4 4 12.955 4 24s8.955 20 20 20 20-8.955 20-20c0-1.341-.138-2.65-.389-3.917z'/%3E%3Cpath fill='%23e53935' d='M6.306 14.691l6.571 4.819C14.655 15.108 18.961 12 24 12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4 16.318 4 9.656 8.337 6.306 14.691z'/%3E%3Cpath fill='%234caf50' d='M24 44c5.166 0 9.86-1.977 13.409-5.192l-6.19-5.238C29.211 35.091 26.715 36 24 36c-5.202 0-9.619-3.317-11.283-7.946l-6.522 5.025C9.505 39.556 16.227 44 24 44z'/%3E%3Cpath fill='%231565c0' d='M43.611 20.083L43.595 20H42V20H24v8h11.303c-.792 2.237-2.231 4.166-4.087 5.571l6.19 5.238C36.971 39.205 44 34 44 24c0-1.341-.138-2.65-.389-3.917z'/%3E%3C/svg%3E");
}
.calendar-icon-yahoo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%23673ab7' d='M9 5s1.4.3 2.5.3S14 5 14 5l10 17L34.1 5s1.1.4 2.4.4C37.9 5.4 39 5 39 5L26 27l.4 16s-1.4-.4-2.4-.4S21.5 43 21.5 43L22 27 9 5z'/%3E%3C/svg%3E");
}
.calendar-icon-ical {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23000000' d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z'/%3E%3C/svg%3E");
}
.calendar-icon-outlook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%2303A9F4' d='M21 31c0 1.104.896 2 2 2h17c1.104 0 2-.896 2-2V16c0-1.104-.896-2-2-2H23c-1.104 0-2 .896-2 2v15z'/%3E%3Cpath fill='%23B3E5FC' d='M42 16.975V16c0-.428-.137-.823-.367-1.148l-11.264 6.932-7.542-4.656L22.125 19l8.459 5L42 16.975z'/%3E%3Cpath fill='%230277BD' d='M27 41.46L6 37.46V9.46l21-4z'/%3E%3Cpath fill='%23FFF' d='M21.216 18.311c-1.098-1.275-2.546-1.913-4.328-1.913-1.892 0-3.408.669-4.554 2.003-1.144 1.337-1.719 3.088-1.719 5.246 0 2.045.564 3.714 1.69 4.986 1.126 1.273 2.592 1.91 4.378 1.91 1.84 0 3.331-.652 4.474-1.975 1.143-1.313 1.712-3.043 1.712-5.199.004-2.896-.547-4.582-1.649-5.866zm-2.167 8.424c-.568.769-1.339 1.152-2.313 1.152-.939 0-1.699-.394-2.285-1.187-.581-.785-.87-1.861-.87-3.211 0-1.336.289-2.414.87-3.225.586-.81 1.368-1.211 2.355-1.211.962 0 1.718.393 2.267 1.178.555.795.833 1.895.833 3.31.001 1.036-.288 2.098-.857 2.865z'/%3E%3C/svg%3E");
}

.table-time .bs-callout-warning {
  margin-bottom: -15px;
  margin-left: -5px;
  margin-top: 5px;
}

.table-time .bs-callout-warning a {
  text-decoration: underline;
}

.bs-callout {
  border: none;
  padding-left: 15px;
}

.converter-date .input-group.date {
  padding: 8px 0;
}

.date-picker-container.date .form-control {
  text-transform: capitalize;
}

.date-picker-icon {
  display: block;
  height: 18px;
  width: 18px;
}

.input-group.date i {
  color: #006f95;
  font-size: 18px;
}

.converter-date-picker-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  color: #006f95;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1;
  padding: 0;
  width: 100%;
}

.converter-date-picker-toggle .date-picker-icon {
  color: inherit;
  transition: opacity 0.2s linear;
}

.converter-date-picker-toggle:hover .date-picker-icon {
  opacity: 0.5;
}

.converter-date-picker-addon {
  overflow: hidden;
  padding: 0;
}

.converter-date-picker-addon .converter-date-picker-toggle {
  min-height: 34px;
  padding: 0 12px;
}

.converter-date-picker-toggle:focus {
  box-shadow: 0 0 0 3px var(--converter-focus-ring);
  outline: 0;
}

.input-group.date input {
  font-size: 14px;
}

.delete {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
  position: absolute;
  right: 2px;
  top: 2px;
}

.delete svg {
  fill: #b3b2a7;
  opacity: 0.45;
  transition:
    fill 160ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 160ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 160ms cubic-bezier(0.16, 1, 0.3, 1);
}

.delete svg:hover,
.delete:hover.delete svg {
  fill: #f11a65;
  opacity: 1;
}

.delete:focus-visible {
  box-shadow: 0 0 0 3px var(--converter-focus-ring);
  outline: 0;
}

.delete:active svg {
  transform: scale(0.92);
}

.table-time:hover .delete svg,
.delete:focus-visible svg {
  opacity: 1;
}

.svg-icon {
  font-size: 17px;
}
.input-group-addon .svg-icon:hover,
.icon-wrap .svg-icon:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s linear;
}

.details-header {
  color: var(--converter-text);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 10px;
}

.details-row {
  margin-bottom: 40px;
}

.table-view-wrap {
  margin: 56px 0;
  overflow-x: auto;
  padding-bottom: 2px;
}

.table-view-wrap:focus-visible {
  box-shadow: 0 0 0 3px var(--converter-focus-ring);
  outline: 0;
}

.table-view {
  -webkit-transition: opacity 0.3s ease-out;
  display: table;
  height: auto;
  margin: 0;
  min-width: 0;
  table-layout: fixed;
  width: 100%;
}

.table-view-dense {
  min-width: 560px;
}

.table-view thead th {
  background-color: var(--converter-surface-muted);
  color: var(--converter-text);
  font-weight: 600;
}

.table-view tbody > tr {
  border-bottom-width: 1px;
  border-color: #aaa;
  border-top-width: 1px;
  box-sizing: border-box;
  transition:
    background-color 180ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.table-view tbody > tr.active > td.time-sun,
.table-view tbody > tr.active > td.time-night,
.table-view tbody > tr.active > td.time-sunrise {
  border-color: #0098ca;
}

.table-view tbody > tr > td {
  border: none;
}

.table > tbody > tr > td.time-night {
  background-color: #4572a7;
  border-bottom: 1px solid #35587f;
  border-top: 1px solid #35587f;
  color: #fff;
}

.table > tbody > tr > td.time-sunrise {
  background-color: #aec3db;
  border-bottom: 1px solid #94a2b2;
}

.table > tbody > tr > td.time-sun {
  background-color: #ecfafa;
  border-bottom: 1px solid #d8d7cb;
}

.table-view tbody > tr:hover > td.time-sun {
  background-color: #fffdee;
}

.table-view tbody > tr:hover > td.time-night {
  background-color: #3d6798;
}

.table-view tbody > tr:hover > td.time-sunrise {
  background-color: #9eb6d2;
}

.converter-ad {
  background-color: #fff;
  border-width: 1px;
  box-sizing: border-box;
  height: 280px;
  margin: 0 0 30px;
  overflow: hidden;
  position: relative;
}

.converter-panel-bottom-ad {
  margin: -1px -21px 0;
}

#converter-view + .converter-panel-bottom-ad {
  border-top-width: 0;
}

.converter-ad ins.adsbygoogle {
  display: block;
  min-height: 100%;
}

.tz-image {
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.tz-legend {
  border: 1px solid #000;
  display: inline-block;
  height: 12px;
  margin-right: 6px;
  vertical-align: middle;
  width: 12px;
}

.tz-legend-main {
  background: #a8d733;
}

.mobile-links {
  height: max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
}
.mobile-links a {
  margin-bottom: 15px;
}

.mobile-links a img {
  height: auto;
  width: 160px;
}

.table-time .tz-date.highlight-text-behind {
  color: #a66200;
}

.table-time .tz-date.highlight-text-ahead {
  color: #3f820a;
}

.extension {
  color: #1e1e1e;
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
  transition: opacity 0.2s linear;
  vertical-align: middle;
  white-space: normal;
  width: 160px;
}

.extension:hover {
  opacity: 0.8;
}

.desc-wrap {
  margin-top: 30px;
}
.desc-wrap > h3 {
  font-size: 20px;
}

.converter-desc {
  margin-bottom: 10px;
  overflow: auto;
  text-align: justify;
}
.converter-desc.margin-bottom-20 {
  margin-bottom: 20px;
}

.tz-list {
  overflow: auto;
}
.tz-list li {
  float: left;
  width: 50%;
}

.tz-list br {
  clear: left;
}

.tz-lead-desc {
  margin-top: 50px;
}

.share-url-wrap input {
  font-size: 14px;
}

.share-url-field {
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
}

.share-url {
  margin-bottom: 0;
  margin-top: 0;
  min-height: 44px;
  padding-right: 108px;
}

.share-url-copy-button {
  align-items: center;
  background-color: #f2f2f2;
  border: 0;
  border-radius: 6px;
  bottom: 4px;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  gap: 5px;
  justify-content: center;
  padding: 0 12px;
  position: absolute;
  right: 4px;
  top: 4px;
  transition:
    background-color 0.15s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.15s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.15s cubic-bezier(0.16, 1, 0.3, 1);
  width: 90px;
}

.share-url-copy-button:hover,
.share-url-copy-button:focus {
  background-color: #e8e8e8;
  color: #111;
}

.share-url-copy-button.is-copied {
  background-color: #e5f3f7;
  color: #2e5481;
}

.share-url-copy-button.is-copy-failed {
  background-color: #f0eaea;
  color: #6f4545;
}

.share-url-copy-button:focus {
  box-shadow: 0 0 0 3px var(--converter-focus-ring);
  outline: 0;
}

.share-url-copy-button:active {
  transform: translateY(1px);
}

.share-url-copy-icon {
  fill: currentColor;
  height: 20px;
  width: 20px;
}

.include-time-box {
  display: block;
  width: 100%;
}

.include-time,
.include-date {
  align-items: center;
  display: inline-flex;
  font-weight: 400;
}

.include-time,
.include-date {
  margin-left: 25px;
  margin-bottom: 15px;
  margin-right: 10px;
  margin-top: 0;
  min-height: 44px;
  flex: 0 0 auto;
  line-height: 20px;
}

.include-time input[type="checkbox"],
.include-date input[type="checkbox"] {
  flex: 0 0 auto;
  margin: 0 6px 0 0;
  position: static;
}

.include-date {
  font-weight: 400;
}

.include-time-box-wrap {
  flex: 1 1 160px;
  margin-bottom: 15px;
  min-width: 140px;
  width: auto;
}

.share-time-control,
.share-date-control {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.include-date-box-wrap {
  flex: 1 1 160px;
  margin-bottom: 15px;
  min-width: 140px;
  width: auto;
}

.include-date-box-wrap.date-picker-container,
.include-date-box-wrap .date-picker-container {
  width: 100%;
}

.table-time .time-name,
.table-time .name-offset,
.table-time .tz-date {
  color: var(--converter-muted);
}
.table-time .tz-date {
  text-align: right;
  white-space: nowrap;
  direction: rtl;
}

.table-view tbody > tr:hover > td,
.table-view tbody > tr:hover {
  border-bottom: 1px solid rgba(0, 152, 202, 0.6) !important;
  z-index: 1;
}

.table-view tbody > tr.active > td.time-sun,
.table-view tbody > tr.active:hover > td.time-sun,
.table-view tbody > tr.active > td.time-sunrise,
.table-view tbody > tr.active:hover > td.time-sunrise {
  background-color: #fffbe0;
}

.table-view tbody > tr.active > td.time-night,
.table-view tbody > tr.active:hover > td.time-night {
  background-color: #fffbe0;
  color: #333;
}

.table-view.table > tbody.time > tr:not(.active):not(:hover) > td.time-night {
  background-color: #4572a7 !important;
  color: #fff;
}

.table-view.table > tbody.time > tr:not(.active):not(:hover) > td.time-sunrise {
  background-color: #aec3db !important;
}

.table-view.table > tbody.time > tr:not(.active):not(:hover) > td.time-sun {
  background-color: #ecfafa !important;
}

.draggable-indicator:active,
.table-time.is-reorder-dragging .draggable-indicator {
  cursor: grabbing;
}

.draggable-indicator {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: grab;
  height: 72px;
  margin-left: -4px;
  padding: 4px;
  position: absolute;
  touch-action: none;
  width: 16px;
  z-index: 10;
}

.draggable-indicator:focus-visible {
  box-shadow: 0 0 0 3px var(--converter-focus-ring);
  outline: 0;
}

.draggable-indicator span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='8' viewBox='0 0 6 8'%3E%3Crect width='2' height='2' fill='%23ccc'/%3E%3Crect x='4' width='2' height='2' fill='%23ccc'/%3E%3Crect y='4' width='2' height='2' fill='%23ccc'/%3E%3Crect x='4' y='4' width='2' height='2' fill='%23ccc'/%3E%3C/svg%3E");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 6px 8px;
  display: block;
  height: 64px;
  margin: 0 auto;
  width: 6px;
}

body.dark .draggable-indicator span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='8' viewBox='0 0 6 8'%3E%3Crect width='2' height='2' fill='%2373777e'/%3E%3Crect x='4' width='2' height='2' fill='%2373777e'/%3E%3Crect y='4' width='2' height='2' fill='%2373777e'/%3E%3Crect x='4' y='4' width='2' height='2' fill='%2373777e'/%3E%3C/svg%3E");
}

.draggable-indicator rect {
  fill: #ccc;
}

body.is-converter-reordering,
body.is-converter-reordering .converter-panel,
body.is-converter-reordering .table-time,
body.is-converter-reordering .draggable-indicator {
  cursor: grabbing;
  user-select: none;
}

.dst-clock {
  float: right;
  margin: 0 10px 0 50px;
}

.table-time.is-reorder-animating {
  transition: transform 150ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.table-time.is-reorder-shifted {
  pointer-events: none;
}

.table-time.is-reorder-dragging {
  --converter-table-time-border: #0098ca;

  background-color: #fff;
  border-color: #0098ca;
  box-shadow: none;
  cursor: grabbing;
  opacity: 0.98;
  pointer-events: none;
  position: relative;
  transition: none;
  will-change: transform;
  z-index: 30;
}

.table-time.is-reorder-dragging .delete svg {
  opacity: 1;
}

.table-time .daylight-warning {
  margin-top: 12px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.slider,
.slider * {
  box-sizing: border-box;
  touch-action: none;
  user-select: none;
}

.slider {
  direction: ltr;
  position: relative;
}

.slider .noUi-base,
.slider .noUi-handle {
  transform: translate3d(0, 0, 0);
}

.slider .noUi-base {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.slider .noUi-handle:focus-visible {
  border-color: var(--converter-accent);
  box-shadow:
    0 0 0 3px var(--converter-focus-ring),
    inset 0 1px 5px rgba(255, 255, 255, 0.7),
    0 4px 8px -4px rgba(31, 43, 56, 0.35);
}

.slider .noUi-origin {
  height: 0;
  position: absolute;
  width: 0;
}

.slider .noUi-handle {
  appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow:
    inset 0 0 1px #fff,
    inset 0 1px 7px #ebebeb,
    0 3px 6px -3px #bbb;
  cursor: grab;
  display: block;
  outline: none;
  padding: 0;
  position: relative;
  z-index: 1;
}

.slider .noUi-handle:before,
.slider .noUi-handle:after {
  background: #e8e7e6;
  content: "";
  display: block;
  height: 14px;
  left: 14px;
  position: absolute;
  top: 6px;
  width: 1px;
}

.slider .noUi-handle:after {
  left: 17px;
}

.slider.noUi-state-drag .noUi-handle,
.slider .noUi-handle:active {
  cursor: grabbing;
}

.slider.noUi-state-drag,
.slider.noUi-state-drag * {
  cursor: grabbing;
}

.slider.noUi-horizontal {
  height: 18px;
}

.slider.noUi-horizontal .noUi-handle {
  height: 28px;
  left: -17px;
  top: -6px;
  width: 34px;
}

.slider.noUi-target {
  background: #fafafa;
  border: none;
  border-radius: 4px;
  box-shadow:
    inset 0 1px 1px #f0f0f0,
    0 3px 6px -5px #bbb;
}

.slider .noUi-value {
  color: #595959;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.slider .noUi-marker {
  background: #ccc;
  position: absolute;
}

.slider .noUi-marker-large {
  background: #aaa;
}

.slider .noUi-pips {
  color: #999;
  position: absolute;
}

.noUi-pips-horizontal {
  height: 80px;
  left: 0;
  padding: 10px 0;
  top: 100%;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  height: 5px;
  margin-left: -1px;
  width: 2px;
}

.noUi-marker-horizontal.noUi-marker-normal {
  height: 5px;
}

.slider {
  margin-bottom: 15px;
  margin-top: 10px;
}

.slider-wrap {
  height: 43px;
}

.icon-wrap {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.noUi-pips.noUi-pips-horizontal {
  height: 40px;
  margin-top: -20px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 16px;
  margin-top: -6px;
}

.noUi-marker-horizontal.noUi-marker-large:first-child {
  display: none;
}
.noUi-marker-horizontal.noUi-marker-normal:last-child {
  display: none;
}

.noUi-base {
  background: linear-gradient(
    to right,
    rgba(69, 114, 167, 0.9) 0%,
    rgba(69, 114, 167, 0.9) 21%,
    rgba(69, 114, 167, 0.9) 21%,
    rgba(236, 250, 250, 0.9) 29%,
    rgba(236, 250, 250, 0.9) 29%,
    rgba(236, 250, 250, 0.9) 71%,
    rgba(236, 250, 250, 0.9) 71%,
    rgba(69, 114, 167, 0.9) 92%,
    rgba(69, 114, 167, 0.9) 92%,
    rgba(69, 114, 167, 0.9) 100%
  );
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}
.noUi-target {
  border: none;
}
.highlight-text {
  animation-name: color_change;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: cubic-bezier(1, 0.01, 1, 0.46);
}

@keyframes color_change {
  from {
    color: #ffa31a;
  }

  to {
    color: #191515;
  }
}

.st-timepicker {
  width: 162px;
  font-size: 14px;
  font-family:
    "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.st-timepicker li {
  padding: 3px 10px;
  font-family: inherit;
}

.ui-timepicker-wrapper {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin: 0;
  max-height: 150px;
  outline: none;
  overflow-y: auto;
  z-index: 10001;
}

.ui-timepicker-wrapper,
.ui-timepicker-wrapper .ui-timepicker-list li {
  font-family:
    "Roboto Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.ui-timepicker-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-list li {
  color: #000;
  cursor: pointer;
  list-style: none;
  margin: 0;
  white-space: nowrap;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980ec;
  color: #fff;
}
.datepicker-dropdown {
  background: var(--converter-surface);
  border: 1px solid var(--converter-line-strong);
  border-radius: 10px;
  box-shadow: none;
  color: var(--converter-text);
  font-size: 13px;
  padding: 12px;
}
.datepicker-month-header {
  align-items: center;
  column-gap: 6px;
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  margin-bottom: 10px;
  min-height: 32px;
}
.datepicker-month-label {
  color: var(--converter-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.datepicker-month-prev,
.datepicker-month-next {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: transparent;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: relative;
  transition:
    background-color 160ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 160ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 160ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 32px;
}
.datepicker-month-prev::before,
.datepicker-month-next::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
}
.datepicker-month-prev::before {
  border-bottom: 2px solid var(--converter-accent);
  border-left: 2px solid var(--converter-accent);
  transform: translateX(1px) rotate(45deg);
}
.datepicker-month-next::before {
  border-right: 2px solid var(--converter-accent);
  border-top: 2px solid var(--converter-accent);
  transform: translateX(-1px) rotate(45deg);
}
.datepicker-month-prev:hover,
.datepicker-month-next:hover,
.datepicker-month-prev:focus,
.datepicker-month-next:focus {
  background: var(--converter-surface-muted);
  border-color: var(--converter-line);
  outline: 0;
}
.datepicker-month-prev:focus-visible,
.datepicker-month-next:focus-visible,
.datepicker-days .day:focus-visible {
  box-shadow: 0 0 0 3px var(--converter-focus-ring);
  outline: 0;
}
.datepicker-month-prev:active,
.datepicker-month-next:active,
.datepicker-days .day:active {
  transform: translateY(1px);
}
.datepicker-weekdays,
.datepicker-days {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(7, 1fr);
}
.datepicker-weekdays {
  margin-bottom: 5px;
}
.datepicker-weekday {
  color: var(--converter-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 0 6px;
  text-align: center;
}
.datepicker-empty-day {
  min-height: 32px;
}
.datepicker-days .day {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--converter-text);
  font-size: 13px;
  font-weight: 500;
  min-height: 32px;
  padding: 0;
  text-align: center;
  transition:
    background-color 150ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 150ms cubic-bezier(0.16, 1, 0.3, 1),
    color 150ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
.datepicker-days .day:hover,
.datepicker-days .day:focus {
  background: var(--converter-surface-muted);
  border-color: var(--converter-line);
  color: var(--converter-text);
}
.datepicker-days .day.active {
  background: var(--converter-accent);
  border-color: var(--converter-accent);
  color: var(--converter-on-accent);
  font-weight: 700;
}
.datepicker-days .day.today:not(.active) {
  border-color: rgba(22, 137, 184, 0.54);
  border-color: color-mix(in oklch, var(--converter-accent) 54%, transparent);
  color: var(--converter-accent-strong);
  font-weight: 700;
}
.page-header-wrap .container {
  display: flex;
}
.page-header.no-margin {
  margin: 0;
}
.page-header-wrap .title {
  width: inherit;
}
.header-right-box {
  min-height: 20px;
  width: inherit;
}
.timepicker-wrap {
  position: relative;
}

.timepicker-wrap.is-open {
  z-index: 10002;
}

.timepicker-wrap .ui-timepicker-wrapper {
  left: 0;
  margin-top: 2px;
  position: absolute;
  top: 100%;
  width: 100%;
}

@media (max-width: 1199px) {
  .include-time-box-wrap {
    flex-basis: 160px;
  }
  .add-time-wrap .btn {
    width: 50px;
  }
  .converter-date input {
    padding: 8px 0;
  }
}

@media (max-width: 991px) {
  .include-time-box-wrap {
    flex-basis: 160px;
  }
}

@media (max-width: 767px) {
  .converter-panel {
    --converter-touch-target: 44px;
  }

  .converter-panel .panel-footer .add-time-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .converter-panel .panel-footer .add-time-wrap > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .converter-controls > .row,
  .converter-share-panel .row {
    margin-left: 0;
    margin-right: 0;
  }

  .converter-date,
  .converter-settings-col {
    padding-left: 0;
    padding-right: 0;
  }

  .converter-date {
    padding-right: 6px;
  }

  .converter-settings-col {
    padding-left: 6px;
  }

  .converter-share-panel [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .converter-date-picker-addon .converter-date-picker-toggle,
  .include-date-box-wrap .form-control,
  .include-time-box,
  .table-time .time.form-control {
    min-height: var(--converter-touch-target);
  }

  .converter-date .input-group.date {
    align-items: stretch;
    display: flex;
    max-width: 100%;
    width: max-content;
  }

  .converter-date .input-group.date .form-control {
    float: none;
    height: var(--converter-touch-target);
    margin-bottom: 0;
    min-height: var(--converter-touch-target);
  }

  .share-url-copy-button,
  .slider .noUi-handle {
    -webkit-tap-highlight-color: transparent;
  }

  .converter-date-picker-addon {
    align-items: center;
    background-color: var(--converter-surface);
    border-color: var(--converter-line);
    display: inline-flex;
    height: var(--converter-touch-target);
    justify-content: center;
    min-width: var(--converter-touch-target);
    width: var(--converter-touch-target);
  }

  .converter-date-picker-addon .converter-date-picker-toggle {
    height: var(--converter-touch-target);
    min-width: var(--converter-touch-target);
    padding: 0;
    width: var(--converter-touch-target);
  }

  .draggable-indicator {
    display: none;
  }

  .slider-wrap {
    height: 54px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .slider.noUi-horizontal .noUi-handle {
    background: transparent;
    border: 0;
    border-radius: 6px;
    box-shadow: none;
    height: 44px;
    left: -22px;
    top: -13px;
    width: 44px;
  }

  .slider .noUi-handle:before {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow:
      inset 0 0 1px #fff,
      inset 0 1px 7px #ebebeb,
      0 3px 6px -3px #bbb;
    height: 28px;
    left: 5px;
    top: 8px;
    width: 34px;
  }

  .slider .noUi-handle:after {
    background: #e8e7e6;
    box-shadow: 4px 0 0 #e8e7e6;
    height: 14px;
    left: 19px;
    top: 15px;
    width: 1px;
  }

  .slider .noUi-handle:focus-visible {
    box-shadow: none;
  }

  .slider .noUi-handle:focus-visible:before {
    border-color: var(--converter-accent);
    box-shadow:
      0 0 0 3px var(--converter-focus-ring),
      inset 0 0 1px #fff,
      inset 0 1px 7px #ebebeb,
      0 3px 6px -3px #bbb;
  }

  .st-timepicker li {
    align-items: center;
    display: flex;
    min-height: 44px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .table-time .delete {
    display: none !important;
  }

  .share-url-copy-button {
    background-color: transparent;
    bottom: 0;
    isolation: isolate;
    min-height: 44px;
    right: 0;
    top: 0;
  }

  .share-url-copy-button::before {
    background-color: #f2f2f2;
    border-radius: 6px;
    bottom: 4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 4px;
    transition:
      background-color 0.15s cubic-bezier(0.16, 1, 0.3, 1),
      color 0.15s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0;
  }

  .share-url-copy-button svg,
  .share-url-copy-button span {
    position: relative;
    z-index: 1;
  }

  .share-url-copy-button:hover,
  .share-url-copy-button:focus,
  .share-url-copy-button.is-copied,
  .share-url-copy-button.is-copy-failed {
    background-color: transparent;
  }

  .share-url-copy-button:hover::before,
  .share-url-copy-button:focus::before {
    background-color: #e8e8e8;
  }

  .share-url-copy-button.is-copied::before {
    background-color: #e5f3f7;
  }

  .share-url-copy-button.is-copy-failed::before {
    background-color: #f0eaea;
  }

  .include-time,
  .include-date {
    margin-left: 0;
    margin-right: 12px;
  }

  .datepicker-dropdown {
    max-height: calc(100dvh - 16px);
    overflow-y: auto;
    padding: 5px;
  }

  .datepicker-month-header {
    grid-template-columns: 44px 1fr 44px;
    min-height: 44px;
  }

  .datepicker-month-prev,
  .datepicker-month-next {
    height: 44px;
    width: 44px;
  }

  .datepicker-weekdays,
  .datepicker-days {
    gap: 0;
  }

  .datepicker-empty-day,
  .datepicker-days .day {
    min-height: 44px;
  }

  .include-time-box-wrap {
    flex: 1 1 140px;
    width: auto;
  }
  .include-date-box-wrap {
    flex: 1 1 140px;
    width: auto;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .input-group.timepicker-wrap,
  .tz-date {
    margin-right: 30px;
  }
}

@media (max-width: 480px) {
  /*.td-name, .td-time, .bs-callout {
        padding-left: 2px;
        padding-right: 2px;
    }*/

  .td-time .input-group.timepicker-wrap {
    margin-right: 0;
  }

  .td-name {
    width: 45%;
  }

  .td-time {
    width: 55%;
  }

  .details-header,
  .converter-desc,
  .countries {
    padding-left: 5px;
    padding-right: 5px;
  }

  .table-time .time-abb,
  .table-time .time {
    font-size: 20px;
  }

  .table-time .name-offset,
  .table-time .tz-date {
    font-size: 12px;
    line-height: 1.3;
  }

  .table-time .tz-date {
    direction: ltr;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .tz-list li {
    width: 100%;
  }

  .add-tz-box {
    display: inline-block;
    width: 100%;
  }

  .converter-date,
  .converter-settings-col {
    width: 50%;
    float: left;
  }

  .converter-date {
    padding-left: 0;
    padding-right: 5px;
  }

  .converter-settings-col {
    padding-left: 5px;
    padding-right: 0;
    margin-top: 0;
  }

  .converter-panel .panel-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .converter-start {
    padding: 42px 12px 46px;
  }

  .converter-start h2 {
    font-size: 20px;
  }

  .table-view-wrap {
    margin: 36px -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-view-fit {
    font-size: 13px;
  }

  .table-view-fit.table > thead > tr > th,
  .table-view-fit.table > tbody > tr > td {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (max-width: 360px) {
  .converter-date,
  .converter-settings-col {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .converter-settings-col {
    margin-top: 8px;
  }

  .converter-settings-group {
    width: auto;
  }
}

@media (min-width: 481px) {
  .table-time:hover {
    --converter-table-time-border: rgba(0, 152, 202, 0.6);

    border-color: rgba(0, 152, 202, 0.6);
    z-index: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .converter-share-panel,
  .converter-settings-menu,
  .converter-settings-submenu,
  .table-time,
  .table-time.is-reorder-animating,
  .delete svg,
  .share-url-copy-button,
  .slider .noUi-handle,
  .highlight-text {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    transition-delay: 0ms !important;
  }
}

:root {
  --PRIMARY_COLOR_BUTTON_TEXT: #5cc1d9;
  --BACKGROUND_COLOR_HEADER: #20232a;
  --PRIMARY_BACKGROUND_COLOR: #282c34;
  --SECONDARY_BACKGROUND_COLOR: #3e424a;
  --PRIMARY_BORDER_COLOR: #3e424a;
  --PRIMARY_BACKGROUND_INPUT_COLOR: #363a3f;
  --PRIMARY_TEXT_COLOR: #ffffff;
  --SECONDARY_TEXT_COLOR: #c0bec5;
  --PRIMARY_COLOR_BUTTON_CLEAR_TEXT: #73777e;
  --PRIMARY_BACKGROUND_COLOR_BUTTON: #06bcee;
  --SLIDER_HANDLE_COLOR: #dedede;
}

body.dark {
  --converter-bg: #282c34;
  --converter-bg: oklch(21% 0.018 232);
  --converter-surface: #3a3f47;
  --converter-surface: oklch(27% 0.018 232);
  --converter-surface-muted: #313640;
  --converter-surface-muted: oklch(24% 0.017 232);
  --converter-line: #4f5560;
  --converter-line: oklch(36% 0.018 232);
  --converter-line-strong: #606875;
  --converter-line-strong: oklch(43% 0.02 232);
  --converter-text: #f3f6f8;
  --converter-text: oklch(94% 0.007 232);
  --converter-muted: #c0bec5;
  --converter-muted: oklch(76% 0.012 232);
  --converter-accent: #5cc1d9;
  --converter-accent: oklch(72% 0.112 215);
  --converter-accent-strong: #83d7ea;
  --converter-accent-strong: oklch(78% 0.125 215);
  --converter-focus-ring: rgba(92, 193, 217, 0.34);
  --converter-focus-ring: color-mix(in oklch, var(--converter-accent) 42%, transparent);
  --converter-shadow: none;
}

/*HEADER*/
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6 {
  color: var(--PRIMARY_TEXT_COLOR);
}

body.dark .header,
body.dark {
  background-color: var(--BACKGROUND_COLOR_HEADER);
}
body.dark .breadcrumb-box,
body.dark .breadcrumb {
  background-color: var(--SECONDARY_BACKGROUND_COLOR);
}
body.dark .breadcrumb > li,
body.dark .breadcrumb > li > a,
body.dark .breadcrumb > li + li:before {
  color: var(--SECONDARY_TEXT_COLOR);
}

body.dark #main-menu ul a {
  color: var(--PRIMARY_TEXT_COLOR);
}

body.dark #main-menu ul a:hover,
body.dark #main-menu ul .parent:hover a,
body.dark #main-menu ul a:active,
body.dark #main-menu ul a:visited,
body.dark #main-menu ul li .sub,
body.dark #main-menu ul li .open-sub::after {
  background-color: var(--SECONDARY_BACKGROUND_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
}
body.dark #main-menu ul li .sub {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

body.dark .header .primary .navbar .nav > li.parent > a:after {
  display: none;
}
body.dark .hour-switch .hour-format.active,
body.dark .hour-switch {
  color: var(--SECONDARY_TEXT_COLOR);
}
body.dark .hour-format {
  color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}

body.dark .page-header {
  border-color: var(--PRIMARY_BORDER_COLOR);
}

body.dark .page-header .container:before {
  background: var(--SECONDARY_TEXT_COLOR);
}

body.dark .content > p,
body.dark .content ul > li {
  color: var(--SECONDARY_TEXT_COLOR);
}

body.dark .sub-nav {
  background-color: var(--BACKGROUND_COLOR_HEADER);
  border-color: var(--PRIMARY_BORDER_COLOR);
}

body.dark .sub-nav .nav-pills li > a {
  color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}

body.dark .sub-nav .nav-pills li > a:hover,
body.dark .sub-nav .nav-pills li.active a {
  border-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}

/*CONVERTER*/
body.dark .converter-panel {
  background-color: var(--SECONDARY_BACKGROUND_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
  box-shadow: none;
}

body.dark .checkbox input[type="checkbox"] {
  accent-color: var(--PRIMARY_BACKGROUND_COLOR_BUTTON);
}

body.dark .panel-footer {
  background-color: var(--BACKGROUND_COLOR_HEADER);
  border-color: var(--PRIMARY_BORDER_COLOR);
  border-radius: 0;
}

body.dark .converter-start {
  color: var(--SECONDARY_TEXT_COLOR);
}
body.dark .converter-start h2 {
  color: var(--PRIMARY_TEXT_COLOR);
}
body.dark input,
body.dark .add-tz-box .i-wrap,
body.dark .input-group-addon,
body.dark .autocomplete-list,
body.dark .list-group-item {
  background-color: var(--PRIMARY_BACKGROUND_INPUT_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
  color: var(--PRIMARY_TEXT_COLOR);
}
body.dark .time-search:focus,
body.dark .time-search:hover,
body.dark .date .form-control:hover {
  border-color: var(--PRIMARY_BORDER_COLOR);
}
body.dark .form-control {
  background-color: var(--PRIMARY_BACKGROUND_INPUT_COLOR);
  color: var(--PRIMARY_TEXT_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
  box-shadow: none;
}

body.dark .share-url-copy-button {
  background-color: #20232a;
  color: #eef2f7;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.25);
}

body.dark .share-url-copy-button .share-url-copy-icon {
  color: inherit;
}

body.dark .share-url-copy-button:hover,
body.dark .share-url-copy-button:focus {
  background-color: #282c34;
  color: #ffffff;
}

body.dark .share-url-copy-button.is-copied {
  background-color: #243343;
  color: #ffffff;
}

body.dark .share-url-copy-button.is-copy-failed {
  background-color: #3a2a2e;
  color: #ffffff;
}

body.dark .include-time,
body.dark .include-date {
  color: var(--PRIMARY_TEXT_COLOR);
}

body.dark .list-group-item:hover,
body.dark .autocomplete-active {
  background-color: var(--PRIMARY_COLOR_BUTTON_CLEAR_TEXT);
}
body.dark .list-group-item .highlight {
  color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}

body.dark svg {
  color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}
body.dark .add,
body.dark .ui-timepicker-wrapper {
  background-color: var(--PRIMARY_BACKGROUND_INPUT_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
  color: var(--PRIMARY_TEXT_COLOR);
}

body.dark .add > a,
body.dark .ui-timepicker-wrapper ul > li {
  color: var(--PRIMARY_TEXT_COLOR);
}

body.dark .ui-timepicker-wrapper::-webkit-scrollbar {
  width: 12px;
}

body.dark .ui-timepicker-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
body.dark .ui-timepicker-wrapper li.ui-timepicker-selected {
  background-color: var(--PRIMARY_COLOR_BUTTON_CLEAR_TEXT);
}
body.dark .ui-timepicker-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
body.dark .datepicker-dropdown {
  background-color: var(--converter-surface);
  border-color: var(--PRIMARY_BORDER_COLOR);
  color: var(--PRIMARY_TEXT_COLOR);
}
body.dark .datepicker-month-prev,
body.dark .datepicker-month-next,
body.dark .datepicker-days .day {
  background-color: transparent;
  border-color: transparent;
  color: var(--PRIMARY_TEXT_COLOR);
}
body.dark .datepicker-month-label {
  color: var(--PRIMARY_TEXT_COLOR);
}
body.dark .datepicker-month-prev::before {
  border-bottom-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
  border-left-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}
body.dark .datepicker-month-next::before {
  border-right-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
  border-top-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}
body.dark .datepicker-month-prev:hover,
body.dark .datepicker-month-next:hover,
body.dark .datepicker-month-prev:focus,
body.dark .datepicker-month-next:focus,
body.dark .datepicker-days .day:hover,
body.dark .datepicker-days .day:focus {
  background-color: var(--SECONDARY_BACKGROUND_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
}
body.dark .datepicker-weekday {
  color: var(--SECONDARY_TEXT_COLOR);
}
body.dark .datepicker-days .day.active {
  background-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
  border-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
  color: var(--PRIMARY_BACKGROUND_COLOR);
}
body.dark .datepicker-days .day.today:not(.active) {
  border-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
  color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}

body.dark .add > a:hover {
  background-color: var(--PRIMARY_COLOR_BUTTON_CLEAR_TEXT);
}
body.dark .add .ical:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' data-prefix='fab' data-icon='apple' class='svg-inline--fa fa-apple fa-w-12' role='img' viewBox='0 0 384 512'><path fill='white' d='M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z'/%3E%3C/svg%3E");
}

body.dark .converter-settings-menu {
  background-color: var(--PRIMARY_BACKGROUND_INPUT_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
}
body.dark .converter-settings-item,
body.dark .converter-settings-subitem {
  color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}
body.dark .converter-settings-item:hover,
body.dark .converter-settings-item:focus,
body.dark .converter-settings-subitem:hover,
body.dark .converter-settings-subitem:focus {
  background-color: rgba(6, 188, 238, 0.18);
  color: var(--PRIMARY_TEXT_COLOR);
}
body.dark .converter-settings-item[disabled],
body.dark .converter-settings-item.disabled {
  color: rgba(115, 119, 126, 0.6);
}
body.dark .converter-settings-icon {
  background-color: rgba(6, 188, 238, 0.16);
}
body.dark .converter-settings-item.btn-cal:hover .converter-settings-icon,
body.dark .converter-settings-item.btn-cal:focus .converter-settings-icon {
  background-color: rgba(6, 188, 238, 0.24);
  color: var(--PRIMARY_BACKGROUND_COLOR_BUTTON);
}
body.dark .converter-settings-item[disabled] .converter-settings-icon,
body.dark .converter-settings-item.disabled .converter-settings-icon {
  background-color: rgba(115, 119, 126, 0.16);
}
body.dark .converter-settings-hint {
  color: var(--SECONDARY_TEXT_COLOR);
}
body.dark .converter-settings-submenu {
  background-color: var(--PRIMARY_BACKGROUND_INPUT_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
}
body.dark .converter-calendar-menu-inner .converter-settings-subitem + .converter-settings-subitem {
  border-color: rgba(255, 255, 255, 0.08);
}
body.dark .converter-settings-option + .converter-settings-option {
  border-color: rgba(255, 255, 255, 0.08);
}

body.dark .converter-settings-toggle,
body.dark .converter-settings-toggle.collapsed,
body.dark .converter-reset-time {
  background-color: var(--PRIMARY_BACKGROUND_INPUT_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
  color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}

body.dark .converter-settings-toggle:not(.collapsed) {
  background-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
  color: var(--PRIMARY_BACKGROUND_COLOR);
}

body.dark .converter-settings-toggle:hover,
body.dark .converter-settings-toggle:focus,
body.dark .converter-reset-time:hover,
body.dark .converter-reset-time:focus {
  background-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
  color: var(--PRIMARY_BACKGROUND_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
}

body.dark .converter-settings-toggle svg,
body.dark .converter-reset-time svg {
  color: inherit;
}

body.dark .converter-settings-toggle:active:not(.disabled):not(:disabled),
body.dark .converter-reset-time:active:not(.disabled):not(:disabled) {
  background-color: var(--PRIMARY_BACKGROUND_COLOR_BUTTON);
  color: var(--PRIMARY_BACKGROUND_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
}

body.dark .converter-settings-toggle.disabled,
body.dark .converter-settings-toggle:disabled,
body.dark .converter-settings-toggle.disabled:hover,
body.dark .converter-settings-toggle:disabled:hover,
body.dark .converter-settings-toggle.disabled:focus,
body.dark .converter-settings-toggle:disabled:focus,
body.dark .converter-reset-time.disabled,
body.dark .converter-reset-time:disabled,
body.dark .converter-reset-time.disabled:hover,
body.dark .converter-reset-time:disabled:hover,
body.dark .converter-reset-time.disabled:focus,
body.dark .converter-reset-time:disabled:focus {
  background-color: var(--SECONDARY_BACKGROUND_COLOR);
  color: rgba(115, 119, 126, 0.4);
  border-color: var(--PRIMARY_BORDER_COLOR);
}

@media (max-width: 767px) {
  body.dark .add-tz-box .i-wrap,
  body.dark .share-url-copy-button,
  body.dark .share-url-copy-button:hover,
  body.dark .share-url-copy-button:focus,
  body.dark .share-url-copy-button.is-copied,
  body.dark .share-url-copy-button.is-copy-failed {
    background-color: transparent;
    box-shadow: none;
  }

  body.dark .add-tz-box .i-wrap::before {
    border-color: var(--PRIMARY_BORDER_COLOR);
  }

  body.dark .converter-date .converter-date-picker-addon {
    background-color: var(--PRIMARY_BACKGROUND_INPUT_COLOR);
    border-color: var(--PRIMARY_BORDER_COLOR);
  }

  body.dark .share-url-copy-button::before {
    background-color: #20232a;
  }

  body.dark .share-url-copy-button:hover::before,
  body.dark .share-url-copy-button:focus::before {
    background-color: #282c34;
  }

  body.dark .share-url-copy-button.is-copied::before {
    background-color: #243343;
  }

  body.dark .share-url-copy-button.is-copy-failed::before {
    background-color: #3a2a2e;
  }
}

body.dark .converter-settings-subitem {
  background-color: var(--SECONDARY_BACKGROUND_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
}
body.dark .table-time {
  background-color: var(--PRIMARY_BACKGROUND_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
}

body.dark .table-time:hover {
  border-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}

body.dark .time-abb {
  color: var(--PRIMARY_TEXT_COLOR);
}

body.dark .time-abb-alt {
  color: var(--SECONDARY_TEXT_COLOR);
}

body.dark .draggable-indicator rect {
  fill: var(--PRIMARY_COLOR_BUTTON_CLEAR_TEXT);
}

body.dark .table-time.is-reorder-dragging {
  background-color: var(--PRIMARY_BACKGROUND_COLOR);
  border-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
  box-shadow: none;
}

body.dark .time-name,
body.dark .name-offset,
body.dark .tz-date,
body.dark .noUi-value {
  color: var(--SECONDARY_TEXT_COLOR);
}
body.dark .noUi-target {
  box-shadow: none;
}

body.dark .noUi-base {
  border-color: var(--PRIMARY_BACKGROUND_COLOR);
  background: linear-gradient(
    to right,
    rgba(69, 114, 167, 0.9) 0%,
    rgba(69, 114, 167, 0.9) 21%,
    rgba(69, 114, 167, 0.9) 21%,
    rgba(249, 231, 166, 255) 29%,
    rgba(249, 231, 166, 255) 29%,
    rgba(249, 231, 166, 255) 71%,
    rgba(249, 231, 166, 255) 71%,
    rgba(69, 114, 167, 0.9) 92%,
    rgba(69, 114, 167, 0.9) 92%,
    rgba(69, 114, 167, 0.9) 100%
  );
}
body.dark .bs-callout strong {
  color: #bb9313;
}

body.dark .bs-callout {
  background-color: #332b00;
  color: #bb9313;
  border-top: #544809 1px solid;
  border-bottom: #544809 1px solid;
}

body.dark .noUi-handle {
  background-color: var(--SLIDER_HANDLE_COLOR);
  border-color: var(--SLIDER_HANDLE_COLOR);
  box-shadow: none;
}
body.dark .noUi-handle:focus-visible {
  border-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
  box-shadow: 0 0 0 3px var(--converter-focus-ring);
}
body.dark .noUi-handle:after,
body.dark .noUi-handle:before {
  background-color: var(--SECONDARY_TEXT_COLOR);
}

body.dark .delete svg {
  fill: var(--SECONDARY_TEXT_COLOR);
}

body.dark .delete:hover svg,
body.dark .delete:focus-visible svg {
  fill: #f2a7bd;
}

body.dark .converter-ad {
  background-color: var(--PRIMARY_BACKGROUND_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
}

body.dark .converter-ad ins.adsbygoogle {
  background-color: var(--PRIMARY_BACKGROUND_COLOR);
}

body.dark strong {
  color: var(--PRIMARY_TEXT_COLOR);
}

body.dark span.time,
body.dark p {
  color: var(--SECONDARY_TEXT_COLOR);
}

body.dark .table-view thead th {
  background-color: var(--SECONDARY_BACKGROUND_COLOR);
  border-color: var(--PRIMARY_BORDER_COLOR);
  color: var(--PRIMARY_TEXT_COLOR);
}

body.dark .content .content-block div {
  color: var(--SECONDARY_TEXT_COLOR);
}

body.dark .city-header .title {
  color: var(--PRIMARY_TEXT_COLOR);
}
body.dark .title-box {
  border-color: var(--PRIMARY_BORDER_COLOR);
}
body.dark .title-box:before {
  background-color: var(--SECONDARY_TEXT_COLOR);
}
body.dark .local-info,
body.dark .local-info .row.border-bottom {
  border-color: var(--PRIMARY_BORDER_COLOR);
}
body.dark figcaption {
  color: var(--SECONDARY_TEXT_COLOR);
}

body.dark .converter-desc {
  color: var(--SECONDARY_TEXT_COLOR);
}
body.dark li::marker {
  color: var(--PRIMARY_TEXT_COLOR);
}

body.dark .local-info div {
  color: var(--PRIMARY_TEXT_COLOR);
}
body.dark .footer-links a,
body.dark #footer .footer-top a {
  color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}
body.dark #footer .footer-top a {
  color: var(--PRIMARY_COLOR_BUTTON_TEXT);
  opacity: 0.95;
}
body.dark #footer .footer-top {
  background-color: var(--SECONDARY_BACKGROUND_COLOR);
}
body.dark #footer .footer-top a:hover {
  color: var(--PRIMARY_BACKGROUND_COLOR_BUTTON);
  opacity: 1;
}
/*SIDEBAR*/
body.dark #sidebar .title {
  color: var(--PRIMARY_TEXT_COLOR);
}
body.dark .sidebar .widget header {
  border-color: var(--PRIMARY_BORDER_COLOR);
}
body.dark .sidebar .widget header:before {
  background-color: var(--SECONDARY_TEXT_COLOR);
}
body.dark #sidebar a {
  color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}
body.dark #sidebar .extension {
  color: var(--PRIMARY_TEXT_COLOR);
}
/*MOBILE*/

body.dark .header .primary .navbar .btn-navbar .icon-bar {
  background-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
}

@media (max-width: 991px) {
  body.dark .header .primary .navbar .btn-navbar.collapsed {
    background: none;
    border: 1px solid transparent;
    border-bottom: 0 none;
  }

  body.dark .header .primary .navbar .btn-navbar {
    background-color: var(--BACKGROUND_COLOR_HEADER);
    border-color: var(--PRIMARY_BORDER_COLOR);
  }

  body.dark .header .primary .navbar .nav {
    background-color: var(--BACKGROUND_COLOR_HEADER);
    border-color: var(--PRIMARY_BORDER_COLOR);
  }
  body.dark .header .primary .navbar .nav .open-sub span {
    background-color: var(--PRIMARY_COLOR_BUTTON_TEXT);
  }

  body.dark #main-menu .nav .parent.active > a {
    background-color: var(--PRIMARY_BACKGROUND_COLOR_BUTTON);
  }

  body.dark #main-menu .nav > li > a,
  body.dark #main-menu .nav > li > a:visited {
    background-color: var(--SECONDARY_BACKGROUND_COLOR);
    border-color: var(--PRIMARY_BORDER_COLOR);
  }

  body.dark #main-menu ul.nav a:hover {
    background-color: var(--PRIMARY_BACKGROUND_COLOR);
  }

  body.dark #main-menu ul.nav li.parent a:hover {
    background-color: transparent;
  }

  body.dark #main-menu ul.nav li.parent.active > a:hover {
    background-color: var(--PRIMARY_BACKGROUND_COLOR_BUTTON);
  }
}
