@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/OpenSans-Regular.ttf) format("truetype"); }
html {
  position: relative;
  min-height: 100%; }

body {
  border-top: 4px solid #54487a;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fafafa;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

@media (min-width: 1200px) {
  .container {
    padding: 0 35px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    padding: 0 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    padding: 0 30px; } }
@media (max-width: 767px) {
  .container {
    padding: 0; } }

.navbar .navbar-header {
  height: 63px;
  background: #dddaec;
  /* For browsers that do not support gradients */
  background: linear-gradient(to bottom, #BEB8DB 0px, #dddaec 20%);
  /* Standard syntax and For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to bottom, #BEB8DB 0px, #dddaec 20%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to bottom, #BEB8DB 0px, #dddaec 20%);
  /* For Firefox 3.6 to 15 */ }
  .navbar .navbar-header .navbar-brand a, .navbar .navbar-header .navbar-brand span, .navbar .navbar-header .navbar-brand img {
    display: inline-block;
    vertical-align: middle; }
  .navbar .navbar-header .navbar-brand .label {
    padding: .4em .8em .4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    border-radius: .25em;
    background-color: #54487a;
    cursor: default; }
  .navbar .navbar-header .navbar-brand .flag {
    height: 20px;
    width: auto;
    margin-left: 12px; }
.navbar .navbar-nav {
  clear: both;
  min-height: 40px;
  background: #54487a;
  background: linear-gradient(to bottom, #54487a 0px, #493F6A 100%);
  background: -o-linear-gradient(to bottom, #54487a 0px, #493F6A 100%);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to bottom, #54487a 0px, #493F6A 100%);
  /* For Firefox 3.6 to 15 */ }
  .navbar .navbar-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 20px; }
    .navbar .navbar-nav ul li {
      display: inline;
      float: left; }
      .navbar .navbar-nav ul li a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 10px 15px;
        line-height: 20px;
        font-size: 14px;
        font-weight: normal; }
      .navbar .navbar-nav ul li a:hover {
        background: #62548f; }

.navbar-secondary {
  background-color: #e1e1e1;
  min-height: 40px; }
  .navbar-secondary ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 20px; }
    .navbar-secondary ul li {
      display: inline;
      float: left; }
      .navbar-secondary ul li a {
        display: block;
        text-decoration: none;
        color: #444;
        padding: 10px 15px;
        line-height: 20px;
        font-size: 14px;
        font-weight: normal; }
      .navbar-secondary ul li a:hover {
        background: #d5d5d5; }

.content {
  margin: 25px 20px;
  flex: 1; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.security-warning {
  background-color: rgba(114, 28, 36, 0.05);
  border: 1px solid rgba(114, 28, 36, 0.2);
  color: rgba(114, 28, 36, 0.8);
  padding: 8px 12px;
  margin: 15px 0;
  border-radius: 3px;
  text-align: left;
  font-size: 0.9em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  display: inline-block; }

.security-warning a {
  color: rgba(114, 28, 36, 0.8);
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: rgba(114, 28, 36, 0.5); }

.security-warning a:hover {
  text-decoration-style: solid;
  text-decoration-color: rgba(114, 28, 36, 0.8); }

.striped-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f1f1f1;
  font-size: 14px; }
  .striped-table th {
    text-align: left; }
  .striped-table td, .striped-table th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px; }
  .striped-table tr:nth-child(even) {
    background-color: #fff; }
  .striped-table i {
    font-style: normal;
    color: grey; }

.version-table {
  width: auto; }
  .version-table td {
    padding: 1px;
    vertical-align: top; }
    .version-table td:first-child {
      padding-right: 20px;
      font-weight: bold; }

.changes-block {
  font-family: monospace;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 9.5px;
  margin: 0 0 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word; }

.footer {
  background-color: #e1e1e1;
  color: #444;
  border-bottom: 1px solid #c8c8c8;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.1);
  background-image: url("/images/black-thing.svg"), url("/images/znurt.svg");
  background-size: 150px, 100px;
  background-position: right bottom, right top;
  background-repeat: no-repeat;
  font-size: 90%; }
  .footer .container {
    margin: 15px 20px 20px; }
  .footer .inline {
    display: inline; }
  .footer .support {
    margin-bottom: 15px; }
    .footer .support img {
      height: 40px;
      width: auto;
      vertical-align: middle; }
  .footer hr {
    border-bottom: 1px solid #d5d5d5;
    border-top: none;
    margin: 0 -55px; }
  .footer .version {
    padding-top: 15px; }
    .footer .version a {
      color: #54487a;
      border-bottom: 1px solid #c8c8c8;
      text-decoration: none; }
    .footer .version a:hover {
      border-bottom: 1px solid #61538d; }
    .footer .version .right {
      float: right; }

/*# sourceMappingURL=style.css.map */
