﻿/* 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 {
    text-align: center;
    white-space: normal;
    word-break: break-all;
}

/* 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 {
    min-height: 100%;
    position: relative;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    bottom: 0;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    position: absolute;
    white-space: nowrap;
    width: 100%;
}


/* InfoSecretary
-------------------------------------------------- */

body {
    padding-bottom: 20px;
    padding-top: 50px;
}

/* Set the padding of the layout to line up with a full width dashboard group*/

.default-layout-card {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt { white-space: normal; }

/* Remove top margin, top buffer from h3 through h6 to line up with form fields*/

h4,
h5,
h6 {
    margin-top: 0px;
    padding-top: 0px;
}

.no-top-margin-padding {
    margin-top: 0px;
    padding-top: 0px;
}

.no-bottom-margin-padding {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* Set the height of the info input labels */

.lbl { height: 30px }


/* Override bootstrap backgrounds to match alerts */

.bg-info-light {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/* Create btn-xs */

.btn-xs, .btn-group-xs > .btn {
    border-radius: 0.2rem;
    font-size: 0.8rem;
    line-height: 1.0;
    margin-right: 0.2rem;
    padding: 0.25rem 0.25rem;
}

.form-row {
    margin-left: 0px;
    margin-right: 0px;
}

.form-group {
    padding-left: 5px;
    padding-right: 5px;
}

/* sizes for material icons */

.material-icons.md-18 { font-size: 18px; }

.material-icons.md-24 { font-size: 24px; }

.material-icons.md-36 { font-size: 36px; }

.material-icons.md-48 { font-size: 48px; }

/* info inputs */

div.section-break {
    min-height: 40px;
}

/* style for table action column*/

th.action { width: 100px }

.layout-header {
    margin-bottom: 4px;
    margin-top: 16px;
}

/* display group tile style */

.display-group-tile {
    margin-bottom: 6px;
    margin-top: 6px;
}

/* search results */

.no-results { background-color: whitesmoke; }

/* logs */

th.log-date-time {
    width: 15%
}

th.log-context {
    width: 15%
}

/* modal text box*/

.modal-div { width: 90%; }

.modal-text-area {
    min-width: 100%;
    resize: none;
}

/* validation summary */

.validation-summary-valid { display: none }