@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('OpenSans-Regular-webfont.woff') format('woff'), url('OpenSans-Regular-webfont.ttf') format('truetype'), url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dayposterblackregular';
    src: url('DAYPBL__-webfont.eot');
    src: url('DAYPBL__-webfont.eot?#iefix') format('embedded-opentype'), url('DAYPBL__-webfont.woff') format('woff'), url('DAYPBL__-webfont.ttf') format('truetype'), url('DAYPBL__-webfont.svg#dayposterblackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eastmarketregular';
    src: url('EastMarket-webfont.eot');
    src: url('EastMarket-webfont.eot?#iefix') format('embedded-opentype'), url('EastMarket-webfont.woff') format('woff'), url('EastMarket-webfont.ttf') format('truetype'), url('EastMarket-webfont.svg#eastmarketregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
}

/* Headings */

h1, h2, h3, h4, h5 {
    font-family: 'Segoe UI Light';
}

footer {
    font-size: 11px;
}

body {
    background: #f9f9f9;
    font-size: 10pt;
    color: #5a5a5a /* #333  #444 */;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

body, p {
    font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 10pt;
}

.date-picker {
    -moz-opacity: 1;
    opacity: 1;
}

/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.subtle-text-shadow {
    text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
}

.masthead {
    padding: 70px 0 80px;
    margin-bottom: 0;
    color: #fff;
}

.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: #0a5100; /* Old browsers */
    background: -moz-linear-gradient(top, #0a5100 0%, #45a03e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a5100), color-stop(100%,#45a03e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0a5100 0%,#45a03e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0a5100 0%,#45a03e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0a5100 0%,#45a03e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0a5100 0%,#45a03e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5100', endColorstr='#45a03e',GradientType=0 ); /* IE6-9 */
    -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 .btn {
        font-size: 21px;
        padding: 14px 24px;
    }

    .jumbotron h1 {
        font-family: 'eastmarketregular','Open Sans', Calibri, 'Trebuchet MS', Arial, sans-serif;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 1;
    }

    .jumbotron .container {
        position: relative;
        z-index: 2;
    }

    .jumbotron:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url(bs-docs-masthead-pattern.png) repeat center center;
        -moz-opacity: .4;
        opacity: .4;
    }

    .jumbotron p {
        font-weight: 300;
        line-height: 1.25;
        margin-bottom: 30px;
    }

#logo {
    height: 30px;
    width: 34px;
    -moz-box-shadow: 1px 1px 1px #ddd;
    -webkit-box-shadow: 1px 1px 1px #ddd;
    box-shadow: 1px 1px 1px #ddd;
    position: fixed;
    padding: 4px;
    left: 10px;
    bottom: 0;
    background-color: white;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

/* Subhead (other pages)
------------------------- */
.subhead {
    text-align: left;
    border-bottom: 1px solid #ddd;
}

    .subhead h1 {
        font-size: 60px;
    }

    .subhead p {
        margin-bottom: 20px;
    }

/* Misc
-------------------------------------------------- */

/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
    margin-top: 5px;
}

#ui-datepicker-div {
    font-size: 9pt;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 9pt;
    height: auto;
    padding: 3px;
}

.ui-widget {
    font-family: 'Open Sans','Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 1em /*{fsDefault}*/;
}

.fill {
    min-height: 100%;
    position: relative;
}

.filler:after {
    background-color: inherit;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    width: inherit;
    z-index: -1;
}

html {
    font-size: 100.01%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

p {
    font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
}

#padTop40 {
    padding-top: 40px;
}

h2, h3, h4, h5 {
    font-family: 'Open Sans', "Segoe UI", Tahoma, Arial, sans-serif;
}

h1 {
    font-family: 'eastmarketregular';
}

div.contentbox {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 0 30px 30px 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -moz-box-shadow: 0 0 10px #eee;
    -webkit-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.hide-text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.text-shadow {
    -webkit-text-shadow: 0 1px 0 white;
    text-shadow: 0 1px 0 white;
}

.main {
    background-color: #fff;
    padding-bottom: 50px;
    min-height: 400px;
}

.section-title {
    border-bottom: 1px #dedede dotted;
    padding-bottom: 5px;
}

.one-edge-shadow {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

div.promo {
    background: #e2e2e2;
    padding: 5px;
}

footer {
    font-size: 9pt;
    padding: 30px 0;
}

/* Faded out hr */
hr.soften {
    height: 1px;
    margin: 54px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
    border: 0;
}

.display-text {
    text-align: right;
    float: right;
    font-weight: bold;
}

.float-right {
    float: right;
}

th.numeric, td.numeric {
    text-align: right;
}

.text-align-right {
    text-align: right;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
/* Validation Summary - dictating how error messages are displayed */
.validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.field-validation-error {
    color: #f00;
    font-family: 'Open Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-size: 9pt;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}
