html {
  position: relative;
  min-height: 100%;
  height: 100%;
}
body {
	background: url( '../resources/background-image-main.jpg' ) no-repeat center center fixed;
	background-size: cover;
	height: 100%;
  /*overflow: hidden;*/
	/* Margin bottom by footer height */
	/*margin-bottom: 60px;*/
	padding-top: 85px; 
}
.navRow {
	min-height: 120px;
}
a > img {
	margin-top: 10px;
	height: 75px;
}
.spinnerContainer {
	text-align: center;
	color: white;
}
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 60px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;

}
.ixia-logo { 
	height: 38px;
}
.social {
    height: 35px;
    width: 35px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin-right: 1px;
}
.social.twitter {
    background: #fff url( '../resources/twitter.png' ) no-repeat;	
}
.social.google-plus {
    background: #fff url( '../resources/google-plus.png' ) no-repeat;	
}
.social.linked-in {
    background: #fff url( '../resources/linked-in.png' ) no-repeat;	
}
.clickable {
	cursor: pointer;
}

.well {
  margin-bottom: 85px;
}

.g-recaptcha {
  float: right;
}

.modal-body {
    max-height: calc(90vh - 210px);
    overflow-y: auto;
}