﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

body {
    background: rgb(22,24,26);
    background: linear-gradient(90deg, rgba(22,24,26,1) 0%, rgba(14,14,109,1) 73%, rgba(19,69,167,1) 100%);
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
  height: 100%;
}

body {
    height: 100%;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 50px; /* Vertically center the text there */
    border: 1px solid rgb(69, 94, 143) !important;
    text-align: center;
    color: white !important;
    background-color: rgba(15, 15, 15, .95);
    z-index:15;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 50px; /* Vertically center the text there */
    border: 1px solid rgb(69, 94, 143) !important;
    text-align: center;
    color: white !important;
    background-color: rgba(15, 15, 15, .95);
    z-index: 15;
}

.dropdown-menu {
    top: auto;
}

main {
    width: 100%;
}

.background-panel-dark {
    background-color: rgba(15, 15, 15, .6);
    border: 1px solid rgb(69, 94, 143) !important;
}

.background-panel-doc {
    background-color: rgba(15, 15, 15, .7);
    border: 1px solid rgb(69, 94, 143) !important;
    padding: 20px 20px 20px 20px;
}

.background-panel-darker {
    background-color: rgba(15, 15, 15, 1);
    border: 1px solid rgb(69, 94, 143) !important;
}

.text-center {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -0%);
    color: white;
}

#particles-js {
    height: 100%;
}

.navbar {
    background-color:rgba(15, 15, 15, .95);
}

.navbar a {
    /*color: white;*/
}

.border-bottom {
    border:1px solid rgb(69, 94, 143) !important;
}

a,
.btn-primary {
    color: lightblue !important;
}

.btn-accent {
    color: lightgreen !important;
}

.tos,
.privacy {
    color: white;
}

.container {
    color: white!important;
}

page-header {
    border-color: rgb(69, 94, 143);
}

#particles-js {
    z-index: -50;
    width: 100%;
}

.text-center {
    z-index:5;
    padding-bottom:0px
}

.navbar {
    z-index:10;
}

.main_logo {
    height: 240px;
}

.monitor_img {
    height: 150px;
}
header {
    height: 0px;
}
.space_margin_top {
    margin-top: 100px;
}
.form-body {
    padding-left: 0px;
    width: 100%;
}
.text-center {
    padding: 10px 10px 0px 10px;
}

.form-control,
.field {
    width: 100%;
}

#loading {
    display: inline-block;
    width: 75px;
    height: 75px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    text-align: center;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

#loading_container {
    text-align:center;
}

.main_logo_container {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
    z-index:-10;
}

.main_logo_bottom {
    height: 300px;
    position: fixed;
    bottom: 0px;
    z-index: -10;
    left: 50%;
    transform: translate(-50%, -0%);
}

.bg-form-background {
    background-color: rgba(15, 15, 15, .6);
    padding: 20px;
    border: 2px solid rgba(22,24,26,1);
}

main {
    height: 100%;
}

.navbar {
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
    height:60px;
}

.navbar-brand {
    padding-left: 10px;
}

.navbar-brand > img {
    height: 40px;
}

.padding_right {
    padding-right: 10px;
}
.nav-item {
    padding: 10px 10px 10px 10px;
}

.dropdown-menu {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.navbar-collapse.collapsing {
    background-color: rgba(15, 15, 15, 1);
    border: 1px solid rgb(69, 94, 143) !important;
}

.navbar-collapse.show {
    background-color: rgba(15, 15, 15, 1);
    border: 1px solid rgb(69, 94, 143) !important;
}

.documentation-image {
    width: 100%;
    padding: 2em 0em 2em 0em;
}

pre {
    background-color: rgba(15, 15, 15, 0.85);
    border: 1px ridge white;
    padding: 10px 10px 10px 10px;
    color: white;
}

.alert-form {
    background-color: rgba(15, 15, 15, 0.85);
    border: 1px ridge white;
    padding: 10px 10px 10px 10px;
    color: white
}