﻿body {
    padding-top: 40px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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 width on the form input elements since they're 100% wide by default */
/**input,
select,
textarea {
    max-width: 280px;
}*/

/*
    Styles copied and modifed from our public website - BPanjavan
*/
.x-topbar {
    background: url("vistaenergymarketing.com/wp-content/uploads/2014/03/top_bar_bg.png") repeat-x scroll center bottom #007db1;
    padding: 0;
    min-height: 35px;
}

.background_1 {
    background-color:#007db1;
}

.background_1_transparent {
    background-color:rgba(0,125,177,.9) 
}

.background_2 {
    background-color:#353535;
}
.background_2_transparent {
    background-color:rgba(53,53,53,.7) 
}

.x-colophon.bottom {
    background-color: #353535;
    color: #666666;
    padding: 0;
    border-top: 1px solid rgba(112, 112, 112, 0.1);
    text-align: center;
}

.footer {
  position: relative;
  margin-top: -50px; /* negative value of footer height */
  height: 50px;
  clear:both;
  padding-top:20px;
} 

