﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

html, body {
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

.thank-container {
    margin-top: 15%;
    margin-bottom: 15%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.test-input {
    width: 50%;
}

#dash-container {
    margin-top: 5%;
    background-color: lightgrey;
    border-radius: 10pt;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#object-view {
    display: none;
    height: 100%;
    width: 100%;
}

    #object-view center {
        position: relative;
    }

.sign-here {
    background-color: black;
    height: 40px;
    width: 80px;
}

#my-canvas {
    width: 100%;
    height: 100%;
}

#default-view h4 {
    text-align: center;
}

#default-view .col-md-2 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

#dash-frame {
    background-color: red;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 800px;
    min-height: 500px;
}

#signed-documents {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

    #signed-documents th {
        text-align: center;
    }

#tabs-container {
    background-color: orange;
    width: 10%
}

.thank-container h1 {
    margin-bottom: 2.5rem;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 200px;
    /*background-color: #f5f5f5;*/
}

.Rectangle {
    width: 1480px;
    height: 182px;
    margin: 0px 0 0;
    padding: 61px 477px 82px 77px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
