@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext');
html,
body {
  height: 100%;
}
* {
  font-family: "Open Sans";
}
h1 {
  margin-top: 60px;
  font-size: 36px;
  font-weight: 800;
  color: #6b5996;
}
h1 span {
  display: block;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 22px;
  color: #333;
  padding-top: 6px;
}
h2 {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin: 30px 0px 20px;
}
/* .wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
} */
.btn {
  /* padding: 10px 20px;
  font-size: 16px; */
  border-radius: 0px;
}
.btn.btn-primary {
  background: #8977ba;
  border: 1px solid #8977ba;
  color: #fff;
  text-transform: uppercase;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: transparent;
  border: 1px solid #8977ba;
  color: #8977ba;
}
.navbar-fixed-top {
  /* position: static; */
  background-color: #000;
  min-height: 0px;
  height: 35px;
}
.navbar-fixed-top .container {
  width: auto;
}
.navbar-fixed-top .navbar-brand {
  height: auto;
  font-weight: 900;
}
.navbar-fixed-top .navbar-nav > li > a {
  padding: 7px 10px;
}
.navbar-fixed-top .navbar-nav > li > a:hover,
.navbar-fixed-top .navbar-nav > li > a:active,
.navbar-fixed-top .navbar-nav > li > a:focus {
  background: transparent;
  color: #ededed;
}
.navbar-fixed-top .nav li > form > button.logout {
  padding: 7px;
  color: #fff;
}
.navbar-fixed-top a {
  color: #fff;
  font-size: 14px;
  padding: 10px 10px;
}
.wrap {
  height: auto;
  /* margin: 0 auto -60px;
    padding: 0 0 60px; */
}
.wrap > .content {
  margin-top: 95px;
  min-height: 100%;
  height: auto;
}
.homepage-banner {
  height: 612px;
  background: url(../images/banner-bg2.jpg) no-repeat, url(../images/banner-bg.jpg) repeat-x;
  background-color: transparent;
  background-position: top center;
}
.homepage-banner h1 {
  font-size: 60px;
  font-weight: 600;
  color: #8977ba;
  text-transform: uppercase;
  padding-top: 90px;
}
.homepage-banner h1 sup {
  font-size: 60%;
}
.homepage-banner h1 span {
  font-size: 28px;
  font-weight: 100;
  display: block;
  text-transform: none;
  color: #333;
}
.homepage-banner ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.homepage-banner ul li {
  padding: 4px 0px;
  font-size: 16px;
}
.homepage-banner ul li a {
  color: #8977ba;
}
.homepage-banner .btn {
  font-size: 24px;
  font-weight: 100;
  padding: 12px 25px;
}
.why {
  background: #8977ba url(../images/violet-bg.jpg) no-repeat center center;
  text-align: center;
  color: #fff;
  padding: 100px 0px 125px;
}
.why p {
  font-size: 16px;
}
.footer {
  background-color: #6b5996;
  border-top: 1px solid #6b5996;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .footer-text-wrapper {
  background: #393939;
  padding: 20px 0px 40px;
  text-align: center;
}
.footer .footer-text-wrapper h3 {
  font-size: 16px;
  color: #ddd;
}
.footer .footer-text-wrapper .adres {
  color: #c8bfdd;
}
.footer .footer-text-wrapper a.inar {
  color: #fff;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 10px;
}
.footer .footer-text-wrapper a.inar:hover,
.footer .footer-text-wrapper a.inar:active,
.footer .footer-text-wrapper a.inar:focus {
  color: #c8bfdd;
  text-decoration: none;
}
.footer .footer-text-wrapper .subs {
  display: table;
  margin: 7px auto;
  width: 180px;
}
.footer .footer-text-wrapper .subs .sub {
  display: table-cell;
  font-size: 15px;
  color: #D5D5D5;
  margin-bottom: 5px;
  padding-left: 10px;
}
.footer .footer-text-wrapper .subs .sub:nth-of-type(odd) {
  border-right: 1px solid #999;
  width: 15%;
  padding-right: 10px;
  margin-right: 10px;
  padding-left: 0px;
  text-align: right;
  color: #c8bfdd;
}
.footer .footer-text-wrapper .subs .sub:hover {
  color: #c8bfdd;
}
.footer .container {
  padding: 15px 0px;
  text-align: center;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}
