
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.list-group-item2 {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.header {
    font-size: 28px;
    color: red;
    font-weight: 700;
    text-align: center;
    margin-top: 5px;
}
.header2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.question-count {
    margin-top: 15px;
    font-size: 16px;
    font-style: italic;
}
.question {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 5px;
}
h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 3px;

}
.sub-caption {
    font-weight: 600;
    font-size: 14px;
    color: #c7a600;
}
h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}
.option {
    font-size: 18px;
    margin-top: 0px;
    line-height: 26px;
}
.loading {
    font-size: 18px;
    color: grey;
    text-align: center;
    font-weight: 300;
}
.rate {
    font-weight: 700;
}
.media-heading {
    margin-top: 0px;
}
.top-header {
    color: white;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-headerEB {
    color: #3863cd;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-headerPP {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-headerAG {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-headerAG {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-headerVM {
    color: #dc0000;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-headerAM {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}




.top-header1 {
    color: white;
    font-size: 18px;
    font-weight: 300;
    /* text-align: center; */
    padding-top: 10px;

}
.top-header2 {
    color: white;
    font-size: 28px;
    font-weight: 700;
    /* text-align: center; */
    padding-top: 0px;
    padding-bottom: 10px;
}

p {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

.middle {
    width: 300px;
    padding-left: 10px;
}

.list-group {
    max-width: 700px;
    margin: auto;
}

.quantity {
    padding-top: 10px;
}


.form-frame {
    max-width: 700px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}
.state-name {
    background-color: #FFF300;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}
.survey-container {
    max-width: 700px;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.top-bar {
    background: #3B5999; /* Old browsers */
}

.top-barEB {
    background: #f7f7f7; /* Old browsers */
}

.top-barPP {
    background: #303d7d; /* Old browsers */
}

.top-barAG {
    background: #ce3529; /* Old browsers */
}

.top-barVM {
    background: #322735; /* Old browsers */
}

.top-barAM {
    background: #3B5999; /* Old browsers */
}

.headline {
    font-size: 18px;
    font-weight: 700;
}
.thankyou-header {
    color: green;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.comment-name {
    font-size: 14px;
    font-weight: 600;
}
.comment-body {
    font-size: 13px;
}
.comment-time {
    display: inline;
    font-size: 12px;
    color: grey;
    font-weight: 400;
    float: right;
}
.AM {
    color: #ff9900;
}

.EB {
    color:#3863cd;
}

.PP {
    color:#FFFFFF;
}

.AG {
    color:#FFFFFF;
}

.VM {
    color:#dc0000;
}

.modal-dialog {
    margin-top: 80px;
}

.btn {
    background: rgba(0, 0, 0, 0) url("../images/buttonbg.png") repeat-x scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.7) !important;
    color: rgb(0, 0, 0) !important;
    text-align: center;
    text-shadow: 1px 1px 1px #fff !important;
}
.btn:hover {
    background: rgba(0, 0, 0, 0) url("../images/buttonbg-hover.png") repeat scroll 0 0;
}
.btn.claim {
    width: 100%;
}
.btn .text {
    display: inline-block;
}
.btn .text > span {
    text-align: center;
}
.btn .icon {
    display: inline-block;
}
.btn .glyphicon {
    text-align: right;
}
