* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: underline;
  color: black;
}
a:hover {
  text-decoration: none;
  color: black;
}
header {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 20px 10px;
}
header a+a {
  margin-left: 5px;
}
header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}
header a.logo {
  font-size: 25px;
  font-weight: bold;
}
header a:hover {
  background-color: #ddd;
  color: black;
}
header a.active {
  background-color: dodgerblue;
  color: white;
}
.header-right {
  float: right;
}
section.content {
  padding: 20px;
}
section ul,
section li {
  list-style-position: inside;
  list-style: none;
}
section.landing {
  display: none;
}

section.landing a,
a.btn {
  color: black;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
  border-radius: 4px;
  display: inline-block;
}
section.landing a,
a.btn {
  background-color: #ddd;
  color: black;
}
section.landing a:hover,
a.btn:hover {
  background-color: dodgerblue;
  color: white;
  transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
}

section.landing li.clear a {
  background-color: tomato;
  color: white;
  margin-top: 25px;
}
section.landing li.clear a:hover {
  background-color: #ad1a00;
}

.infotip {
  width: 80%;
  margin: auto;
  border: 3px solid #a0a0a0;
  border-style: dashed;
  padding: .8em;
  border-radius: 10px;
  font-size: .8em;
}

section.landing .infotip ul,
section.landing .infotip li {
  list-style-type: disc;
}

section.landing .infotip .highlights .title {
  font-weight: bold;
  margin-top: 1em;
  display: block;
}

