﻿body {
    background: #faf4e6;
    background: url(../Content/img/background.jpg) top left;
    background-size: 100% 330px;
    background-repeat: repeat-x;
    color: #696158;
    font-family: futura-pt-n4, "futura-pt", sans-serif;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.header {
    height: 180px;
}

.pageTitle {
    padding: .5em;
    color: #696158;
    font-size: 1.6em;
    font-weight: bold;
}

.sectionTitle {
    color: #696158;
    font-size: 1.4em;
    text-decoration: underline;
}

.responsiveTextbox {
    width: 100% !important
}

.sectionBreak {
    background-color: #968C73;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footerglobal {
    width: 100%;
    margin-top: 1.5em;
}

span.footerglobal {
    color: #31302e;
    line-height: 140%;
    font-size: 0.8em;
    text-align: left;
    /*font-family:"carrois gothic, arial; sans-serif";*/
    display: inline-block;
    width: 100%;
    text-align: center;
    border-top-color: rgb(150,140,115);
    border-top-width: 15px;
    border-top-style: solid;
    padding: 8px 8px 8px 8px;
}

.loading-image {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
}

input.readonly {
    opacity: .50;
    filter: alpha(opacity=50); /* IE<9 */
    cursor: default;
}

/*/* 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: 560px;
}*/

#feedbackdiv{
    width: 850px;
    margin: 0 auto;
    overflow-y: hidden;
    overflow: hidden;
    padding: 0;
    background-color: #FFFFFF;
}
.reveal-modal {
    border-radius: 3px;
    top: 100px;
    padding: 1.875rem;
}

.close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    text-decoration: none;
}

.close-reveal-modal:hover{

}

fieldset{
    border: 1px solid silver;
    margin: 0 2px;
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
}

.feedbackbuttons{
    padding: 15px;
}



.feedback legend, label, select {
    font-size: 100%;
    font-family: futura-pt-n4, "futura-pt", sans-serif;
    font-weight: initial;
}

.feedback select{
    width: 100%;
}

.feedback label{
    width: 100%;

}

.feedback input{
    background-image: initial;
}

.feedback legend {
    border: 0;
    padding: 0;
    display: block;
    padding-inline-start: 2px;
    width: auto;
    padding-inline-end: 2px;
}

.feedback input[type=submit]{
    -webkit-appearance: button;
    cursor: pointer;
    width: 80px;
    height: 40px;
}

.float-right{
    float: right;
}

.hide {
    display: none !important;
}

.padding-5{
    padding: 5px;
}

.radio {
    display: block;
    padding-left: 20px;
    vertical-align: middle;
}
    .radio input[type ="radio"] {
        float: left;
        margin-left: -20px;
    }
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
    padding: 0;
    box-sizing: border-box;
}