html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

fieldset, img {
  border: 0;
}

ol, ul, li {
  list-style: none;
}
 
:focus {
  outline: none;
}

html, body {
  background: #F8A434;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #FDFCFB;
  text-align: center;
  height: 100%;
}

#container { 
  width: 680px;
  min-height: 100%;
  margin: 0 auto -125px; /* the bottom margin is the negative value of the footer's height */
}

#footer, .push {
  height: 125px;
}

.header {
  padding-top: 20px;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.description {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: -2px 0 45px;
}

.description p {
  margin-top: 20px;
}

.input {
  display: flex;
  align-items: left;
  margin-top: 35px;
}
.input:focus {
  outline: none;
  outline: 2px solid #E86C8D;
  box-shadow: 0 0 2px #E86C8D;
}

.advanced {
  margin-left: 100px;
}

.button {
  height: 44px;
  border: none;
}

i.fa {
  margin: 0px 12px;
  font-size: 28px;
  display: block;
}

#randomicon {
  font-size: 45px;
  color: #E86C8D;
  display: inline-block;
  vertical-align: center;
}

#customRouteNameLabel {
  width: 135px;
}

#languageLabel {
  width: 115px;
}

#customRouteNameText {
  display: none;
  height: 30px;
  border: none;
  font-size: 12px;
  width: 350px;
  background: #FDFCFB;
  font-family: inherit;
  letter-spacing: 0.5px;
  text-indent: 3%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#languageValue {
  display: none;
  height: 30px;
  border: none;
  font-size: 12px;
  width: 150px;
  background: #FDFCFB;
  font-family: inherit;
  letter-spacing: 0.5px;
  text-indent: 3%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#maplink {
  font-size: 16px;
  width: 80%;
  background: #FDFCFB;
  font-family: inherit;
  letter-spacing: 0.5px;
  text-indent: 3%;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0px 0px 5px;
}

#submit {
  width: 20%;
  height: 46px;
  background: #E86C8D;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  letter-spacing: 1px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  transition: background .3s ease-in-out;
}
#submit:hover {
  background: #d45d7d;
}
#submit:focus {
  outline: none;
}

hr {
  margin: 25px 0px;
  color: #a9a9a9;
  opacity: 0.3;
}

input[type=radio], input[type=checkbox] {
  visibility: hidden;
}

label.radio {
  cursor: pointer;
  text-indent: 35px;
  text-align: left;
  overflow: visible;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding-top: 3px;
  width: 150px;
}

label.radiowide {
  width: 280px;
}

label.radio:before {
  background: #E86C8D;
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}

label.radio:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 0.7em;
  height: 0.35em;
  background: transparent;
  top: 8.5px;
  left: 5.0px;
  border: 3px solid #ffffff;
  border-top: none;
  border-right: none;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=radio]:checked + label:after {
  opacity: 1;
}

input[type=checkbox]:checked + label:after {
  opacity: 1;
}

#accordion {
  text-align: left;
  width: 500px;
  margin-left: 110px;
}
#accordion a, #accordion a:hover, #accordion a:active, #accordion a:visited {
  text-decoration: none;
  color: white;
}
#accordion a:before, #accordion a:hover:before, #accordion a:active:before, #accordion a:visited:before {
  vertical-align: middle;
  font-family: FontAwesome;
  font-size: 28px;
  content: "\f0c9";
  display: inline-block;
  margin-right: 10px;
}
#accordion .content, #accordion .input, #accordion .advanced {
  margin-left: 0px;
}
#accordion select {
  margin-left: 5px;
  margin-top: 3px;
  height: 25px;
}
#accordion #dev_simulateddurMin_Hours,
#accordion #dev_simulateddurMin_Minutes {
  display: none;
}

/* ALERT BOX */
.alert-box {
  display: none;
  margin-left: 50px;
  text-align: left;
  color: #555;
  font-family: inherit;
  font-weight: 400;
}

.error {
  color: red;
}

.error:before {
  font-family: "FontAwesome";
  content: '\f06a';
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 10px;
  margin-top: -2px;
}

#footer {
  color: white;
  position:relative;
  width: 100%;
  background: #f49312 url(img/bg-mainfooter.gif) repeat-x;
}

#footer .footer-wrap
{
  width: 680px;
  margin: 0px auto;
  padding-left: 100px;
}

#footer #copyright {
  color: #ffd2ab;
  font-size: 12px;
  position: absolute;
  bottom: 2px;  
  padding-left: 30px;
}

#footer .case {
  position: absolute;
  margin: 0 auto;
  padding: 5px 15px;
  
}
#footer .nav-bar {
  font-family: 'Lato';
  float: left;
  font-size: 14px;
  margin-left: 52px;
  color: #f4efe0;
  line-height: 20px;
}
#footer .nav-bar:first-child {
  margin: 0;
  margin-left: 10px;
}
#footer .nav-bar h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 400;
  color: #ffc568;
  display: block;
}
#footer .nav-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .nav-bar li {
  margin-left: 8px;
  display: list-item;
  text-align: left;
}
#footer .nav-bar a {
  color: #f4efe0;
  text-decoration: none;
}
#footer .nav-bar a:hover {
  text-decoration: underline;
}
