﻿.body-bg2 {
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff 0%, #ebebeb 100%);
}
.link-color {
  color: #C12017;
  text-decoration: underline;
}
.colcenter .bs .btn:focus,
.colcenter .bs .btn:active {
  outline: none;
}
.bs .fa:before {
  font-family: FontAwesome !important;
}
.bs .fa-icon-after,
.bs .fa-icon-before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bs .fa-icon-after:before,
.bs .fa-icon-before:before {
  font-family: FontAwesome;
}
.bs .fa-icon-after:before {
  float: right;
  padding-left: 10px;
}
.bs .fa-icon-before:before {
  float: left;
  padding-right: 10px;
}
.bs .btn-lg {
  font: 400 18px/22px 'Roboto', Arial, sans !important;
  min-height: 47px;
  padding: 11px 16px;
}
.bs .btn-lg.btn-success {
  background: #6bb324;
  border-color: #6bb324;
  border-bottom-color: #58931e;
  -webkit-box-shadow: 0 20px 0 0 #8ec25a inset;
  -moz-box-shadow: 0 20px 0 0 #8ec25a inset;
  box-shadow: 0 20px 0 0 #8ec25a inset;
}
.bs .btn-lg.btn-success:focus,
.bs .btn-lg.btn-success:hover {
  background-color: #66ab22;
  border-color: #66ab22;
  border-bottom-color: #4b7e1a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bs .btn-lg.btn-success:active {
  background-color: #5e9e20;
  border-color: #5e9e20;
  border-top-color: #558f1d;
  -webkit-box-shadow: 0 2px 0 #558f1d inset;
  -moz-box-shadow: 0 2px 0 #558f1d inset;
  box-shadow: 0 2px 0 #558f1d inset;
}
.bs .btn-lg.btn-default {
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #78c828;
  border-color: rgba(107, 179, 36, 0.75);
  border-color: #e1e1e1;
  color: #6bb324;
  text-shadow: none;
  font-weight: 100 !important;
  -webkit-box-shadow: 0 -15px 10px -10px #e5e5e5 inset;
  -moz-box-shadow: 0 -15px 10px -10px #e5e5e5 inset;
  box-shadow: 0 -15px 10px -10px #e5e5e5 inset;
}
.bs .btn-lg.btn-default:focus,
.bs .btn-lg.btn-default:hover {
  border-color: #6bb324;
  color: #5e9e20;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bs .btn-lg.btn-default:active {
  background-color: #fdfdfd;
  -webkit-box-shadow: 0 2px 0 #e8e8e9 inset;
  -moz-box-shadow: 0 2px 0 #e8e8e9 inset;
  box-shadow: 0 2px 0 #e8e8e9 inset;
}
.bs .text-light {
  font-weight: 100 !important;
}
.bs .form-actions {
  text-align: center;
}
.bs .form-actions:before,
.bs .form-actions:after {
  content: " ";
  display: table;
}
.bs .form-actions:after {
  clear: both;
}
.bs .bootstrap-switch {
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  border-width: 5px;
  border-color: #eee;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.bs .bootstrap-switch .bootstrap-switch-container {
  position: static !important;
  white-space: nowrap;
}
.bs .bootstrap-switch:after,
.bs .bootstrap-switch:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  z-index: 1;
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #fff;
  border-right: none;
  -webkit-pointer-events: none;
  pointer-events: none;
}
.bs .bootstrap-switch:after {
  -webkit-box-shadow: -1px 0 0 1px #eee, -5px 0 0 5px #eee;
  -moz-box-shadow: -1px 0 0 1px #eee, -5px 0 0 5px #eee;
  box-shadow: -1px 0 0 1px #eee, -5px 0 0 5px #eee;
}
.bs .bootstrap-switch:before {
  left: auto;
  right: 0;
  border-right: 2px solid #fff;
  border-left: none;
  -moz-border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 0 0 1px #eee, 5px 0 0 5px #eee;
  -moz-box-shadow: 1px 0 0 1px #eee, 5px 0 0 5px #eee;
  box-shadow: 1px 0 0 1px #eee, 5px 0 0 5px #eee;
  z-index: 1;
}
.bs .bootstrap-switch.bootstrap-switch-focused {
  border-color: #e1e1e1;
}
.bs .bootstrap-switch.bootstrap-switch-focused:before {
  -webkit-box-shadow: 1px 0 0 1px #eee, 5px 0 0 5px #e1e1e1;
  -moz-box-shadow: 1px 0 0 1px #eee, 5px 0 0 5px #e1e1e1;
  box-shadow: 1px 0 0 1px #eee, 5px 0 0 5px #e1e1e1;
}
.bs .bootstrap-switch.bootstrap-switch-focused:after {
  -webkit-box-shadow: -1px 0 0 1px #e1e1e1, -5px 0 0 5px #e1e1e1;
  -moz-box-shadow: -1px 0 0 1px #e1e1e1, -5px 0 0 5px #e1e1e1;
  box-shadow: -1px 0 0 1px #e1e1e1, -5px 0 0 5px #e1e1e1;
}
.bs .bootstrap-switch .bootstrap-switch-container:after,
.bs .bootstrap-switch .bootstrap-switch-container:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  border-bottom: 2px solid #fff;
}
.bs .bootstrap-switch .bootstrap-switch-container:after {
  top: auto;
  bottom: 0;
}
.bs .bootstrap-switch .bootstrap-switch-label {
  -moz-border-radius: 50px 50px 50px 50px;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  background: #eee url('../../Themes/PartnerPortal/Common/images/angular_gradient_lightgrey.png') center no-repeat;
  border: 2px solid white;
  -webkit-box-shadow: 1px 0 1px rgba(0,0,0,.25), -1px 0 1px rgba(0,0,0,.15);
  -moz-box-shadow: 1px 0 1px rgba(0,0,0,.25), -1px 0 1px rgba(0,0,0,.15);
  box-shadow: 1px 0 1px rgba(0,0,0,.25), -1px 0 1px rgba(0,0,0,.15);
  z-index: 5;
}
.bs .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bs .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bs .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  position: relative;
  z-index: 0;
  padding: 8px 20px;
  font-weight: bold;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}
