
body {
    width: 1000px;
    margin: auto;
    line-height:21px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#menu {
    background-color: rgb(29, 50, 88);
    color: white;
    text-align: center;
    font-size: 20px;
    padding: 14px 16px;	
}

#content {
    width: 100%;
}

#content h4 {
    color:rgb(147,149,152);
}

#atdform form{
    line-height: 2em;
}

h3 .green {
  color: rgb(24, 133, 19);
}

h3 .red {
  color: rgb(166, 41, 35);
}

h3 .orange {
  color: rgb(235, 159, 19);
}

h3 .topoError {
  background-color: rgb(166, 41, 35);
  color: rgb(255, 255, 255)
}

#atdform form {
  line-height: 2em;
}

.orderdescription {
  color:rgb(0, 0, 0);
  background-color: rgb(218, 232, 245);
  margin-bottom: 10px;
  padding: 5px;
  font-size: 0.9em;
  line-height: 110%;
  width: 53%;
  float: left;
}

#atdevent {
    float: left;
    width: 100%;
    height: 40px;
    display: block;
    background-color: rgb(230, 230, 230);
    margin-top: 20px;
}

.atdeventsummary{
  color: rgb(0, 0, 0,);
  padding: 5px 15px;
  text-align: left;
  /* font-size: 14px; */
  /* margin: 5px 5px; */
}

.atdeventuser{
  color: rgb(0, 0, 0,);
  padding: 5px 15px;
  float: right;
  text-align; right;
  /* font-size: 14px; */
  /* margin: 5px 5px; */
}

#atdeventtoggle {
  float: left;
  display: block;
  width: 70px;
  height: 35px;
  padding-top: 15px;
  color: rgb(255, 255, 255);
  text-align: center;
}

#eventActive {
  float: left;
  display: block;
  width: 100%;
  height: 40px;
  background-color: rgb(156, 207, 151);
  /* margin: 10px; */
  /* padding: 15px 0 0 15px; */
}

#eventStopped {
  float: left;
  display: block;
  width: 100%;
  height: 40px;
  background-color: rgb(230, 230, 230);
  /* margin: 10px; */
  /* padding: 15px 0 0 15px; */
}

#eventActive .event {
  float: left;
  display: block;
  /* height: 35px;
  padding: 15px 0 0 15px; */
}

.orderitem {
  width: 45%;
  float: left;
}

.button {
  background-color: rgb(230, 230, 230);
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 5px 5px;
  cursor: pointer;
}

.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.detail {
  float: left;
  width: 100%;
  display: block;
  background-color: rgb(230, 230, 230);
  margin-bottom: 20px;
}

#instance {
  float: left;
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px 0 0 15px;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
}

#atdinstancetoggle {
  float: left;
  display: block;
  width: 70px;
  height: 35px;
  padding-top: 15px;
  color: rgb(255, 255, 255);
  text-align: center;
}

a, a:visited {
  margin: 10px;
  text-decoration: none;
  color: rgb(0, 0, 0);
}
