﻿html {
    -ms-overflow-style: scrollbar;
}

body {
    font-size: 18px;
}

.centerText {
    text-align: center;
}

#siteClassificationBottom {
    position: fixed;
    display: block;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

    #siteClassificationTop.releasable, #siteClassificationBottom.releasable {
        height: 20px;
        background-color: #6600cc;
        background-image: url('../img/ReleasableBanner.png');
        background-repeat: repeat-x;
    }

    #siteClassificationTop.nonreleasable, #siteClassificationBottom.nonreleasable {
        height: 20px;
        background-color: #9c0000;
        background-image: url('../img/NonReleasableBanner.png');
        background-repeat: repeat-x;
    }

    #siteClassificationTop.unclassified, #siteClassificationBottom.unclassified {
        height: 20px;
        background-color: #068623;
        background-image: url('../img/UnclassifiedBanner.png');
        background-repeat: repeat-x;
    }

.jumbotron {
    position: relative;
    padding: 30px 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
    background: #002E0F; /* Old browsers */
    background: -moz-linear-gradient(45deg, #002E0F 0%, #009900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#002E0F), color-stop(100%,#009900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #002E0F 0%,#009900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #002E0F 0%,#009900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #002E0F 0%,#009900 100%); /* IE10+ */
    background: linear-gradient(45deg, #002E0F 0%,#009900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002E0F', endColorstr='#009900',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}

    .jumbotron h1 span {
        padding-left: 15px;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 1;
    }

@media (max-width: 768px) {
    .jumbotron h1 img {
        display: none;
    }
}

.formDescription {
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.instructions {
    text-align: left;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.numbersOnly {
    text-align: right;
}

.modal {
    line-height: 1;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.redFont {
    color: firebrick;
    background-color: white;
}

.fontSize12 {
    font-size:12px;
}
em.invalid {
    color: #f00;
}

input.state-error {
    border-color: #a94442;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    background-color: rgb(242, 222, 222);
}


.clickable {
    cursor: pointer;
}

.has-error input {
    border-color: #a94442;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    background-color: rgb(242, 222, 222);
}

.has-error textarea {
    border-color: #a94442;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    background-color: rgb(242, 222, 222);
}

.form-control-static {
    border-radius: 4px;
    height: 34px;
    color: #555;
    line-height: 1.4285;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: 14px;
    border-top-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    background-color: rgb(255,255,255);
}

#copyright {
    position: fixed;
    bottom: 0px;
    margin-bottom: 20px;
    font-size: x-small;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
}

    #copyright a {
        color: green;
    }