a.btn.btn-blue {
  background-color: dodgerblue;
  color: white;
}
a.btn.btn-blue:hover {
  background-color: #006ad1;
}
a.btn.btn-green {
  color: white;
  background-color: green;
}
a.btn.btn-green:hover {
  background-color: #55b559;
}
a.btn.btn-red {
  color: white;
  background-color: tomato;
}
a.btn.btn-red:hover {
  background-color: #ad1a00;
}
a.btn.btn-small {
  font-size: .8em;
  line-height: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
section.landing li + li {
  margin-top: 10px;
}
section.mode,
section.mode_contents {
  display: none;
}
section.mode_dynamic {
  margin: 40px auto 40px auto;
}
section.results {
  border-top: 1px solid black;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 500px) {
  header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
}
input[type="text"],
input[type="password"],
select{
  border-radius: 5px;
  border: 1.5px solid #D5D5D5;
  //width: 360px;
  padding: 15px;
  box-shadow: 1px 1px 4px #EBEBEB;
  -moz-box-shadow: 1px 1px 4px #EBEBEB;
  -webkit-box-shadow: 1px 1px 4px #EBEBEB;
}
.styled_area-dark {
  box-shadow: 0px 0px 5px #bbb6b6;
  border: none;
  border-radius: 4px;
  background: #e5e5e5;
  padding: 10px;
  margin-top: 20px;
  max-width: 800px;
  overflow: hidden;
}
textarea.styled_area-dark {
  width: 600px;
  height: 300px;
}
a i {
  margin: .35em;
}
table.styled {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
table.styled.search_contracts a {
  display: block;
}
table.styled td.funding_amount,
table.styled td.balance {
  font-size: 12px;
}
table.styled td.status span {
  white-space: nowrap;
  font-size: 10px;
  font-weight: bold;
  display: block;
  color: white;
  background: black;
  margin: 5px;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}
table.styled td.status-funded span {
  background-color: #4CAF50;
}
table.styled td.status-declined span {
  background-color: tomato;
}
table.styled td.sales_rep {
  font-size: 14px;
}
table.styled td.options i {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
table.styled td,
table.styled th {
  border: 1px solid #ddd;
  padding: 8px;
}
table.styled tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.styled tr:hover {
  background-color: #ddd;
}
table.styled th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: dodgerblue;
  color: white;
}
table.styled.search_users a {
  font-decoation: none;
}
table.styled.search_users th a.add_user {
  white-space: nowrap;
  display: block;
  background: white;
  color: dodgerblue;
  margin: auto;
  text-align: center;
  width: 80%;
  border-radius: 3px;
  text-decoration: none;
}
table.styled.search_users th a.add_user:hover {
  color: white;
  background-color: #006ad1;
}
table.styled.search_users td.user_id {
  text-align: center;
}
table.styled.search_users td.user_id a {
  text-decoration: none;
}
table.styled.search_users td.options a {
  font-size: .8em;
  white-space: nowrap;
  display: inline-block;
  background: dodgerblue;
  color: white;
  margin: auto;
  text-align: center;
  padding: .5em;
  padding-top: .3em;
  padding-bottom: .3em;
  border-radius: 3px;
  text-decoration: none;
}
table.styled.search_users td.options a:hover {
  color: white;
  background-color: #006ad1;
}
table.styled.search_users td.options a i {
  margin: 5px;
}
table.styled.search_users td.options.trash a {
  display: block;
  background: tomato;
  color: white;
}
table.styled.search_users td.options.trash a:hover {
  color: white;
  background-color: #ad1a00;
}
table.styled.readsqs {
  font-size: .8em;
}
table.styled.readsqs th a,
table.styled.readsqs td a {
  white-space: nowrap;
  display: block;
  background: white;
  color: dodgerblue;
  margin: auto;
  text-align: center;
  width: 80%;
  border-radius: 3px;
  text-decoration: none;
}
table.styled.readsqs th a:hover,
table.styled.readsqs td a:hover {
  color: white;
  background-color: #006ad1;
}
table.styled.readsqs th a i,
table.styled.readsqs td a i {
  margin: 5px;
}
table.styled.readsqs th.refresh,
table.styled.readsqs td.refresh {
  min-width: 15%;
}
table.styled.readsqs th.trash a,
table.styled.readsqs td.trash a {
  display: block;
  background: tomato;
  color: white;
}
table.styled.readsqs th.trash a:hover,
table.styled.readsqs td.trash a:hover {
  color: white;
  background-color: #ad1a00;
}
table.styled.readsqs tr.populated {
  cursor: pointer;
}
table.styled.jobs_runall {
  font-size: .9em;
}
table.styled.jobs_runall .loader {
  margin-top: -35px;
}
table.styled.jobs_runall td.return {
  width: 99%;
  font-size: .8em;
  padding: 2px;
}
table.styled.jobs_runall td.response {
  text-align: center;
}
table.styled.jobs_runall td.response span.badge {
  display: inline-block;
  padding: .2em;
  border-radius: 5px;
  color: white;
  background-color: #e5e5e5;
}
table.styled.jobs_runall td.response span.badge[data-code='loading'] {
  color: black;
  background: none;
}
table.styled.jobs_runall td.response span.badge[data-code='error'] {
  background-color: red;
}
table.styled.jobs_runall td.response span.badge[data-code='200'] {
  background-color: #4CAF50;
}
fieldset {
  border: 1px solid dodgerblue;
  border-radius: 5px;
  max-width: 500px;
  margin: auto;
  margin-top: 20px;
  display: block;
}
fieldset legend {
  font-size: .925em;
}
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox_container span.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.checkbox_container:hover input ~ .checkbox_container span.checkmark {
  background-color: #ccc;
}
.checkbox_container input:checked ~ .checkbox_container span.checkmark {
  background-color: #2196F3;
}
.checkbox_container span.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox_container input:checked ~ .checkbox_container span.checkmark:after {
  display: block;
}
.checkbox_container .checkbox_container span.checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.quote-container-row {
  font-size: .8rem;
  font-style: italic;
  display: inline-block;
  margin-top: 12px;
}
.quote-inline {
  font-size: .8rem;
  background: #e5e5e5;
  padding: 3px;
  border-radius: 3px;
  border: 1px solid #dcd8d8;
  color: #4f4e4e;
}
.quote-inline.quote-sample {
  cursor: pointer;
}
.jconfirm-content {
  padding-bottom: 10px;
  min-height: 65px;
}
.fancy_toggle {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  display: inline-block;
  justify-content: flex-start;
  margin: 0 0 1.5rem;
  margin: auto;
  text-align: center;
}
.fancy_toggle i.fa,
.fancy_toggle i.fas,
.fancy_toggle i.far {
  margin-right: 10px;
}
.fancy_toggle label {
  cursor: pointer;
}
.fancy_toggle input {
  height: 0;
  left: -9999px;
  position: absolute;
  width: 0;
}
.fancy_toggle input:hover+label {
  border-color: #213140;
}
.fancy_toggle input:checked+label {
  background-color: dodgerblue;
  border-color: dodgerblue;
  box-shadow: 0 0 10px rgba(102,179,251,0.5);
  color: #ffffff;
  z-index: 1;
}
.fancy_toggle input:checked+label:hover {
  background-color: #006ad1;
}
.fancy_toggle input:focus+label {
  outline-offset: .45rem;
  outline: dotted 1px #cccccc;
}
.fancy_toggle input+label {
  background-color: #ffffff;
  border: solid 1px #dddddd;
  box-shadow: 0 0 0 rgba(255,255,255,0);
  box-sizing: border-box;
  display: inline-block;
  font-size: .8em;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
  padding: .75rem 2rem;
  position: relative;
  text-align: center;
  transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
}
.fancy_toggle input+label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.fancy_toggle input+label:last-of-type {
  border-left: none;
  border-radius: 0 6px 6px 0;
}


.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #6C6C6C;
  font-size: 10px;
  margin: 10px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.custom_loader {
  margin-top: 0;
}