﻿/* 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;
}

/* 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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.mt-2em {
    margin-top: 2em !important;
}

.align-left {
    text-align: left;
}



.tr-ba-yellow {
    border-right: 6px solid #ffd800
}

.tr-ba-red {
    border-right: 6px solid #ff0000
}

.tr-ba-green {
    border-right: 6px solid #00ff21
}

.tr-ba-orange {
    border-right: 6px solid #ff6a00
}

.tr-ba-black {
    border-right: 6px solid #090909
}

.tr-ba-blueviolet {
    border-right: 6px solid #7e16d9
}

.tr-ba-brown {
    border-right: 6px solid #7a4a15
}

.tr-ba-blue {
    border-right: 6px solid #1b6ec2
}






   





.table-separate-c {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

    .table-separate-c tr td {
        padding: 10px;
    }

    .table-separate-c tr:nth-child(odd) {
        background: #f9f9f9;
    }

span.circle-icon {
    width: 15px;
    height: 15px;
    color: white;
    background: #0078d7;
    padding: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-left: 5px;
}

span.circle-icon-2x {
    width: 20px;
    height: 20px;
    color: white;
    background: #0078d7;
    padding: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-left: 5px;
}

span.circle-icon-yellow {
    width: 15px;
    height: 15px;
    color: white;
    background: #e4c830;
    padding: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-left: 5px;
}

/*
.select2-container .select2-selection--single {
    height: 38px !important;
    display: flex !important;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: auto !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
}

    .select2-container--default .select2-selection--single .select2-selection__clear {
        margin-right: 8px;
    }

.select2-results {
    text-align: justify;
}

.select2-selection__clear {
    border: none;
}*/