﻿.questions {
    width: 500px;
}

.sectionHeading {
    font-weight: bold;
    padding-top: 10px;
    text-align: left;
    text-wrap: none;
}

.sectionRequired {
    text-align: left;
    text-wrap: none;
}

    .sectionRequired:before {
        content: "* ";
        color: #990000;
    }

.sectionLabel {
    font-weight: normal;
    text-align: left;
    text-wrap: none;
}

.sectionField {
    font-weight: normal;
    text-align: left;
    text-wrap: none;
}

.sectionInstruct {
    font-weight: normal;
    text-align: left;
    font-style: italic;
}

.CRMButton:disabled {
    opacity: 50%;
}

div.Help {
    font-family: Calibri;
    font-size: 12pt;
    display: block;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    background-color: lightyellow;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

span.Help {
    font-family: Calibri;
    font-size: 12pt;
}

div.Login {
}

table.Login {
    font-family: Calibri;
    font-size: 12pt;
    overflow: auto;
    margin: 5px;
    width: 400px;
    padding: 10px;
    background-color: lightgray;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

table.Entry {
    overflow: auto;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    align-self: center;
    align-content: center;
}

tr.Entry {
    font-family: Calibri;
    font-size: 12pt;
    overflow: hidden;
    text-align: left;
    margin: 5px;
    padding: 10px;
}

td.Entry {
    padding: 5px;
    align-items: center;
    align-self: center;
    align-content: center;
}

div.Entry {
    align-self: center;
    align-content: center;
}

span.UserName {
    font-family: Calibri;
    font-size: 12pt;
}

input.UserName {
    font-family: Calibri;
    font-size: 12pt;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    width: 200px;
    border-width: 1px;
    border-color: silver;
    border-style: solid;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    opacity: 100;
}

span.Password {
    font-family: Calibri;
    font-size: 12pt;
}

input.Password {
    font-family: Calibri;
    font-size: 12pt;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    width: 200px;
    border-width: 1px;
    border-color: silver;
    border-style: solid;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    opacity: 100;
}

input.Login {
    font-family: Calibri;
    font-size: 12pt;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    width: calc(100% - 20px);
    border-width: 1px;
    border-color: silver;
    border-style: solid;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #4479BA;
    color: white;
    opacity: 100;
}

    input.Login:hover {
        color: #ffcccc;
    }

table.Failures {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    align-self: center;
    align-content: center;
    width: calc(100% - 5px);
}

div.Failure {
    font-family: Calibri;
    font-size: 10pt;
    color: darkred;
    overflow: auto;
    width: calc(100% - 20px);
    text-align: center;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    background-color: lightcoral;
    border-width: 1px;
    border-style: solid;
    border-color: silver;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

table.Links {
    overflow: auto;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    align-self: center;
    align-content: center;
}

a.Links, a.Links:visited {
    font-family: Calibri;
    font-size: 12pt;
    color: #0000cc;
}

    a.Links:hover {
        color: #cc0000;
    }

tr.LogoPanel {
    font-family: Calibri;
    font-size: 12pt;
    overflow: hidden;
    text-align: center;
    margin: 5px;
    padding: 10px;
}

td.LogoPanel {
    padding: 5px
}

div.LogoPanel {
    padding-left: 5px;
    padding-right: 5px;
    border: 0px;
    background-color: white;
    border-width: 1px;
    border-color: silver;
    border-style: solid;
    border-radius: 5px;
    display: inline-block;
    height: 60px;
    width: 180px;
}

div.Logo {
    background-image: url('../Resources/KeystoneLogin.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    border-width: 0px;
    text-decoration: none;
}
