@charset "UTF-8"; /*!
 * Bootstrap v3.4.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.btn-block,
article,
aside,
header,
section {
  display: block;
}
.container .row section {
  @media only screen and (min-width: 768px) {
    height: 0;
  }
}
.modal,
.modal-open,
svg:not(:root) {
  overflow: hidden;
}
.btn,
.clickable,
.close:focus,
.close:hover,
.well:hover,
button,
button.close {
  cursor: pointer;
}
button,
h1,
h2 {
  color: inherit;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"],
.panel-title,
ul {
  margin-top: 0;
}
.container:after,
.dropdown-menu > li > a,
.modal-footer:after,
.modal-header:after,
.nav:after,
.panel-body:after,
.row:after {
  clear: both;
}
.btn-group > .btn,
.btn-toolbar .input-group,
.col-xs-12,
.dropdown-menu {
  float: left;
}
.btn,
.btn-group,
.caret,
.input-group-addon,
.input-group-btn {
  vertical-align: middle;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: 0.67em 0;
}
h1,
h2,
ul {
  margin-bottom: 9.5px;
}
button {
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  h2,
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
}
.container:after,
.container:before,
.nav:after,
.nav:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: " ";
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot);
  src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"),
    url(../fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"),
    url(../fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"),
    url(../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
      format("svg");
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #222;
  background-color: #eaeaea;
  hyphens: none;
  word-wrap: break-word;
}
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
h1,
h2,
p.sub-title {
  font-family: "Noto Sans", Arial, sans-serif;
  line-height: 1.1;
}
a {
  background-color: transparent;
  color: #369;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #003b78;
  text-decoration: none;
}
a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
h1,
h2 {
  font-weight: 700;
  margin-top: 19px;
}
.btn,
.btn-link,
.close,
.dropdown-menu > li > a,
.input-group-addon {
  font-weight: 400;
}
h1 {
  font-size: 46px;
}
h2 {
  font-size: 24px;
}
p {
  margin: 0 0 9.5px;
}
.initialism {
  text-transform: uppercase;
  font-size: 90%;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1033px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1260px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-3,
.col-md-4,
.col-md-9,
.col-sm-3,
.col-sm-6,
.col-sm-9,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-sm-3,
  .col-sm-6,
  .col-sm-9 {
    float: left;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-9 {
    width: 75%;
  }
}
@media (min-width: 1033px) {
  .col-md-3,
  .col-md-4,
  .col-md-9 {
    float: left;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-9 {
    width: 75%;
  }
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="month"],
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 33px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="month"],
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 49px;
  }
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
  height: 33px;
  line-height: 33px;
}
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
  height: 49px;
  line-height: 49px;
}
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 41.25px;
}
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  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;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  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;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 24px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
@media (min-width: 768px) {
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:active:focus,
.btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.btn:active,
.dropdown-toggle:focus,
.modal,
.modal-content,
.open > a {
  outline: 0;
}
.btn:focus,
.btn:hover {
  color: #000;
  text-decoration: none;
}
.btn:active {
  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-default {
  color: #000;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-default:focus {
  color: #000;
  background-color: #b3b3b3;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
  background-color: #b3b3b3;
  border-color: #adadad;
  color: #000;
}
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: #000;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}
.open > .btn-primary.dropdown-toggle {
  color: #6f6f6f;
  background-color: #daa300;
  background-image: none;
  border-color: #b68800;
}
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #6f6f6f;
  background-color: #b68800;
  border-color: #745700;
}
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.open > .btn-info.dropdown-toggle,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-link {
  color: #369;
  border-radius: 0;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #003b78;
  text-decoration: none;
  background-color: transparent;
}
.btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  float: right;
  margin-top: 7px;
}
.dropdown-menu,
.input-group-addon {
  font-size: 16px;
  border: 1px solid #ccc;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.btn-group,
.btn-group > .btn,
.input-group,
.input-group .form-control,
.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  line-height: 1.2;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.open > .dropdown-menu {
  display: block;
}
.dropup .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.btn-group {
  display: inline-block;
}
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn .caret,
.btn-group > .btn:first-child {
  margin-left: 0;
}
.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;
}
.input-group {
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
}
.input-group-addon {
  padding: 6px 12px;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  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 {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:after,
.nav:before {
  display: table;
}
.nav > li,
.nav > li > a {
  display: block;
  position: relative;
}
.nav > li > a {
  padding: 7px 0;
}
.modal,
.tab-content > .tab-pane {
  display: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: inherit;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: inherit;
  border-color: #369;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #000;
  background-color: inherit;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.tab-content > .active {
  display: block;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 19px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #ffc20e;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #1a1a1a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #1a1a1a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #ffc20e;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #ffc20e;
    background-color: #1a1a1a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.modal,
.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.panel {
  margin-bottom: 19px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel-heading,
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-body {
  padding: 15px;
}
.panel-body:after,
.panel-body:before {
  display: table;
}
.panel-heading {
  padding: 10px 15px;
  display: none;
  border-bottom: 1px solid transparent;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  font-size: 18px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel
  > .table-responsive:first-child
  > .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
  th:first-child,
.panel
  > .table-responsive:first-child
  > .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
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 0;
}
.panel
  > .table-responsive:first-child
  > .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
  th:last-child,
.panel
  > .table-responsive:first-child
  > .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
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel
  > .table-responsive:last-child
  > .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
  th:first-child,
.panel
  > .table-responsive:last-child
  > .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
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 0;
}
.panel
  > .table-responsive:last-child
  > .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
  th:last-child,
.panel
  > .table-responsive:last-child
  > .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
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
}
.panel-group {
  margin-bottom: 19px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 1px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.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: #ffc20e;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ffc20e;
  border-color: #ffc20e;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffc20e;
}
.panel-primary > .panel-heading .badge {
  color: #ffc20e;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffc20e;
}
.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;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 24px;
  line-height: 1;
  color: #000;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal {
  position: fixed;
  z-index: 1050;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
  -webkit-overflow-scrolling: touch;
}
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
  display: table;
  content: " ";
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 17px;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #eaeaea;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.2;
}
.modal-body {
  position: relative;
  padding: 30px;
}
.modal-footer {
  padding: 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: auto;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 350px;
  }
}
@media (min-width: 1033px) {
  .modal-lg {
    width: 1016px;
  }
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/themes/igc/presentation/assets/fonts/notosans/noto-sans-v37-greek-ext_latin_latin-ext_vietnamese-regular.eot'); /* IE9 Compat Modes */
  src: url('/themes/igc/presentation/assets/fonts/notosans/noto-sans-v37-greek-ext_latin_latin-ext_vietnamese-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/themes/igc/presentation/assets/fonts/notosans/noto-sans-v37-greek-ext_latin_latin-ext_vietnamese-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/themes/igc/presentation/assets/fonts/notosans/noto-sans-v37-greek-ext_latin_latin-ext_vietnamese-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('/themes/igc/presentation/assets/fonts/notosans/noto-sans-v37-greek-ext_latin_latin-ext_vietnamese-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('/themes/igc/presentation/assets/fonts/notosans/noto-sans-v37-greek-ext_latin_latin-ext_vietnamese-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}

header {
  margin: 0 auto;
  background-size: cover;
  background-position: 0 100%;
  background-image: url(/modules/custom/igcommerce_brand_chooser/dist/images/Fluke-brand-choser-page-768x500.jpg);
  background-repeat: no-repeat;
  padding: 30px 0;
}
header button.btn-default {
  background-color: #fff;
}
header button.btn-default:hover {
  background-color: #ccc;
}
@media (min-width: 500px) {
  header {
    padding: 130px 0;
  }
  header .line-breaker {
    display: block;
  }
  header button.btn-default {
    margin-top: 10px;
  }
  header .dropdown.open .caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
}
p.sub-title {
  font-size: 36px;
}
.slogan {
  font-weight: 700;
}
h2 {
  font-weight: 400;
}
.mission-statement {
  margin-top: 35px;
  margin-bottom: 35px;
}
.mission-statement h2 {
  margin-top: 0;
  color: #369;
}
.mission-statement p {
  font-size: 18px;
}
svg {
  width: 160px;
}
#fluke-logo {
  height: 51px;
}
#fluke-cal-logo {
  height: 61px;
}
#fluke-bio-logo {
  height: 67px;
}
#fluke-process-logo {
  height: 76px;
}
#fluke-networks-logo {
  height: 45px;
}
.fluke-logo {
  fill: #ffc20e;
}
.fn-logo {
  fill: #253b6c;
}
.open > .dropdown-menu {
  width: 100%;
}
a.well {
  display: block;
  color: #222;
}
a.well:hover {
  text-decoration: none;
}
.well {
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.well h2 {
  color: #369;
}
.well .btn .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.well:hover {
  border: 1px solid #ffc20e;
}
.well:hover .faux-link {
  color: #003b78;
}
@media (min-width: 768px) {
  header {
    background-image: url(/modules/custom/igcommerce_brand_chooser/dist/images/Fluke-brand-choser-page-1440x500.jpg);
  }
  .well {
    position: relative;
    min-height: 350px;
  }
  .well .btn-group,
  .well .faux-link {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 19px 15px;
  }
}
@media (min-width: 1033px) {
  .well {
    min-height: 400px;
  }
}
@media (min-width: 1280px) {
  .well {
    min-height: 350px;
  }
}
.well .faux-link {
  font-size: 16px;
  margin: 0;
  color: #369;
}
.btn {
  line-height: 1.5;
  text-align: left;
}
.open .btn .caret {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.modal-header {
  background: #fff;
}
.modal-header .btn-link {
  float: right;
  margin-right: 25px;
  padding-block: 1px;
  padding-inline: 6px;
  border-width: 2px;
}
.modal-header .x-icon {
  font-size: 30px;
  color: #a7a7a7;
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 6px;
}
.tab-pane .country-group {
  display: inline-block;
  padding: 0.5em 0.2em;
  width: 33%;
  float: left;
}
.nav-pills > li {
  font-weight: 700;
}
.nav-pills > li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.nav-pills > li.active,
.nav-pills > li:hover {
  color: #000;
}
.nav-pills > li.active:after,
.nav-pills > li:hover:after {
  content: url(/modules/custom/igcommerce_brand_chooser/dist/images/angle-right.png);
  content: url(/modules/custom/igcommerce_brand_chooser/dist/images/angle-right.svg);
  position: absolute;
  right: 0;
  top: -2px;
}
.modal-body {
  padding-top: 0;
}
.language-name {
  display: inline;
}
.language-name:after {
  content: ")";
}
.language-name:before {
  content: "(";
}
.modal-wrapper .modal-body {
  padding-right: 0;
}
@media (max-width: 767px) {
  .modal-wrapper .panel-group .panel + .panel {
    margin-top: 0;
  }
  .modal-wrapper .panel-group {
    margin-right: 10px;
    margin-left: 10px;
  }
  .modal-wrapper .modal-body {
    padding: 0;
  }
  .modal-wrapper .language-name {
    float: right;
  }
  .modal-wrapper .country-group a {
    display: block;
    padding: 10px 20px 10px 25px;
    width: 100%;
  }
  .modal-wrapper .country-group:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
}
.modal-wrapper .panel-heading {
  padding: 0;
}
.modal-wrapper .panel-heading a.js-tabcollapse-panel-heading {
  color: #369;
  padding: 10px 15px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-family: "Noto Sans", Arial, sans-serif;
}
.modal-wrapper .panel-heading a.js-tabcollapse-panel-heading:after {
  content: "+";
  float: right;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  font-weight: 700;
}
.modal-wrapper
  .panel-heading
  a.js-tabcollapse-panel-heading:not(.collapsed):after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-wrapper .js-tabcollapse-panel-body {
  padding: 0;
}
.world-map {
  width: auto;
  min-height: 170px;
  margin: 15px;
  background: url(/modules/custom/igcommerce_brand_chooser/dist/images/world-map.svg);
  background: url(/modules/custom/igcommerce_brand_chooser/dist/images/world-map.svg),
    -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url(/modules/custom/igcommerce_brand_chooser/dist/images/world-map.svg),
    -webkit-linear-gradient(transparent, transparent);
  background: url(/modules/custom/igcommerce_brand_chooser/dist/images/world-map.svg),
    -o-linear-gradient(transparent, transparent);
  background: url(/modules/custom/igcommerce_brand_chooser/dist/images/world-map.svg),
    linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center;
}
.world-map h2 {
  text-align: center;
  position: relative;
  top: 70px;
  z-index: 1;
  margin-top: 0;
}
.countryicon-sprite.iconset-shiny {
  width: 16px;
  height: 11px;
  margin: 0 0.5rem 0 0;
  padding: 0;
  background-image: url(/modules/custom/igcommerce_brand_chooser/dist/images/shiny-sprite.png);
  display: inline-block;
}
.countryicon-sprite.iconset-shiny.countrycode-ar {
  background-position: 0 -199px;
}
.countryicon-sprite.iconset-shiny.countrycode-at {
  background-position: 0 -241px;
}
.countryicon-sprite.iconset-shiny.countrycode-au {
  background-position: 0 -262px;
}
.countryicon-sprite.iconset-shiny.countrycode-be {
  background-position: 0 -409px;
}
.countryicon-sprite.iconset-shiny.countrycode-bo {
  background-position: 0 -577px;
}
.countryicon-sprite.iconset-shiny.countrycode-br {
  background-position: 0 -598px;
}
.countryicon-sprite.iconset-shiny.countrycode-ca {
  background-position: 0 -745px;
}
.countryicon-sprite.iconset-shiny.countrycode-ch {
  background-position: 0 -871px;
}
.countryicon-sprite.iconset-shiny.countrycode-cl {
  background-position: 0 -934px;
}
.countryicon-sprite.iconset-shiny.countrycode-cn {
  background-position: 0 -976px;
}
.countryicon-sprite.iconset-shiny.countrycode-co {
  background-position: 0 -997px;
}
.countryicon-sprite.iconset-shiny.countrycode-cr {
  background-position: 0 -1018px;
}
.countryicon-sprite.iconset-shiny.countrycode-cz {
  background-position: 0 -1144px;
}
.countryicon-sprite.iconset-shiny.countrycode-de {
  background-position: 0 -1165px;
}
.countryicon-sprite.iconset-shiny.countrycode-dk {
  background-position: 0 -1207px;
}
.countryicon-sprite.iconset-shiny.countrycode-do {
  background-position: 0 -1249px;
}
.countryicon-sprite.iconset-shiny.countrycode-ec {
  background-position: 0 -1291px;
}
.countryicon-sprite.iconset-shiny.countrycode-es {
  background-position: 0 -1417px;
}
.countryicon-sprite.iconset-shiny.countrycode-europeanunion {
  background-position: 0 -1459px;
}
.countryicon-sprite.iconset-shiny.countrycode-fi {
  background-position: 0 -1501px;
}
.countryicon-sprite.iconset-shiny.countrycode-fr {
  background-position: 0 -1606px;
}
.countryicon-sprite.iconset-shiny.countrycode-gb {
  background-position: 0 -1648px;
}
.countryicon-sprite.iconset-shiny.countrycode-gt {
  background-position: 0 -1921px;
}
.countryicon-sprite.iconset-shiny.countrycode-id {
  background-position: -26px -136px;
}
.countryicon-sprite.iconset-shiny.countrycode-ie {
  background-position: -26px -157px;
}
.countryicon-sprite.iconset-shiny.countrycode-in {
  background-position: -26px -199px;
}
.countryicon-sprite.iconset-shiny.countrycode-it {
  background-position: -26px -304px;
}
.countryicon-sprite.iconset-shiny.countrycode-jp {
  background-position: -26px -367px;
}
.countryicon-sprite.iconset-shiny.countrycode-kr {
  background-position: -26px -535px;
}
.countryicon-sprite.iconset-shiny.countrycode-mx {
  background-position: -26px -1250px;
}
.countryicon-sprite.iconset-shiny.countrycode-my {
  background-position: -26px -1271px;
}
.countryicon-sprite.iconset-shiny.countrycode-nl {
  background-position: -26px -1439px;
}
.countryicon-sprite.iconset-shiny.countrycode-no {
  background-position: -26px -1460px;
}
.countryicon-sprite.iconset-shiny.countrycode-pe {
  background-position: -26px -1607px;
}
.countryicon-sprite.iconset-shiny.countrycode-ph {
  background-position: -26px -1670px;
}
.countryicon-sprite.iconset-shiny.countrycode-pl {
  background-position: -26px -1712px;
}
.countryicon-sprite.iconset-shiny.countrycode-pt {
  background-position: -26px -1817px;
}
.countryicon-sprite.iconset-shiny.countrycode-ru {
  background-position: -26px -1964px;
}
.countryicon-sprite.iconset-shiny.countrycode-se {
  background-position: -52px -115px;
}
.countryicon-sprite.iconset-shiny.countrycode-sg {
  background-position: -52px -136px;
}
.countryicon-sprite.iconset-shiny.countrycode-sv {
  background-position: -52px -367px;
}
.countryicon-sprite.iconset-shiny.countrycode-th {
  background-position: -52px -514px;
}
.countryicon-sprite.iconset-shiny.countrycode-tr {
  background-position: -52px -661px;
}
.countryicon-sprite.iconset-shiny.countrycode-fa {
  background-position: -52px -724px;
}
.countryicon-sprite.iconset-shiny.countrycode-us {
  background-position: -52px -829px;
}
.countryicon-sprite.iconset-shiny.countrycode-uy {
  background-position: -52px -850px;
}
.countryicon-sprite.iconset-shiny.countrycode-ve {
  background-position: -52px -934px;
}
.countryicon-sprite.iconset-shiny.countrycode-vn {
  background-position: -52px -997px;
}
.countryicon-sprite.iconset-shiny.countrycode-fa,
.countryicon-sprite.iconset-shiny.countrycode-fb {
  background-position: -52px -1985px;
}

.modal-wrapper .col-sm-9{
  padding-right: 0px;
}
#fluke-ig-tabs, #fluke-ig-tabs-fcal{
  display: block;
}
@media (max-width: 767px) {
  .modal-wrapper .col-sm-9{
    padding-bottom: 19px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #fluke-ig-tabs, #fluke-ig-tabs-fcal{
    display: none;
  }
  .panel-heading{
    display: block;
    background-color: #f5f5f5;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
  }
  .tab-content > .active{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
  }
  .tab-content .country-group{
    width: 100%;
    padding: 0px;
  }
  #fluke-ig-tabs-content, #fluke-ig-tabs-content-fcal{
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
  }
  .modal-open .modal{
    padding-right: 0px;
  }
}
