﻿/* 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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }

    .container {
        
    }
}

#mainNavBar {
    background-color: transparent;
}

.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;
}

.verticalCenter {
    margin-top: auto;
    margin-bottom: auto;
}

#renderBody {
    padding-top: 10px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

.section-header {
    margin-bottom: 25px;
    margin-top: 10px;
}

.section-box {
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    margin-top: 15px;
}

.pageHeader {
    text-align: center;
    margin-right: auto;
    margin-top: auto;
}

.sectionRow {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: auto;
    margin-bottom: auto;
}

.sectionRowSeparator {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.small-text {
    font-size: 9pt;
    font-weight: normal;
}

.fine-text {
    color: #aaa;
    font-size: 13px;
    font-weight: normal;
}

div.numberOfDays {
    width: 50px;
    padding: 5px;
}

.errorBody, .messageBody {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    text-align: center;
}

.pageHeader {
    margin-top: auto;
    margin-bottom: auto;
}

.shareFileIcon {
    padding-left: 10px;
}

.pageTitle {
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

.shareFileHeading {
    font-size: 16px;
    font-weight: bolder;
}

#actionButtons {
    padding-top: 10px;
    padding-bottom: 10px;
}

#actionButtons div {
    padding: 5px;
}

.side_divider {
    border-right-color: #eee;
    border-right-width: 1px;
    border-right-style: solid;
}

.text-size-med {
    font-size: 12px;
}

.centerInputCard {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 .125rem .625rem rgba(0,0,0,.08);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}