﻿/* 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. */

main > .container {
    padding: 60px 15px 0;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.form-label {
    font-size: 0.75em !important;
    font-weight:bold;
}
/* 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;
  
}

table.table-font-small {
    font-size: 0.875em;
}

/* Surveyjs overrides
-------------------------------------------------- */
.sv-string-viewer {
    line-height: normal !important;
}


.dataTables_info {
    font-size: 0.875em;
}
table.dataTable tbody th,
table.dataTable tbody td {
    white-space: nowrap;
}

/* manually added a btn-xsm size... did not use btn-xs due to conflict with toggle library */
.btn-xsm {
    padding: .25rem .4rem;
    font-size: .6rem;
    line-height: .8;
    border-radius: .2rem;
}

/* feedback js overrides */

#feedback-root {
    display:none;
}