﻿/* 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. */



/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}



/* Sticky footer styles
-------------------------------------------------- */


body {
    /* Margin bottom by footer height */
    margin:0;
    padding:0;
    overflow:hidden;

    
}
.fullwidthImage {
    width: 100%;
}

.container-fluid {
    overflow: hidden!important;
}

.contentBox {
    display: none;
    position:relative;
}

.contentTitle {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 2em;
    z-index: 1000;
    width: 100%;
    padding: 5px;
}

.contentNote {
    position: absolute;
    top: 50%;
    left: 0px;
    height: 50%;
    background: rgba(255, 255, 255, 0.9);
    
    z-index: 1000;
    width: 100%;
    padding: 5px;
}

table {
    border: none;
    
}

td {
    border:none;
}

#setupForm img {
    width: 100%;
}