﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    background-color: #000000;
    margin: 0;
    padding: 0;
    height:100%;
    margin-left:auto;
    margin-right:auto;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    width:100%;
    height:100%;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}
.mybody {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    /*background-image: url('../Images/TechcomCummins.jpg');*/
    background-image: url('../Images/PistonCut_Desktop01.jpg');
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 0px;
    background-attachment: fixed;
    min-height: 600px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
.vlabel_bold_10{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
}
.mydiv {
    width:100%;
    min-height:450px;
    height:100%;
}
