﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 800px;
}


.dropbtn {
    background-color: #204d74;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: gray;
}

.container-fixed-header {
    position: fixed;
    z-index: 10;
    background-color: #D3D3D3;
    height: 54px;
}

.container-fixed-header h2 {
    margin-top: 10px;
}

.container-below-header {
    margin-top: 54px;
}

.printOption {
    min-width: 170px;
}

.register-input {
    max-width: 350px;
}

.logo div img {
    display: block;
    margin: auto;
}

.tool-tip-span {
    color: lightskyblue;
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    max-width:500px;
    height: 300px;
}

.required-value {
    margin-left: 2px;
    color: red;
    font-weight: bold;
}

.required-value-checkbox {
    margin-left: 2px;
    color: red;
    font-weight: bold;
    float: left;
    width: 6px;
}
.required-value-width {
    margin-left: 2px;
    width: 6px !important;
    height: 20px;
    float: left;
}
.header-text-larger {
    font-size: 18px;
    font-weight: bold;
}

#privacy {
    font-size: 12px;
    font-weight: normal;
}

.upload-complete {
    max-height: 12px !important;
}

.color-red {
    color: red;
}

.notify-fixed-header {
    position: fixed;
    z-index: 10;
    background-color: #D3D3D3;
    height: 260px;
}

.notify-fixed-header h2 {
        margin-top: 10px;
    }

.notify-below-header {
    margin-top: 165px;
}

img.banner-logo {
    width: 90%; /* you can use % */
    height: auto;
    margin-top: -20px;
}