﻿#topnavbar {
    margin: 0;
}
#topnavbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
}
#topnavbar .container {
    padding-left: 0;
}
#banner {
    background-color: #131f47;   
}
#bannerRight {
    padding-right: 0px;
    margin-right: -5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#tmsLogo {
    padding-top: 0px;
}
        
#cowsImage {
    padding-right: 10px;
}
#premierNutritionLogo {
    vertical-align: top;
}

#bodyContent {
    background-color: #f2f2f2;
}

#footerContent {
    padding-top: 10px;
    background-color: #131f47;
    color: #ffffff;
}
#footerContent a {
    color: #ffffff;
}

#loginPanel {
    font-family: 'HelveticaNeueLT', Arial, Helvetica, sans-serif;
	font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    background-color: #131f47;
}
#loginPanel .panel-heading {
    background-color: #131f47;
    border-bottom-width: 2px;
}
#loginPanel h3 {
	font-weight: 300;
}
#loginPanel .panel-title {
    font-size: 24px;
}
#loginPanel a {
	font-weight: bold;
    color: #ffffff;
}
#loginPanel label {
	font-weight: 300;
    color: #ffffff;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0;
    min-height: 36px;
}

#adImage {
    padding: 10px;
    display: none;
}
#adImageTall {
    padding: 10px;
    display: inline;

}

@media (min-width: 992px ) {
  .row {
      position: relative;
  }
  
  .bottomright-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #adImage {
    display: inline;
  }
  #adImageTall {
    display: none;
  }

}
