body {
  background: #f7b000; }

.container {
  padding: 10px 50px 20px;
}


/* Header */

.header:before, .header:after {
  content: " ";
  display: table; }

.header:after {
  clear: both; }

#logo-ciudad {
  float: left;
  margin-top: 30px; }

#logo-cuando-pasa {
  float: right;
  margin-top: 10px; }

/* Footer */

.footer, #dashboard-updated-at {
  position: fixed;
  bottom: 5px;
  padding: 3px 5px 2px;
  border-radius: 3px;
  background: #f7b000;
  font-size: 13px;
  color: #333; }

.footer {
  left: 45px; }

#dashboard-updated-at {
  right: 45px; }

/* Display */


.arrival-message-td {
  /*padding: 5px 0 0 40px;*/
  font-size: 65px; /* :message "A CENTRO-HOSP NIÑOS Arribando.." */
  /*width: 1200px;*/
  /*padding-left: 60px;*/
  /*line-height: 19px*/; 
}

.arrival-bus-line-td {
  /*float: left;
  width: 90px;
  height: 70px; 
  border-radius: 2px;*/
  background-color: #f7b000;
  font-size: 45px; /* :bus-line "13" */
  line-height: 100px;
  font-weight: bold;
  text-align: center; 
}


.stop-arrivals {
  margin-bottom: 15px;
  border-radius: 4px;

  -webkit-box-shadow: 0 0 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0 0 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0 0 5px 0px rgba(50, 50, 50, 0.5); }

.stop-arrivals:last-child {
  margin-bottom: 0; }

.stop-arrivals-head {
  margin: 0;
  padding: 12px 20px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #333;
  font-size: 80px; /* :description "unl ida y vuelta */
  line-height: 1;
  color: #fff;
  text-transform: uppercase; }

.stop-arrivals-head-id {
  margin-right: 0.3em;
  color: #999; }

.stop-arrivals-body, .stop-arrivals-error {
  padding-bottom: 10px;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.stop-arrivals-group:before, .stop-arrivals-group:after {
  content: " ";
  display: table; }

.stop-arrivals-group:after {
  clear: both; }

.arrival {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left; }

.arrival, .stop-arrivals-error {
  padding: 10px 0 0 20px; }

.arrival-bus-line {
  float: left;
  width: 50px;
  height: 30px;
  border-radius: 2px;
  background-color: #f7b000;
  font-size: 80px; /* :bus-line "13" */
  line-height: 32px;
  font-weight: bold;
  text-align: center; }

.arrival-message {
  padding: 5px 0 0 40px;
  font-size: 65px; /* :message "A CENTRO-HOSP NIÑOS Arribando.." */
  width: 1200px;
  padding-left: 60px;
  line-height: 19px; }

/* Config */

.stops-selector {
  background-color: #fff;
  border-radius: 5px; }

.stops-selector h1 {
  margin: 0 0 10px;
  padding: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #333;
  color: #fff; }

.stops-inputs {
  padding: 10px 20px; }

.stop-input {
  position: relative;
  margin-bottom: 10px; }

.stop-input-icon {
  position: relative;
  bottom: -12px;
  margin-right: 10px;}

.stop-input-selection, .stop-input input {
  display: inline-block;
  width: 450px;
  padding: 9px 0 6px;
  border: 0;
  border-bottom: 1px #ddd dotted;
  line-height: 1; }

.stop-input-selection-id {
  color: #808080; }

.stop-input-remove-selection-button {
  float: right;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 9px;
  background-color: #ccc;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;}

.stop-input-remove-selection-button:hover {
  background-color: #ffa200; }

.stop-input input:focus {
  outline: none; }

.stop-input-completions {
  position: absolute;
  left: 30px;
  width: 450px;
  border-radius: 3px;
  background: #fff;
  z-index: 999999;

  -webkit-box-shadow: 3px 6px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    3px 6px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         3px 6px 10px 0px rgba(50, 50, 50, 0.5); }

.stop-input-empty-completions {
  padding: 12px 5px;
  color: #808080;
  font-style: italics; }

.stop-input-completion {
  padding: 8px 5px;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer; }

.stop-input-completion:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.stop-input-completion:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: none; }

.stop-input-completion-id {
  color: #808080; }

.stop-input-completion-highlight {
  background-color: #e0effe; }

.continue-button {
  display: inline-block;
  margin: 0 0 20px 20px;
  padding: 8px 9px 5px;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none; }

.continue-button-disabled {
  background-color: #808080;
  cursor: not-allowed; }
