﻿/* 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;
}

/* 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: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    /*line-height: 60px; /* Vertically center the text there */
}

/*html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}*/

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}
    /* raleway-regular - latin */
    @font-face {
        font-family: 'Raleway';
        font-style: normal;
        font-weight: 400;
        src: url('../fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
        src: local('Raleway'), local('Raleway-Regular'), url('../fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
    }

.none {
    display: none;
}

.marginButton
{
    margin: 5px;
}

/** Statistics Header **/
.card-header-wrapper {
    display: flex;
    align-items: center;
}

.loading-wrapper {
    display: inline-flex;
}

.loading {
    display: none;
    justify-content: flex-end;
}

.loading.show {
    display: inline-flex;
    margin-right: 1em;
}

.card-header-wrapper h5 {
    display: inline-flex;
    justify-self: center;
    margin-bottom: 0;
    flex-grow: 1;
}


/******** Statistic End **********/


/* PROJECT STATE */
.card-header.project-state{
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.card-header .project-name{
    padding: .75rem 1.25rem;
}
.card-header .project-state {
    padding: .75rem 1.25rem;
    color: white;
    font-size: larger;
}
.card-header .project-state.project-state-Aktiv {
    background-color: #1c7430;
}
.card-header .project-state.project-state-Inaktiv {
    background-color: #dc3545;
}

.input-group-with-append .input-group-append .input-group-text {
    background-color: #007bff;
    border-color: #007bff;
}
.input-group-with-append .input-group-append .input-group-text  a{
    color: white;
    text-decoration: none;
}
/* CARD HEADER ACTION */
.card-header.action,
.card-header.info {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.card-header .card-title,
.card-header .card-action{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
}
.card-header .card-action{
    color: white;
    background-color: #007bff;
    cursor: pointer;
    text-decoration: none;

}
.card-header .card-action:hover{
    background-color: #0069d9;
}
/* CARD HEADER Info */
.card-header.info {
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.card-header .card-info{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: white;
    background-color: #007bff;
    cursor: pointer;
    text-decoration: none;
}
