﻿/* 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. */


.card {
    border: none;
}

.card-header {
    border-bottom: none;
}

.card-footer {
    border-top: none;
}

.navlink-dark {
    color: #0076c5 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    text-transform: lowercase !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
}

.navbar-nav > a:hover {
    color: #0693e3 !important;
}



.tooltip-inner{
    max-width:300px;
    text-align: left;
}

.tableCellID {
    word-wrap: break-word;
    min-width: 300px;
    max-width: 300px;
    width:300px;
    white-space: normal;
}

.tableCellName {
    word-wrap: break-word;
    min-width: 300px;
    max-width: 300px;
    width: 300px;
    white-space: normal;
}

.tableCellDetails {
    word-wrap: break-word;
    min-width: 500px;
    max-width: 500px;
    width: 500px;
    white-space: normal;
}

.tableCellDescription {
    word-wrap: break-word;
    max-width: 300px;
    white-space: normal;
}


.dialog-label {
    font-weight: bold
}

.table thead tr th {
    height: 30px !important;
    vertical-align: middle;
}

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: 14px;
  }
}

.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 */
}


/* Container Definitions Table */
.tableCellJsonSchema {
    word-wrap: break-word;
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    white-space: normal;
}

/* API Key Table */
.tableCellApiKeyValue {
    word-wrap: break-word;
    min-width: 80px;
    max-width: 80px;
    width: 50px;
    white-space: normal;
}

/* API Key Permissions Table */
.tableCellApiKeyPermissionsContainerName {
    word-wrap: break-word;
    min-width: 400px;
    max-width: 400px;
    width: 400px;
    white-space: normal;
}

/* Account application settings */
.tableCellApplicationSettingsName {
    width: 420px;
    min-width: 420px;
}
