﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

table.custom {
    table-layout: fixed;
}

td.break {
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
}

/* Custom Hide for mobile devices*/
.content-desktop {
    display: table;
}

.content-mobile {
    display: none;
}
/* End custom hide for mobile devices */

.text-theme {
    color: black;
}

pre {
    color: black;
}

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;
}


html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

/* 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
-------------------------------------------------- */
.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 */
}


/* Change color scheme based on OS Theme */
/*@media (prefers-color-scheme: dark) {
    body, .dropdown-menu, ul.dropdown-menu > li > a {
        background-color: #181818;
        color: #ddd;
    }*/

    /*body {
        background-color: #161625;
        color: #e1e1ff;
    }*/

    /*footer {
        color: #818cab;
    }

    .text-theme {
        color: white;
    }

    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid #fff;
    }

    input {
        color: #DDD;
        background-color: #282828;
        border: #ddd;
        border-width: thin;
        border-style: solid;
        padding: 7px;
    }

    .form-control, .form-control:disabled, .form-control[readonly] {
        color: #DDD;
        background-color: #282828;
    }

        .form-control:focus {
            color: #DDD;
            background-color: #282828;
        }

    pre {
        color: white;
    }

    a {
        color: #9A97F3;
    }

    h1, h2, h3, h4, h5, h6 {
    }

    .btn-primary {
        background-color: #9A97F3;
        color: #121212;
    }

        .btn-primary:hover {
            background-color: #3700b3;
            color: #121212;
        }

    .btn-secondary:hover {
        color: #121212;
    }

    .btn-secondary {
        color: #121212;
    }

    .btn-danger:hover {
        color: #121212;
    }

    .btn-danger {
        color: #121212;
    }
}*/
/* End Change color scheme based on OS Theme */

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Table */
    table, tbody, td, tr {
        clear: both;
        display: block;
    }

    table {
        padding-top: 3px;
    }

    table th {
        display: none;
    }

    table td {
        text-align: center;
        border: none;
        margin-bottom: 10px;
    }

    table tbody tr {
        border: solid 1px;
        border-color: black;
    }
    /* End of Table Style */

    /* Custom Hide for mobile devices*/
    .content-desktop {
        display: none;
    }

    .content-mobile {
        display: block;
    }
    /* End custom hide for mobile devices */
}
/* End Hide/rearrange for smaller screens */

/* Hide items during print */
@media print {
    .donotprint {
        display: none;
    }

    a[href]:after {
        content: none !important;
    }
}
/* End Hide items during print */
