/* put your own styles to customize and override the theme */
.ValidationSummaryCss {
    color:red;
}

.gvTableStyle {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    color: #333333;
    font-weight: normal;
    background-color: #fff;
    margin: 2px;
    border: solid 1px #c1c1c1;
    border-spacing: 5px;
}

.gvTableStyle td {
    padding: 2px;
    border: solid 1px #c1c1c1;
    white-space: nowrap;
}

.gvTableStyle th {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    padding: 2px;
    background: silver;
    white-space: nowrap;
    color: #3366AA;
}

    .gvTableStyle th a {
        font-family: Tahoma, Arial, Helvetica;
        font-size: 10pt;
        font-weight: normal;
    }

.gvTableStyle .alt {
    background: whitesmoke;
}

.gvSummary a {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
}

.gvWrapColumn td {
    padding: 2px;
    border: solid 1px #c1c1c1;
    white-space: normal;
}

.app-signup {
    position: relative;
    padding-top: 3.5rem;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.app.has-fullwidth .app-signup {
    padding-left: 0;
}