
#combo_country {
  width: 100px;
}

#combo_city {
  width: 185px;
}

.assistantpart th {
  text-align: left;
  vertical-align: middle;
  padding: 2px;
}

.assistantpart td {
  padding: 4px;
  vertical-align: middle;
}

.assistantpart .object-type {
  vertical-align: top;
}

/* Enhance a bit the style for the assistant form */
.assistantpart {
  select {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1rem;
    cursor: pointer;
  }

  select:focus {
    border-color: #3626c5;
    outline: none;
  }

  input[type="text"],
  input[type="date"],
  input[type="email"],
  input[type="number"] {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none;
  }

  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus {
    border-color: #3626c5;
    box-shadow: 0 0 4px rgba(18, 17, 119, 0.4);
  }

}

#combo_configuration {
  width: 190px;
  vertical-align: middle;
}

#input_constellation {
  width: 170px;
}

#input_minsize {
  padding: 5px;
}

#input_maxsize {
  padding: 5px;
}

.link_picture {
  vertical-align: middle;
  margin-left: 3px;
  border: 0px;
}

.checkboxlist {
  border: grey solid 1px;
  height: 6em;
  overflow: auto;
  float: left;
}

.checkboxactions {
  list-style: none;
  float: left;
  padding-left: 10px;
  margin: 0px;
}

#loading_notice {
  visibility: hidden;
  margin-top: 15px;
  margin-left: 15px;
}

#loading_animation {
  vertical-align: bottom;
}

#invalid_parameters {
  color: red;
  margin-left: 10px;
  padding: 2px;
}

#location_name {
  display: inline;
  padding-right: 10px;
}

.deepskyobject {
  border: 1px solid gray;
  border-radius: 7px;
  margin-bottom: 10px;
  padding-bottom: 7px;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.deepskyobject .object-title {
  display: flex;
  width: 300px;
}

.deepskyobject .preview {
  padding: 7px;
  width: 100px;
  height: 100px;
}

.deepskyobject .preview img {
  border: 3px black double;
}

.deepskyobject .id {
  font-size: 1.2em;
  color: blue;
  padding-left: 10px;
}

.deepskyobject .details {
  width: 400px;
  padding: 7px;
}

.deepskyobject ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.more_results {
  text-align: center;
}

#sunriseset ul {
  list-style-type:none;
  padding: 0;
}

#content ul {
  text-align:justify;
}

#page {
  display: flex;
  flex-direction: column;
}

#parameters {
  display: flex;
}

#form_parameters {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#leftparams {
  padding-right: 20px;
}

#content {
  margin-top: 10px;
}


.form_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background-color:#ededed;
	-webkit-border-top-left-radius:11px;
	-moz-border-radius-topleft:11px;
	border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius-topright:11px;
	border-top-right-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	-moz-border-radius-bottomright:11px;
	border-bottom-right-radius:11px;
	-webkit-border-bottom-left-radius:11px;
	-moz-border-radius-bottomleft:11px;
	border-bottom-left-radius:11px;
	text-indent:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color: #303030;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:130px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
  cursor: pointer;
}
.form_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background-color:#dfdfdf;
}
.form_button:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */