/* Search */
img#trax_arrow {
    width: 100px;
    position: absolute;
    left: 220px;
}

#search {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 437px;
	z-index: 99998;
	display: none;	
}
.searchbox{
  background-color:#fec503;
  padding:50px;
  text-align: center;
  border-radius: 4px;
}
#searchType {
	z-index: 999999;
}
#search input, #search select {
	z-index: 999998;
}

button[data-search='close'] {
	margin-left: 4px;
}

#searchStatus {
	color: white;
	padding-left: 2px;
	padding-right: 2px;
}

/* #fed136 */
mark{
    background: orange; 
    color: black;
    padding: 0;
}

.current {
	background: blue;
	color: white;
}

#showlist:link, #showlist:visited {
	padding-top: 2px;
	color: #004b8d;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-xl {
    color: white;
    background-color: #195d98;
}

.btn-blue {
  color: white;
  background-color: #004b8d;
}

#searchClose {
	position: absolute;
	top: 3px;
	right: 3px;
}

.btn-clear {
	background: none;
	border: none;
}
/* /Search */

h2 {
  color: #004b8d;
}

.back-to-top {
cursor: pointer;
position: fixed;
bottom: 0;
right: 20px;
display:none;
}

.manual-modal .modal-content table p {
  padding: 5px;
  margin:0px;
}



.btn-xl-blue {
  color: white;
  background-color: #004b8d;
  border-color: #004b8d;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
  margin-top:50px;
}
.btn-xl-blue:hover,
.btn-xl_blue:focus,
.btn-xl_blue:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #195d98;
  border-color: #195d98;
}

.col-xs-9 {
  border-left: 4px grey solid;
  margin-left: 15px;
  padding-bottom: 20px;
  padding-top:5px;
 }
 
.col-xs-5 {
  border-left: 4px grey solid;
  margin-left: 15px;
  padding-bottom: 20px;
  padding-top:5px;
 }

 .col-xs-1 {
  min-width: 15%;
  text-align: right;
  margin-bottom: 20px;
 }

.updatelist {
  font-size: 16px;
  line-height: 40px;
}

.col1 {
  background-color: #D3D3D3; 
  color:#000; 
  font-weight: bold; 
}  

thead {
  background-color:#004b8d; 
  color:#FFF; 
  font-weight: 500;
}

.screenshot {
  float: right;
  box-shadow: 8px 8px 5px #888888;
}

div#callout.callout_center {
    float: left;
    min-height: 250px;
}

#callout {
  border: 3px solid #004b8d;
  border-radius: 3px;
  padding:20px;
  margin:10px;
  float:right;
  max-width: 250px;

}

#callout p {
  font-weight: 700;
  color: grey;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#callout img {
  padding-right: 15px;
  float:left;
}

#callout2 {
  border: 3px solid #004b8d;
  border-radius: 3px;
  padding:20px;
  margin:10px 0px;
  margin-bottom: 20px;
}

#callout2 p {
  font-weight: 700;
  color: grey;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#callout2 img {
  padding-right: 15px;
  float:left;
}

#callout3 {
  border: 3px solid #004b8d;
  border-radius: 3px;
  padding:20px;
  margin:10px;
  float:right;
  max-width: 300px;
}

#callout3 p {
  font-weight: 700;
  color: grey;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#callout3 .icon {
  margin-bottom: 0px;
}

#callout3 img {
	align:top;
}

#importantheading {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
	color: #004b8d;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 1.25em;
}
