﻿/* 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: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


.thumbnail {
    height: 200px;
    width: 300px;
}

    .thumbnail img {
        max-height: 200px;
        max-width: 300px;
        vertical-align: middle;
        box-shadow: 5px 5px 5px grey;
    }

.dropdown > .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    width: auto;
    white-space: nowrap;
}

.dropright > .dropright-content {
    display: none;
    position: absolute;
    top: -5px;
    left: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    width: auto;
    white-space: nowrap;
}

.dropdown .left {
    left: unset;
    top: 100%;
    right: 0%;
}

.dropdown:hover > .dropdown-content {
    display: block;
}

.dropright:hover > .dropright-content {
    display: block;
}

.dropdown-content .dropright > a {
    padding: 0px !important;
}

.tenantEdit [type="checkbox"] {
    vertical-align: middle;
}

.tenantEdit label {
    word-wrap: break-word;
}

.bootbox .modal-header h4 {
    float: none !important;
}

.bootbox .modal-header .close {
    position: absolute !important;
    right: 15px !important;
}

.nav-item .dropdown-item {
    padding-left: 0.5rem;
}

.dropdown > .dropdown-content {
    top: 95% !important;
}

.container-main {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 60px;
    top: 60px;
}

.dev {
    top: 85px;
}

.embed-container {
    height: 100%;
}

.devHeader {
    width: 100%;
    height: 25px;
    background: red;
    color: white;
    font-size: 15px;
}

.export .history {
    padding-top: 0;
    padding-bottom: 2px;
}

.export .dropdown-content {
    padding-top: 0px;
}

.export .btn {
    margin: 5px -10px 5px 5px;
    width: calc(100% - 10px);
}

.export hr {
    margin-top: 0px;
    margin-bottom: 0.5rem;
}

.navbar {
    margin-bottom: 0rem !important
}

.dropdown-menu-right {
    left: unset !important;
}