@import url("//fonts.googleapis.com/css?family=Roboto:400,500");
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #344261;
  padding-top: 30px;
}

h1 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #808080;
}

hr {
  margin-top: 2px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #989898;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}
.container {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.well {
  min-height: 20px;
  padding: 25px;
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.6);
  -moz-box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.6);
  box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.6);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.center {
  text-align: center
}

.address {
  font-size: 14px;
  margin-top: 10px;
}

.regtext {
  font-size: 14px;
}

.separator {
  font-size: 14px;
  color: #bfbfbf;
  margin-top: -6pxpx;
  margin-bottom: -24px;
  font-weight: 500;  
}

.blurb {
  font-size: 15px;
}

.title {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #808080;
  width: 300px;
  margin-left: -13px;
  margin-top: -13px;
  margin-bottom: 5px;
  font-weight: 500;  
}

.titlename {
  position: relative;
  z-index: 1;
  top: 6px;
  left: -4px;
}

.bi {
  position: relative;
  z-index: 1;
  top: 7px;
  left: 0px;
}

.bi2 {
  position: relative;
  z-index: 1;
  top: 3px;
  left: 0px;
}

.title2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #808080;
  width: 300px;
  margin-left: -13px;
  margin-top: -10px;
  margin-bottom: 2px;
  font-weight: 500;  
}

.textwell {
  min-height: 18px;
  padding: 18px 22px 10px 22px;
  margin-bottom: 8px;
  margin-top: 10px;
  background-color: #efefef;
  border-radius: 8px;
}

.textwell2 {
  min-height: 14px;
  padding: 14px 22px 6px 22px;
  margin-bottom: 6px;
  margin-top: 6px;
  background-color: #e7e7e7;
  border-radius: 8px;
}

.reginput {
    border: none;
    background-color: lightgray;
    border-radius: 3px;
    padding: 4px;
    margin: 2px;
    font-weight: bold;
    field-sizing: content;
    min-width: 200px;
}

.lightinput {
    border: none;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 2px;
    margin: 2px;
    field-sizing: content;
    min-width: 30px;
}

.release {
    border: none;
    background-color: #e7e7e7;
    border-radius: 3px;
    padding: 2px;
    margin: 2px;
    field-sizing: content;
    min-width: 30px;
}


.input-icon {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
  z-index: 1;
  left: 138px;
}

.input-icon > input {
  padding-left: 25px;
  padding-right: 0;
}

.input-icon-right > i {
  right: 0;
}

.input-icon-right > input {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}


.custom-icon {
    font-size: 18px;
    margin-right: 5px;
}

.form-group {
        display: flex;
        align-items: left; /* Vertically aligns label and input */
}


  .unselectable-text {
    user-select: none;
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none;    /* For Firefox */
    -ms-user-select: none;     /* For Internet Explorer/Edge */
}

/* A class to hide content and disable selection */
.collapsed {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.collapse {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.collapse.in {
  user-select: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
}

textarea {
            white-space: normal; /* Allows text to wrap */
}

i {
    font-size: 20px;
    margin-right: 8px;
}

a[aria-expanded=true] .bi-plus-circle-fill {
   display: none;
}
a[aria-expanded=false] .bi-dash-circle-fill {
   display: none;
}

.bluebtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #fff;
    background-color: #337ab7;
    border-color: #46b8da;
    width: 100%;
}