﻿/* 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;
}

a.navbar-brand img {
    padding-right: 25px;
    width: 200px;
}

/* 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;
}
html, body {
    height: 100%;
}

@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 */
}

div.welcome-title{
    padding-bottom:25px;
}

li.active div.details {
    display: inherit;
}

button:hover {
    color: white;
    background-color: #0077c1;
}

.container div.controls {
    padding-top: 25px;
    height: 100%;
    width:100%;
    display:inline-block;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.container .header{
    font-size:24px;
}

.container #adminPanel {
    position: relative;
}

    .container #adminPanel table {
        width: 100%;
    }

    .container #adminPanel td {
        border: 1px solid #000000;
    }

    .container #adminPanel tr.display td {
        padding: 15px;
    }

    .container #adminPanel tr.edit td {
        padding: 0px;
    }

    .container #adminPanel td input {
        width: 100%;
    }

    .container #adminPanel td.controls {
        white-space: nowrap;
    }

    .container #adminPanel td.description {
        padding: 0px;
    }

        .container #adminPanel td.description span {
            font-weight: bold;
            font-size: 12px;
            padding: 5px;
        }

        .container #adminPanel td.description textarea {
            width: 100%;
            height: 100px;
            border: none;
            overflow-y: scroll;
        }

    .container #adminPanel th {
        padding: 5px;
        font-size: 12px;
    }

    .container #adminPanel td.controls img {
        width: 16px;
    }

    .container #adminPanel td.controls .delete {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        cursor: pointer;
    }

    .container #adminPanel td.controls .edit {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        cursor: pointer;
    }

    .container #adminPanel td.controls .save {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        margin-left: 15px;
        cursor: pointer;
    }

    .container #adminPanel td.controls .cancel {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        cursor: pointer;
    }

    .container #adminPanel td.keyInstructions {
        font-style: italic;
        font-size: 11px;
        border: none !important;
        padding-left: 5px !important;
    }
.container .header {
    font-size: 24px;
}

.container #adminPanel .new {
    padding-top: 15px;
}

.key{
    float:left;
}

.copyButton {
    width: 32px;
    height: 20px;
    cursor: pointer;
    display: none;
}

.display:hover .copyButton {
    display: block;
}

#objectLookupPanel th {
    padding-right: 25px;
}

#objectLookupPanel {
    padding-bottom: 25px !important;
}

#objectLookupResults th {
    padding-right: 25px;
    white-space: nowrap;
    vertical-align: top;
}

.submitRow{
    padding-top:15px;
}

.apiKey {
    padding-left: 50px;
}

    .apiKey input[type=text] {
        width: 300px;
    }