html,
body {
  overflow-y: auto;
  touch-action: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 28px;
  margin: 0 !important;
  padding: 0 !important;
}
h2,
h3,
h4,
h5 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #666666;
  font-weight: bold;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 15px;
}
a {
  cursor: pointer;
}
div.qvobject,
div.qvplaceholder {
  padding: 0 0 0 0;
  height: 400px;
}
div.qvobject.one {
  height: 100px;
}
div.qvobject.fifty {
  height: 50px;
}
.devider {
  width: 30%;
  height: 1px;
}
.noMarginPadding {
  margin: 0 !important;
  padding: 0 !important;
}
.noMarginPaddingTopBottom {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pageTitle {
  padding-bottom: 5px !important;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px dashed darkgray;
}
.subtitleHolder {
  padding-top: 10px;
  padding-bottom: 5px !important;
}
.subtitleHolder a {
  text-decoration: underline;
}
.subtitleHolder a.active,
.subtitleHolder a.active:hover,
.activeTitle {
  color: black;
  font-style: normal;
  cursor: default;
  text-decoration: none;
}
.subtitle {
  margin-right: 20px;
}
.subtitle.active {
  color: #404040;
  cursor: default;
  text-decoration: none;
}
.subtitle.active:hover {
  text-decoration: none;
}
/*************
 * HEADER 
**************/
.header a {
  color: gray;
  letter-spacing: 1px;
}
.header .active {
  color: #123b71;
  font-weight: bold;
  text-decoration: none;
}
.navbar-nav.blue li a {
  font-size: 1em;
  font-weight: bold;
  color: #407ec9;
  background: white;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  padding: 23px 20px;
}
/*************
 * QLIK 
**************/
.qlik,
.qlik a,
.qlik a:hover {
  color: #65a604 !important;
}
/*************
 * BOOTSTRAP 
**************/
.container {
  max-width: 950px;
  width: 100%;
}
.container .row {
  padding-bottom: 20px;
}
.container .row .btn {
  font-weight: bold;
  border-radius: 0;
  text-transform: uppercase;
}
.container .row .btn.btn-success {
  background-color: #77b62a;
  border-color: #77b62a;
}
.container .row .btn.btn-danger {
  background-color: #da0063;
  border-color: #da0063;
}
.container .row .btn.btn-danger:hover,
.container .row .btn.btn-success:hover {
  color: #77b62a;
  background-color: white;
  border-color: lightgray;
}
.container .row .dropdown-menu {
  /*.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus*/
}
.container .row .dropdown-menu .active,
.container .row .dropdown-menu .active a,
.container .row .dropdown-menu .active a:hover,
.container .row .dropdown-menu .active a:focus,
.container .row .dropdown-menu li:hover,
.container .row .dropdown-menu li a:hover {
  color: white;
  background-color: #77b62a;
}
.container .row .scrollable-menu {
  height: auto;
  overflow-x: hidden;
  z-index: 9999999;
  max-height: 200px;
}
/*************
 * ANGULAR 
**************/
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
