﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
    color: #0366d6;
}

    a:hover {
        text-decoration: none;
    }

.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: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/* ------ Custom CSS ------*/

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}

.no-bullet ul {
    list-style: none;
    margin-left: -40px
}



.modal {
    background-color: #00000090 !important;
}

.modal-display {
    display: block;
}

.modal-dialog-left {
    margin-top: 3rem !important;
    margin-right: auto;
    margin-bottom: 1.75rem !important;
    margin-left: 3rem !important;
}

.table-larger {
    font-size: 1rem !important;
}

.table {
    font-size: 0.8rem;
    line-height: 1;
}

    .table td {
        vertical-align: middle;
        padding: 0.5rem;
    }

    .table th {
        vertical-align: middle;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
        border-bottom: 1pt #BBB solid;
        border-top: none;
    }

.pointer {
    cursor: pointer;
}
