/* Astronomy.Tools CSS */

.navbar-brand {
  margin-top: -13px;
}

.content_container {
  padding: 80px 15px;
}

body.embedded .content_container {
  padding: 20px 5px 5px 5px;
  width: 600px;
}

li.list-group-item .fov_key {
  float: left;
  display: block;
  width: 20px;
  height: 118px;
  line-height: 66px;
  background: #FF0000;
  color: #000000;
  margin: 0px 5px 0px 0px;
  text-align: center;
  font-weight: bold;
}

body.embedded  li.list-group-item .fov_key {
  float: left;
  display: block;
  width: 20px;
  height: 46px;
  line-height: 33px;
  background: #FF0000;
  color: #000000;
  margin: 0px 5px 0px 0px;
  text-align: center;
  font-weight: bold;
}

.btn-primary {
  background-color: #217DBB;
  border-color: #217DBB;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #375A7F;
}

.btn-mode {
  background-color: #375A7F;
  border-color: #375A7F;
}

.btn-mode:hover,
.btn-mode:focus,
.btn-mode:active,
.btn-mode.active,
.open > .dropdown-toggle.btn-mode {
  background-color: #217DBB;
}

.input-group-addon {
    background-color: #375A7F;
}

.btn-group-wrap {
    text-align: center;
}

div.btn-group {
    margin: 0 auto; 
    text-align: center;
    width: inherit;
    display: inline-block;
}

#fov_results {
  color: #FFFFFF;
}

#fov_results strong {
  font-weight: bold;
  margin: 0px 25px 0px 10px;
  color: #3795DB;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  border-radius: 10px;
  background-color: #454545;
  padding: 6px 8px;
}

#fov_equipment_list li span.label {
  display: inline-block;
  margin: 3px !important;
}

.map_canvas { 
  width: 100%; 
  height: 400px; 
  margin: 10px 0 10px 0;
  border: 10px solid #FFF;
}

.map_canvas:after {
  content: "Type in an address in the input above.";
  padding-top: 170px;
  display: block;
  text-align: center;
  font-size: 2em;
  color: #999;
}

.top_margin {
  margin-top: 20px;
}

.right_margin {
  margin-right: 10px;
}

.close {
  color: #CCCCCC;
}

.alert .close {
    color: #FFFFFF;
}

.ui-autocomplete-input {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

#fov_share_section {
  display: none;
  clear: both;
  padding-top: 20px;
}

.robot_title {
  margin-top: -8px;
  margin-right: 10px;
}

/* Footer */

.footer {	
	position: relative;
	top: -44px;
	padding: 15px 0px 0px 0px;
	text-align: center;
	font-size: 1em;
	color: #FFFFFF;
}

.footer a {
	color: #8AC1F8;
}