﻿/* 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;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1380px;
    }
}

.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;
    font-family: Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif
}

.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 */
}



/* By Captech */

h1, h2, h3, h4, h5, h6 {
    color: #c8001e;
}

.badge-tag {
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.1rem;
    border-width: 1px 2px;
    border-style: solid;
    border-color: #ccc;
    background-color: #eee;
    color: #000;
}
.badge-tag-new {
    border-color: #007bff;
}
.badge-tag-done {
    border-color: #28a745;
}
.badge-tag-cancelled {
    border-color: #dc3545;
}
.badge-tag-support {
    border-color: #ffc107;
}
.badge-tag-waitauthor {
    border-color: #dc3545;
}
.badge-tag-tag {
    background-color: #FFFFE0;
}
.badge-tag-devops {
    background-color: #eee;
    border-color: #8A2BE2;
    color: #8A2BE2;
    font-weight: 600;
}

.select2-container {
    min-width: 200px;
    max-width: 400px;
}

/*code {
    color: gray;
    background-color: lightgray;
}*/