﻿
.login {
    border:1px solid gray;
    font-family:Arial;
    font-size:12px;
    float:right;
    width:180px;
}

#applicationTitle,
.application-title{
    font-weight: 600;
    /* text-transform: uppercase; */
    margin: 0;
    padding: 1em .5em 0 .5em;
    color: black;
}

.page-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 11pt;
    vertical-align: middle;
}

.page-title-section-first {
    width: 20px;
    background-color: black;
}

.page-title-section-second {
    background-color:#cfcfcf;
    font-weight:bold;
    font-family:Arial;
    font-size:12pt;
    padding-top:10px;
    padding-bottom:10px;    
    padding-left:20px;
}

.page-edit-link {
    font-weight:normal;
    font-size:10pt;
}

#formBody .global-instructions {
    font-size: .75em;
    padding: .5rem;
}

.inputline {
    padding-top: .25em;
    padding-bottom: .5em;
    font-size: .75em;
}

.control {
    float: right;
    width: 320px;
}

.label {
    width: 120px;
    text-align: right;
}

.navigationcss {
    /*background-color: #eeeeee;*/
    border-top: 1px solid gray;
}

.validatecss {
    color: red;
}

.errorcss {
    padding: .5em !important;
    margin-left: auto;
    margin-right: auto;    
    color: red;
    font-size: .875em;
}

.errorcss ul {
    margin-left: 1em;
    padding: .5em;
}

.errorcss li {
    padding: .125em;
}

.form {
    width:350px;
    background-color: #fffbec;
    border-top: solid 1px #ffb300;
    border-left: solid 1px #ffb300;
    border-bottom: solid 1px #536895;
    border-right: solid 1px #536895;
}

.error,
.sample-error {
    font-size: .75em;
    font-style: italic;
    color: red;
}

.sample-conditional-question {
    font-size:10pt;
    color:Green;
}

.message {
    font-size: 11pt;
    font-style: italic;
}

.confirmation-message {
    display: block;
    padding: 1.25em 0 0 1.25em;
    font-size: 14pt;
}

.submission-form {
    width: 100%;
    border: solid 1px gray;
}

.application-line {
    padding-top: .25em;
    padding-bottom: .5em;
    font-size: .75em;
}

.application-label-control {
    font-weight:bold;
    font-size:12pt;
    background: #eeeeee;
    padding-bottom: 5px;
    padding-left:10px;
    padding-top: 5px;
    vertical-align:text-top;
    width:100%;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}

.application-form {
    width: 100%;
}

.required {
    font-size: 1em;
    color: red;
    text-align: left;
    line-height: 1;
}

.outlined-top {
    border-top: solid 1px gray;
}

.outlined-left {
    border-left: solid 1px gray;
}

.outlined-right {
    border-right: solid 1px gray;
}

.outlined-bottom {
    border-bottom: solid 1px gray;
}

.form-tooltip {
    display: inline;
    position: relative;
}

    .form-tooltip:hover:after {
        background: #333;
        background: rgba(0,0,0,.8);
        border-radius: 5px;
        bottom: 26px;
        color: #fff;
        content: attr(title);
        left: 20%;
        padding: 5px 15px;
        position: absolute;
        z-index: 98;
        width: 220px;
    }

    .form-tooltip:hover:before {
        border: solid;
        border-color: #333 transparent;
        border-width: 6px 6px 0 6px;
        bottom: 20px;
        content: "";
        left: 50%;
        position: absolute;
        z-index: 99;
    }

.tooltipCircle {
    display: inline-block;
    height: 14px;
    width:unset; 
    margin-left: 8px;
}

.maxwords p {
    margin: 0;
    font-size: .8em;
    color: #7d7d7d;
}

.HelpImageContainer {
    position: relative;
    padding-top: 1em;
}

.HelpImage {
    position: absolute;
    top: 0;
    right: 0;
    font-size: .8em;
    line-height: 1em;
}

    .HelpImage img {
        display: none;
    }

    .HelpImage:hover img {
        display: inline;
        position: absolute;
        max-width: 600px;
        max-height: 500px;
        background: #333;
        background: rgba(0,0,0,.8);
        padding: .5em;
        border-radius: 6px;
        z-index: 99;
        top: -100%; /* -5% */
        bottom: auto;
        right: 120%;
    }

    .HelpImage:hover:after {
        content: "";
        position: absolute;
        top: 50%;
        left: -20%; /* Strange things happen here */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #555;
    }

    .HelpImage a {
        font-size: .75rem;
        text-decoration: none;
        color: #005587;
    }

/* HACK to remove Terasaki Center's unhidable footer */
#footer.container {
    overflow: unset;
}

#formBody .application-form .row {
    padding: .5em 0;
}

/* Checkers every odd input for usability, and Adds opaque lines between inputs */
/*
.application-form > .row:nth-child(2n+1) {
    background: #f9f9f9;
}
    
    .application-form > .row {
        border-bottom: solid 1px #00000030;
    }
*/

#formBody .application-form > .row.application-label-control {
    background: #2774ae;
    color: #f4f4f4;
}

.application-form label {
    display: inline;
}

/* Column size defaults to large-4 */
.application-control-horizontal,
.application-label-horizontal {}

/* Columns size is set to 100% for vertical controls */
.application-control-vertical,
.application-label-vertical {
    width: 100% !important;
}

.form-body {
    width: 95%;
    max-width: 95%;
    min-height: 300px;
    font-family: Arial;
    font-size: 16px;
    padding-bottom: 1em;
    background: #fff;
    color: black;
    border: 1.5px solid #bbb;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 2.5em 2em 2em 2em;
    margin: 3em auto;
    box-sizing: border-box;
}
