﻿
/* Shared*/

.formTags span {
    display: inline-block;
    padding: 0px 10px;
}

.formTags {
    color: #ff8500;
    font-weight: bold;
    margin: 5px 0px 10px 0px;
}

/* Forms Portal & Forms Product Download */

.formsStoreCallout {
    border: #CCC 1px solid;
    background: #f9f9f9;
    padding: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.formsPortal .sideNavBoxBorder {
    padding-top: 0px;
}

.formsPortal .nav-list a {
    font-size: 0.85em;
}

.formsPortal .well {
    padding: 15px;
    border: solid 1px #dcdcdc;
}

.formsPortal .nameLinks {
    text-align: center;
	min-height: 53px;
    padding-top: 8px;
    font-weight: 700;
    word-spacing: .1rem;
    letter-spacing: .03rem;
    font-size: .8rem;
}

.formsPortal h2 {
    margin-top: 10px;
}

.formResults li.formResult {
    border-bottom: 1px dotted #ccc;
    margin-top: 12px;
}

.formResult .formTitle {
    font-weight: bold;
    margin-bottom: 12px;
}

.formResult .formTags {
    font-size: 1em;
}

.formResult .formSummary, .formResult .formLinks {
    margin: 12px 0px;
}

/* Forms Preview */

.formPreview h1 {
    margin-top: 18px;
}

.formPreview .formDownloadArea {
    margin-top: 20px;
}

.formPreview .formTags {
    font-size: 1.2em;
	word-spacing: .2rem;
}

.formDownloadArea .calloutMessage {
    color: #0c5460;
}

.Zip {
    text-align: right;
}

.Zip .btn span {
    font-size: 0.75em;
}

.Zip a, .Zip a i {
    color: white;
}