.bs .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:before,
.bs .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:before,
.bs .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
}
.bs .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  right: -16px;
}
.bs .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:before {
  left: -15px;
  background-color: #5e9e20;
}
.bs .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bs .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  left: -16px;
}
.bs .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:before,
.bs .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:before {
  right: -15px;
  background-color: #C21C1D;
}
.bs .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,
.bs .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on.bootstrap-switch-success,
.bs .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bs .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off.bootstrap-switch-primary {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
  cursor: pointer !important;
}
.bs .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on.bootstrap-switch-success {
  background-color: #B0B2B3;
  text-indent: 36px;
  right: -15px;
}
.bs .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on.bootstrap-switch-success:before {
  background-color: #B0B2B3;
}
.bs .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on.bootstrap-switch-success:hover {
  background-color: #5e9e20;
}
.bs .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bs .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-color: #B0B2B3;
  text-indent: -36px;
  left: -15px;
}
.bs .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off.bootstrap-switch-danger:before,
.bs .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off.bootstrap-switch-primary:before {
  background-color: #B0B2B3;
}
.bs .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off.bootstrap-switch-danger:hover,
.bs .bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off.bootstrap-switch-primary:hover {
  background-color: #C21C1D;
}
div.group_content div.colcenter div.form div.formelement .bs .bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
  padding: 0;
}
div.group_content div.colcenter div.form div.formelement .bs .bootstrap-datetimepicker-widget .list-unstyled li {
  margin: 0;
  padding: 0;
  background: none;
  display: block;
}
div.group_content div.colcenter div.form div.formelement .bs .bootstrap-datetimepicker-widget .list-unstyled table {
  margin: 0;
  display: table;
}
div.group_content div.colcenter div.form div.formelement .bs .bootstrap-datetimepicker-widget .list-unstyled td.day {
  border: none;
}
div.group_content div.colcenter div.form div.formelement .bs .bootstrap-datetimepicker-widget .list-unstyled td.day.old,
div.group_content div.colcenter div.form div.formelement .bs .bootstrap-datetimepicker-widget .list-unstyled td.day.new {
  color: #ddd;
}
.bs.form-actions {
  text-align: center;
}
.bs.form-actions:before,
.bs.form-actions:after {
  content: " ";
  display: table;
}
.bs.form-actions:after {
  clear: both;
}
.formelement.bs,
.formelement .bs {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.formelement.bs label,
.formelement .bs label {
  font-weight: normal;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.formelement.bs input,
.formelement .bs input {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.datepicker.bs {
  display: inline-block;
  position: relative;
  margin-bottom: -2px;
  background: none;
}
.colcenter h1 {
  font: 600 20px/24px 'Roboto', Arial, sans;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.colcenter h2 {
  font: 400 16px/20px 'Roboto', Arial, sans !important;
  color: #C21C1D !important;
  margin: 10px 0 !important;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -moz-osx-font-smoothing: grayscale;
}
.colcenter h3 {
  font: bold 12.5px 18px Tahoma, Arial, sans !important;
  margin: 10px 0 !important;
  display: block;
}
.colcenter h3 i {
  font-size: 14px;
}
.colcenter p {
  text-align: justify;
}
.colcenter p:before,
.colcenter p:after {
  content: " ";
  display: table;
}
.colcenter p:after {
  clear: both;
}
.colcenter .well-sm p {
  font-size: 11px;
  margin: 0;
}
.colcenter .hint-bubble {
  cursor: pointer;
}
.colcenter .circle-slider {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.colcenter .circle-slider label {
  display: block;
  position: absolute;
  width: 60%;
  left: 20%;
  bottom: 32px;
  text-align: center;
}
.colcenter .circle-slider input.knob {
  display: block;
  font: 42px Tahoma !important;
  left: 0 !important;
  margin: 0 auto !important;
  position: relative !important;
  top: 60px !important;
  width: 114px !important;
  text-align: center;
}
.colcenter .circle-slider .step-up,
.colcenter .circle-slider .step-down {
  position: absolute;
  display: block;
  top: 0;
  left: 25%;
  width: 50%;
  height: 18px;
  color: #B0B2B3;
  cursor: pointer;
  text-decoration: none !important;
  text-align: center;
}
.colcenter .circle-slider .step-up:before,
.colcenter .circle-slider .step-down:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
.colcenter .circle-slider .step-up:hover,
.colcenter .circle-slider .step-down:hover,
.colcenter .circle-slider .step-up:focus,
.colcenter .circle-slider .step-down:focus {
  color: #6F7072;
}
.colcenter .circle-slider .step-up {
  top: 46px;
}
.colcenter .circle-slider .step-up:before {
  content: "\f077";
}
.colcenter .circle-slider .step-down {
  top: 112px;
}
.colcenter .circle-slider .step-down:before {
  content: "\f078";
}
.colcenter .circle-slider .result-display {
  position: absolute;
  top: 78px;
  left: 10%;
  right: auto;
  width: 80%;
  color: #C21C1D;
  text-align: center;
  font: 400 24px/28px 'Roboto', Arial, sans;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -moz-osx-font-smoothing: grayscale;
}
.colcenter .circle-slider .result-display .result-value {
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #C21C1D;
  white-space: nowrap;
}
.colcenter .circle-slider .result-display .result-postfix {
  color: #E9573D;
  letter-spacing: -0.025em;
}
.colcenter .circle-slider canvas + input.knob {
  top: -145px !important;
}
.colcenter .circle-slider.money input.knob {
  font: 24px Tahoma !important;
}
.colcenter .circle-slider.money .result-display {
  top: 78px;
}
.colcenter .circle-slider.money .result-display .result-value {
  font-size: 24px;
  line-height: 28px;
}
.colcenter .circle-slider.money .result-display .result-postfix {
  font-size: 20px;
  line-height: 24px;
}
.colcenter .circle-slider.year .result-display {
  top: 66px;
}
.colcenter .result-pill {
  display: block;
  position: relative;
  min-height: 105px;
  border: 10px solid #eee;
  -moz-border-radius: 60px 60px 60px 60px;
  -webkit-border-radius: 60px 60px 60px 60px;
  border-radius: 60px 60px 60px 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 15px 30px;
  text-align: center;
}
.colcenter .result-pill:before,
.colcenter .result-pill:after {
  content: " ";
  display: table;
}
.colcenter .result-pill:after {
  clear: both;
}
.colcenter .result-pill h3 {
  margin: -10px 0 10px !important;
  text-align: center;
}
.colcenter .result-pill .load-spinner {
  margin-bottom: -2em !important;
}
.colcenter .result-pill .result-display {
  text-align: center;
  font: 400 24px/28px 'Roboto', Arial, sans;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -moz-osx-font-smoothing: grayscale;
}
.colcenter .result-pill .result-display .result-value {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.025em;
  color: #C21C1D;
}
.colcenter .result-pill .result-display .result-postfix {
  color: #E9573D;
  letter-spacing: -0.025em;
}
.colcenter .separator-line,
.colcenter .separator-arrow-down {
  height: 0;
  position: relative;
  color: #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  overflow: visible;
  font-size: 14px;
  float: none;
  clear: both;
  cursor: default;
  margin: 30px;
}
.colcenter .separator-arrow-down:before,
.colcenter .separator-arrow-down:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f13a";
  margin-bottom: -10px;
  position: relative;
  top: -0.5em;
  z-index: 2;
}
.colcenter .separator-arrow-down:after {
  content: "\f078";
  color: white;
  font-size: 10px;
  margin-left: -1.09em;
  top: -0.95em;
  z-index: 1;
}