﻿/*#region Body/Html */
.input-sm {
  font-size: 14px;
  padding: 0 10px;
}
html {
  height: 100%;
}
body {
  height: 100%;
  background-color: #ffffff;
  width: 100%;
  align-items: stretch;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-right: 15px;
}
.loading {
  font-size: 20px;
  margin-top: 20px;
}
/*#endregion */
/*#region Horizontal Description Lists */
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/*#endregion */
#logo {
  height: 100%;
  width: 100%;
}
/*#region Section Header/Wrapper */
.section-header {
  color: #3d3b36;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.section-header .btn-link {
  padding: 6px 6px;
}
.date-range {
  background-color: #EBEBEB;
}
.help-button-col {
  padding-right: 0px;
  padding-bottom: 10px;
}
/*#endregion */
/*#region Footer */
.footer {
  margin-top: 30px;
  height: 60px;
  -moz-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  clear: both;
  padding-top: 20px;
  width: 100%;
  border-top: 1px solid #31322e;
  background-color: #585a52;
  color: #DFD7CA;
}
/*#endregion */
/*#region Form Elements */
.btn {
  font-size: 14px;
  padding: 3px 12px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/*.btn:hover {color: #325d88; text-decoration:underline;}*/
.control-label {
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}
.form-horizontal .control-label {
  padding-top: 0;
}
.form-label {
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}
.form-horizontal .form-label {
  padding-top: 0;
}
/* Set width on the form input elements since they're 100% wide by default */
/*input, select, textarea {
    max-width: 280px;
}*/
.report-date {
  width: 100px;
}
/*#endregion */
.white-card {
  background-repeat: repeat-x;
  margin-bottom: 20px;
  padding: 0;
}
.jtable {
  padding: 10px;
}
.dataTable-interactable > tbody > tr {
  cursor: pointer;
  overflow: auto;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}
.dataTable-interactable > tbody > tr:hover {
  border: 3px solid #80bdff;
  border-radius: 3px;
}
.dataTable-interactable > tbody > tr:hover .jtable-referrer-container {
  background-color: #93ad3d;
}
.dataTable-interactable > tbody > tr:hover .jtable-referral-container {
  background-color: #bf6945;
}
.jtable-referral-container {
  background-color: #DB784F;
  font-weight: bold;
}
.jtable-referrer-container {
  background-color: #A9C745;
  font-weight: bold;
}
table.dataTable {
  width: 100% !important;
}
.taf-dt-clickable tr {
  cursor: pointer;
}
.branch-dialog-fieldset {
  margin-top: -10px;
}
.modal-subheading {
  font-size: 12px;
  max-width: 100%;
}
.create-referral-validation-warning {
  color: red;
  margin-left: 75px;
}
.create-referral-state {
  width: 53px;
}
.create-referral-zip {
  width: 115px;
}
.create-referral-account-number {
  width: 64px;
}
.create-referral-icon {
  color: #d9534f;
  font-size: 64px;
}
.create-referral-duplicate {
  display: none;
  border-style: solid;
  border-width: 3px;
  border-color: #d9534f;
}
.create-referral-duplicate-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.create-referral-duplicate-header {
  margin: auto;
}
.create-referral-optedOut {
  display: none;
  border-style: solid;
  border-width: 3px;
  border-color: #d9534f;
}
.create-referral-optedOut-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.create-referral-optedOut-header {
  margin: auto;
}
.referral-detail {
  margin-bottom: 20px;
}
.referral-modal-override {
  max-width: 750px !important;
}
.create-user-dialog {
  width: 100%;
  margin-top: -10px;
}
.create-user-textbox {
  margin-bottom: 10px;
}
.create-user-subheading {
  font-size: 14px;
}
legend {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
  -moz-border-image: none;
  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #333;
  display: block;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
.modal-footer {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  margin-bottom: 0;
  padding: 14px 15px 15px;
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
fieldset {
  padding: 10px 0;
  width: 100%;
}
.table {
  margin-bottom: 0;
  overflow: hidden;
}
.manage-account {
  color: #DFD7CA;
}
.manage-account:hover {
  color: #ffffff;
}
/*#region styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #b94a48;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #b94a48;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #b94a48;
}
select.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
/*#endregion */
select.input-sm {
  width: 100%;
}
.navbar-default .navbar-nav .active {
  color: #F8F5F0;
}
.fa-calendar:hover {
  cursor: pointer;
}
/*#region Start Page */
#StartPage {
  position: relative;
}
#StartPage .create-referral {
  display: block;
  width: 183px;
  height: 183px;
  background-image: url('/Content/Images/add-referral.png');
  background-position: 0 0;
  float: right;
}
#StartPage .create-referral:hover {
  background-position: 0 -183px;
}
#StartPage .share-lead {
  display: block;
  width: 183px;
  height: 183px;
  background-image: url('/Content/Images/share-lead.png');
  background-position: 0 0;
  float: right;
}
#StartPage .share-lead:hover {
  background-position: 0 -183px;
}
#StartPage .gift-pickup {
  display: block;
  width: 183px;
  height: 183px;
  background-image: url('/Content/Images/pickup-gift.png');
  background-position: 0 0;
  float: right;
}
#StartPage .gift-pickup:hover {
  background-position: 0 -183px;
}
#StartPage .help-dialog {
  display: block;
  width: 183px;
  height: 183px;
  background-image: url('/Content/Images/help-icon.png');
  background-position: 0 0;
  float: right;
}
#StartPage .help-dialog:hover {
  background-position: 0 -183px;
}
#StartPage .referral-search {
  display: block;
  width: 183px;
  height: 183px;
  background-image: url('/Content/Images/referral-search.png');
  background-position: 0 0;
  float: right;
}
#StartPage .referral-search:hover {
  background-position: 0 -183px;
}
#ReferralTable td:nth-child(1) {
  text-align: center;
  border-left: none;
  width: 20px;
}
#ReferralTable td:nth-child(2) {
  text-align: left;
  width: 150px;
}
#ReferralTable td:nth-child(3) {
  text-align: left;
  width: 150px;
}
#ReferralTable td:nth-child(4) {
  text-align: left;
  width: 218px;
}
/*#endregion */
.dialog-form {
  /*table {background-color: @gray-lighter; width:100%;}*/
}
.dialog-form table {
  width: 100%;
}
.referral-status {
  /*table td:nth-child(2) { border:1px solid #3E3F3A; background-color:#6CA485; color:#FFFFFF; padding: 2px 12px; font-weight:bold; }*/
}
.referral-status table td:nth-child(1) {
  background-color: #3E3F3A;
  border: 1px solid #3E3F3A;
  color: #FFFFFF;
  padding: 2px 12px;
  width: 130px;
}
.referral-status table td:nth-child(3) {
  padding-left: 10px;
}
.referral-status .canceled {
  border: 1px solid #3E3F3A;
  color: #FFFFFF;
  padding: 2px 12px;
  font-weight: bold;
  background-color: #FFA500;
}
.referral-status .converted {
  border: 1px solid #3E3F3A;
  color: #FFFFFF;
  padding: 2px 12px;
  font-weight: bold;
  background-color: #325D88;
}
.referral-status .fulfilled {
  border: 1px solid #3E3F3A;
  color: #FFFFFF;
  padding: 2px 12px;
  font-weight: bold;
  background-color: #D9524F;
}
.referral-status .mail {
  border: 1px solid #3E3F3A;
  color: #FFFFFF;
  padding: 2px 12px;
  font-weight: bold;
  background-color: #d49998;
}
.referral-status .pickup {
  border: 1px solid #3E3F3A;
  color: #FFFFFF;
  padding: 2px 12px;
  font-weight: bold;
  background-color: #FF1493;
}
.referral-status .referred {
  border: 1px solid #3E3F3A;
  color: #FFFFFF;
  padding: 2px 12px;
  font-weight: bold;
  background-color: #6CA485;
}
.referral-status .review {
  border: 1px solid #3E3F3A;
  color: #FFFFFF;
  padding: 2px 12px;
  font-weight: bold;
  background-color: #ff6a00;
}
#IssueCouponForm .account-number {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
}
#RedeemCouponForm #CouponCode {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2px;
}
#RedeemCouponForm #RedemptionItem {
  margin-top: 20px;
}
#LeadDetailForm fieldset {
  border: 1px groove rgba(0, 0, 0, 0.25) !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}
