body {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  padding-bottom: 60px;
  margin: 0;
  color: #363636;
  font-family: Arimo, helvetica neue, Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
}

.navbar {
  height: 50px;
  background-color: #ed1c24;
  padding: 3px 10px;
  border-bottom: 2px solid #be161c;
}

.container {
  margin: 15px;
}

.logo {
  background-image: url("../img/webnic-white-notagline.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 100px;
}

.icon {
  display:inline-block;
  margin-top: 0.2em;
  margin-left: 6px;
  font-size:20px;
  cursor: pointer;
  color: #217bc0;
  vertical-align:top
}

/* div.header {
  position: relative;
  border-bottom: 1px solid #217bc0;
} */

h1.header {
  color: #636363;
  font-weight: 700;
  margin-top: 0.5em;
  background-size: contain;
  margin-bottom: 0;
  /* display: inline-block; */
  /* position: relative; */
}

.desc {
  margin-top: 0;
}

.result-box {
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  padding: 1em;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-bottom: 1em;
  text-align: -webkit-match-parent;
}

.title {
  font-weight: bold;
}

.field {
  color: #217bc0;
}

.accordion {
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  color: #217bc0;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.helpLink {
  font-size: 13px;
  font-weight: bold;
  color: #217bc0;
  background: none!important;
  border: none;
  padding: 0!important;
  /*border is optional*/
  border-bottom: 1px solid #444;
  cursor: pointer;
}

.main-button {
  background-color: #3ad791;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 25px;
  outline: 0;
  border: 1px solid transparent;
  margin-top:22px;
}



input:focus{
  box-shadow:none !important;
  -webkit-box-shadow: none !important;
  border-color:#3ad791 !important;
  outline: #3ad791 !important;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 10px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  font-size: 14px;
}

.close {
  color: #363636;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #ebebeb;
  color: #363636;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #217bc0;
  color: white;
}

#footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  color: #999999;
  text-align: center;
}