/*
 * Add Bonfire custom styles here
 */

/*
 * Override jquery.dataTables.css
 */

table.dataTable {
    border: none;
    margin-bottom: 0px;
}

table.dataTable thead,
table.dataTable thead tr
{
    background-color: #FFF;
}

table.dataTable thead tr th,
table.dataTable thead tr td {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  padding: 0 18px 7px 7px;
}

table.dataTable thead tr th
{
    padding: 7px;
    border-bottom: 2px solid #ebebeb;
    text-align: left;
    line-height: 1.25em;
}

table.dataTable tfoot tr th
{
    padding: 7px;
    border-top: 2px solid #ebebeb;
    text-align: left;
}

table.dataTable thead th.alignMiddle, table.dataTable tfoot th.alignMiddle { vertical-align: middle; }
table.dataTable thead th.alignBottom, table.dataTable tfoot th.alignBottom { vertical-align: bottom; }
table.dataTable thead th.alignCenter, table.dataTable tfoot th.alignCenter { text-align:center; }
table.dataTable thead th.alignRight, table.dataTable tfoot th.alignRight { text-align:right; }
table.dataTable thead th.alignLeft, table.dataTable tfoot th.alignLeft { text-align:left; }

table.dataTable
{
    font-size: 12px;
}

table.dataTable tbody
{
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

/* table borders mess up the layout when js tries to float the elements */
.DTFC_ScrollWrapper table.dataTable tbody {
    border-left: none;
    border-right: none;
}

table.dataTable tr th,
table.dataTable tr td {
  color: #333;
  font-size: 12px;
  padding: 7px;
}

div.dataTables_length label {
    float: left;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
}

div.dataTables_length, div.dataTables_filter
{
    display: block;
    padding: 0 0 5px 0;
}

div.dataTables_length
{
    margin-top: 5px;
}

div.dataTables_length select {
    margin-right: 0;
}

div.dataTables_filter label {
    float: right;
}

div.dataTables_info {
    padding-top: 8px;
    font-size: 12px;
    font-style: italic;
}

div.dataTables_paginate {
    float: right;
    margin-top: 8px;
}

table {
    margin: 0;
    clear: both;
}

select[ name= projectList_length]
{
    margin-right:0px;
}

.paging_full_numbers a.paginate_active {
    background-color: #D9E8F1;
    font-size: 12px;
}

/*
* Row Banding
*/

/*
    IE8 doesn't like the multiple selectors being comma seperated
    for some reason so we have to redefine the styles on two lines
*/

table.dataTable tr.odd { background-color: white; }
table.dataTable tr.even { background-color: white; }

table.dataTable tbody tr {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

table.dataTable tbody tr:nth-child(odd) { background-color: white; }
table.dataTable tbody tr:nth-child(even) { background-color: white; }

table.noBanding tr.odd { background-color: white; }
table.noBanding tbody tr:nth-child(odd) { background-color: white; }

table.dataTable tbody tr td.group
{
    text-transform: uppercase;
    font-size:0.8em;
    font-weight:bold;
    background-color:#f9f9f9;
}

/*
 * Sorting
 */

table.dataTable thead th.sorting { padding: 7px 18px 7px 7px; }
table.dataTable thead th.sorting_asc { padding: 7px 18px 7px 7px; }
table.dataTable thead th.sorting_desc { padding: 7px 18px 7px 7px; }

table.dataTable thead th.nosort {
    background-image: none;
    padding: 7px;
}

.sorting { background: url('/17301/img/datatables/sort_both.png') no-repeat center right; padding: 7px 18px 7px 7px; }
.sorting_asc { background: url('/17301/img/datatables/custom/sort_asc.png') no-repeat center right; padding: 7px 18px 7px 7px; }
.sorting_desc { background: url('/17301/img/datatables/custom/sort_desc.png') no-repeat center right; padding: 7px 18px 7px 7px; }

.sorting_asc_disabled { background: url('/17301/img/datatables/sort_asc_disabled.png') no-repeat center right;}
.sorting_desc_disabled { background: url('/17301/img/datatables/sort_desc_disabled.png') no-repeat center right;}

/*table.dataTable tr.odd td.sorting_1 { background-color: #D7E8F0; }
table.dataTable tr.odd td.sorting_2 { background-color: #D7E8F0; }
table.dataTable tr.odd td.sorting_3 { background-color: #D7E8F0; }
table.dataTable tr.even td.sorting_1 { background-color: #DFEFF5; }
table.dataTable tr.even td.sorting_2 { background-color: #DFEFF5; }
table.dataTable tr.even td.sorting_3 { background-color: #DFEFF5; }
*/
.paginate_enabled_previous { background: none no-repeat top left; }
.paginate_enabled_previous:hover { background: none no-repeat top left; }
.paginate_disabled_previous { background: none no-repeat top left; }

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
    height: auto;
}
.paginate_enabled_next { background: none no-repeat top right; }
.paginate_enabled_next:hover { background: none no-repeat top right; }
.paginate_disabled_next { background: none no-repeat top right; }

/* Style of text below search box */
.dataTableSearchLabel{
    text-align:center;
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
    font-style:italic;
    color:#b7b7b7;
    font-size:12px;
}

.table_wrapper,
.table_wrapper_scroll
{
    width: 100%;
    padding: 10px 0;
}

.table_wrapper {
    overflow:visible;
}

.table_wrapper_scroll
{
    overflow-x: auto;
}

table.dataTable thead th.no-border
{
    border-bottom: none;
}

td.dataTables_empty {
    padding: 10px !important;
}

.nosort:hover {
    cursor: default;
}

.sortme:hover {
    cursor: pointer;
}

.dataTables_wrapper .top {
    clear:both;
}

.dataTables_wrapper .top-left {
    float: left;
}

.dataTables_wrapper .top-right {
    float: right;
}

table.dataTable td {
    padding:7px;
    line-height: 1.4em;
}

/*
* Borders
*/

/* Note - When DataTables uses scrollX and pinnedColumns borders mess up a lot of alignment so use these with caution */
.border-all-2 { border: 2px solid #ebebeb; }
.border-top-2 { border-top:2px solid #ebebeb; }

.border-right-2 { border-right:2px solid #ebebeb; }
.border-bottom-2 { border-bottom:2px solid #ebebeb; }
.border-left-2 { border-left:2px solid #ebebeb; }

.border-top-1 { border-top:1px solid #ebebeb; }
.border-right-1 { border-right:1px solid #ebebeb; }
.border-bottom-1 { border-bottom:1px solid #ebebeb; }
.border-left-1 { border-left:1px solid #ebebeb; }
.border-right-2-white { border-right: 2px solid #fff; }

/*
* Shading
*/

.shade-grey-lightest { background-color: #f9f9f9; }

/*
 * Override dataTables.colVis.css
 */

div.ColVis {
    float: right;
    margin-bottom: 0;
}

button.ColVis_Button,
button.ColVis_Button:hover {
    cursor: pointer;
    display: inline-block;
    background: none;
    background-color: #FFF;
    padding: 8px 10px;
    text-shadow: none;
    /* Color is !important in dataTables.colVis.css */
    color: #333 !important;
    font-size: 13px;
    text-decoration: none;
    line-height: normal;
    border: 1px solid #bbb;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:  none;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0 4px;
    font-size: 12px;
    height: 25px;
    margin-top: 2px;
    margin-bottom: 0px;
}

ul.ColVis_collection li:hover,
ul.ColVis_collection li.ColVis_Special:hover  {
    background: none;
    filter: none;
    background-color: #7f7f7f;
    color: #fff !important;
    font-weight: normal;
}

ul.ColVis_collection {
    background-color: #fff;
    border: 1px solid #333;
    padding: 6px 0;
    margin: 3px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow: none;
}

ul.ColVis_collection li.ColVis_Special {
    border: none;
    background: #fff;
    filter: none;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0px;
    display: block;
    font-size: 13px;
    line-height: 30px;
    color: #333 !important;
    padding: 0 10px;
    text-decoration: none;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

button.ColVis_Button:hover, button.ColVis_Button:focus, button.ColVis_Button:active {
    background-position: 0 -15px;
    /* Color is !important in dataTables.colVis.css */
    color: #2A6DB7 !important;
    border-color: #2A6DB7;
    text-decoration: none;
}


/*
 * Override buttons.dataTables.css
 */

 /*
   We are mirroring these styles from common.css for the core button styles. If you change these you should
   change them as well.
  */
button.dt-button,
div.dt-button,
a.dt-button,
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  cursor: pointer;
  display: inline-block;
  background-color: #FFF;
  padding: 8px 10px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  line-height: normal;
  border: 1px solid #bbb;
  background-image: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  text-overflow: ellipsis;
}

button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled), div.dt-button:active:not(.disabled), div.dt-button.active:not(.disabled), a.dt-button:active:not(.disabled), a.dt-button.active:not(.disabled) {
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow: none;
}

button.dt-button,
div.dt-button,
a.dt-button,
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
    padding: 4px 6px;
    font-size: 12px;
    line-height: 14px;
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled),
.paging_full_numbers a.paginate_active,
.paging_full_numbers a.paginate_button:active:not(.disabled),
.paging_full_numbers a.paginate_button:hover:not(.disabled) {
    background-color: #FFFFFF !important;
    background-image:none !important;
    box-shadow: none !important;
    color: #2A6DB7 !important; /* There's a !important on the text color in jquery.datatables.css */
    text-decoration: none;
    border: 1px solid #2A6DB7;
    box-shadow: none;
}

div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
    background-image:none;
}


button.dt-button:disabled,
button.dt-button.disabled,
div.dt-button:disabled,
div.dt-button.disabled,
a.dt-button:disabled,
a.dt-button.disabled,
a.paginate_button:disabled,
a.paginate_button.disabled {
    cursor: not-allowed;
    color: #999 !important;
    background-color: #eee;
    background-image: none;
    border-color: transparent;
}

div.dt-buttons {
    padding-top: 2px;
    margin-right: 5px;
}

div.dt-button-collection {
    overflow: visible;
}

.dt-button.fa-solid {
    font-weight: 900;
}

/*
 * Override fullcalendar.css
 */

/* Table header (Days of week) */

.fc-state-default {
    background-image: none;
    background-color: #FFF;
    border-color: #bbb;
    font-weight: normal;
    color: #333;

}
.fc-button.fc-state-hover {
    border-color: #2A6DB7;
    color: #2A6DB7;
}

th.fc-widget-header {
    background: rgb(255,255,255);
}

td.fc-day-number.fc-other-month {
    opacity: 100%;
}

td.fc-other-month {
    background: #DDD;
    border-color: #CCC;
    border-width: 1px;
    border-style: solid;
}

/* Event bars */

div.fc-content-skeleton tr {
    border: none;
}

td.fc-event-container {
    border: none;
}

a.fc-event {
    padding: 3px 5px;
    font-size: 0.9em;
    cursor: default;
    height: 1.1em;
    border: none;
    margin-bottom: 1px;
}

a.fc-event div.fc-content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a.fc-event {
    background-color: #1C7DB7; /* background color */
    border-color: #1C7DB7;     /* border color */
    color: #FFFFFF;           /* text color */
}

a.open {
    background-color: #FFB56B; /* background color */
    border-color: #FFB56B;     /* border color */
    color: #694000 !important; /* text color */

}

a.closed {
    background-color: #5fadcf; /* background color */
    border-color: #5fadcf;     /* border color */
    color: #153660 !important; /* text color */
}

a.evaluated {
    background-color: #6E6E6C; /* background color */
    border-color: #6E6E6C;     /* border color */
    color: #FFFFFF;           /* text color */
}

a.now {
    background-color: #018A27; /* background color */
    border-color: #018A27;     /* border color */
    color: #FFFFFF;           /* text color */
}

/* Today highlight color */

.fc-state-highlight {
    background-color: #e4edf6 !important;
}

/* Toggle Controls */

#calendarToggle {
    padding-top: 10px;
}

#calendarToggle p {
    color: #333;
    font-weight: bold;
    padding-right: 5px;
    float:left;
}

/*
 * Override font-awesome.css
 */

.fa-divide,
.fa-less-than,
.fa-greater-than,
.fa-less-than-equal,
.fa-greater-than-equal,
.fa-equal {
    font-family: Arial;
    font-weight: bold;
    font-size: 1.1em !important;
}

.fa-divide:before {
    content: "\2236";
}

.fa-less-than:before {
    content: "<";
}

.fa-greater-than:before {
    content: ">";
}

.fa-less-than-equal:before {
    content: "\2264";
}

.fa-greater-than-equal:before {
    content: "\2265";
}

.fa-equal:before {
    content: "=";
}

/*
 * Override vis.css
 */

 .vis-labelset .vis-label {
     color: #333;
 }

.vis-time-axis .vis-text {
    color:#333;
    font-family: Helvetica, Arial, sans-serif;
}

.vis-panel.vis-bottom, .vis-panel.vis-center, .vis-panel.vis-left, .vis-panel.vis-right, .vis-panel.vis-top {
    border-color: #bfbfbf;
}

.vis-major {
    font-weight: bold;
}

.vis-item-content {
    font-weight: bold;
    color:#444;
    font-family: Helvetica, Arial, sans-serif;
}

.vis-item {
    background-color:#eee;
    border-color: #444;
    color: #444;
}

.vis-item .vis-item-content {
    padding: 2px 5px;
}

.vis-box {
    border-color: #444;
}

.vis-dot {
    border-color: #444;
}

.contract-background {

    background-color: #48d19e !important;
    opacity:.3;
}

.contract-background-terminated {
    background-color: #e20000 !important;
    opacity:.3;
}

.contract-background-future {
    background-color: #48d19e !important;
    opacity:.1;
}

/*
 * Override select2.css
 */

 .select2-container--default .select2-selection--single .select2-selection__placeholder {
     color: #333;
 }
 .select2-results {
     font-size: 13px;
     padding: 5px 0;
 }

 .select2-container--default .select2-selection--single .select2-selection__rendered {
     font-family: Helvetica, Arial, sans-serif;
     font-size: 13px;
     color: #333333;
 }

 .select2-results__option {
     padding: .5rem 1rem;
 }

 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e4edf6 !important;
  color: #333; }

 .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff; font-weight: bold; color: #333;}

 .select2-container--default .select2-selection--single {
     font-family: Helvetica, Arial, sans-serif;
     font-size: 13px;
     color: #333;
     border: 1px solid #ccc;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     border-radius: 0px;
     height: 29px;
     margin-top: -2px;
 }

/*
    Bonfire Theme select2.css
*/
td .select2-container--bonfire {
    display: inline-block;
    margin-top: -3px;
}

.select2-container--bonfire .select2-selection--single {
  height: 24px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-bottom-color: #ccc;
  border-radius: 0px;}
  .select2-container--bonfire .select2-selection--single:focus {
    border: 1px solid #ccc; }
  .select2-container--bonfire .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 24px; }
  .select2-container--bonfire .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--bonfire .select2-selection--single .select2-selection__placeholder {
    color: #333; }
  .select2-container--bonfire .select2-selection--single .select2-selection__arrow {
    background-color: transparent;
    border: none;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 22px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;}
    .select2-container--bonfire .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--bonfire[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--bonfire[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  left: 1px;
  right: auto; }
.select2-container--bonfire.select2-container--open .select2-selection--single {
  border: 1px solid #ccc; }
  .select2-container--bonfire.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--bonfire.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--bonfire.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;}
.select2-container--bonfire.select2-container--open.select2-container--below .select2-selection--single {
  /*border-bottom: none;*/
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;}
.select2-container--bonfire .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0px;
  cursor: text;
  outline: 0; }
  .select2-container--bonfire .select2-selection--multiple:focus {
    border: 1px solid #ccc; }
  .select2-container--bonfire .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--bonfire .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--bonfire .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 0px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--bonfire .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--bonfire .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--bonfire[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }
.select2-container--bonfire[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--bonfire[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--bonfire.select2-container--open .select2-selection--multiple {
  border: 1px solid #ccc; }
.select2-container--bonfire.select2-container--open.select2-container--above .select2-selection--multiple {
  /*border-top: none;*/
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }
.select2-container--bonfire.select2-container--open.select2-container--below .select2-selection--multiple {
  /*border-bottom: none;*/
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.select2-container--bonfire .select2-search--dropdown {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.select2-container--bonfire .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
  margin-bottom: 0px; }
.select2-container--bonfire .select2-search--inline .select2-search__field {
  outline: 0;
  margin-bottom: 0px; }
.select2-container--bonfire .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--bonfire .select2-dropdown--above {
  /*border-bottom: none;*/
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }
.select2-container--bonfire .select2-dropdown--below {
  /*border-top: none;*/
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }
.select2-container--bonfire .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--bonfire .select2-results__option[role=group] {
  padding: 0; }
.select2-container--bonfire .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--bonfire .select2-results__option--highlighted[aria-selected] {
  background-color: #e4edf6;
  color: #333;
  font-weight: normal; }
.select2-container--bonfire .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
/* Overriding strong !important */
.select2-container--bonfire strong .fa-regular {
    font-weight: 400 !important;
}
.select2-container--bonfire.select2-container--open .select2-dropdown {
  border-color: #ccc; }

.select2-container--bonfire .select2-results__options .select2-results__options--nested .select2-results__option {
    padding: 6px 20px;
}

.bf-sensitive-decision-badge {
    margin-right: 5px;
}

.badge-warning-tooltip-level1 {
    font-weight: bold;
    margin-bottom: 5px;
}

.badge-warning-tooltip-level2 {
    margin-bottom: 5px;
}

.badge-warning-tooltip-level2 ul {
    margin-bottom: 0 !important;
}

.badge-warning-tooltip-level3-padded {
    margin-bottom: 5px !important;
}

.login-form-spaced h1,
.login-form-spaced p {
    margin-bottom: 1rem;
}

#sendPasswordResetForm .field {
    margin: 1rem 0;
}

#sendPasswordResetForm #passwordResetReCaptchaWidget div {
    margin: 0 auto;
}
.chosen-container-single .chosen-single {
    background: #fff;
    background-image: none !important;
};

.chosen-container .chosen-results {
    margin: 0 !important;
    padding: 0 !important;
}

.chosen-container .chosen-results li,
.chosen-container .chosen-results li.group-result {
    color: #333 !important;
}

.chosen-container .chosen-results li.highlighted  {
    background: #E4EDF6 !important;
    color: #333 !important;
    background-image: none !important;
};
