﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}*/

.Required {
    font-weight: normal;
    color: red;
}

.RequiredStar:after {
    content: " *";
    color: #f00;
}

.RequiredStarBefore:before {
    content: " *";
    color: #f00;
}

.styleTextbox {
    padding: 5px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999;
}

.error {
    font-family: Arial, Times New Roman;
    font-size: 13px;
    font-weight: bold;
    color: Red;
    background-color: #ffff99;
    border-style: solid;
    border-width: thin;
    border-color: Black;
    padding: 3px 3px 3px 3px;
}

.gridTable a {
    color: #ec720b !important;
    text-decoration: underline;
}

#FormRow {
    clear: both;
    width: 100%;
}

table#ContentPlaceHolder_Login1 {
    min-width: 310px;
    max-width: 400px;
}

    table#ContentPlaceHolder_Login1 tr:first-child {
        border: 0;
    }

.buttonListing {
    border: 1px solid #730f0f;
    background: #660000;
    color: #fff;
}

.h1equiv {
    letter-spacing: -0.015em;
    font-size: 2.75em;
    line-height: 1.09091em;
    margin: 0 0 0.27273em 0;
    font-family: "Crimson Text",Georgia,serif;
    font-weight: 400;
    color: #535961;
    padding: 0;
    border: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
}

.h3equiv {
    margin-top: 1.07143em;
    font-size: 1.75em;
    line-height: 1.28571em;
    margin: 0 0 0.42857em 0;
    font-family: "Crimson Text",Georgia,serif;
    font-weight: 400;
    color: #535961;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"]:focus {
    color: dimgray;
}

.ddlWidth2 {
    width: 800px;
}