@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}
.nav > li > form > button.logout:focus {
  outline: none;
}
/* .btn-pred:focus {
    color: #8977ba;
    background-color: #cac0e4;
    border-color: #735dad;
}

.btn-pred:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-pred.active {
    color: #fff;
    background-color: #8977ba;
    border-color: #735dad;
}

.btn-pred.active:focus {
    color: #fff;
    background-color: #8977ba;
    border-color: #735dad;
} */
table.dataSource {
  border: 0px;
  margin-top: 15px;
}
.dataSource th {
  /* background-color: #cac0e4; */
  font-size: 10px;
  min-width: 100px;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding-right: 10px;
  font-weight: 100;
  font-size: 13px;
}
.dataSource th a.sourceFilter {
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: #fff;
  font-size: 12px;
}
.table.dataSource > thead > tr > th {
  vertical-align: middle;
  padding: 5px 5px 23px;
  border: 0px;
  border-left: 1px solid #efefef;
}
.table.dataSource > thead > tr:first-child > th {
  padding: 5px 5px 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #efefef;
}
.table.dataSource > tbody > tr > td {
  border: 0px;
  border-left: 1px solid #efefef;
  padding: 7px 5px;
  position: relative;
}
.hintpopover {
  position: absolute;
  top: 3px;
  right: 3px;
  color: #6b5996;
}
.dataSource td {
  font-size: 12px;
  min-width: 100px;
}
.groupsButtons {
  padding-top: 40px;
  text-align: center;
}
.groupButton,
.groupButtonAll {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}
.groupButton:focus,
.groupButton:hover,
.groupButtonAll:focus,
.groupButtonAll:hover {
  color: #ffffff;
}
.filterRow {
  height: 500px;
  overflow-y: auto;
}
.sourceFilter {
  color: #fbf98b;
}
.sourceFilter:hover,
.sourceFilter:focus {
  color: #fcf800;
}
.sourceFilterenabled {
  color: #6AE070;
}
.sourceFilterenabled:hover,
.sourceFilterenabled:focus {
  color: #04E910;
}
.tooltip-inner,
.popover-content {
  max-width: 400px;
  width: 400px;
  background-color: #ffffff;
  color: #333;
  padding: 30px;
  font-size: 13px;
  border-radius: 0px;
  /*  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
}
.popover {
  max-width: 450px;
  border-radius: 0px;
}
.groupColor1 {
  background-color: #31869b;
}
.groupColor2 {
  background-color: #76933c;
}
.groupColor3 {
  background-color: #963634;
}
.groupColor4 {
  background-color: #366092;
}
.groupColor5 {
  background-color: #e26b0a;
}
.groupColor6 {
  background-color: #60497a;
}
.groupColor7 {
  background-color: #b26438;
}
.groupColor8 {
  background-color: #b26438;
}
.groupColor9 {
  background-color: #b26438;
}
.groupColor10 {
  background-color: #595959;
}
.groupColor11 {
  background-color: #595959;
}
.btn-pred {
  opacity: 0.25;
}
.btn-pred.active {
  opacity: 1.0;
}
.modal-header-white {
  color: #ffffff;
}
.textResults {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #6b5996;
}
/* #dataHeader {
    position:absolute;
    left: 10px;
} */
/* .tdInner {
    font-size: 11px;
    height: 100px;
    overflow-y: auto;
} */
table.table {
  margin-bottom: 0px;
}
table.table.table-lead-td td:first-child {
  width: 30%;
}
input[type="checkbox"] + label {
  font-weight: 100;
  padding-left: 5px;
}
.top-content.login-page {
  background: url(../images/banner-bg2.jpg) no-repeat, url(../images/banner-bg.jpg) repeat-x;
  background-color: transparent;
  background-position: top center;
  background-size: cover;
  height: 100%;
}
.top-content.login-page .form-box {
  background: rgba(255, 255, 255, 0.7);
  padding-top: 30px;
}
.landing-page {
  background: url(../images/banner-bg2.jpg) no-repeat, url(../images/banner-bg.jpg) repeat-x;
  background-color: transparent;
  background-position: top center;
  background-size: cover;
  height: 100%;
  margin-top: -60px;
  padding-top: 15rem;
  padding-bottom: 25rem;
}
@media (max-width: 767px) {
  .landing-page {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
.landing-page .box {
  background: rgba(255, 255, 255, 0.7);
  padding: 10rem 3rem;
}
.landing-page h1 {
  font-weight: 400;
  font-size: 4rem;
  margin-bottom: 2rem;
  margin-top: 0;
}
.landing-page .btn.btn-primary {
  padding: 1.2rem 5rem;
  font-size: 2rem;
  margin: 0.5rem;
}
@media (max-width: 767px) {
  .landing-page .btn.btn-primary {
    display: block;
  }
}
.navbar-brand > img {
  position: absolute;
  top: 0px;
}
.site-index {
  margin-top: -60px;
}
