﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 80px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.fixedHeader .editColumn {
    background-image: linear-gradient(lightgrey, darkgrey);
    width: 25px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.fixedHeader .footer, .fixedHeader .footer td {
    background-image: linear-gradient(lightgrey, darkgrey);
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

.fixedHeader td, .fixedHeader th {
    border: 1px solid black;
    padding: 3px 5px;
}

.fixedHeader th {
    background-image: linear-gradient(lightgrey, darkgrey);
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0;
    z-index:2
}

.fixedHeader label, .fixedHeader input[type=button], .fixedHeader input[type=submit] {
    width: 100px !important;
}

.fixedHeader input[type=text] {
    width: 100%;
    max-width:unset;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.exitButtons {
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: left;
    text-size-adjust: 200%;
}

.form input {
    width: 100%;
}

.content {
    padding: 35px 25px 35px 25px;

    width:100%;
    height:100%;
}

.defaultRowSelector .selected {
    background-color: #007bff !important;
}

.form {
    width: 100%; 
    background-image: linear-gradient(lightgrey, darkgrey);
    position: relative;
}

.insertModal {
    position: relative;
    background-color: white;
    border: 1px solid black;
    min-height: 300px;
    max-height: 100%;
    overflow-y: auto;
    
}

.insertBackground {
    background-color: lightgrey;
}

.userMessage {
    display: block;
    color: red;
    margin-bottom: 20px;
}
