.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	    padding-right: 0px;	
	    padding-left: 0px;	
}


#embeddedSelectFieldContainer{
	margin:2px;
	background-color: white;
	border-width: 2px;
	border-style: solid;
	min-height:50px;
 	color: #52A8FF;
	text-align: center;
}

#logocontainer {
/*     font-size: 32px;
    font-weight: bolder;
 */    padding-top: 0px;
    padding-left: 20px;
    margin-top: 0px;
    height: 50px;
}
  
.landingNav{
	padding: 20px;
/*  	border-color: #52A8FF;
    border-style: solid;
    border-width: 1px;      
 */}  
   
  
/*
Changes to Bootstrap
*/

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 5px;
	font-weight: 300;
}

.jumbotron {
 	background-color: white;
	background-size: cover;
	background: rgba(255,255,255,0);
}

@media(max-width: 480px) {
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 16pt;
  }
  small {
    font-size: 11pt;
  }
  img {
    height: 50px;
  }
}

/* .jumbotron p{
	font-size: 14px;
}
 */
.jumbotron img {
	size: inherit;
}


.navbar-right {
	margin-right: 0;
	background-color: white;
}

.form-inline .form-control {
	width: 90px;	
}

.navbar-brand {
	padding: 0;
	float: none;
}

.navbar-default {
	background-color: white;
	border-color: white;
}

.navbar-center{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
  height:100%;
}

.navbar-toggle{
	z-index: 10;
}

 .nav-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
 }

.navbar li a {
	padding-top: 10;
	padding-bottom: 10;
}
 
.navbar-fixed-top {
/*   
	padding-top: 10px;
 */
	padding-bottom: 10px;
    padding-right: 10px;
    background-size: 100% 100%;
    max-height: 95px;
    margin: 0px;
    
    border-bottom: #52A8FF;
    border-bottom-style: solid;
    border-bottom-width: 1px;  
    
}

.navbar-header img {
	width: 100px;
	height: auto;
	
}


.btn{
    white-space:normal !important;
    word-wrap:break-word; 
    word-break: normal;
}