#LeadDetailForm fieldset label {
  min-width: 150px;
}
#LeadDetailForm legend {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  /* Or auto */
  padding: 0 10px;
  /* To give a bit of padding on the left and right */
  border-bottom: none;
}
#LeadDetailForm #MoreDetail {
  padding: 0 3px;
}
.lead-footer {
  margin: 0 1.5em 1.5em 1.5em;
}
#ReferralDetailForm fieldset {
  border: 1px groove rgba(0, 0, 0, 0.25) !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}
#ReferralDetailForm fieldset label {
  min-width: 150px;
}
#ReferralDetailForm legend {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  /* Or auto */
  padding: 0 10px;
  /* To give a bit of padding on the left and right */
  border-bottom: none;
}
#ReferralDetailForm #MoreDetail {
  padding: 0 3px;
}
#ReferralDetailForm .next-step {
  float: left;
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: 4px;
  display: none;
}
#BranchDialogForm .coordinator-checkbox-list {
  border: 1px solid #dfd7ca;
  border-radius: 3px;
  width: 280px;
  padding: 0 5px;
  height: 68px;
  overflow-y: scroll;
  color: #3e3f3a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#BranchDialogForm .remove-coordinator-access {
  color: #D9524F;
  padding: 1px;
  border-radius: 3px;
}
#BranchDialogForm .remove-coordinator-access:hover {
  cursor: pointer;
  background-color: #D9524F;
  color: white;
}
#NewUserForm .location-checkbox-list {
  border: 1px solid #dfd7ca;
  border-radius: 3px;
  padding: 0 5px;
  height: 268px;
  overflow-y: scroll;
  color: #3e3f3a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#UserDetailForm .last-login-date {
  background-color: #3E3F3A;
  padding: 6px;
  font-size: 16px;
  color: #ffffff;
}
#UserDetailForm #ResetPasswordNotif {
  font-size: 14px;
  color: #b94a48;
}
/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
.col-fixed {
  width: 210px;
}
.bootbox-confirm-icon {
  font-size: 68px;
  width: 90px;
  float: left;
}
.bootbox-confirm-html {
  width: 410px;
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.bootbox-confirm-html-1line {
  width: 410px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  height: 75px;
  line-height: 75px;
}
#GiftSelectionForm .fulfillment-item {
  width: 260px;
  float: left;
  margin: 10px;
  border: 2px dotted white;
}
#GiftSelectionForm .selected {
  border: 2px dotted red;
}
.duplicate-referral-link {
  color: #b94a48;
}
.duplicate-referral-link:hover {
  color: #b94a48;
}
.hide-address-icon {
  position: relative;
  top: 8px;
  color: #98978B;
}
.hide-address-icon:hover {
  cursor: pointer;
  color: #3E3F3A;
}
a {
  color: #9DC44A;
  /* overriding bootstrap's anchor style to prevent blue flash while loading */
  text-decoration: none;
}
a:hover {
  color: #9DC44A;
}
a:focus {
  color: #9DC44A;
}
#sidebar {
  background-color: #323232;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  padding: 20px;
  max-width: 220px;
  min-width: 220px;
  position: fixed;
  top: 0;
  overflow-y: auto;
}
.sidebar-panel {
  background-image: none;
  background-color: transparent;
  border-width: 0px;
  margin-bottom: 0px;
}
.sidebar-panel:hover {
  background-image: none;
  background-color: transparent;
}
.sidebar-footer {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: flex-end;
  margin: -20px;
}
.sidebar-list {
  list-style: none;
}
.sidebar-item {
  color: #ffffff;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 25px;
}
.sidebar-item-select-institution {
  white-space: nowrap;
}
.sidebar-institution-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.sidebar-item-institution {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  text-align: left;
  text-indent: 0;
  white-space: normal;
  line-height: 1.2;
  cursor: default;
  padding-left: 5px;
  padding-right: 5px;
}
.sidebar-item:hover {
  text-decoration: none;
  background-image: none;
  background-color: transparent;
}
.sidebar-item.active {
  color: #9DC44A;
}
.sidebar-subitem {
  color: #ffffff;
  font-size: 14px;
  position: relative;
}
.sidebar-subitem.active {
  color: #9DC44A;
}
.sidebar-list > li > a.sidebar-subitem:hover {
  text-decoration: none;
  background-color: transparent;
  color: #9DC44A;
}
nav > ul > li {
  padding-top: 20px;
  padding-bottom: 20px;
}
nav > ul > li > a {
  padding: 0 25px 50px 25px;
}
nav > ul > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-image: none;
  background-color: transparent;
}
nav > ul > li > a:hover,
nav > ul > li > a :active {
  color: #9DC44A;
  text-decoration: none;
  background-image: none;
  background-color: transparent;
}
.logout-control {
  display: inline-block;
  background-color: #39ACC7;
}
.logout-control:hover {
  background-color: #2d8aa0;
}
.logout-text {
  display: block;
  color: #ffffff;
  padding-left: 9px;
  padding-right: 9px;
}
.user-icon {
  width: 24px;
  padding-left: 4px;
  padding-right: 4px;
}
.user-info-text {
  display: block;
  color: #ffffff;
  font-size: 10px;
}
.user-info-section {
  background-color: #464646;
}
.user-info-row {
  align-items: center;
  display: flex;
  width: 100%;
}
.user-info-cell {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.user-info-name {
  flex: auto;
}
.right {
  text-align: right;
}
.rounded-button {
  background-color: white;
  border: solid 3px #A9C745;
  border-radius: 12px;
  color: black;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 5px 40px;
  text-transform: uppercase;
}
.form-group a {
  color: #DB784F;
}
.login-header {
  background-color: #3E3F3A;
}
.login-header img {
  margin: 3px 0 5px 50px;
  width: 150px;
}
.login-body {
  margin-top: -63px;
}
.button-image {
  height: 16px;
  width: 16px;
}
.bootstrap-grid-row-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.flex-container {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column-left {
  align-items: center;
  justify-content: flex-start;
  display: flex;
}
.flex-column-right {
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
.dashboard-buttons {
  flex-direction: row !important;
}
.dashboard-buttons button {
  margin: 10px 0 10px 10px;
  width: auto;
  flex-shrink: 0;
}
/* Controls */
.button-base,
.button-blue,
.button-green,
.button-lightgray-fill,
.button-offwhite-fill,
.button-orange,
.button-red,
.button-green-fill,
.button-orange-fill,
.button-red-fill,
.btn-primary {
  background-color: white;
  border: 2px solid;
  border-radius: 0;
  color: black;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 3px 16px;
  text-transform: uppercase;
}
.button-blue,
.btn-primary {
  border-color: #39ACC7;
}
.button-blue:hover:enabled {
  background-color: #f2f2f2;
  border-color: #339bb4;
}
.button-blue:active:enabled {
  background-color: #e6e6e6;
  border-color: #2d8aa0;
}
.button-blue:disabled,
.button-blue[disabled] {
  border-color: #61bdd2;
  color: #808080;
}
.button-green,
.button-green-fill {
  border-color: #A9C745;
}
.button-green:hover:enabled {
  background-color: #f2f2f2;
  border-color: #9cba38;
}
.button-green:active:enabled {
  background-color: #e6e6e6;
  border-color: #8ca732;
}
.button-green:disabled,
.button-green[disabled] {
  border-color: #bbd36c;
  color: #808080;
}
.button-green-fill {
  background-color: #A9C745;
  color: white;
}
.button-lightgray-fill {
  background-color: #464646;
  border-color: #464646;
  color: white;
}
.button-lightgray-fill:hover:enabled {
  background-color: #393939;
  border-color: #393939;
}
.button-lightgray-fill:active:enabled {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}
.button-lightgray-fill:disabled,
.button-lightgray-fill[disabled] {
  background-color: #606060;
  border-color: #606060;
}
.button-offwhite-fill {
  background-color: #CCC;
  border-color: #CCC;
}
.button-offwhite-fill:hover:enabled {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
}
.button-offwhite-fill:active:enabled {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.button-offwhite-fill:disabled,
.button-offwhite-fill[disabled] {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.button-orange,
.button-orange-fill {
  border-color: #DB784F;
}
.button-orange:hover:enabled {
  background-color: #f2f2f2;
  border-color: #d7683a;
}
.button-orange:active:enabled {
  background-color: #e6e6e6;
  border-color: #cd5a2a;
}
.button-orange:disabled,
.button-orange[disabled] {
  border-color: #e49879;
  color: #808080;
}
.button-orange-fill {
  background-color: #DB784F;
  color: white;
}
.button-orange-fill:hover:enabled {
  background-color: #d7683a;
  border-color: #d7683a;
}
.button-orange-fill:active:enabled {
  background-color: #cd5a2a;
  border-color: #cd5a2a;
}
.button-orange-fill:disabled,
.button-orange-fill[disabled] {
  background-color: #e49879;
  border-color: #e49879;
}
.button-red,
.button-red-fill {
  border-color: #b94a48;
}
.button-red:hover:enabled {
  background-color: #f2f2f2;
  border-color: #a74240;
}
.button-red:active:enabled {
  background-color: #e6e6e6;
  border-color: #953b39;
}
.button-red:disabled,
.button-red[disabled] {
  border-color: #c76e6d;
  color: #808080;
}
.button-red-fill {
  background-color: #b94a48;
  color: white;
}
.button-red-fill:hover:enabled {
  background-color: #a74240;
  border-color: #a74240;
}
.button-red-fill:active:enabled {
  background-color: #953b39;
  border-color: #953b39;
}
.button-red-fill:disabled,
.button-red-fill[disabled] {
  background-color: #c76e6d;
  border-color: #c76e6d;
}
.input-checkbox {
  height: 13px;
  padding: 0;
  margin: 0;
  position: relative;
  top: -1px;
  vertical-align: bottom;
  width: 13px;
  *overflow: hidden;
}
.user-search-input {
  width: 100%;
}
.label-checkbox {
  display: block;
  font-size: 12px;
  padding-left: 15px;
  text-indent: -15px;
}
/* Modals */
.modal-body-wrapper {
  padding: 15px 40px;
}
.modal-content-wrapper {
  background-color: white;
}
.modal-header-close {
  color: black;
  opacity: 1;
}
.modal-header-default {
  padding: 15px 40px 15px 40px;
}
.modal-header-base,
.modal-header-gray,
.modal-header-blue,
.modal-header-green,
.modal-header-orange,
.modal-header-red {
  color: white;
  padding: 15px 40px 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header-gray {
  background-color: #323232;
}
.modal-header-blue {
  background-color: #39ACC7;
}
.modal-header-green {
  background-color: #A9C745;
}
.modal-header-orange {
  background-color: #DB784F;
}
.modal-header-red {
  background-color: #b94a48;
}
.modal-header-img {
  margin: -10px 0 -5px -5px;
}
.modal-footer-base,
.modal-footer-light,
.modal-footer-add-referral {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px 30px 40px;
}
.modal-footer-light * {
  margin-left: 20px;
}
.modal-footer-light *:first-child {
  margin-left: 0;
}
.modal-footer-add-referral {
  background-color: #3E3F3A;
  color: white;
  padding: 10px 20px;
  flex-wrap: wrap;
}
.modal-footer-add-referral * {
  margin-left: 10px;
}
.modal-footer-add-referral *:first-child {
  margin-left: 0;
}
/* Modal Forms */
.modal-form legend {
  margin-bottom: 10px;
}
.modal-form legend span {
  font-size: 14px;
}
.modal-form-group {
  display: flex;
  flex-flow: row wrap;
  margin: 20px 0 10px 0;
}
.modal-form-group label {
  line-height: 2.4;
  margin-bottom: 0;
  padding-right: 30px;
  text-align: right;
  min-width: 30%;
}
.modal-form-group div {
  flex-grow: 1;
  max-width: 400px;
}
.modal-form-group span {
  line-height: 1.6;
}
.modal-form-group input,
.modal-form-group select {
  padding: 6px 16px;
  border: 1px solid #dfd7ca;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.modal-form-group input,
.modal-form-group select,
.modal-form-group span {
  max-width: 100%;
  width: 100%;
}
.modal-form-group input[type=checkbox] {
  width: auto;
  vertical-align: middle;
  margin-top: 10px;
}
.results-table-container {
  max-height: 157px;
  overflow-y: auto;
}
.results-table-container table {
  font-size: 13px;
  width: 100%;
}
.results-table-container table td,
.results-table-container table th {
  padding: 5px;
}
.results-table-container table tbody tr {
  height: 50px;
}
.results-table-container table thead tr th:nth-of-type(1) {
  min-width: 30px;
}
.jtable-center {
  text-align: center;
}
.danger-label {
  color: firebrick;
  font-weight: bold;
}
.loading-display {
  display: flex;
  align-items: center;
  justify-content: center;
}
.close {
  color: white;
  opacity: 1;
  background-color: transparent;
  border: none;
  font-size: 32px;
  cursor: pointer;
}
/* Helpers */
.icon-header {
  padding-right: 7px;
}
.fill-space {
  flex-grow: 1;
}
.no-shrink {
  flex-shrink: 0;
}
/*#region bootstrap overrides*/
* {
  border-radius: 0 !important;
}
/*.btn, 
.btn:focus, 
.btn:hover {
    all: unset;
}

.btn:active,
.btn.active {
    all: unset;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    all: unset;
}*/
.btn-primary {
  text-transform: none;
}
.btn-primary:focus {
  color: black;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:enabled {
  background-color: #f2f2f2;
  border-color: #339bb4;
}
.btn-primary:hover:enabled {
  background-color: #f2f2f2;
  border-color: #339bb4;
  color: black;
}
.btn-primaryactive:enabled {
  background-color: #e6e6e6;
  border-color: #2d8aa0;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #61bdd2;
  color: #808080;
}
.btn-default {
  background-color: #CCC;
  border-color: #CCC;
  text-transform: none;
  color: black;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:enabled,
.btn-default:hover:enabled {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
  color: black;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-referral {
  background-color: #db784f;
  color: white;
  width: 100%;
}
.btn-referral:hover {
  color: white;
}
.btn-help {
  color: white;
  width: 100%;
}
.btn-help:hover {
  color: white;
}
.modal-dialog {
  width: 650px;
}
/*#endregion*/
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.chosen-container chosen-container-single {
  height: 30px;
  width: inherit;
}
.chosen-container-single a.chosen-single,
.chosen-container-active.chosen-with-drop a.chosen-single {
  padding: 6px 16px;
  border: 1px solid #dfd7ca;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  color: inherit;
  font: inherit;
  margin: 0;
  border-radius: 0 !important;
  box-sizing: border-box;
  overflow: visible !important;
  height: inherit;
  width: inherit;
}
.chosen-container ul.chosen-results li.highlighted {
  background-image: none;
}
.content-container {
  flex: auto;
  margin-left: 220px;
}
.browser-update-link {
  margin: 0.75rem;
  height: 100px;
  width: auto;
}
#site-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  height: 40px;
  line-height: 24px;
  padding: 8px 16px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
#site-banner .banner-track {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
#site-banner .banner-segment {
  display: inline-block;
  padding-right: 3em;
}
#site-banner .banner-track p {
  display: inline;
  margin: 0;
}
#site-banner.scrolling .banner-track {
  animation: site-banner-scroll 125s linear infinite;
}
#site-banner ~ #sidebar {
  top: 40px;
}
#site-banner ~ .content-container {
  margin-top: 40px;
}
@keyframes site-banner-scroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}