﻿/* 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;
}

.btn-close {
    cursor: pointer;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.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 */
}

/* Data Table
-------------------------------------------------- */

thead.thead-dark,
#table > thead {
    background-color: #004760;
    color: #fff;
}

.paginate_button.current {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.paginate_button:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.paginate_button {
    position: relative;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

#table_paginate .pagination .paginate_button {
    padding: 0px 5px !important;
}

#filter-and-search {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

    #filter-and-search > div,
    #filter-and-search > a,
    #filter-and-search > select,
    #filter-and-search > label {
        margin-right: 10px;
    }

 /* Form Styles
-------------------------------------------------- */
    .form-control {
        max-width: 304px;
    }

.submit-section {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    max-width: 304px;
    width: 100%;
}

    .submit-section.flex-start {
        align-items: flex-start;
    }

    .submit-section > button {
        background-color: #004762;
        color: #fff;
        margin: 1rem 0;
        width: 40%;
    }

        .submit-section > button:hover {
            color: #fff;
        }

.email-settings-form {
    text-align: center;
}

    .email-settings-form .email-settings-btn {
        background-color: #004762;
        color: #fff;
    }

/* General Styles
-------------------------------------------------- */
.hide {
    display: none;
}

.btn-frc {
    color: #fff;
    background-color: #004762;
    border-color: #004762;
}

    .btn-frc:hover {
        color: #fff;
        background-color: #de9016;
    }
