﻿.standardbutton {
    clear: both;
    background-color: #f56142;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}


.indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
}


.asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
}

.fieldgroup label {
    display: block;
    margin-bottom: 3px;
    color: #2D2A26;
    font-weight: 400;
    box-sizing: border-box;
    font: 14px Helvetica, Arial, sans-serif;
}


.fieldgroup {
    margin-bottom:10px;
    max-width:400px;
}

.fieldgroup input[type=password],select {
    display: block;
    width: 100%;
    padding: 4px 0;
    text-indent: 2%;

    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    background-color: #E3DED8;
    color: #2D2A26;

    font-family: Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.575rem;
    transition: all .2s 0s;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

.iframe_wrapper {
    height: 40vw;
}

.iframe_wrapper iframe {
    height: 100%;
    width: 100%;
}

.justify-paragraphs p {
    text-align: justify;
}

.validation-summary-errors {
    font-size: 1.1rem;
    color: #ff0000 !important;
}

.document-section-wrapper {
    padding-bottom: 30px;
}

.submit-button {
    padding-bottom: 10px;
}

.content-page-title {
    padding-bottom: 10px;
}

.uppercase {
    text-transform: uppercase
}

.document-table tr {
    /*border: 1px solid white;*/
    position: relative;
    height: 100%;
}

.document-table .row-link {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%
}