/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
/*
html, body {
    height: 95%;
    min-width: 970px;
}
*/
body {
    width: 100%;
}
/*
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
}
*/
.contents {
    margin-bottom: 50px;
}

/* Don't let the lead text change font-size. */
.lead {
    font-size: 16px;
}

/* Finesse the page header spacing */
.page-header {
    margin-bottom: 30px;
}
.page-header .lead {
    margin-bottom: 10px;
}


/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
    width: 860px;
    position: relative;
    height: auto;
    min-height: 100%;
}

table .disable {
    background: #989898;
}
.require {
    color: #a94442;
}

input.span1 {
    width: 80px;
}
input.span2 {
    width: 140px;
}
input.span3 {
    width: 220px;
}
input.span4 {
    width: 300px;
}
input.span5 {
    width: 380px;
}
input.span6 {
    width: 460px;
}
input.span7 {
    width: 540px;
}

#region {
    width: 300px;
}

#rightArea {
    position: fixed;
    top: 180px;
    right: 100px;
}
#rightArea button, #rightArea a{
    width: 130px;
    height: 35px;
    margin-bottom: 20px;
}

h4.control-label {
    text-align: left !important;
    font-weight: 700
}

#initEnd {
    margin-top: 40px;
    margin-left: 450px;
    text-align: center;
}

#titleLogo {
    width: 220px;
    height: 30px;
    margin-top: 10px;
}

input[type="number"] {
    text-align: right;
}

.colorth {
    background-image: -webkit-linear-gradient(#f7f8fa 0%,#e7e9ec 100%);
    background-image: linear-gradient(#f7f8fa 0%, #e7e9ec 100%);
    border-top: 1px solid #ddd;
}

.detail-heading {
    color: #337ab7;
    font-size: 20px;
    height: 30px;
    /*border-bottom: 1px solid #c7deef;*/
}

h3 {
    margin-top: auto;
    padding-top: 20px;
}

.form-group {
    margin-bottom: auto;
}

.table {
    margin-bottom: auto;
}
