.help-text {
    width: 100%; 
    margin-top: .25rem; 
    font-size: 80%; 
    color: #dc3545;
}

.nowrap {
    white-space: nowrap;
}

.clickable {
    cursor: pointer !important;
}

.section-header {
    margin-top: -20px;
    background-color: #f5f8fa; 
    border-bottom: 2px solid #eee;    
}

.dim {
    opacity: 0.8;
    font-weight: normal;
}


ul.icon-list {
    padding-left: 0;
    list-style: none;
}

ul.icon-list > li {
    display: inline-block;    
}

ul.icon-list > li > a {
    width: 132px;
    display: inline-block;
    text-align: center;
    font-size: 48px;
    background-color: #265a88;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 18px;
    margin-right: 9px;
    margin-left: 9px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-decoration: none;
}

ul.icon-list > li > a:hover {
    background-color: #164a78;
}

ul.icon-list .icon-label {
    display: block;
    text-align: center;
    word-wrap: break-word;    
    font-size: 14px;
}

 
/* Typeahead */

.typeahead,
.tt-query,
.tt-hint {
  outline: none;
}

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu { 
    width: 100%; 
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  margin: 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

.scrollable-dropdown-menu .tt-menu {
  max-height: 320px;
  overflow-y: auto; 
  overflow-x: hidden;
}

.table-tight {	        
        padding: 2px !important;        
}

.alert-tight {	        
        padding: 2px;        
	margin-bottom: 4px;
	border-radius: 2px;
}

.panel-tight {	
	margin-bottom: 8px;
	border-radius: 4px;
}

.panel-body-tight{	
	padding: 1rem;
}

.panel-heading-tight {
	padding: 5px 8px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.link-light{
    color:white;
}

.link-light:hover{
    color:white;
    text-decoration: underline;
}

.footerPlace {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;  
}

.cb_label {
    cursor: pointer;
    font-weight: normal;
    padding-left: 1em;
    color:black; 
}

.environment_notice{
    cursor:  default;
    border: 2px solid white;
    padding: 10px;
    border-radius: 25px;
    color: white;
    font-size: 25px;
    font-style: oblique;    
    font-weight: 600;
    margin-left: 50px;     
}