﻿/* 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;
    color: #cf2e2e;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.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;
}
@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 */
    margin-bottom: 60px;
    background-color: #f6f3f3;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.loading {
    background-image: url("../images/spinner.gif");
    background-size: 25px 25px;
    background-position: left center;
    background-repeat: no-repeat;
}

table > thead {
    background-color: #d63d2d;
    color: white;
}


.loading2 {
    border: 16px solid #46aefc;
    border-radius: 50%;
    border-top: 16px solid white;
    border-bottom: 16px solid white;
    margin: auto;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.navbar {
    background-color: #292929 !important;
}

.nav-link {
    color: #ecf0f5!important;
}
    .nav-link:hover {
        color: #96989a !important;
    }

.btn-primary {
    /*    background-color: #3c8dbc;
    border-color: #367fa9*/
    background-color: #cf2e2e;
    border-color: #cf2e2e
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.hover {
        background-color: #de1212 !important;
        border-color: #cf2e2e !important
    }